Home
last modified time | relevance | path

Searched refs:_yp_check (Results 1 – 7 of 7) sorted by relevance

/freebsd/libexec/ypxfr/
H A Dypxfr_extern.h51 extern int _yp_check(char **);
H A Dypxfr_main.c267 _yp_check(&ypxfr_local_domain)) in main()
/freebsd/lib/libc/yp/
H A DSymbol.map20 _yp_check;
H A Dyplib.c1216 _yp_check(char **dom) in _yp_check() function
/freebsd/lib/libc/include/
H A Dlibc_private.h267 int _yp_check(char **);
/freebsd/usr.sbin/yppush/
H A Dyppush_main.c555 !_yp_check(&yppush_check_domain)) { in main()
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c2619 if (_yp_check(&ypdomain) == 0) in _yp_getaddrinfo()