Searched refs:conf_file (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509v3/
H A Dv3conf.c74 char *conf_file; local
84 conf_file = argv[2];
85 if(!conf_file) conf_file = "test.cnf";
88 fprintf(stderr, "Error opening Config file %s\n", conf_file);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3conf.c74 char *conf_file; local
84 conf_file = argv[2];
85 if(!conf_file) conf_file = "test.cnf";
88 fprintf(stderr, "Error opening Config file %s\n", conf_file);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dconfig.c711 static char conf_file[MAXPATHLEN+sizeof(CFG_FILE1)]; local
737 strncpy(conf_file, homedir, MAXPATHLEN );
738 conf_file[MAXPATHLEN]='\0';
739 strcat( conf_file, CFG_FILE1);
740 parse(conf_file,0);

Completed in 108 milliseconds