HomeSort by: relevance | last modified time | path
    Searched refs:yp_first (Results 1 - 15 of 15) sorted by relevancy

  /src/include/rpcsvc/
ypclnt.h 76 int yp_first (const char *, const char *, char **, int *,
  /src/distrib/utils/libhack/
yplib.c 44 #define yp_first _yp_first macro
84 __weak_alias(yp_first,_yp_first);
188 yp_first(indomain, inmap, outkey, outkeylen, outval, outvallen) function
  /src/lib/libc/yp/
yp_first.c 1 /* $NetBSD: yp_first.c,v 1.17 2024/01/03 18:41:53 christos Exp $ */
31 __RCSID("$NetBSD: yp_first.c,v 1.17 2024/01/03 18:41:53 christos Exp $");
43 __weak_alias(yp_first,_yp_first)
48 yp_first(const char *indomain, const char *inmap, char **outkey,
80 clnt_perror(ysd->dom_client, "yp_first: clnt_call");
  /src/usr.sbin/ypserv/yptest/
yptest.c 77 printf("\nTest 2: yp_first\n");
78 Status = yp_first(Domain, Map, &Key2, &KeyLen, &Value, &ValLen);
  /src/external/bsd/am-utils/dist/amd/
info_nis.c 409 i = yp_first(indomain, inmap, &outkey, &outkeylen, &outval, &outvallen);
411 plog(XLOG_ERROR, "yp_first() returned error: %s\n", yperr_string(i));
424 * We have to manually free all char ** arguments to yp_first/yp_next
  /src/external/bsd/libbind/dist/irs/
nis_pr.c 179 r = yp_first(pvt->nis_domain, protocols_bynumber,
nis_pw.c 144 r = yp_first(pvt->nis_domain, passwd_byname,
nis_gr.c 190 r = yp_first(pvt->nis_domain, group_byname,
nis_nw.c 234 r = yp_first(pvt->nis_domain, networks_byaddr,
nis_sv.c 185 r = yp_first(pvt->nis_domain, services_byname,
nis_ho.c 278 r = yp_first(pvt->nis_domain, hosts_byaddr,
  /src/lib/libc/gen/
getusershell.c 441 if (yp_first(_nis_state.domain, "shells",
getpwent.c 1405 if (yp_first(_nis_state.domain, PASSWD_BYNAME(&_nis_state),
1487 if (yp_first(_nis_state.domain, PASSWD_BYNAME(&_nis_state),
getgrent.c 1014 if (yp_first(state->domain, map,
  /src/lib/libc/include/
namespace.h 919 #define yp_first _yp_first macro

Completed in 21 milliseconds