Home
last modified time | relevance | path

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

/third_party/pulseaudio/man/
H A Dxmltoman215 $parser->parsefile($file, ProtocolEncoding => 'ISO-8859-1');
/third_party/backends/tools/
H A Dsane-find-scanner.c1403 FILE * parsefile; in parse_file() local
1415 parsefile = fopen (filename, "r"); in parse_file()
1417 if (parsefile == NULL) in parse_file()
1424 while (sanei_config_read (line, PATH_MAX, parsefile)) in parse_file()
1556 fclose (parsefile); in parse_file()
/third_party/python/Tools/demo/
H A Dspreadsheet.py223 SheetParser(self).parsefile(f)
230 def parsefile(self, f): member in SheetParser

Completed in 4 milliseconds