Lines Matching refs:nss_lt_all
226 case nss_lt_all: in grp_marshal_func()
321 case nss_lt_all: in grp_unmarshal_func()
382 group, (void *)nss_lt_all,
403 group, (void *)nss_lt_all,
424 group, (void *)nss_lt_all,
429 { NSSRC_FILES, files_group, (void *)nss_lt_all },
431 { NSSRC_DNS, dns_group, (void *)nss_lt_all },
434 { NSSRC_NIS, nis_group, (void *)nss_lt_all },
436 { NSSRC_COMPAT, compat_group, (void *)nss_lt_all },
862 case nss_lt_all: 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()
909 if (how == nss_lt_all) in files_group()
916 if (st->fp != NULL && how != nss_lt_all) in files_group()
978 case nss_lt_all: in dns_group()
1005 case nss_lt_all: in dns_group()
1019 if (how == nss_lt_all) in dns_group()
1046 } while (how == nss_lt_all && !(rv & NS_TERMINATE)); in dns_group()
1115 case nss_lt_all: in nis_group()
1145 case nss_lt_all: in nis_group()
1151 if (how == nss_lt_all) { in nis_group()
1203 } while (how == nss_lt_all && !(rv & NS_TERMINATE)); in nis_group()
1342 case nss_lt_all: 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()
1373 case nss_lt_all: in compat_group()
1468 if (how == nss_lt_all) in compat_group()
1476 if (st->fp != NULL && how != nss_lt_all) in compat_group()
1525 case nss_lt_all: in __gr_match_entry()