Home
last modified time | relevance | path

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

/trueos/contrib/gcclibs/libcpp/
HDmakedepend.c161 process_file (const char *file) in process_file() function
203 process_file (argv[i]); in main()
/trueos/usr.sbin/mtest/
HDmtest.c110 static void process_file(char *, int, int);
233 process_file(&line[i], s, s6); in main()
239 process_file(argv[i], s, s6); in main()
252 process_file(char *fname, int s, int s6) in process_file() function
/trueos/contrib/binutils/binutils/
HDaddr2line.c264 process_file (const char *file_name, const char *section_name, in process_file() function
403 return process_file (file_name, section_name, target); in main()
HDChangeLog-2006201 * addr2line.c (process_file): Change function from void to
203 (main): Use return value from process_file as the exit value.
412 (process_file): Add 'section_name' parameter.
416 Pass the section name to process_file.
HDChangeLog-0203145 * addr2line.c (process_file): Use new function.
153 * readelf.c (process_file): Use similar code to get_file_size.
386 process_file().
389 (process_file): Detect archives and handle appropriately.
1132 (process_file): If process_section_headers failed to load the
1382 * addr2line.c (process_file): Rename parameter 'filename' to
1442 (process_file): Call it.
HDChangeLog-0001563 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
564 (main): Return process_file ().
1047 (process_file): Set string_table_length to 0 when it is freed.
HDChangeLog-9899255 (process_file): Add call to process_corefile_contents.
1178 (process_file): Call process_syminfo and free syminfo data at the end.
HDreadelf.c9884 process_file (char *file_name) in process_file() function
9990 err |= process_file (argv[optind++]); in main()
/trueos/contrib/groff/src/devices/grops/
HDps.h91 void process_file(int rank, FILE *fp, const char *filename, FILE *outfp);
HDpsrm.cpp324 process_file(-1, fp, path, outfp); in output_prolog()
386 process_file(rank, fp, path, outfp); in supply_resource()
944 void resource_manager::process_file(int rank, FILE *fp, const char *filename, in process_file() function in resource_manager
/trueos/contrib/byacc/test/
HDgrammar.y250 extern void process_file (FILE *infile, char *name);
1130 process_file (FILE *infile, char *name) in process_file() function
/trueos/contrib/gcc/
HDgcov.c332 static void process_file (const char *);
367 process_file (argv[argno]); in main()
500 process_file (const char *file_name) in process_file() function
/trueos/contrib/byacc/test/yacc/
HDgrammar.tab.c280 extern void process_file (FILE *infile, char *name);
1037 process_file (FILE *infile, char *name) in process_file() function
/trueos/usr.sbin/pmcstudy/
HDpmcstudy.c1790 process_file(char *filename) in process_file() function
2401 process_file(filename); in main()
/trueos/contrib/byacc/test/btyacc/
HDgrammar.tab.c300 extern void process_file (FILE *infile, char *name);
1290 process_file (FILE *infile, char *name) in process_file() function
/trueos/contrib/groff/
HDChangeLog.115293 * grops/psrm.cc (resource_manager::process_file): Ditto.
826 * grops/psrm.cc (resource_manager::process_file): Likewise.
3549 header_comment_table local to resource_manager::process_file.
/trueos/contrib/binutils/gas/
HDChangeLog-96972170 (process_file): Don't process assignments in the label if this is
HDChangeLog-92951389 (process_file): In MRI mode, lines beginning with '*' or '!' are
1515 (process_file): Don't warn about missing END in MRI mode.
HDChangeLog-00017572 (process_file): And here.
/trueos/contrib/xz/
HDChangeLog6021 Rename process_file() to coder_run().