Lines Matching refs:found
64 struct datahead *found = __nscd_cache_search (GETNETGRENT, group, in __nscd_setnetgrent() local
67 if (found != NULL) in __nscd_setnetgrent()
69 respdata = (char *) (&found->data[0].netgroupdata + 1); in __nscd_setnetgrent()
70 netgroup_resp = found->data[0].netgroupdata; in __nscd_setnetgrent()
94 if (netgroup_resp.found == 1) in __nscd_setnetgrent()
126 if (__glibc_unlikely (netgroup_resp.found == -1)) in __nscd_setnetgrent()
218 struct datahead *found = __nscd_cache_search (INNETGR, key, in __nscd_innetgr() local
221 if (found != NULL) in __nscd_innetgr()
223 innetgroup_resp = found->data[0].innetgroupdata; in __nscd_innetgr()
246 if (innetgroup_resp.found == 1) in __nscd_innetgr()
250 if (__glibc_unlikely (innetgroup_resp.found == -1)) in __nscd_innetgr()