Searched refs:adc_certfile (Results 1 – 3 of 3) sorted by relevance
525 if (strlcpy(lconfig->adc_certfile, $2,526 sizeof(lconfig->adc_certfile)) >=527 sizeof(lconfig->adc_certfile)) {788 lconfig->adc_certfile[0] = '\0'; in yy_config_parse()826 if (lconfig->adc_certfile[0] == '\0') { in yy_config_parse()827 (void)strlcpy(lconfig->adc_certfile, ADIST_CERTFILE, in yy_config_parse()828 sizeof(lconfig->adc_certfile)); in yy_config_parse()
107 char adc_certfile[PATH_MAX]; member
712 if (proto_set("tls:certfile", adcfg->adc_certfile) == -1) in main()