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

/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypserv.c80 char *aclfile = NULL; variable
365 aclfile = optarg;
379 (void)fprintf(stderr,"usage: %s [-a aclfile] [-d] [-x]\n",progname);
388 if (aclfile != NULL) {
389 (void)yp_acl_init(aclfile);
534 if (aclfile != NULL) {
535 yplog("sig_hup: reread %s",aclfile);
536 (void)yp_acl_init(aclfile);

Completed in 121 milliseconds