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

/illumos-gate/usr/src/cmd/cron/
H A Datq.c221 int entryfound; /* found file owned by users */ local
230 * have to use "entryfound" (rather than simply incrementing "numfiles")
239 entryfound = 0;
243 ++entryfound;
246 if (entryfound)
261 int entryfound; /* found file owned by users */ local
277 * Once again, we have to use "entryfound" (rather than simply
298 entryfound = 0;
302 ++entryfound;
305 if (!entryfound)
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c50 int entryfound=0; local
109 entryfound = 1; /* service_dn record found !!! */
115 if (entryfound == 0) {

Completed in 65 milliseconds