Home
last modified time | relevance | path

Searched refs:strdup (Results 1 – 14 of 14) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/argz/
Denvz_merge.c32 name_str = strdup (entry); in envz_merge()
45 name_str = strdup (entry); in envz_merge()
Dargz_create_sep.c40 running = strdup(string); in argz_create_sep()
55 running = strdup(string); in argz_create_sep()
/picolibc-3.5.0-3.4.0/newlib/libc/string/
Dstrdup.c10 strdup (const char *str) in strdup() function
DCMakeLists.txt71 strdup.c
Dmeson.build70 'strdup.c',
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dputenv.c29 p = strdup (str); in putenv()
/picolibc-3.5.0-3.4.0/test/libc-testsuite/
Dbasename.c31 tmp = strdup((p)); \
Ddirname.c31 tmp = strdup((p)); \
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/lib/
Daliasesi.c55 if (str == NULL || (p = p1 = strdup (str)) == NULL) in canonical_form()
/picolibc-3.5.0-3.4.0/newlib/testsuite/newlib.search/
Dhsearchtest.c78 e.key = strdup(ch); /* ptr to provided key is kept! */ in main()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dstring.h117 char *strdup (const char *) __malloc_like __result_use_check;
/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Dcollate.c170 u_char *t = (u_char *) strdup((const char *) s); in __collate_strdup()
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20153427 * libc/include/string.h (strdup, strndup): Declare if not
3469 linked list here, avoiding wasteful strdup calls in the process.
7648 strdup() and strlen() calls, also getting rid of a compiler warning.
16858 * libc/time/tzset_r.c: Change to replace strdup with equivalent
17181 * libc/stdlib/Makefile.am: Remove strdup.c and strdup_r.c.
17183 * libc/stdlib/strdup.c: Removed.
17185 * libc/string/Makefile.am: Add strdup.c, strdup_r.c, memccpy.c,
17192 * libc/string/strdup.c: New file moved from stdlib.
20518 * libc/unix/getut.c (utmpname): removed local, incorrect "strdup"
20520 "strdup" and "strncmp" prototypes.
[all …]
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc2847 newlib/libc/string/strdup.c
3671 newlib/libc/machine/i960/strdup.S