Searched refs:ISWORDSEP (Results 1 – 1 of 1) sorted by relevance
66 static int ISWORDSEP[UCHAR_MAX+1]; variable185 bzero(ISWORDSEP, sizeof (ISWORDSEP)); in srchcfile()186 ISWORDSEP[' '] = 1; in srchcfile()187 ISWORDSEP['\t'] = 1; in srchcfile()188 ISWORDSEP['\n'] = 1; in srchcfile()189 ISWORDSEP['\0'] = 1; in srchcfile()267 if (getstr(&p, PATH_MAX, mylocal, ISWORDSEP)) { in srchcfile()290 if (getstr(&p, CLSSIZ, ept->pkg_class, ISWORDSEP)) { in srchcfile()345 ISWORDSEP) || in srchcfile()347 ISWORDSEP)) { in srchcfile()[all …]