Home
last modified time | relevance | path

Searched refs:ypstatusp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.c150 _nss_nis_ypmatch(domain, map, key, valp, vallenp, ypstatusp) in _nss_nis_ypmatch() argument
156 int *ypstatusp;
174 if (ypstatusp != 0) {
175 *ypstatusp = ypstatus;
186 _nss_nis_ypmatch_rsvdport(domain, map, key, valp, vallenp, ypstatusp) in _nss_nis_ypmatch_rsvdport() argument
192 int *ypstatusp;
210 if (ypstatusp != 0) {
211 *ypstatusp = ypstatus;
217 _nss_nis_lookup(be, args, netdb, map, key, ypstatusp) in _nss_nis_lookup() argument
223 int *ypstatusp;
[all …]
H A Dnis_common.h105 int *ypstatusp);