Home
last modified time | relevance | path

Searched refs:process_file (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/usr.sbin/mtest/
H A Dmtest.c112 static void process_file(char *, int, int);
235 process_file(&line[i], s, s6); in main()
241 process_file(argv[i], s, s6); in main()
254 process_file(char *fname, int s, int s6) in process_file() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp571 llvm::Optional<std::string> process_file; in DoExecute() local
572 while ((process_file = multi_loader->GetNextFile())) { in DoExecute()
574 ReadFromYAML<ProcessInstanceInfoList>(*process_file)) { in DoExecute()
/freebsd-13.1/contrib/byacc/test/
H A Dgrammar.y251 extern void process_file (FILE *infile, char *name);
1131 process_file (FILE *infile, char *name) in process_file() function
/freebsd-13.1/contrib/byacc/test/yacc/
H A Dgrammar.tab.c281 extern void process_file (FILE *infile, char *name);
1040 process_file (FILE *infile, char *name) in process_file() function
/freebsd-13.1/tools/lua/
H A Dtemplate.lua604 function template.process_file(view, context, cache_key) function
/freebsd-13.1/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c301 extern void process_file (FILE *infile, char *name);
1296 process_file (FILE *infile, char *name) in process_file() function
/freebsd-13.1/usr.sbin/pmcstudy/
H A Dpmcstudy.c2243 process_file(char *filename) in process_file() function
2910 process_file(filename); in main()