Searched refs:lconfig (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | parse.y | 58 static struct adist_config *lconfig; variable 131 if (lconfig->adc_name[0] != '\0') { 136 if (strlcpy(lconfig->adc_name, $2, 137 sizeof(lconfig->adc_name)) >= 138 sizeof(lconfig->adc_name)) { 152 if (lconfig->adc_pidfile[0] != '\0') { 162 if (strlcpy(lconfig->adc_pidfile, $2, 163 sizeof(lconfig->adc_pidfile)) >= 164 sizeof(lconfig->adc_pidfile)) { 177 lconfig->adc_timeout = $2; [all …]
|
/freebsd/sbin/hastd/ |
H A D | parse.y | 58 static struct hastd_config *lconfig; variable 153 if (strlcpy(lconfig->hc_controladdr, $2, 154 sizeof(lconfig->hc_controladdr)) >= 155 sizeof(lconfig->hc_controladdr)) { 183 if (strlcpy(lconfig->hc_pidfile, $2, 184 sizeof(lconfig->hc_pidfile)) >= 185 sizeof(lconfig->hc_pidfile)) { 494 TAILQ_INSERT_TAIL(&lconfig->hc_resources, curres, hr_next); 503 TAILQ_FOREACH(curres, &lconfig->hc_resources, hr_next) { 878 lconfig = calloc(1, sizeof(*lconfig)); in yy_config_parse() [all …]
|