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

/freebsd-11-stable/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.c73 if (background && netsnmp_daemonize(1, !use_syslog))
H A Dnetsnmp_daemonize.c192 netsnmp_daemonize(int quit_immediately, int stderr_log) function
210 "netsnmp_daemonize()\n", saved_errno);
231 "netsnmp_daemonize()\n", saved_errno);
H A DMakefile.am8 ntpsnmpd_SOURCES= netsnmp_daemonize.c ntpsnmpd.c ntpSnmpSubagentObject.c \
H A DMakefile.in150 am_ntpsnmpd_OBJECTS = netsnmp_daemonize.$(OBJEXT) ntpsnmpd.$(OBJEXT) \
529 ntpsnmpd_SOURCES = netsnmp_daemonize.c ntpsnmpd.c ntpSnmpSubagentObject.c \
780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netsnmp_daemonize.Po@am__quote@
/freebsd-11-stable/contrib/ntp/
H A Dconfigure31755 # check -lnetsnmp for netsnmp_daemonize
31757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for netsnmp_daemonize in -lnetsnmp" >&5
31758 $as_echo_n "checking for netsnmp_daemonize in -lnetsnmp... " >&6; }
31773 char netsnmp_daemonize ();
31777 return netsnmp_daemonize ();

Completed in 138 milliseconds