Searched refs:strdup2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/portsnap/make_index/
H A Dmake_index.c67 static char * strdup2(const char *str);
90 strdup2(const char *str) function
124 d[i].name = strdup2(strsep(&str, " "));
152 p->pkgname = strdup2(strsep(&line, "|"));
153 p->portdir = strdup2(strsep(&line, "|"));
154 p->prefix = strdup2(strsep(&line, "|"));
155 p->comment = strdup2(strsep(&line, "|"));
156 p->pkgdescr = strdup2(strsep(&line, "|"));
157 p->maintainer = strdup2(strsep(&line, "|"));
158 p->categories = strdup2(strse
[all...]

Completed in 106 milliseconds