| /src/external/apache2/llvm/dist/clang/INPUTS/ |
| stpcpy-test.c | 4 #define stpcpy(dest, src) __stpcpy (dest, src) macro 15 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e) 16 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e) 17 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| stpcpy.h | 23 /* Get stpcpy() declaration. */ 33 extern char *stpcpy (char *dst, const char *src);
|
| stpcpy.c | 0 /* stpcpy.c -- copy a string and return pointer to end of new string 27 # undef stpcpy macro 31 # define __stpcpy stpcpy 48 weak_alias (__stpcpy, stpcpy)
|
| concatpath.c | 29 #include "stpcpy.h" 65 p = stpcpy (p, filename); 67 stpcpy (p, suffix);
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| stpcpy.h | 23 /* Get stpcpy() declaration. */ 33 extern char *stpcpy (char *dst, const char *src);
|
| stpcpy.c | 0 /* stpcpy.c -- copy a string and return pointer to end of new string 27 # undef stpcpy macro 31 # define __stpcpy stpcpy 48 weak_alias (__stpcpy, stpcpy)
|
| concatpath.c | 29 #include "stpcpy.h" 65 p = stpcpy (p, filename); 67 stpcpy (p, suffix);
|
| /src/external/gpl2/grep/dist/lib/ |
| stpcpy.c | 1 /* $NetBSD: stpcpy.c,v 1.1.1.1 2016/01/10 21:36:19 christos Exp $ */ 3 /* stpcpy.c -- copy a string and return pointer to end of new string 31 #undef stpcpy macro 34 # define __stpcpy stpcpy 51 weak_alias (__stpcpy, stpcpy)
|
| savedir.c | 67 #ifndef stpcpy 68 char *stpcpy (); 166 namep = stpcpy (namep, dp->d_name) + 1;
|
| /src/lib/libc/string/ |
| stpcpy.c | 1 /* $NetBSD: stpcpy.c,v 1.2 2013/11/06 21:05:27 tron Exp $ */ 39 __RCSID("$NetBSD: stpcpy.c,v 1.2 2013/11/06 21:05:27 tron Exp $"); 42 /* FreeBSD: src/lib/libc/string/stpcpy.c,v 1.2 2009/02/28 06:05:37 das Exp */ 47 #undef stpcpy macro 51 stpcpy(char * __restrict to, const char * __restrict from) function
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| stpcpy.c | 1 /* Implement the stpcpy function. 23 @deftypefn Supplemental char* stpcpy (char *@var{dst}, const char *@var{src}) 39 stpcpy (char *dst, const char *src) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| stpcpy.c | 1 /* Implement the stpcpy function. 23 @deftypefn Supplemental char* stpcpy (char *@var{dst}, const char *@var{src}) 39 stpcpy (char *dst, const char *src) function
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| stpcpy.c | 1 /* Implement the stpcpy function. 23 @deftypefn Supplemental char* stpcpy (char *@var{dst}, const char *@var{src}) 39 stpcpy (char *dst, const char *src) function
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| stpcpy.c | 1 /* Implement the stpcpy function. 23 @deftypefn Supplemental char* stpcpy (char *@var{dst}, const char *@var{src}) 39 stpcpy (char *dst, const char *src) function
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| stpcpy.c | 1 /* Implement the stpcpy function. 23 @deftypefn Supplemental char* stpcpy (char *@var{dst}, const char *@var{src}) 39 stpcpy (char *dst, const char *src) function
|
| /src/tests/lib/libc/ssp/ |
| h_stpcpy.c | 42 char *q = stpcpy(b, argv[1]);
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| stpcpy.c | 1 /* Implement the stpcpy function. 23 @deftypefn Supplemental char* stpcpy (char *@var{dst}, const char *@var{src}) 39 stpcpy (char *dst, const char *src) function
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| l10nflist.c | 19 /* 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); 222 cp = stpcpy (cp, language); 227 cp = stpcpy (cp, territory); 232 cp = stpcpy (cp, codeset); 237 cp = stpcpy (cp, normalized_codeset); 242 cp = stpcpy (cp, modifier); 246 stpcpy (cp, filename) 394 stpcpy (char *dest, const char *src) function [all...] |
| /src/external/gpl2/grep/dist/intl/ |
| l10nflist.c | 21 /* Tell glibc's <string.h> to provide a prototype for stpcpy(). 58 # ifndef stpcpy 59 # define stpcpy(dest, src) __stpcpy(dest, src) macro 63 static char *stpcpy PARAMS ((char *dest, const char *src)); 221 cp = stpcpy (cp, language); 226 cp = stpcpy (cp, territory); 231 cp = stpcpy (cp, codeset); 236 cp = stpcpy (cp, normalized_codeset); 243 cp = stpcpy (cp, modifier); 248 cp = stpcpy (cp, special) 394 stpcpy (dest, src) function [all...] |
| /src/external/gpl2/texinfo/dist/intl/ |
| l10nflist.c | 21 /* Tell glibc's <string.h> to provide a prototype for stpcpy(). 58 # ifndef stpcpy 59 # define stpcpy(dest, src) __stpcpy(dest, src) macro 63 static char *stpcpy (char *dest, const char *src); 228 cp = stpcpy (cp, language); 233 cp = stpcpy (cp, territory); 238 cp = stpcpy (cp, codeset); 243 cp = stpcpy (cp, normalized_codeset); 250 cp = stpcpy (cp, modifier); 255 cp = stpcpy (cp, special) 417 stpcpy (char *dest, const char *src) function [all...] |
| /src/external/gpl3/gcc.old/dist/intl/ |
| l10nflist.c | 19 /* 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 PARAMS ((char *dest, const char *src)); 254 cp = stpcpy (cp, language); 259 cp = stpcpy (cp, territory); 264 cp = stpcpy (cp, codeset); 269 cp = stpcpy (cp, normalized_codeset); 276 cp = stpcpy (cp, modifier); 281 cp = stpcpy (cp, special) 445 stpcpy (dest, src) function [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| sysdep.h | 40 extern char *stpcpy (char *__dest, const char *__src);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| sysdep.h | 40 extern char *stpcpy (char *__dest, const char *__src);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| sysdep.h | 40 extern char *stpcpy (char *__dest, const char *__src);
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| sysdep.h | 40 extern char *stpcpy (char *__dest, const char *__src);
|