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

/freebsd-11.0-release/contrib/openbsm/bin/auditdistd/
H A Dparse.y152 if (lconfig->adc_pidfile[0] != '\0') {
162 if (strlcpy(lconfig->adc_pidfile, $2,
163 sizeof(lconfig->adc_pidfile)) >=
164 sizeof(lconfig->adc_pidfile)) {
787 lconfig->adc_pidfile[0] = '\0';
822 if (lconfig->adc_pidfile[0] == '\0') {
823 (void)strlcpy(lconfig->adc_pidfile, ADIST_PIDFILE,
824 sizeof(lconfig->adc_pidfile));
H A Dauditdistd.c587 pjdlog_debug(2, " pidfile: %s", cfg->adc_pidfile);
718 if (strlcpy(adcfg->adc_pidfile, pidfile,
719 sizeof(adcfg->adc_pidfile)) >=
720 sizeof(adcfg->adc_pidfile)) {
727 pfh = pidfile_open(adcfg->adc_pidfile, 0600, &otherpid);
740 adcfg->adc_pidfile);
H A Dauditdistd.h103 char adc_pidfile[PATH_MAX]; member in struct:adist_config

Completed in 103 milliseconds