Searched refs:read_config_file (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dconfigfile.h12 int read_config_file(char *filename, char *keyword, char *value);
H A Dpptpd.c291 if (read_config_file(configFile, CONNECTIONS_KEYWORD, tmp) > 0) {
299 if (!pptp_debug && read_config_file(configFile, DEBUG_KEYWORD, tmp) > 0)
303 if (!bcrelay && read_config_file(configFile, BCRELAY_KEYWORD, tmp) > 0)
307 if (!pptp_stimeout && read_config_file(configFile, STIMEOUT_KEYWORD, tmp) > 0) {
313 if (!pptp_noipparam && read_config_file(configFile, NOIPPARAM_KEYWORD, tmp) > 0) {
317 if (!bindaddr && read_config_file(configFile, LISTEN_KEYWORD, tmp) > 0) {
326 if (!speedstr && read_config_file(configFile, SPEED_KEYWORD, tmp) > 0)
329 if (!pppdoptstr && read_config_file(configFile, PPPD_OPTION_KEYWORD, tmp) > 0) {
333 if (!ppp_binary && read_config_file(configFile, PPP_BINARY_KEYWORD, tmp) > 0) {
337 if (!pptp_logwtmp && read_config_file(configFil
[all...]
H A Dconfigfile.c27 * read_config_file
39 int read_config_file(char *filename, char *keyword, char *value) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c209 static void read_config_file(char *path, int optional, unsigned long *event_mask);
384 /* NB: The check for CONFIG_FILE is done in read_config_file() */
409 read_config_file((char*)CONFIG_FILE, FALSE, &event_mask);
436 read_config_file((char*)CONFIG_FILE, FALSE, &event_mask);
446 static void read_config_file(char *path, int optional, unsigned long *event_mask) function
489 } /* End Function read_config_file */
536 read_config_file(name, (toupper(when[0]) == 'I') ? FALSE : TRUE, event_mask);
1220 read_config_file(path, var, event_mask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Doptions.c3746 read_config_file (struct options *options, function
3924 read_config_file (o,
4061 read_config_file (options, p[1], level, file, line, msglevel, permission_mask, option_types_found, es);

Completed in 134 milliseconds