| /src/external/gpl2/lvm2/dist/lib/format_text/ |
| import.c | 57 if ((!dev && !read_config_file(cft)) || 102 if ((!dev && !read_config_file(cft)) ||
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| ppm.h | 128 static void read_config_file(conf * fileConf, int *numParam, char *ppm_config_file);
|
| 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/gpl2/lvm2/dist/include/ |
| config.h | 71 int read_config_file(struct config_tree *cft);
|
| /src/external/gpl2/lvm2/dist/lib/config/ |
| config.h | 71 int read_config_file(struct config_tree *cft);
|
| config.c | 271 int read_config_file(struct config_tree *cft) function
|
| /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/crypto/external/bsd/openssh/dist/ |
| readconf.h | 267 int read_config_file(const char *, struct passwd *, const char *,
|
| ssh-keysign.c | 222 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "", "",
|
| ssh.c | 567 !read_config_file(config, pw, host, host_name, cmd, 577 (void)read_config_file(buf, pw, host, host_name, cmd, 582 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw,
|
| readconf.c | 2708 read_config_file(const char *filename, struct passwd *pw, const char *host, function 2797 * been set. Read_config_file will only set options with this value. Options
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slap-config.h | 218 LDAP_SLAPD_F (int) read_config_file(const char *fname, int depth, ConfigArgs *cf,
|
| config.c | 819 read_config_file(const char *fname, int depth, ConfigArgs *cf, ConfigTable *cft) function
|
| bconfig.c | 4062 rc = read_config_file(c->argv[1], c->depth + 1, c, config_back_cf_table); 4559 rc = read_config_file(cfname, 0, NULL, config_back_cf_table);
|
| /src/external/gpl2/lvm2/dist/lib/filters/ |
| filter-persistent.c | 117 if (!read_config_file(cft))
|
| /src/external/gpl2/lvm2/dist/lib/commands/ |
| toolcontext.c | 433 if (!read_config_file(cfl->cft)) {
|
| /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);
|