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

  /src/bin/pax/
sel_subs.c 340 char *flgpt; local in function:trng_add
354 if ((flgpt = strrchr(str, '/')) != NULL)
355 *flgpt++ = '\0';
390 if ((flgpt == NULL) || (*flgpt == '\0'))
394 while (*flgpt != '\0') {
395 switch(*flgpt) {
406 *flgpt, str);
410 ++flgpt;

Completed in 12 milliseconds