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

  /src/games/hack/
hack.cmd.c 316 confdir();
321 confdir(void) function
  /src/external/bsd/openldap/dist/servers/slapd/
slapcommon.c 288 char *confdir = NULL; local
417 confdir = optarg;
707 rc = read_config( conffile, confdir );
711 progname, confdir ? "directory" : "file" );
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 2239 ni_id confdir; local
2245 while (status = ni_pathsearch(domain, &confdir, NETINFO_CONFIG_DIR) == NI_NODIR) {
2254 if (ni_lookupprop(domain, &confdir, "server", namelist) != NI_OK) {
  /src/libexec/ftpd/
ftpd.c 210 static const char *confdir = _DEFAULT_CONFDIR; variable
343 confdir = optarg;
479 if (EMPTYSTR(confdir))
480 confdir = _DEFAULT_CONFDIR;
3577 (void)snprintf(filename, sizeof(filename), "%s/%s", confdir ,s);

Completed in 81 milliseconds