Searched refs:yp_match (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dypclnt.h97 int yp_match __P((const char *, const char *, const char *,
H A Dinnetgr.c122 err = yp_match(d->thisdomain, "netgroup", key, keylen, &val, &vallen);
129 (void) fprintf(stderr, "innetgr: yp_match, %s\n",yperr_string(err));
300 err = yp_match(thisdomain,map,key,strlen(key),&val,&vallen);
310 "yp_match(%s,%s) failed: %s.\n",map,key,yperr_string(err));
H A Dgetnetgrent.c233 if (yp_match(domain, NETGROUP, group, strlen(group), &val, &vallen))
H A Dypmatch_cache.c178 yp_match(indomain, inmap, inkey, inkeylen, outval, outvallen) function
235 if (tries++) clnt_perror(ysd->dom_client, "yp_match: clnt_call");
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_nis.c173 err = yp_match(dict_nis_domain, dict_nis->dict.name,
187 err = yp_match(dict_nis_domain, dict_nis->dict.name,
/macosx-10.9.5/remote_cmds-41.90.1/ypmatch.tproj/
H A Dypmatch.c147 r = yp_match(domainname, inmap, inkey,
156 fprintf(stderr, "yp_match: not running ypbind\n");
/macosx-10.9.5/system_cmds-597.90.1/chkpasswd.tproj/
H A Dnis_passwd.c194 reason = yp_match(domain, "passwd.byname", nam, strlen(nam),
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chkpasswd.tproj/
H A Dnis_passwd.c194 reason = yp_match(domain, "passwd.byname", nam, strlen(nam),
/macosx-10.9.5/system_cmds-597.90.1/passwd.tproj/
H A Dnis_passwd.c246 reason = yp_match(domain, "passwd.byname", nam, (int)strlen(nam),
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/passwd.tproj/
H A Dnis_passwd.c246 reason = yp_match(domain, "passwd.byname", nam, (int)strlen(nam),
/macosx-10.9.5/Libinfo-449.1.3/xcodescripts/
H A Dinstall_files.sh125 nis.subproj/yp_match.3 \
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dphp.vim213 syn keyword phpFunctions yp_all yp_cat yp_err_string yp_errno yp_first yp_get_default_domain yp_master yp_match yp_next yp_order contained
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dconfigure7691 ac_fn_c_check_func "$LINENO" "yp_match" "ac_cv_func_yp_match"
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for yp_match in -lnsl" >&5
7696 $as_echo_n "checking for yp_match in -lnsl... " >&6; }
7711 char yp_match ();
7715 return yp_match ();
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim4856 \ 'yp_match(': 'string domain, string map, string key | string',

Completed in 180 milliseconds