Searched refs:stpncpy (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dstpncpy.c1 /* Implement the stpncpy function.
23 @deftypefn Supplemental char* stpncpy (char *@var{dst}, const char *@var{src}, size_t @var{len})
41 stpncpy (char *dst, const char *src, size_t len) function
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 \
972 ./stpncpy.o: $(srcdir)/stpncpy.c $(INCDIR)/ansidecl.h
974 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpncpy.c -o pic/$@; \
976 $(COMPILE.c) $(srcdir)/stpncpy.c $(OUTPUT_OPTION)
H A Dconfigure4941 funcs="$funcs stpncpy"
5044 strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strndup strrchr strstr \
5816 "stpncpy.$ac_objext" | \
5817 *" stpncpy.$ac_objext" | \
5818 "stpncpy.$ac_objext "* | \
5819 *" stpncpy.$ac_objext "* ) ;;
5820 *) LIBOBJS="$LIBOBJS stpncpy.$ac_objext" ;;
5858 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strverscmp | vasprintf | waitpid)
/freebsd-10.0-release/lib/libc/string/
H A Dstpncpy.c33 stpncpy(char * __restrict dst, const char * __restrict src, size_t n) function
H A DSymbol.map84 stpncpy;
H A DMakefile.inc12 stpcpy.c stpncpy.c strcasecmp.c \
54 strcpy.3 stpncpy.3 \
/freebsd-10.0-release/tools/regression/lib/libc/string/
H A DMakefile7 TESTS= test-stpncpy test-strerror test-wcscasecmp test-wcsnlen
H A Dtest-stpncpy.c70 assert(stpncpy(dst, src, bufsize) == dst+len);
86 printf("ok 1 - stpncpy\n");
88 printf("ok 2 - stpncpy\n");
90 printf("ok 3 - stpncpy\n");
/freebsd-10.0-release/include/
H A Dstring.h70 char *stpncpy(char * __restrict, const char * __restrict, size_t);
/freebsd-10.0-release/lib/libcrypt/
H A Dcrypt-sha256.c213 cp = stpncpy(buffer, sha256_salt_prefix, MAX(0, buflen));
224 cp = stpncpy(cp, salt, MIN((size_t)MAX(0, buflen), salt_len));
H A Dcrypt-sha512.c213 cp = stpncpy(buffer, sha512_salt_prefix, MAX(0, buflen));
224 cp = stpncpy(cp, salt, MIN((size_t)MAX(0, buflen), salt_len));
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h506 /// char *stpncpy(char *s1, const char *s2, size_t n);
507 stpncpy, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/binutils/libiberty/
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 \
996 ./stpncpy.o: $(srcdir)/stpncpy.c $(INCDIR)/ansidecl.h
998 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpncpy.c -o pic/$@; \
1000 $(COMPILE.c) $(srcdir)/stpncpy.c $(OUTPUT_OPTION)
H A Dconfigure5038 funcs="$funcs stpncpy"
5141 strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strndup strrchr strstr \
5913 "stpncpy.$ac_objext" | \
5914 *" stpncpy.$ac_objext" | \
5915 "stpncpy.$ac_objext "* | \
5916 *" stpncpy.$ac_objext "* ) ;;
5917 *) LIBOBJS="$LIBOBJS stpncpy.$ac_objext" ;;
5955 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strverscmp | vasprintf | waitpid)
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp267 "stpncpy",
512 TLI.setUnavailable(LibFunc::stpncpy);
/freebsd-10.0-release/lib/libc/stdlib/
H A Dgetenv.c508 env = stpncpy(envVars[envNdx].name, name, nameLen);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp692 case LibFunc::stpncpy:

Completed in 391 milliseconds