HomeSort by: relevance | last modified time | path
    Searched defs:stpcpy (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /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/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/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/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/gpl2/gettext/dist/gettext-tools/gnulib-lib/
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)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
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)
  /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)
  /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/include/ssp/
string.h 85 __ssp_bos_icheck2_restrict(stpcpy, char *, const char *)
98 #define stpcpy(dst, src) __ssp_bos_check2(stpcpy, dst, src) macro
  /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/gpl3/gcc/dist/libssp/ssp/
string.h 51 #undef stpcpy macro
121 #define stpcpy(dest, src) \ macro
  /src/external/gpl3/gcc.old/dist/libssp/ssp/
string.h 51 #undef stpcpy macro
121 #define stpcpy(dest, src) \ macro
  /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/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/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
string.h 888 _GL_FUNCDECL_SYS (stpcpy, char *,
892 _GL_CXXALIAS_SYS (stpcpy, char *,
894 _GL_CXXALIASWARN (stpcpy);
896 # undef stpcpy macro
898 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
899 "use gnulib module stpcpy for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
string.h 888 _GL_FUNCDECL_SYS (stpcpy, char *,
892 _GL_CXXALIAS_SYS (stpcpy, char *,
894 _GL_CXXALIASWARN (stpcpy);
896 # undef stpcpy macro
898 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
899 "use gnulib module stpcpy for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
string.h 888 _GL_FUNCDECL_SYS (stpcpy, char *,
892 _GL_CXXALIAS_SYS (stpcpy, char *,
894 _GL_CXXALIASWARN (stpcpy);
896 # undef stpcpy macro
898 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
899 "use gnulib module stpcpy for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
string.h 888 _GL_FUNCDECL_SYS (stpcpy, char *,
892 _GL_CXXALIAS_SYS (stpcpy, char *,
894 _GL_CXXALIASWARN (stpcpy);
896 # undef stpcpy macro
898 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
899 "use gnulib module stpcpy for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
string.h 888 _GL_FUNCDECL_SYS (stpcpy, char *,
892 _GL_CXXALIAS_SYS (stpcpy, char *,
894 _GL_CXXALIASWARN (stpcpy);
896 # undef stpcpy macro
898 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
899 "use gnulib module stpcpy for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
string.h 888 _GL_FUNCDECL_SYS (stpcpy, char *,
892 _GL_CXXALIAS_SYS (stpcpy, char *,
894 _GL_CXXALIASWARN (stpcpy);
896 # undef stpcpy macro
898 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
899 "use gnulib module stpcpy for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
string.h 888 _GL_FUNCDECL_SYS (stpcpy, char *,
892 _GL_CXXALIAS_SYS (stpcpy, char *,
894 _GL_CXXALIASWARN (stpcpy);
896 # undef stpcpy macro
898 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
899 "use gnulib module stpcpy for portability");

Completed in 62 milliseconds

1 2 3