Search

Searched defs:netdb (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c205 _nss_files_XY_all(be, args, netdb, filter, check)
208 int netdb; /* whether it uses netdb */
264 if (netdb) {
387 int netdb, files_hash_t *fhp, int hashop, files_XY_check_func check)
403 return (_nss_files_XY_all(be, args, netdb, 0, check));
407 return (_nss_files_XY_all(be, args, netdb, 0, check));
554 if (netdb) {
386 _nss_files_XY_hash(files_backend_ptr_t be, nss_XbyY_args_t *args, int netdb, files_hash_t *fhp, int hashop, files_XY_check_func check) argument
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.c217 _nss_nis_lookup(be, args, netdb, map, key, ypstatusp)
220 int netdb;
249 if (netdb) {
273 _nss_nis_lookup_rsvdport(be, args, netdb, map, key, ypstatusp)
276 int netdb;
294 if (netdb) {
318 do_getent(be, args, netdb)
321 int netdb;
360 if (netdb) {
498 int netdb; member in struct:XbyY_data
[all...]
/illumos-gate/usr/src/man/man3head/
H A DMakefile59 netdb.h.3head \
148 netdb.3head \
237 netdb.3head := LINKSRC = netdb.h.3head

Completed in 74 milliseconds