Home
last modified time | relevance | path

Searched defs:__src (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/sh/include/asm/
H A Dstring.h14 static inline char *strcpy(char *__dest, const char *__src) in strcpy()
33 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy()
/openbmc/libmctp/
H A Dserial.c100 uint8_t *__src = src; in mctp_write_all() local