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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/scripts/python/
H A DSambaConfig.py146 fconfig = open( filename, "r" )
158 str = self.ReadLine( fconfig )
192 fconfig.close()
267 fconfig = open( self.filename, "w" )
272 self.Dump( fconfig )
273 fconfig.close()
H A Dgenerate_parm_table.py124 fconfig = open( sys.argv[1], "r" ) variable
135 input_str= fconfig.readline()
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dinetd.c333 static FILE *fconfig; variable
349 if (fconfig != NULL) {
350 fseek(fconfig, 0L, SEEK_SET);
353 fconfig = fopen(config_filename, "r");
354 return (fconfig != NULL);
359 if (fconfig) {
360 (void) fclose(fconfig);
361 fconfig = NULL;
516 FILE *fd = fconfig;
544 c = getc(fconfig);
[all...]

Completed in 98 milliseconds