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

/macosx-10.10.1/Libc-1044.1.2/string/
H A Dstpncpy.c27 stpncpy(char * restrict dst, const char * restrict src, size_t maxlen) { function
30 // The stpncpy() and strncpy() functions copy at most maxlen
36 // The stpcpy() and stpncpy() functions return a pointer to the
40 // The stpncpy() and strncpy() functions copy at most maxlen
43 // If stpncpy() does not terminate dst with a NUL character, it
/macosx-10.10.1/cxxfilt-11/cxxfilt/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)
/macosx-10.10.1/Libc-1044.1.2/secure/
H A Dstpncpy_chk.c38 retval = stpncpy (dest, src, len); // Normally returns a pointer to the \0
H A Dstrncpy_chk.c37 // stpncpy normally returns a pointer to the \0
38 n = stpncpy (dest, src, len) - dest + 1;
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstring_.h98 # define stpncpy gnu_stpncpy macro
99 extern char *stpncpy (char *restrict __dst, char const *restrict __src,
103 # undef stpncpy macro
104 # define stpncpy(a,b,n) \ macro
105 (GL_LINK_WARNING ("stpncpy is unportable - " \
106 "use gnulib module stpncpy for portability"), \
107 stpncpy (a, b, n))
/macosx-10.10.1/Libc-1044.1.2/include/secure/
H A D_string.h52 strncpy, stpncpy, strcat, strlcat, and strncat */
94 #undef stpncpy macro
95 #define stpncpy(dest, src, len) \ macro
/macosx-10.10.1/tcl-105/tcl_ext/trf/
H A DMakefile42 $(_v) $(RM) $(SRCROOT)/$(Project)/compat/{tclLoadDyld.c,stpncpy.c}
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstring.h139 char *stpncpy(char *, const char *, size_t) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);

Completed in 127 milliseconds