Home
last modified time | relevance | path

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

/trueos/usr.sbin/pw/
HDpw.c39 #if !defined(_PATH_YP)
40 #define _PATH_YP "/var/yp/" macro
240 if (chdir(_PATH_YP) == -1) in main()
241 warn("chdir(" _PATH_YP ")"); in main()
/trueos/libexec/ypxfr/
HDypxfr_extern.h43 #ifndef _PATH_YP
44 #define _PATH_YP "/var/yp/" macro
HDypxfr_main.c55 char *yp_dir = _PATH_YP;
/trueos/usr.sbin/rpc.yppasswdd/
HDyppasswdd_extern.h42 #ifndef _PATH_YP
43 #define _PATH_YP "/var/yp/" macro
HDyppasswdd_main.c90 static char _yp_dir[] = _PATH_YP;
92 static char _passfile_default[] = _PATH_YP "master.passwd";
/trueos/usr.sbin/ypserv/
HDyp_extern.h45 #ifndef _PATH_YP
46 #define _PATH_YP "/var/yp/" macro
HDyp_main.c91 char *yp_dir = _PATH_YP;
HDyp_server.c381 if (strcmp(yp_dir, _PATH_YP)) {
/trueos/include/
HDpaths.h101 #define _PATH_YP "/var/yp/" macro
/trueos/usr.sbin/yppush/
HDyppush_main.c59 char *yp_dir = _PATH_YP;