Home
last modified time | relevance | path

Searched refs:stpncpy (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/regress/lib/libc/stpncpy/
Dstpncpy_test.c14 if (stpncpy(dst, src, 5) != dst + 5) in main()
16 if (stpncpy(dst, src, 6) != dst + 6) in main()
18 if (stpncpy(dst, src, 7) != dst + 6) in main()
20 if (stpncpy(dst, src, 8) != dst + 6) in main()
/openbsd/src/lib/libc/string/
Dstpncpy.c38 stpncpy(char *dst, const char *src, size_t n) in stpncpy() function
57 DEF_WEAK(stpncpy);
DMakefile.inc6 SRCS+= explicit_bzero.c memccpy.c memmem.c memrchr.c stpcpy.c stpncpy.c \
/openbsd/src/gnu/lib/libiberty/src/
Dstpncpy.c41 stpncpy (char *dst, const char *src, size_t len) in stpncpy() function
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 \
968 ./stpncpy.o: $(srcdir)/stpncpy.c $(INCDIR)/ansidecl.h
970 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpncpy.c -o pic/$@; \
972 $(COMPILE.c) $(srcdir)/stpncpy.c $(OUTPUT_OPTION)
Dconfigure.ac330 funcs="$funcs stpncpy"
364 strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strndup strrchr strstr \
Dconfig.in211 /* Define to 1 if you have the `stpncpy' function. */
Dfunctions.texi1077 @c stpncpy.c:23
1078 @deftypefn Supplemental char* stpncpy (char *@var{dst}, const char *@var{src}, size_t @var{len})
DChangeLog395 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
585 * stpncpy.c (stpncpy): Likewise.
1700 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
1702 and stpncpy.
1703 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
1704 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
Dconfigure5044 strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strndup strrchr strstr \
/openbsd/src/lib/libc/hidden/
Dstring.h43 PROTO_NORMAL(stpncpy);
/openbsd/src/regress/lib/libc/
DMakefile22 SUBDIR+= stpncpy strchr strerror strlcat strlcpy strnlen strtod strtol strtonum
/openbsd/src/include/
Dstring.h111 char *stpncpy(char *__restrict, const char *__restrict, size_t);
/openbsd/src/gnu/gcc/libmudflap/testsuite/libmudflap.c/
Dpass-stratcliff.c281 if ((stpncpy (dest, &adr[outer], inner) - dest) in main()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp314 INTERCEPTOR(char *, stpncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument
318 char *res = REAL(stpncpy)(dest, src, n); in INTERCEPTOR()
324 # define MSAN_MAYBE_INTERCEPT_STPNCPY INTERCEPT_FUNCTION(stpncpy)
/openbsd/src/lib/libc/
DSymbols.list1621 stpncpy
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def2067 /// char *stpncpy(char *s1, const char *s2, size_t n);
2068 TLI_DEFINE_ENUM_INTERNAL(stpncpy)
2069 TLI_DEFINE_STRING_INTERNAL("stpncpy")
/openbsd/src/gnu/gcc/gcc/
Dbuiltins.def506 DEF_EXT_LIB_BUILTIN (BUILT_IN_STPNCPY, "stpncpy", BT_FN_STRING_STRING_CONST_STRING_SIZE, ATTR_NO…
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/
Dmsan_test.cpp1690 TEST(MemorySanitizer, stpncpy) { in TEST() argument
1696 char *res = stpncpy(y, x, 4); in TEST()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DBuiltins.def1119 LIBBUILTIN(stpncpy, "c*c*cC*z", "f", STRING_H, ALL_GNU_LANGUAGES)
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2966 fun:stpncpy=uninstrumented
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt2984 libc/src/string/stpncpy.cpp
2985 libc/src/string/stpncpy.h
/openbsd/src/gnu/gcc/gcc/doc/
Dextend.texi5566 @findex stpncpy
5653 @code{stpncpy}, @code{strcasecmp}, @code{strdup}, @code{strfmon},
/openbsd/src/gnu/usr.bin/binutils/
Dmd5.sum5685 2ebe7af7eb364da1cabfe63fc01100da libiberty/stpncpy.c
/openbsd/src/gnu/usr.bin/binutils-2.17/
Dmd5.sum6966 ec776b1c7d69d111cf8371fa0a1ff356 libiberty/stpncpy.c

12