Searched defs:stpcpy (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dstpcpy.c0 /* stpcpy.c -- copy a string and return pointer to end of new string
29 #undef stpcpy macro
32 # define __stpcpy stpcpy
49 weak_alias (__stpcpy, stpcpy)
/external/e2fsprogs/intl/
H A Dl10nflist.c19 /* Tell glibc's <string.h> to provide a prototype for stpcpy().
56 # ifndef stpcpy
57 # define stpcpy(dest, src) __stpcpy(dest, src) macro
61 static char *stpcpy (char *dest, const char *src);
226 cp = stpcpy (cp, language);
231 cp = stpcpy (cp, territory);
236 cp = stpcpy (cp, codeset);
241 cp = stpcpy (cp, normalized_codeset);
248 cp = stpcpy (cp, modifier);
253 cp = stpcpy (c
415 stpcpy (char *dest, const char *src) function
[all...]
H A Ddcigettext.c142 # ifndef stpcpy
143 # define stpcpy __stpcpy macro
158 static char *stpcpy (char *dest, const char *src);
557 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
569 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
1166 avoid the non-standard function stpcpy. In GNU C Library this
1171 stpcpy (cha function
[all...]

Completed in 92 milliseconds