Home
last modified time | relevance | path

Searched defs:__dest (Results 1 – 1 of 1) 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()