Searched refs:strdup (Results 1 – 14 of 14) sorted by relevance
32 name_str = strdup (entry); in envz_merge()45 name_str = strdup (entry); in envz_merge()
40 running = strdup(string); in argz_create_sep()55 running = strdup(string); in argz_create_sep()
10 strdup (const char *str) in strdup() function
71 strdup.c
70 'strdup.c',
29 p = strdup (str); in putenv()
31 tmp = strdup((p)); \
55 if (str == NULL || (p = p1 = strdup (str)) == NULL) in canonical_form()
78 e.key = strdup(ch); /* ptr to provided key is kept! */ in main()
117 char *strdup (const char *) __malloc_like __result_use_check;
170 u_char *t = (u_char *) strdup((const char *) s); in __collate_strdup()
3427 * libc/include/string.h (strdup, strndup): Declare if not3469 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 equivalent17181 * 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 …]
2847 newlib/libc/string/strdup.c3671 newlib/libc/machine/i960/strdup.S