Lines Matching full:how

842 	enum nss_lookup_type	 how;  in files_group()  local
854 how = (enum nss_lookup_type)(uintptr_t)mdata; in files_group()
855 switch (how) { in files_group()
882 stayopen = (how == nss_lt_all || !fresh) ? 1 : st->stayopen; in files_group()
885 if (how != nss_lt_all && !fresh) in files_group()
891 rv = __gr_match_entry(line, linesize, how, name, gid); in files_group()
909 if (how == nss_lt_all) in files_group()
916 if (st->fp != NULL && how != nss_lt_all) in files_group()
963 enum nss_lookup_type how; in dns_group() local
970 how = (enum nss_lookup_type)(uintptr_t)mdata; in dns_group()
971 switch (how) { in dns_group()
995 switch (how) { in dns_group()
1015 how == nss_lt_id ? "gid" : "group"); in dns_group()
1016 if ((how == nss_lt_id && hes == NULL && in dns_group()
1019 if (how == nss_lt_all) in dns_group()
1025 rv = __gr_match_entry(hes[0], strlen(hes[0]), how, name, gid); in dns_group()
1046 } while (how == nss_lt_all && !(rv & NS_TERMINATE)); in dns_group()
1100 enum nss_lookup_type how; in nis_group() local
1105 how = (enum nss_lookup_type)(uintptr_t)mdata; in nis_group()
1106 switch (how) { in nis_group()
1135 switch (how) { in nis_group()
1151 if (how == nss_lt_all) { in nis_group()
1198 rv = __gr_match_entry(buffer, resultlen, how, name, gid); in nis_group()
1203 } while (how == nss_lt_all && !(rv & NS_TERMINATE)); in nis_group()
1315 enum nss_lookup_type how; in compat_group() local
1334 how = (enum nss_lookup_type)(uintptr_t)mdata; in compat_group()
1335 switch (how) { in compat_group()
1363 stayopen = (how == nss_lt_all || !fresh) ? 1 : st->stayopen; in compat_group()
1366 if (how != nss_lt_all && !fresh) in compat_group()
1371 set_lookup_type(dtab, how); in compat_group()
1372 switch (how) { in compat_group()
1400 switch (how) { in compat_group()
1450 rv = __gr_match_entry(line, linesize, how, name, gid); in compat_group()
1468 if (how == nss_lt_all) in compat_group()
1476 if (st->fp != NULL && how != nss_lt_all) in compat_group()
1491 __gr_match_entry(const char *line, size_t linesize, enum nss_lookup_type how, in __gr_match_entry() argument
1502 switch (how) { in __gr_match_entry()
1513 switch (how) { in __gr_match_entry()