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

/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c136 free(conf->conf_pidfile_path);
1723 if (conf->conf_pidfile_path == NULL)
1724 conf->conf_pidfile_path = checked_strdup(DEFAULT_PIDFILE);
1840 assert(oldconf->conf_pidfile_path != NULL);
1841 if (newconf->conf_pidfile_path != NULL &&
1842 strcmp(oldconf->conf_pidfile_path,
1843 newconf->conf_pidfile_path) == 0) {
1848 oldconf->conf_pidfile_path);
1854 if (newconf->conf_pidfh == NULL && newconf->conf_pidfile_path != NULL) {
1855 log_debugx("opening pidfile %s", newconf->conf_pidfile_path);
[all...]
H A Dparse.y153 if (conf->conf_pidfile_path != NULL) {
158 conf->conf_pidfile_path = $2;
H A Dctld.h202 char *conf_pidfile_path; member in struct:conf
H A Duclparse.c282 conf->conf_pidfile_path = strdup(

Completed in 116 milliseconds