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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dsrchcfile.c66 static int ISWORDSEP[UCHAR_MAX+1]; variable
185 bzero(ISWORDSEP, sizeof (ISWORDSEP));
186 ISWORDSEP[' '] = 1;
187 ISWORDSEP['\t'] = 1;
188 ISWORDSEP['\n'] = 1;
189 ISWORDSEP['\0'] = 1;
267 if (getstr(&p, PATH_MAX, mylocal, ISWORDSEP)) {
290 if (getstr(&p, CLSSIZ, ept->pkg_class, ISWORDSEP)) {
345 ISWORDSEP) ||
[all...]

Completed in 44 milliseconds