/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | stpncpy.c | 41 stpncpy(dest, src, strlen(src)); in stpncpy_0100() 68 stpncpy(dest, src, strlen(src)); in stpncpy_0200() 93 stpncpy(dest, src, strlen(src)); in stpncpy_0300() 111 stpncpy(NULL, src, strlen(src)); in stpncpy_0400()
|
D | test_src_functionalext_supplement_string.gni | 19 "stpncpy",
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
D | stpncpy.c | 31 weak_alias(__stpncpy, stpncpy);
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | stpncpy.c | 31 weak_alias(__stpncpy, stpncpy);
|
/third_party/musl/src/string/ |
D | stpncpy.c | 31 weak_alias(__stpncpy, stpncpy);
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
D | stpncpy.c | 31 weak_alias(__stpncpy, stpncpy);
|
/third_party/musl/libc-test/src/api/ |
D | string.c | 33 {char*(*p)(char*restrict,const char*restrict,size_t) = stpncpy;} in f()
|
/third_party/musl/porting/linux/user/include/ |
D | string.h | 66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | string.h | 66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/ndk_musl_include/ |
D | string.h | 66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/include/ |
D | string.h | 66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | string.h | 66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
|
/third_party/gettext/gnulib-local/m4/ |
D | ChangeLog.1 | 283 * stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because of 285 therefore not in config.h. stpncpy.h does the replacement, and 286 stpncpy.c uses it. 298 * signalblocking.m4, ssize_t.m4, stdbool.m4, stpncpy.m4, strcase.m4: 305 * stpncpy.m4 (gl_FUNC_STPNCPY): Rename the replacement function to 324 * stpncpy.m4: New file, from gnulib.
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.0 | 207 * stpncpy.h (PARAMS): Remove macro. 209 * stpncpy.c (__stpncpy): Likewise. 419 * stpncpy.h (gnu_stpncpy): Renamed from stpncpy. 420 (stpncpy): Define as an alias. 421 * stpncpy.c: Compile nothing on glibc systems is set. Otherwise name 423 * Makefile.am (LIBADD_SOURCE): Remove stpncpy.h, stpncpy.c. 424 (libgettextlib_la_SOURCES): Add stpncpy.h, stpncpy.c. 579 * stpncpy.h: New file, extracted from system.h. 586 (LIBADD_HEADER): Add stpcpy.h, stpncpy.h, strcase.h. 1365 * stpcpy.c, stpncpy.c: Copy version from glibc to fix severe bugs. [all …]
|
D | ChangeLog.1 | 708 * stpncpy.h (stpncpy): Define as a macro without arguments, so that 709 stpncpy.c uses it. 756 * stpncpy.h: Update from gnulib. 757 * stpncpy.c: Update from gnulib with simplifications. 758 * Makefile.am (libgettextlib_la_SOURCES): Remove stpncpy.h, stpncpy.c. 759 (LIBADD_SOURCE): Add stpncpy.h, stpncpy.c. 1381 * stpncpy.h: Likewise,
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | string.h | 66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | string.h | 109 char *stpncpy(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, in stpncpy() function
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
D | string_ext.c | 207 stpncpy(dst, src, n); in test_stpncpy_0010() 234 stpncpy(dst, src, n); in test_stpncpy_0020()
|
/third_party/gettext/gettext-tools/src/ |
D | format-kde-kuit.c | 222 bp = stpncpy (bp, str, amp - str); in format_parse()
|
/third_party/gettext/os2/ |
D | Makefile | 110 LIB.SOURCES = $(addprefix $(ROOT)lib/, error.c stpcpy.c stpncpy.c mkdtemp.c getline.c \
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 238 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(stpncpy)(dest, src, len); in __stpncpy_chk()
|
/third_party/musl/porting/liteos_m/kernel/ |
D | musl.gni | 142 "$MUSLPORTINGDIR/src/string/stpncpy.c",
|
/third_party/musl/porting/uniproton/kernel/ |
D | musl.gni | 138 "$MUSLPORTINGDIR/src/string/stpncpy.c",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1219 /// char *stpncpy(char *s1, const char *s2, size_t n); 1220 TLI_DEFINE_ENUM_INTERNAL(stpncpy) 1221 TLI_DEFINE_STRING_INTERNAL("stpncpy")
|