| /freebsd-10-stable/lib/libc/amd64/string/ |
| D | stpcpy.S | 23 .globl stpcpy,__stpcpy 24 ENTRY(stpcpy) 114 END(stpcpy)
|
| D | Makefile.inc | 4 strcat.S strcmp.S stpcpy.S strcpy.c
|
| /freebsd-10-stable/gnu/usr.bin/grep/ |
| D | savedir.c | 68 #ifndef stpcpy 69 char *stpcpy (); 166 namep = stpcpy (namep, dp->d_name) + 1; in savedir()
|
| /freebsd-10-stable/lib/libutil/ |
| D | gr_util.c | 459 p = stpcpy(p, sep); in gr_make() 460 p = stpcpy(p, gr->gr_mem[ndx]); in gr_make() 534 dst = stpcpy(dst, gr->gr_name) + 1; in grcopy() 539 dst = stpcpy(dst, gr->gr_passwd) + 1; in grcopy() 548 dst = stpcpy(dst, gr->gr_mem[i]) + 1; in grcopy() 554 dst = stpcpy(dst, name) + 1; in grcopy()
|
| D | pw_util.c | 630 dst = stpcpy(npw->pw_name, pw->pw_name) + 1; in pw_dup() 634 dst = stpcpy(npw->pw_passwd, pw->pw_passwd) + 1; in pw_dup() 638 dst = stpcpy(npw->pw_class, pw->pw_class) + 1; in pw_dup() 642 dst = stpcpy(npw->pw_gecos, pw->pw_gecos) + 1; in pw_dup() 646 dst = stpcpy(npw->pw_dir, pw->pw_dir) + 1; in pw_dup() 650 dst = stpcpy(npw->pw_shell, pw->pw_shell) + 1; in pw_dup()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/ssp/ |
| D | t_ssp.sh | 259 atf_test_case stpcpy 455 atf_add_test_case stpcpy
|
| D | h_stpcpy.c | 42 char *q = stpcpy(b, argv[1]); in main()
|
| /freebsd-10-stable/lib/libc/string/ |
| D | stpcpy.c | 41 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
|
| D | Makefile.inc | 12 stpcpy.c stpncpy.c strcasecmp.c \ 53 MLINKS+=strcpy.3 stpcpy.3 \
|
| D | Symbol.map | 24 stpcpy;
|
| /freebsd-10-stable/contrib/gcclibs/libiberty/ |
| D | stpcpy.c | 39 stpcpy (char *dst, const char *src) in stpcpy() function
|
| D | pex-win32.c | 64 extern char *stpcpy (char *dst, const char *src); 570 bufptr = stpcpy (bufptr, env_copy[var]) + 1; in win32_spawn()
|
| D | configure.ac | 329 funcs="$funcs stpcpy" 364 strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strndup strrchr strstr \ 442 AC_LIBOBJ([stpcpy]) 451 …e | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup…
|
| D | Makefile.in | 152 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)
|
| /freebsd-10-stable/contrib/gcclibs/libssp/ssp/ |
| D | string.h | 52 #undef stpcpy 122 #define stpcpy(dest, src) \ macro
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | sysdep.h | 72 extern char *stpcpy (char *, const char *);
|
| D | config.in | 52 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
|
| /freebsd-10-stable/gnu/lib/libssp/ |
| D | Makefile | 19 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | sysdep.h | 134 extern char *stpcpy (char *__dest, const char *__src);
|
| /freebsd-10-stable/contrib/gcclibs/libssp/ |
| D | Makefile.am | 32 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
|
| D | Makefile.in | 77 stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \ 230 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \ 395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stpcpy-chk.Plo@am__quote@
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 529 stpcpy, enumerator 715 case LibFunc::stpcpy: case LibFunc::strlen: case LibFunc::strnlen: in hasOptimizedCodeGen()
|
| /freebsd-10-stable/include/ |
| D | string.h | 69 char *stpcpy(char * __restrict, const char * __restrict);
|
| /freebsd-10-stable/contrib/binutils/libiberty/ |
| D | Makefile.in | 152 splay-tree.c stpcpy.c stpncpy.c strcasecmp.c strchr.c strdup.c \ 200 ./setenv.o ./sigsetmask.o ./snprintf.o ./stpcpy.o ./stpncpy.o \ 990 ./stpcpy.o: $(srcdir)/stpcpy.c $(INCDIR)/ansidecl.h 992 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpcpy.c -o pic/$@; \ 994 $(COMPILE.c) $(srcdir)/stpcpy.c $(OUTPUT_OPTION)
|
| /freebsd-10-stable/contrib/gdb/ |
| D | gettext.m4 | 180 AC_CHECK_FUNCS(stpcpy) 183 AC_DEFINE(HAVE_STPCPY, 1, [Define if you have the stpcpy function])
|