Searched defs:ppsearch (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppsearch.c | 595 ppsearch(char* file, int type, int flags) function 661 if ((fd = ppsearch(fp->name + 4, type, flags|SEARCH_TEST)) < 0) 667 fd = ppsearch(fp->name + 4, type, flags|SEARCH_NEXT); 683 if ((fd = ppsearch(fp->name, type, flags)) >= 0) 688 return ppsearch(fp->name, type, flags);
|
Completed in 264 milliseconds