HomeSort by: relevance | last modified time | path
    Searched defs:frpt (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
options.c 1954 char *frpt; local in function:opt_add
1967 frpt = endpt = dstr;
1974 while ((frpt != NULL) && (*frpt != '\0')) {
1975 if ((endpt = strchr(frpt, ',')) != NULL)
1977 if ((pt = strchr(frpt, '=')) == NULL) {
1988 opt->name = frpt;
1992 frpt = endpt + 1;
1994 frpt = NULL;
options.c 1954 char *frpt; local in function:opt_add
1967 frpt = endpt = dstr;
1974 while ((frpt != NULL) && (*frpt != '\0')) {
1975 if ((endpt = strchr(frpt, ',')) != NULL)
1977 if ((pt = strchr(frpt, '=')) == NULL) {
1988 opt->name = frpt;
1992 frpt = endpt + 1;
1994 frpt = NULL;

Completed in 25 milliseconds