Searched refs:strdup (Results 1 – 4 of 4) sorted by relevance
141 inline char *strdup(const char *s) in strdup() function
110 d = strdup(s); in xstrdup()
74 static char *strdup(const char *str) in strdup() function391 ext->arg = strdup(optarg); in main()396 key->fn = strdup(optarg); in main()401 cert->fn = strdup(optarg); in main()
670 - Free arguments copied with strdup
Completed in 10 milliseconds