Home
last modified time | relevance | path

Searched refs:_PATH_YP (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/libexec/ypxfr/
Dypxfr_extern.h43 #ifndef _PATH_YP
44 #define _PATH_YP "/var/yp/" macro
Dypxfr_main.c55 char *yp_dir = _PATH_YP;
/freebsd-10-stable/usr.sbin/rpc.yppasswdd/
Dyppasswdd_extern.h42 #ifndef _PATH_YP
43 #define _PATH_YP "/var/yp/" macro
Dyppasswdd_main.c90 static char _yp_dir[] = _PATH_YP;
92 static char _passfile_default[] = _PATH_YP "master.passwd";
/freebsd-10-stable/usr.sbin/ypserv/
Dyp_extern.h45 #ifndef _PATH_YP
46 #define _PATH_YP "/var/yp/" macro
Dyp_main.c91 char *yp_dir = _PATH_YP;
Dyp_server.c381 if (strcmp(yp_dir, _PATH_YP)) {
/freebsd-10-stable/include/
Dpaths.h102 #define _PATH_YP "/var/yp/" macro
/freebsd-10-stable/usr.sbin/yppush/
Dyppush_main.c59 char *yp_dir = _PATH_YP;