Searched refs:nss_lt_all (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | getgrent.c | 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() [all …]
|
H A D | getpwent.c | 274 case nss_lt_all: in pwd_marshal_func() 377 case nss_lt_all: in pwd_unmarshal_func() 428 passwd, (void *)nss_lt_all, in setpwent() 455 passwd, (void *)nss_lt_all, in setpassent() 484 passwd, (void *)nss_lt_all, in endpwent() 512 passwd, (void *)nss_lt_all, in getpwent_r() 517 { NSSRC_FILES, files_passwd, (void *)nss_lt_all }, in getpwent_r() 519 { NSSRC_DNS, dns_passwd, (void *)nss_lt_all }, in getpwent_r() 522 { NSSRC_NIS, nis_passwd, (void *)nss_lt_all }, in getpwent_r() 524 { NSSRC_COMPAT, compat_passwd, (void *)nss_lt_all }, in getpwent_r() [all …]
|
/freebsd/lib/libc/rpc/ |
H A D | getrpcent.c | 233 case nss_lt_all: in files_rpcent() 253 if (how == nss_lt_all) in files_rpcent() 315 case nss_lt_all: in files_rpcent() 413 case nss_lt_all: in nis_rpcent() 456 how = nss_lt_all; in nis_rpcent() 467 how = nss_lt_all; in nis_rpcent() 484 case nss_lt_all: in nis_rpcent() 546 if ((how == nss_lt_all) && (no_name_active != 0)) { in nis_rpcent() 561 } while (!(rv & NS_TERMINATE) && (how == nss_lt_all)); in nis_rpcent() 672 case nss_lt_all: in rpc_marshal_func() [all …]
|
/freebsd/lib/libc/net/ |
H A D | getservent.c | 315 case nss_lt_all: in files_servent() 338 if (serv_mdata->how == nss_lt_all) in files_servent() 372 case nss_lt_all: in files_servent() 380 serv_mdata->how != nss_lt_all) in files_servent() 414 case nss_lt_all: in files_servent() 516 case nss_lt_all: in db_servent() 531 if (how == nss_lt_all && st->keynum < 0) in db_servent() 542 stayopen = (how == nss_lt_all) ? 1 : st->stayopen; in db_servent() 580 case nss_lt_all: in db_servent() 597 } while (!(rv & NS_TERMINATE) && how == nss_lt_all); in db_servent() [all …]
|
H A D | getprotoent.c | 159 case nss_lt_all: in __proto_marshal_func() 245 case nss_lt_all: in __proto_unmarshal_func() 473 protocols, (void *)nss_lt_all, in getprotoent_r() 477 { NSSRC_FILES, files_getprotoent_r, (void *)nss_lt_all }, in getprotoent_r() 502 protocols, (void *)nss_lt_all, in setprotoent() 523 protocols, (void *)nss_lt_all, in endprotoent()
|
H A D | getnetnamadr.c | 141 case nss_lt_all: in net_marshal_func() 229 case nss_lt_all: in net_unmarshal_func()
|
/freebsd/include/ |
H A D | nsswitch.h | 193 nss_lt_all = 3 enumerator
|