/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | w32-def-from-dll.pl | 153 sub process_file($) subroutine 174 process_file($1); 210 process_file($_);
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | add_argument_names.py | 44 def process_file(contents): function 75 content = process_file(content)
|
H A D | demangle_tree.py | 51 def process_file(path, objdump): function 117 copier = functools.partial(process_file, objdump=objdump)
|
/netbsd-src/usr.bin/qsubst/ |
H A D | qsubst.c | 366 process_file(char *fn) in process_file() function 496 process_file(newfn); in process_indir_file() 614 process_file(av[skip]); in main() 621 process_file(*av); in main()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | addr2line.c | 434 process_file (const char *file_name, const char *section_name, in process_file() function 591 return process_file (file_name, section_name, target); in main()
|
H A D | ChangeLog-2006 | 201 * 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.
|
H A D | elfedit.c | 766 process_file (const char *file_name) in process_file() function 1102 status |= process_file (argv[optind++]); in main()
|
H A D | ChangeLog-0203 | 145 * 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.
|
H A D | ChangeLog-2020 | 1327 (process_file): Do not complain if the file is an archive and lint 1665 * readelf.c (process_file): Clean ba_cache. 1699 (process_file): Free ba_cache symtab and strtab here, resetting 1709 (process_file): Free various allocated filedata tables.
|
H A D | ChangeLog-0001 | 563 * 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.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | addr2line.c | 431 process_file (const char *file_name, const char *section_name, in process_file() function 579 return process_file (file_name, section_name, target); in main()
|
H A D | ChangeLog-2006 | 201 * 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.
|
H A D | elfedit.c | 766 process_file (const char *file_name) in process_file() function 1102 status |= process_file (argv[optind++]); in main()
|
H A D | ChangeLog-0203 | 145 * 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.
|
H A D | ChangeLog-2020 | 1327 (process_file): Do not complain if the file is an archive and lint 1665 * readelf.c (process_file): Clean ba_cache. 1699 (process_file): Free ba_cache symtab and strtab here, resetting 1709 (process_file): Free various allocated filedata tables.
|
H A D | ChangeLog-0001 | 563 * 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.
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/ |
H A D | ps.h | 93 void process_file(int rank, FILE *fp, const char *filename, FILE *outfp);
|
H A D | psrm.cpp | 326 process_file(-1, fp, path, outfp); in output_prolog() 388 process_file(rank, fp, path, outfp); in supply_resource() 946 void resource_manager::process_file(int rank, FILE *fp, const char *filename, in process_file() function in resource_manager
|
/netbsd-src/external/gpl2/xcvs/dist/contrib/ |
H A D | validate_repo.in | 273 find( \&process_file, $directory_to_look_at ); 345 sub process_file
|
H A D | ChangeLog | 278 (process_file): Log files corrupted by virtue of lacking an RCS 302 (process_file): s/^(./)*// paths to files. 348 (process_file): Get new %$finfo and %$rinfo arguments from get_history. 367 (process_file): Document new behavior. Don't filter revisions when 387 (process_file): Print filename when $verbose. Reduce verbage used to
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | update-copyright.py | 384 def process_file (self, dir, filename, filter): member in Copyright 445 self.process_file (dir, filename, filter)
|
/netbsd-src/external/bsd/byacc/dist/test/ |
H A D | grammar.y | 253 extern void process_file (FILE *infile, char *name); 1133 process_file (FILE *infile, char *name) in process_file() function
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | update-copyright.py | 396 def process_file (self, dir, filename, filter): member in Copyright 458 self.process_file (dir, filename, filter)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov.c | 613 static void process_file (const char *); 867 process_file (argv[argno]); in main() 1252 process_file (const char *file_name) in process_file() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcov.cc | 648 static void process_file (const char *); 900 process_file (argv[argno]); in main() 1347 process_file (const char *file_name) in process_file() function
|