Lines Matching defs:BINDINGDIR
73 #define BINDINGDIR (_PATH_VAR_YP "binding")
240 BINDINGDIR, domain, YPSERVERSSUFF);
374 (void)snprintf(path, sizeof(path), "%s/%s.%ld", BINDINGDIR,
379 (void)mkdir(BINDINGDIR, 0755);
398 BINDINGDIR, dom->dom_name, dom->dom_vers);
403 * purge_bindingdir: remove old binding files (i.e. "rm *.[0-9]" in BINDINGDIR)
409 * We have to remove all binding files in BINDINGDIR, not just the one
1176 (void)snprintf(path, sizeof(path), "%s/%s.%ld", BINDINGDIR,
1701 /* Clean out BINDINGDIR, deleting all existing (now stale) bindings */
1702 if (purge_bindingdir(BINDINGDIR) < 0)
1703 errx(1, "Unable to purge old bindings from %s", BINDINGDIR);