Searched refs:stpcpy (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstpcpy.c0 /* 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)
H A Dstring_.h84 extern char *stpcpy (char *restrict __dst, char const *restrict __src);
87 # undef stpcpy macro
88 # define stpcpy(a,b) \ macro
89 (GL_LINK_WARNING ("stpcpy is unportable - " \
90 "use gnulib module stpcpy for portability"), \
91 stpcpy (a, b))
H A Dgnulib.mk12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libtar --source-base=.#bootmp/lib --m4-base=.#bootmp/m4 --doc-base=.#bootmp/doc --aux-dir=.#bootmp/build-aux --avoid=lock --avoid=size_max --avoid=xsize --no-libtool --macro-prefix=gl alloca argmatch argp backupfile closeout configmake dirname error exclude exitfail fileblocks fnmatch-gnu ftruncate full-write getdate getline getopt getpagesize gettext gettime hash human inttostr inttypes lchown localcharset memset mkdtemp modechange obstack quote quotearg rmdir rpmatch safe-read save-cwd savedir setenv stat-time stdbool stdint stpcpy strdup strerror strtol strtoul timespec unlinkdir unlocked-io utime utimens version-etc-fsf xalloc xalloc-die xgetcwd xstrtoumax
1029 ## begin gnulib module stpcpy
1032 EXTRA_DIST += stpcpy.c
1034 EXTRA_libtar_a_SOURCES += stpcpy.c
1036 ## end gnulib module stpcpy
/macosx-10.10.1/Libc-1044.1.2/string/
H A Dstpcpy.c27 stpcpy(char * restrict dst, const char * restrict src) { function
29 // The stpcpy() and strcpy() functions copy the string src to dst
32 // The stpcpy() and stpncpy() functions return a pointer to the
/macosx-10.10.1/Libc-1044.1.2/secure/
H A Dstpcpy_chk.c31 char *retval = stpcpy(dest, src); // Returns a pointer to the \0
H A Dstrcpy_chk.c31 // stpcpy returns a pointer to the \0
32 size_t len = stpcpy(dest, src) - dest + 1;
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dstpcpy.c1 /* Implement the stpcpy function.
23 @deftypefn Supplemental char* stpcpy (char *@var{dst}, const char *@var{src})
39 stpcpy (char *dst, const char *src) function
H A Dpex-win32.c64 extern char *stpcpy (char *dst, const char *src);
571 bufptr = stpcpy (bufptr, env_copy[var]) + 1;
H A DMakefile.in152 splay-tree.c stpcpy.c stpncpy.c strcasecmp.c strchr.c strdup.c \
200 ./setenv.o ./sigsetmask.o ./snprintf.o ./stpcpy.o ./stpncpy.o \
966 ./stpcpy.o: $(srcdir)/stpcpy.c $(INCDIR)/ansidecl.h
968 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpcpy.c -o pic/$@; \
970 $(COMPILE.c) $(srcdir)/stpcpy.c $(OUTPUT_OPTION)
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/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 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 (c
445 stpcpy (dest, src) function
[all...]
H A Ddcigettext.c146 # ifndef stpcpy
147 # define stpcpy __stpcpy macro
158 static char *stpcpy PARAMS ((char *dest, const char *src));
570 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
582 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
1186 avoid the non-standard function stpcpy. In GNU C Library this
1191 stpcpy (des function
[all...]
H A Dplural.c612 # define yystpcpy stpcpy
/macosx-10.10.1/cxxfilt-11/cxxfilt/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 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 (c
445 stpcpy (dest, src) function
[all...]
H A Ddcigettext.c142 # ifndef stpcpy
143 # define stpcpy __stpcpy macro
154 static char *stpcpy PARAMS ((char *dest, const char *src));
562 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
574 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
1178 avoid the non-standard function stpcpy. In GNU C Library this
1183 stpcpy (des function
[all...]
H A Dplural.c612 # define yystpcpy stpcpy
/macosx-10.10.1/Libc-1044.1.2/stdlib/OpenBSD/
H A Dgcvt.c71 dst = stpcpy(dst, lconv->decimal_point);
104 dst = stpcpy(dst, lconv->decimal_point);
/macosx-10.10.1/Libc-1044.1.2/include/secure/
H A D_string.h51 /* memccpy, memcpy, mempcpy, memmove, memset, strcpy, strlcpy, stpcpy,
88 #undef stpcpy macro
89 #define stpcpy(dest, src) \ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dsysdep.h134 extern char *stpcpy (char *__dest, const char *__src);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dbucomm.h73 extern char *stpcpy (char *, const char *);
H A Darparse.c710 # define yystpcpy stpcpy
H A Ddefparse.c769 # define yystpcpy stpcpy
H A Dsysinfo.c650 # define yystpcpy stpcpy
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstring.h138 char *stpcpy(char *, const char *);
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dxheader.c299 q = stpcpy (q, dir);
305 q = stpcpy (q, base);
310 q = stpcpy (q, pptr);
317 q = stpcpy (q, nptr);
793 cp = stpcpy (cp, np);
795 cp = stpcpy (cp, keyword);
/macosx-10.10.1/text_cmds-88/sort/
H A Dsystem.h451 # ifndef stpcpy
452 char *stpcpy ();

Completed in 219 milliseconds

12