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

/freebsd-11-stable/bin/pax/
H A Doptions.c1361 char *frpt; local
1374 frpt = endpt = lstr;
1381 while ((frpt != NULL) && (*frpt != '\0')) {
1382 if ((endpt = strchr(frpt, ',')) != NULL)
1384 if ((pt = strchr(frpt, '=')) == NULL) {
1396 opt->name = frpt;
1400 frpt = endpt + 1;
1402 frpt = NULL;

Completed in 68 milliseconds