HomeSort by: relevance | last modified time | path
    Searched defs:read_config_file (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/net/
hesiod.c 95 static int read_config_file(struct hesiod_p *, const char *);
127 if (read_config_file(ctx, configname) >= 0) {
301 /* read_config_file --
307 read_config_file(struct hesiod_p *ctx, const char *filename) function
  /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
ppm.c 316 read_config_file(conf * fileConf, int *numParam, char *ppm_config_file) function
651 read_config_file(fileConf, &numParam, ppm_config_file);
  /src/external/bsd/openldap/dist/servers/slapd/
config.c 819 read_config_file(const char *fname, int depth, ConfigArgs *cf, ConfigTable *cft) function
  /src/external/gpl2/lvm2/dist/lib/config/
config.c 271 int read_config_file(struct config_tree *cft) function
  /src/crypto/external/bsd/openssh/dist/
readconf.c 2683 read_config_file(const char *filename, struct passwd *pw, const char *host, function
2772 * been set. Read_config_file will only set options with this value. Options
  /src/usr.sbin/syslogd/
syslogd.c 266 void read_config_file(FILE*, struct filed**);
3158 read_config_file(FILE *cf, struct filed **f_ptr) function
3217 DPRINTF(D_CALL, "read_config_file()\n");
3558 read_config_file(cf, &newf);
3561 DPRINTF(D_MISC, "read_config_file() returned newf=%p\n", newf);

Completed in 35 milliseconds