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

/netbsd-current/bin/pax/
H A Doptions.c1972 char *frpt; local
1985 frpt = endpt = dstr;
1992 while ((frpt != NULL) && (*frpt != '\0')) {
1993 if ((endpt = strchr(frpt, ',')) != NULL)
1995 if ((pt = strchr(frpt, '=')) == NULL) {
2006 opt->name = frpt;
2010 frpt = endpt + 1;
2012 frpt = NULL;

Completed in 203 milliseconds