Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/string/
Dstpncpy.c41 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()
Dtest_src_functionalext_supplement_string.gni19 "stpncpy",
/third_party/musl/porting/uniproton/kernel/src/string/
Dstpncpy.c31 weak_alias(__stpncpy, stpncpy);
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstpncpy.c31 weak_alias(__stpncpy, stpncpy);
/third_party/musl/src/string/
Dstpncpy.c31 weak_alias(__stpncpy, stpncpy);
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstpncpy.c31 weak_alias(__stpncpy, stpncpy);
/third_party/musl/libc-test/src/api/
Dstring.c33 {char*(*p)(char*restrict,const char*restrict,size_t) = stpncpy;} in f()
/third_party/musl/porting/linux/user/include/
Dstring.h66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
/third_party/musl/porting/liteos_m/user/include/
Dstring.h66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
/third_party/musl/ndk_musl_include/
Dstring.h66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
/third_party/musl/include/
Dstring.h66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
/third_party/musl/porting/uniproton/kernel/include/
Dstring.h66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
/third_party/gettext/gnulib-local/m4/
DChangeLog.1283 * 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/
DChangeLog.0207 * 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 …]
DChangeLog.1708 * 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/
Dstring.h66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h66 char *stpncpy(char *__restrict, const char *__restrict, size_t);
/third_party/musl/porting/linux/user/include/fortify/
Dstring.h109 char *stpncpy(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, in stpncpy() function
/third_party/musl/libc-test/src/functionalext/fortify/
Dstring_ext.c207 stpncpy(dst, src, n); in test_stpncpy_0010()
234 stpncpy(dst, src, n); in test_stpncpy_0020()
/third_party/gettext/gettext-tools/src/
Dformat-kde-kuit.c222 bp = stpncpy (bp, str, amp - str); in format_parse()
/third_party/gettext/os2/
DMakefile110 LIB.SOURCES = $(addprefix $(ROOT)lib/, error.c stpcpy.c stpncpy.c mkdtemp.c getline.c \
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c238 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(stpncpy)(dest, src, len); in __stpncpy_chk()
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni142 "$MUSLPORTINGDIR/src/string/stpncpy.c",
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni138 "$MUSLPORTINGDIR/src/string/stpncpy.c",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1219 /// char *stpncpy(char *s1, const char *s2, size_t n);
1220 TLI_DEFINE_ENUM_INTERNAL(stpncpy)
1221 TLI_DEFINE_STRING_INTERNAL("stpncpy")

12