| /src/usr.bin/m4/ |
| extern.h | 48 extern struct input_file *fopen_trypath(struct input_file *, const char *); 54 extern void doprintlineno(struct input_file *); 55 extern void doprintfilename(struct input_file *); 121 extern int obtain_char(struct input_file *); 122 extern void set_input(struct input_file *, FILE *, const char *); 123 extern void release_input(struct input_file *); 150 extern size_t trace(const char **, int, struct input_file *); 159 extern struct input_file infile[];/* input file stack (0=stdin) */
|
| trace.c | 56 static void print_header(struct input_file *); 152 print_header(struct input_file *inp) 165 trace(const char *argv[], int argc, struct input_file *inp)
|
| misc.c | 336 obtain_char(struct input_file *f) 353 set_input(struct input_file *f, FILE *real, const char *name) 371 release_input(struct input_file *f) 383 doprintlineno(struct input_file *f) 389 doprintfilename(struct input_file *f)
|
| /src/crypto/external/bsd/heimdal/dist/cf/ |
| w32-hh-toc-from-info.pl | 35 my $input_file = "index.html"; 45 $input_file = $_; 49 print "Processing TOC in $input_file\n"; 56 $tree->parse_file($input_file);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/utils/ |
| log2pcap.py | 35 input_file = open(input, 'r') 41 for line in input_file: 54 input_file.close()
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gengtype.h | 33 allocating input_file-s is input_file_by_name. */ 43 typedef struct input_file_st input_file; typedef in typeref:struct:input_file_st 49 const input_file *file; 55 extern const input_file** gt_files; 67 extern input_file* this_file; 68 extern input_file* system_h_file; 70 /* Retrieve or create the input_file for a given name, which is a file 71 path. This is the only function allocating input_file-s and it is 73 input_file* input_file_by_name (const char* name); 75 /* For F an input_file, return the relative path to F from $(srcdir [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype.h | 33 allocating input_file-s is input_file_by_name. */ 43 typedef struct input_file_st input_file; typedef in typeref:struct:input_file_st 49 const input_file *file; 55 extern const input_file** gt_files; 67 extern input_file* this_file; 68 extern input_file* system_h_file; 70 /* Retrieve or create the input_file for a given name, which is a file 71 path. This is the only function allocating input_file-s and it is 73 input_file* input_file_by_name (const char* name); 75 /* For F an input_file, return the relative path to F from $(srcdir [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/ |
| extract-section.py | 32 def get_raw_section_dump(readobj_path, section_name, input_file): 35 input_file] 38 if input_file == '-': 68 arg_parser.set_defaults(format='bits', tool_path='llvm-readobj', input_file='-', 72 raw_section = get_raw_section_dump(args.tool_path, args.section, args.input_file)
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| msgconv.c | 103 const char *input_file; local 131 input_file = NULL; 240 input_file = "-"; 242 input_file = argv[optind]; 263 result = read_catalog_file (input_file, input_syntax); 267 result = iconv_msgdomain_list (result, to_code, input_file);
|
| msgexec.c | 105 const char *input_file; local 130 input_file = NULL; 150 if (input_file != NULL) 155 input_file = optarg; 206 if (input_file == NULL) 207 input_file = "-"; 210 result = read_catalog_file (input_file, input_syntax);
|
| msguniq.c | 106 const char *input_file; local 135 input_file = NULL; 264 input_file = "-"; 266 input_file = argv[optind]; 284 string_list_append (file_list, input_file);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| gnu-debugdata.exp | 37 set input_file {} 47 set input $input_file 60 set input_file $output
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| gnu-debugdata.exp | 37 set input_file {} 47 set input $input_file 60 set input_file $output
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| generate_ssl_tests.pl | 26 my $input_file; 32 $input_file = abs_path(shift); 168 read_config($input_file, $provider);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| generate_ssl_tests.pl | 26 my $input_file; 32 $input_file = abs_path(shift); 152 read_config($input_file, $provider);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| generate_ssl_tests.pl | 136 my $input_file = shift; 138 read_config($input_file);
|
| /src/external/mpl/dhcp/dist/keama/ |
| keama.c | 60 char *input_file = NULL; variable 110 input_file = argv[i]; 122 if (input_file == NULL) { 123 input_file = "--stdin--"; 146 fd = open(input_file, O_RDONLY); 148 usage("Cannot open '%s' for reading", input_file); 159 cfile = new_parse(fd, inbuf, newsize, input_file, 0);
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| pex-common.h | 80 FILE *input_file; member in struct:pex_obj
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| pex-common.h | 80 FILE *input_file; member in struct:pex_obj
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| pex-common.h | 80 FILE *input_file; member in struct:pex_obj
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| pex-common.h | 80 FILE *input_file; member in struct:pex_obj
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| pex-common.h | 80 FILE *input_file; member in struct:pex_obj
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| pex-common.h | 80 FILE *input_file; member in struct:pex_obj
|
| /src/external/bsd/ntp/dist/sntp/unity/auto/ |
| generate_test_runner.rb | 48 def run(input_file, output_file, options=nil) 55 module_name = File.basename(input_file) 59 source = File.read(input_file) 68 generate(input_file, output_file, tests, used_mocks, testfile_includes) 71 all_files_used = [input_file, output_file] 77 def generate(input_file, output_file, tests, used_mocks, testfile_includes) 84 create_main(output, input_file, tests, used_mocks)
|
| /src/external/gpl3/binutils/dist/binutils/ |
| coffdump.c | 481 char *input_file = NULL; local 527 input_file = av[optind]; 530 if (!input_file) 533 abfd = bfd_openr (input_file, 0); 536 bfd_fatal (input_file); 540 bfd_nonfatal (input_file);
|