Home
last modified time | relevance | path

Searched refs:strcpy (Results 1 – 25 of 79) sorted by relevance

1234

/picolibc-latest/newlib/libm/test/
Dstring.c96 check(strcpy(one, "abcd") == one); /* Returned value. */ in test_string()
99 (void) strcpy(one, "x"); in test_string()
103 (void) strcpy(two, "hi there"); in test_string()
104 (void) strcpy(one, two); in test_string()
108 (void) strcpy(one, ""); in test_string()
113 (void) strcpy(one, "ijk"); in test_string()
117 (void) strcpy(one, "x"); in test_string()
122 (void) strcpy(one, "gh"); in test_string()
123 (void) strcpy(two, "ef"); in test_string()
128 (void) strcpy(one, ""); in test_string()
[all …]
/picolibc-latest/newlib/libc/machine/ft32/
Dstrcpy.S17 .global strcpy
18 .type strcpy,@function
19 strcpy: label
24 .size strcpy,.Lend2-strcpy
/picolibc-latest/newlib/libc/locale/
Dlocale.c300 strcpy (new_categories[i], __get_global_locale ()->categories[i]); in setlocale()
317 strcpy (new_categories[i], env); in setlocale()
328 strcpy (new_categories[category], env); in setlocale()
338 strcpy (new_categories[category], locale); in setlocale()
350 strcpy (new_categories[i], locale); in setlocale()
391 strcpy (new_categories[i], new_categories[i-1]); in setlocale()
410 strcpy (saved_categories[i], __get_global_locale ()->categories[i]); in setlocale()
416 strcpy (new_categories[j], saved_categories[j]); in setlocale()
420 strcpy (new_categories[j], "C"); in setlocale()
438 strcpy (global_locale_string, __get_global_locale ()->categories[1]); in currentlocale()
[all …]
Dnewlocale.c153 strcpy (new_categories[i], cat); in newlocale()
156 strcpy (new_categories[i], base ? base->categories[i] : "C"); in newlocale()
166 strcpy (tmp_locale.categories[i], new_categories[i]); in newlocale()
182 strcpy (tmp_locale.ctype_codeset, base->ctype_codeset); in newlocale()
184 strcpy (tmp_locale.message_codeset, base->message_codeset); in newlocale()
/picolibc-latest/newlib/libc/machine/nds32/
Dstrcpy.S45 .globl strcpy
46 .type strcpy, @function
47 strcpy: label
78 .size strcpy, .-strcpy
/picolibc-latest/test/libc-testsuite/
Dstring.c64 TEST(s, strcpy(b, c), b, "wrong return %p != %p"); in test_string()
66 TEST(s, strcpy(b+1, c), b+1, "wrong return %p != %p"); in test_string()
68 TEST(s, strcpy(b+2, c), b+2, "wrong return %p != %p"); in test_string()
70 TEST(s, strcpy(b+3, c), b+3, "wrong return %p != %p"); in test_string()
73 TEST(s, strcpy(b+1, c+1), b+1, "wrong return %p != %p"); in test_string()
75 TEST(s, strcpy(b+2, c+2), b+2, "wrong return %p != %p"); in test_string()
77 TEST(s, strcpy(b+3, c+3), b+3, "wrong return %p != %p"); in test_string()
93 strcpy(b, "abc"); in test_string()
98 strcpy(b, "aaababccdd0001122223"); in test_string()
105 strcpy(b, "abc 123; xyz; foo"); in test_string()
/picolibc-latest/test/
Dtest-strncat_s.c52 strcpy(handler_msg, msg); in custom_constraint_handler()
114 strcpy(dest, "Hello"); in main()
123 strcpy(dest, "Hello"); in main()
141 strcpy(dest, "Hello"); in main()
163 strcpy(dest, "Hello"); in main()
Dtest-mktemp.c95 strcpy(template, NAME_TEMPLATE); in main()
109 strcpy(template, NAME_TEMPLATE); in main()
123 strcpy(template, NAME_TEMPLATE_EXT); in main()
Dtest-memmove_s.c52 strcpy(handler_msg, msg); in custom_constraint_handler()
141 strcpy(buf, ""); in main()
Dtry-ilp32.c59 strcpy(get_str(copy).base, a); in main()
/picolibc-latest/newlib/libc/machine/m68k/
Dstrcpy.c38 #undef strcpy
41 strcpy (char *to, const char *from) in strcpy() function
/picolibc-latest/newlib/libc/machine/arm/
Dstrcpy.S46 .global strcpy
47 .type strcpy, %function
48 strcpy: label
185 .size strcpy, . - strcpy
/picolibc-latest/newlib/testsuite/newlib.string/
Dtstring.c67 strcpy(buf, template); in getbuf()
121 if (strcpy (target, "") != target || in main()
144 if (strcpy (tmp3, target) != tmp3 || in main()
167 if (strcpy (tmp3, "Y") != tmp3 || in main()
188 strcpy (target, "WW"); in main()
204 if (strcpy (tmp3, "ZZ") != tmp3 || in main()
239 strcpy (target, "AAA"); in main()
290 if (strcpy (expected, tmp2) != expected) in main()
315 strcpy (tmp7, tmp1); in main()
/picolibc-latest/newlib/libc/string/
Dstrcpy.c71 #undef strcpy
74 strcpy (char *dst0, in strcpy() function
/picolibc-latest/newlib/libc/machine/riscv/
Dstrcpy.c18 #undef strcpy
20 char *strcpy(char *dst, const char *src) in strcpy() function
/picolibc-latest/newlib/libc/stdlib/
Decvtbuf.c94 strcpy (buf, p); in print_e()
214 strcpy(fcvt_buf, p); in fcvtbuf()
271 strcpy(fcvt_buf, p); in ecvtbuf()
347 strcpy (buf, p); in _gcvt()
/picolibc-latest/newlib/libc/machine/xtensa/
Dstrcpy.S32 .global strcpy
33 .type strcpy, @function
34 strcpy: label
276 .size strcpy, . - strcpy
/picolibc-latest/newlib/libc/machine/arc/
DCMakeLists.txt60 strcpy-bs-arc600.S
61 strcpy-bs.S
62 strcpy.S
63 strcpy-stub.c
Dmeson.build57 'strcpy-bs-arc600.S',
58 'strcpy-bs.S',
59 'strcpy.S',
60 'strcpy-stub.c',
Dstrcpy.S48 ENTRY (strcpy)
89 ENDFUNC (strcpy)
Dstrcpy-bs.S54 ENTRY (strcpy)
103 ENDFUNC (strcpy)
/picolibc-latest/newlib/libc/posix/
Dregerror.c134 (void) strcpy(convbuf, r->name); in regerror()
146 (void) strcpy(errbuf, s); in regerror()
/picolibc-latest/newlib/libc/machine/spu/
Dstrcpy.c40 char * strcpy(char * __restrict__ dest, const char * __restrict__ src) in strcpy() function
/picolibc-latest/newlib/libc/include/ssp/
Dstring.h91 __ssp_bos_icheck2_restrict(strcpy, char *, const char *)
109 #define strcpy(dst, src) __ssp_bos_check2(strcpy, dst, src) macro
/picolibc-latest/newlib/libc/tinystdio/
Dtmpnam.c52 strcpy(s, "TXXXXXX"); in tmpnam()

1234