Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Datq.c223 int entryfound; /* found file owned by users */ in countfiles() local
241 entryfound = 0; in countfiles()
245 ++entryfound; in countfiles()
248 if (entryfound) in countfiles()
263 int entryfound; /* found file owned by users */ in printqueue() local
300 entryfound = 0; in printqueue()
304 ++entryfound; in printqueue()
307 if (!entryfound) in printqueue()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c48 int entryfound=0; local
107 entryfound = 1; /* service_dn record found !!! */
113 if (entryfound == 0) {