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

/freebsd-9.3-release/usr.sbin/rpc.ypxfrd/
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,
H A Dypxfrd_main.c80 char *yp_dir = "/var/yp/"; variable
206 yp_dir = optarg;
/freebsd-9.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h49 extern char *yp_dir;
H A Dyppasswdd_main.c91 char *yp_dir = _yp_dir; variable
193 yp_dir = optarg;
H A Dyppasswdd_server.c260 if ((dird = opendir(yp_dir)) == NULL) {
261 yp_error("opendir(%s) failed: %s", yp_dir, strerror(errno));
267 yp_dir, dirp->d_name);
588 "%s/%s/master.passwd", yp_dir, domain);
814 "%s/%s/master.passwd", yp_dir, argp->domain);
/freebsd-9.3-release/libexec/ypxfr/
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);
H A Dypxfr_main.c55 char *yp_dir = _PATH_YP; variable
211 yp_dir = optarg;
406 snprintf(ypxfr_temp_map, sizeof(ypxfr_temp_map), "%s/%s/%s", yp_dir,
478 snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, ypxfr_dest_domain,
528 snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, ypxfr_dest_domain,
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_extern.h70 extern char *yp_dir;
H A Dyp_access.c124 snprintf(path, MAXPATHLEN, "%s/securenets", yp_dir);
323 snprintf(dompath, sizeof(dompath), "%s/%s", yp_dir, domain);
H A Dyp_main.c91 char *yp_dir = _PATH_YP; variable
481 yp_dir = optarg;
H A Dyp_server.c381 if (strcmp(yp_dir, _PATH_YP)) {
385 "-p", yp_dir, "-C", t,
689 snprintf(yp_mapdir, sizeof(yp_mapdir), "%s/%s", yp_dir, domain);
H A Dyp_dblookup.c403 snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, domain, map);
/freebsd-9.3-release/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c78 char *yp_dir = "/var/yp/"; variable
199 yp_dir = optarg;
/freebsd-9.3-release/usr.sbin/yppush/
H A Dyppush_main.c59 char *yp_dir = _PATH_YP; variable
502 yp_dir = optarg;
/freebsd-9.3-release/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c53 char *yp_dir = ""; /* No particular default needed. */ variable

Completed in 108 milliseconds