| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| ld-cache.h | 67 extern cache_entry *load_cache_table (const char *file_name);
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| ld-cache.h | 67 extern cache_entry *load_cache_table (const char *file_name);
|
| /src/external/bsd/flex/dist/examples/manual/ |
| userinit.lex | 8 char *file_name,buffer[1024]; 14 file_name = fgets(buffer,1024,stdin); 15 if(file_name){ 16 file_name[strlen(file_name)-1] = '\0'; 17 yyin = fopen(file_name,"r"); 19 printf("Unable to open \"%s\"\n",file_name);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| file-list.h | 33 extern string_list_ty *read_names_from_file (const char *file_name);
|
| write-qt.h | 25 domain_name is the domain name, file_name is the desired file name. 29 const char *domain_name, const char *file_name);
|
| write-resources.h | 30 const char *file_name);
|
| pos.h | 29 char *file_name; member in struct:lex_pos_ty
|
| open-catalog.c | 48 char *file_name; local 66 file_name = concatenated_pathname ("", input_name, extension[k]); 68 ret_val = fopen (file_name, "r"); 72 *real_file_name_p = file_name; 76 free (file_name); 87 file_name = concatenated_pathname (dir, input_name, extension[k]); 89 ret_val = fopen (file_name, "r"); 92 *real_file_name_p = file_name; 96 free (file_name);
|
| file-list.c | 42 read_names_from_file (const char *file_name) 49 if (strcmp (file_name, "-") == 0) 53 fp = fopen (file_name, "r"); 56 _("error while opening \"%s\" for reading"), file_name);
|
| write-mo.h | 37 domain_name is the domain name, file_name is the desired file name. 42 const char *file_name);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/ |
| utils.py | 29 def convert_spaces(file_name): 30 """Return file_name with all spaces replaced with "-".""" 31 return file_name.replace(" ", "-") 34 def select_file(file_name): 41 print("Selecting file %s" % (file_name)) 42 if file_name is None: 45 gdb.execute("file %s" % (file_name))
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/lib/perftest/ |
| utils.py | 29 def convert_spaces(file_name): 30 """Return file_name with all spaces replaced with "-".""" 31 return file_name.replace(" ", "-") 34 def select_file(file_name): 41 print("Selecting file %s" % (file_name)) 42 if file_name is None: 45 gdb.execute("file %s" % (file_name))
|
| /src/external/gpl3/binutils/dist/binutils/ |
| binemul.h | 47 #define AR_EMUL_ELEMENT_CHECK(abfd, file_name) \ 48 do { if ((abfd) == NULL) bfd_fatal (file_name); } while (0) 50 #define AR_EMUL_APPEND_PRINT_VERBOSE(verbose, file_name) \ 51 do { if (verbose) printf ("a - %s\n", file_name); } while (0) 53 #define AR_EMUL_REPLACE_PRINT_VERBOSE(verbose, file_name) \ 54 do { if (verbose) printf ("r - %s\n", file_name); } while (0)
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| binemul.h | 47 #define AR_EMUL_ELEMENT_CHECK(abfd, file_name) \ 48 do { if ((abfd) == NULL) bfd_fatal (file_name); } while (0) 50 #define AR_EMUL_APPEND_PRINT_VERBOSE(verbose, file_name) \ 51 do { if (verbose) printf ("a - %s\n", file_name); } while (0) 53 #define AR_EMUL_REPLACE_PRINT_VERBOSE(verbose, file_name) \ 54 do { if (verbose) printf ("r - %s\n", file_name); } while (0)
|
| /src/external/gpl2/xcvs/dist/lib/ |
| closeout.c | 45 static const char *file_name; variable 52 file_name = file; 98 if (file_name) 99 error (exit_failure, e, "%s: %s", quotearg_colon (file_name),
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| corefile.h | 28 char * file_name; member in struct:function_map
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| module.c | 101 void * module_handle( const char *file_name ) 106 if ( !strcmp( module->name, file_name )) { 113 int module_unload( const char *file_name ) 117 module = module_handle( file_name ); 125 int module_load(const char* file_name, int argc, char *argv[]) 134 #define file file_name 137 module = module_handle( file_name ); 140 file_name ); 145 if ( !strncasecmp( file_name, "back_", 5 )) { 146 char *name = (char *)file_name + 5 [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| table.h | 37 char *file_name; member in struct:_table_entry 53 (const char *file_name, 60 /* Push the the state of the current file and open FILE_NAME. When 61 the end of FILE_NAME is reached, return to the pushed file */ 66 const char *file_name,
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| table.h | 37 char *file_name; member in struct:_table_entry 53 (const char *file_name, 60 /* Push the the state of the current file and open FILE_NAME. When 61 the end of FILE_NAME is reached, return to the pushed file */ 66 const char *file_name,
|
| /src/external/gpl2/grep/dist/lib/ |
| closeout.c | 53 static const char *file_name; variable 69 file_name = file; 111 if (file_name) 112 error (status, e, "%s: %s", quotearg_colon (file_name), write_error);
|
| /src/external/gpl3/binutils/dist/gas/ |
| input-file.c | 45 static const char *file_name; variable 51 const char * file_name; member in struct:saved_file 88 saved->file_name = file_name; 107 file_name = saved->file_name; 131 file_name = filename; 138 file_name = _("{standard input}"); 144 file_name, xstrerror (errno)); 153 file_name, xstrerror (errno)) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| input-file.c | 45 static const char *file_name; variable 51 const char * file_name; member in struct:saved_file 88 saved->file_name = file_name; 107 file_name = saved->file_name; 131 file_name = filename; 138 file_name = _("{standard input}"); 144 file_name, xstrerror (errno)); 153 file_name, xstrerror (errno)) [all...] |
| /src/external/gpl3/autoconf/dist/bin/ |
| ifnames.in | 98 my ($file_name) = @_; 99 my $file = new Autom4te::XFile ("< " . open_quote ($file_name)); 117 $occurrence{$word}{$file_name} = 1;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-inter-cu-symbol.exp | 65 file_name "file1.c" 0 66 file_name "file2.c" 0 70 file_name "file3.c" 0 71 file_name "file4.c" 0
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-inter-cu-symbol.exp | 65 file_name "file1.c" 0 66 file_name "file2.c" 0 70 file_name "file3.c" 0 71 file_name "file4.c" 0
|