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

  /src/external/bsd/unbound/dist/daemon/
unbound.c 525 const char** cfgfile, int need_pidfile)
563 pidinchroot = need_pidfile && (!(cfg->chrootdir && cfg->chrootdir[0]) ||
569 if(cfg->pidfile && cfg->pidfile[0] && need_pidfile) {
596 if(cfg->pidfile && cfg->pidfile[0] && need_pidfile) {
601 (void)need_pidfile;
722 * @param need_pidfile: if false, no pidfile is checked or created.
725 run_daemon(const char* cfgfile, int cmdline_verbose, int debug_mode, int need_pidfile)
758 perform_setup(daemon, cfg, debug_mode, &cfgfile, need_pidfile);
812 int need_pidfile = 1; local
837 need_pidfile = 0
    [all...]
unbound.c 525 const char** cfgfile, int need_pidfile)
563 pidinchroot = need_pidfile && (!(cfg->chrootdir && cfg->chrootdir[0]) ||
569 if(cfg->pidfile && cfg->pidfile[0] && need_pidfile) {
596 if(cfg->pidfile && cfg->pidfile[0] && need_pidfile) {
601 (void)need_pidfile;
722 * @param need_pidfile: if false, no pidfile is checked or created.
725 run_daemon(const char* cfgfile, int cmdline_verbose, int debug_mode, int need_pidfile)
758 perform_setup(daemon, cfg, debug_mode, &cfgfile, need_pidfile);
812 int need_pidfile = 1; local
837 need_pidfile = 0
    [all...]

Completed in 75 milliseconds