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

/freebsd-10-stable/bin/pax/
H A Dsel_subs.c329 char *up_pt = NULL; local
351 if ((*stpt == ',') && (up_pt == NULL)) {
353 up_pt = stpt + 1;
421 if ((up_pt != NULL) && (*up_pt != '\0')) {
425 if (str_sec(up_pt, &(pt->high_time)) < 0) {
426 paxwarn(1, "Illegal upper time range %s", up_pt);
438 up_pt, str);

Completed in 44 milliseconds