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

/freebsd-9.3-release/bin/pax/
H A Doptions.c1354 char *frpt; local
1367 frpt = endpt = lstr;
1374 while ((frpt != NULL) && (*frpt != '\0')) {
1375 if ((endpt = strchr(frpt, ',')) != NULL)
1377 if ((pt = strchr(frpt, '=')) == NULL) {
1388 opt->name = frpt;
1392 frpt = endpt + 1;
1394 frpt = NULL;

Completed in 162 milliseconds