HomeSort by: relevance | last modified time | path
    Searched defs:BINDINGDIR (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/yp/
yplib.c 57 #define BINDINGDIR "/var/yp/binding"
157 BINDINGDIR, dom, 2);
  /src/usr.sbin/ypbind/
ypbind.c 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
    [all...]

Completed in 14 milliseconds