Searched defs:tmpfound (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswparse.c145 int found, tmpfound; local
155 tmpfound = (*++p == key);
156 if (tmpfound) {
157 found = tmpfound;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c825 int found, tmpfound; local
835 tmpfound = (*++p == key);
836 if (tmpfound) {
837 found = tmpfound;

Completed in 74 milliseconds