Searched refs:_RPaths (Results 1 – 2 of 2) sorted by relevance
90 static char *_RPaths[MAXPATHS+1]; variable284 Pubdir = _RPaths[0] = _WPaths[0] = _Pubdir; /* reset default */ in fillFlds()400 _RPaths[0] = _WPaths[0] = PUBDIR; /* default is public */401 _RPaths[1] = _WPaths[1] = NULLCHAR;460 fillList(U_READPATH, _RPaths);914 if (listMatch(path, _RPaths) in chkpth()
187 fillList(U_READPATH, _RPaths); in checkPerm()279 for (i=0; _RPaths[i] != NULL; i++)280 if (verbose) printf("\t %s\n", _RPaths[i]);