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

/freebsd-12-stable/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-12-stable/lib/libc/string/
H A Dstpncpy.c35 stpncpy(char * __restrict dst, const char * __restrict src, size_t n) function
H A DMakefile.inc14 stpcpy.c stpncpy.c strcasecmp.c \
63 strcpy.3 stpncpy.3 \
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_stpncpy.c45 char *q = stpncpy(b, "1020202020202", len);
H A Dt_ssp.sh314 atf_test_case stpncpy
317 atf_set "descr" "Checks stpncpy(3)"
456 atf_add_test_case stpncpy
/freebsd-12-stable/lib/libc/tests/string/
H A Dstpncpy_test.c72 assert(stpncpy(dst, src, bufsize) == dst+len);
/freebsd-12-stable/include/
H A Dstring.h72 char *stpncpy(char * __restrict, const char * __restrict, size_t);
/freebsd-12-stable/lib/libcrypt/
H A Dcrypt-md5.c101 buffer = stpncpy(buffer, salt, (u_int)sl);
H A Dcrypt-sha256.c216 cp = stpncpy(cp, salt, salt_len);
H A Dcrypt-sha512.c216 cp = stpncpy(cp, salt, salt_len);
/freebsd-12-stable/stand/libsa/
H A DMakefile31 strcat.c strchr.c strcmp.c strcpy.c stpcpy.c stpncpy.c \
/freebsd-12-stable/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-12-stable/lib/libc/stdlib/
H A Dgetenv.c510 env = stpncpy(envVars[envNdx].name, name, nameLen);
/freebsd-12-stable/secure/lib/libcrypt/
H A Dcrypt-des.c642 buffer = stpncpy(buffer, setting, 9);

Completed in 275 milliseconds