| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/ |
| H A D | 001-basic.t | 38 $pxs->process_file( filename => 'XSTest.xs', output => \*FH, prototypes => 1 ); 44 $pxs->process_file(filename => 'XSTest.xs', output => $source_file, prototypes => 0); 149 $pxs->process_file( 160 $pxs->process_file( 191 $pxs->process_file(filename => 'XSBroken.xs', output => \*FH); 204 $pxs->process_file(filename => $filename, output => \*FH, prototypes => 1); 216 $pxs->process_file(filename => $filename, output => \*FH, prototypes => 1); 233 $pxs->process_file( 249 $pxs->process_file( 297 $pxs->process_file( [all …]
|
| H A D | 115-avoid-noise.t | 19 process_file(filename => "XSWarn.xs", output => $out_fh);
|
| H A D | 003-usage.t | 33 ExtUtils::ParseXS->process_file(filename => 'XSUsage.xs', output => $source_file);
|
| H A D | 002-more.t | 32 ExtUtils::ParseXS->process_file(
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
| H A D | ParseXS.pod | 10 $pxs->process_file( filename => 'foo.xs' ); 12 $pxs->process_file( filename => 'foo.xs', 26 use ExtUtils::ParseXS qw(process_file); 27 process_file( filename => 'foo.xs' ); 44 None by default. C<process_file()> and/or C<report_error_count()> 56 =item $pxs->process_file()
|
| H A D | xsubpp | 52 $pxs->process_file(%args);
|
| H A D | ParseXS.pm | 82 sub process_file { subroutine
|
| /openbsd-src/gnu/usr.bin/perl/ext/Errno/ |
| H A D | Errno_pm.PL | 29 process_file('includes.c'); 34 process_file($file); 43 sub process_file { subroutine
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | addr2line.c | 66 static void process_file (const char *, const char *); 228 process_file (const char *file_name, const char *target) in process_file() function 348 process_file (file_name, target); 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-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.
|
| H A D | ChangeLog-9899 | 255 (process_file): Add call to process_corefile_contents. 1178 (process_file): Call process_syminfo and free syminfo data at the end.
|
| /openbsd-src/gnu/llvm/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)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | addr2line.c | 73 static void process_file (const char *, const char *, const char *); 277 process_file (const char *file_name, const char *section_name, in process_file() function 420 process_file (file_name, section_name, target); in main()
|
| H A D | ChangeLog | 79 (process_file): Add 'section_name' parameter. 83 Pass the section name to process_file.
|
| 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-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.
|
| H A D | ChangeLog-9899 | 255 (process_file): Add call to process_corefile_contents. 1178 (process_file): Call process_syminfo and free syminfo data at the end.
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | makedepend.c | 161 process_file (const char *file) in process_file() function 203 process_file (argv[i]); in main()
|
| /openbsd-src/gnu/llvm/llvm/utils/release/ |
| H A D | bump-version.py | 18 def process_file(self, fpath: Path, version: packaging.version.Version) -> None: member in Processor 187 processor.process_file(source_root / Path(f), version)
|
| /openbsd-src/usr.bin/nm/ |
| H A D | nm.c | 100 int process_file(int, const char *); 231 eval |= process_file(argc, *argv); in main() 234 eval |= process_file(1, "a.out"); in main() 249 process_file(int count, const char *fname) in process_file() function
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gcov.c | 332 static void process_file (const char *); 367 process_file (argv[argno]); in main() 500 process_file (const char *file_name) in process_file() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | gjavah.c | 1987 DEFUN(process_file, (jcf, out), 2552 process_file (&jcf, out);
|
| H A D | ChangeLog | 129 (process_file): Set is_first_data_member. 1651 (process_file): Generate include for 1661 * gjavah.c (process_file): Turn class name into a file name. 3414 * gjavah.c (process_file): Mark interface definitions with 4432 * gjavah.c (process_file): Only include gcj/cni.h when generating 4842 (process_file): Generate declaration for class object field. 6016 (process_file): Include gcj/cni.h if generating CNI stubs. 6762 (print_name_for_stub_or_jni, process_file): Constify a char*. 6822 (process_file): Handle JNI output. Don't print text from 7475 (process_file): Use `\n\' at end of each line in string. [all …]
|