Home
last modified time | relevance | path

Searched refs:stpcpy (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-10-stable/lib/libc/amd64/string/
Dstpcpy.S23 .globl stpcpy,__stpcpy
24 ENTRY(stpcpy)
114 END(stpcpy)
DMakefile.inc4 strcat.S strcmp.S stpcpy.S strcpy.c
/freebsd-10-stable/gnu/usr.bin/grep/
Dsavedir.c68 #ifndef stpcpy
69 char *stpcpy ();
166 namep = stpcpy (namep, dp->d_name) + 1; in savedir()
/freebsd-10-stable/lib/libutil/
Dgr_util.c459 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()
Dpw_util.c630 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/
Dt_ssp.sh259 atf_test_case stpcpy
455 atf_add_test_case stpcpy
Dh_stpcpy.c42 char *q = stpcpy(b, argv[1]); in main()
/freebsd-10-stable/lib/libc/string/
Dstpcpy.c41 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
DMakefile.inc12 stpcpy.c stpncpy.c strcasecmp.c \
53 MLINKS+=strcpy.3 stpcpy.3 \
DSymbol.map24 stpcpy;
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dstpcpy.c39 stpcpy (char *dst, const char *src) in stpcpy() function
Dpex-win32.c64 extern char *stpcpy (char *dst, const char *src);
570 bufptr = stpcpy (bufptr, env_copy[var]) + 1; in win32_spawn()
Dconfigure.ac329 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…
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)
/freebsd-10-stable/contrib/gcclibs/libssp/ssp/
Dstring.h52 #undef stpcpy
122 #define stpcpy(dest, src) \ macro
/freebsd-10-stable/contrib/binutils/binutils/
Dsysdep.h72 extern char *stpcpy (char *, const char *);
Dconfig.in52 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
/freebsd-10-stable/gnu/lib/libssp/
DMakefile19 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
/freebsd-10-stable/contrib/binutils/bfd/
Dsysdep.h134 extern char *stpcpy (char *__dest, const char *__src);
/freebsd-10-stable/contrib/gcclibs/libssp/
DMakefile.am32 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
DMakefile.in77 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/
DTargetLibraryInfo.h529 stpcpy, enumerator
715 case LibFunc::stpcpy: case LibFunc::strlen: case LibFunc::strnlen: in hasOptimizedCodeGen()
/freebsd-10-stable/include/
Dstring.h69 char *stpcpy(char * __restrict, const char * __restrict);
/freebsd-10-stable/contrib/binutils/libiberty/
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 \
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/
Dgettext.m4180 AC_CHECK_FUNCS(stpcpy)
183 AC_DEFINE(HAVE_STPCPY, 1, [Define if you have the stpcpy function])

123