Searched defs:stpcpy (Results 1 – 5 of 5) sorted by relevance
| /third_party/gettext/gettext-runtime/intl/ |
| D | l10nflist.c | 58 # define stpcpy(dest, src) __stpcpy(dest, src) macro 395 stpcpy (char *dest, const char *src) in stpcpy() function
|
| D | dcigettext.c | 136 # define stpcpy __stpcpy macro 1737 stpcpy (char *dest, const char *src) in stpcpy() function
|
| /third_party/e2fsprogs/intl/ |
| D | l10nflist.c | 57 # define stpcpy(dest, src) __stpcpy(dest, src) macro 61 #define stpcpy(dest, src) my_stpcpy(dest, src) macro 416 stpcpy (char *dest, const char *src) in stpcpy() function
|
| D | dcigettext.c | 143 # define stpcpy __stpcpy macro 158 #define stpcpy(dest, src) my_stpcpy(dest, src) macro 1172 stpcpy (char *dest, const char *src) in stpcpy() function
|
| /third_party/popt/src/ |
| D | system.h | 31 static inline char * stpcpy (char *dest, const char * src) { in stpcpy() function
|