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

/freebsd-10-stable/bin/pax/
H A Dsel_subs.c331 char *flgpt; local
345 if ((flgpt = strrchr(str, '/')) != NULL)
346 *flgpt++ = '\0';
381 if ((flgpt == NULL) || (*flgpt == '\0'))
385 while (*flgpt != '\0') {
386 switch(*flgpt) {
397 *flgpt, str);
401 ++flgpt;

Completed in 100 milliseconds