Home
last modified time | relevance | path

Searched refs:yp_dir (Results 1 – 17 of 17) sorted by relevance

/freebsd/libexec/ypxfr/
H A Dypxfr_main.c57 char *yp_dir = _PATH_YP; variable
211 yp_dir = optarg; in main()
406 snprintf(ypxfr_temp_map, sizeof(ypxfr_temp_map), "%s/%s/%s", yp_dir, in main()
478 snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, ypxfr_dest_domain, in main()
528 snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, ypxfr_dest_domain, in main()
H A Dypxfr_extern.h47 extern char *yp_dir;
H A Dyp_dbwrite.c70 snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, domain, map); in yp_open_db_rw()
/freebsd/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c80 char *yp_dir = "/var/yp/"; variable
201 yp_dir = optarg; in main()
/freebsd/usr.sbin/ypserv/
H A Dyp_access.c126 snprintf(path, MAXPATHLEN, "%s/securenets", yp_dir); in load_securenets()
325 snprintf(dompath, sizeof(dompath), "%s/%s", yp_dir, domain);
H A Dyp_extern.h70 extern char *yp_dir;
H A Dyp_main.c89 char *yp_dir = _PATH_YP; variable
477 yp_dir = optarg; in main()
H A Dyp_server.c381 if (strcmp(yp_dir, _PATH_YP)) {
385 "-p", yp_dir, "-C", t,
688 snprintf(yp_mapdir, sizeof(yp_mapdir), "%s/%s", yp_dir, domain);
H A Dyp_dblookup.c397 snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, domain, map); in yp_open_db()
/freebsd/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c82 char *yp_dir = "/var/yp/"; variable
207 yp_dir = optarg; in main()
H A Dypxfrd_extern.h49 extern char *yp_dir;
H A Dypxfrd_server.c102 snprintf (buf, sizeof(buf), "%s/%s/%s", yp_dir, argp->xfrdomain,
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c260 if ((dird = opendir(yp_dir)) == NULL) { in find_domain()
261 yp_error("opendir(%s) failed: %s", yp_dir, strerror(errno)); in find_domain()
267 yp_dir, dirp->d_name); in find_domain()
606 "%s/%s/master.passwd", yp_dir, domain); in yppasswdproc_update_1_svc()
837 "%s/%s/master.passwd", yp_dir, argp->domain); in yppasswdproc_update_master_1_svc()
H A Dyppasswdd_extern.h49 extern char *yp_dir;
H A Dyppasswdd_main.c91 char *yp_dir = _yp_dir; variable
191 yp_dir = optarg; in main()
/freebsd/usr.sbin/yppush/
H A Dyppush_main.c59 char *yp_dir = _PATH_YP; variable
515 yp_dir = optarg; in main()
/freebsd/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c53 char *yp_dir = ""; /* No particular default needed. */ variable