HomeSort by: relevance | last modified time | path
    Searched refs:config_parse (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
config-parse.h 31 bool config_parse(void *context, const char *config_file_name, config_file_verb_t *verbs, int num_verbs);
config-parse.c 111 bool config_parse(void *context, const char *filename, config_file_verb_t *verbs, int num_verbs) function
dnssd-relay.c 470 if (!config_parse(NULL, "/etc/dnssd-relay.cf", dp_verbs, NUMCFVERBS)) {
srp-dns-proxy.c 1019 if (!config_parse(key, filename, key_verbs, NUMKEYVERBS)) {
dnssd-proxy.c 5918 succeeded = config_parse(NULL, "/etc/dnssd-proxy.cf", dp_verbs, NUMCFVERBS);
  /src/usr.sbin/envstat/
envstat.h 68 void config_parse(FILE *, prop_dictionary_t);
config_yacc.y 121 config_parse(FILE *f, prop_dictionary_t d)
envstat.c 374 config_parse(cf, kdict);
  /src/usr.sbin/wsmoused/
config_yacc.y 55 struct block *config_parse(FILE *);
140 config_parse(FILE *f)
config.c 61 struct block *config_parse(FILE *);
252 Global = config_parse(f);

Completed in 26 milliseconds