| /src/external/gpl3/binutils/dist/gprofng/src/ |
| source.h | 25 typedef struct source_file struct 27 struct source_file *next; 34 Source_File;
|
| /src/external/gpl3/binutils/dist/gprof/ |
| source.h | 25 typedef struct source_file struct 27 struct source_file *next; 34 Source_File; 45 extern Source_File *first_src_file; 48 extern Source_File *source_file_lookup_path (const char *); 49 extern Source_File *source_file_lookup_name (const char *); 60 (Source_File *sf, unsigned int max_width,
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| source.h | 25 typedef struct source_file struct 27 struct source_file *next; 34 Source_File; 45 extern Source_File *first_src_file; 48 extern Source_File *source_file_lookup_path (const char *); 49 extern Source_File *source_file_lookup_name (const char *); 60 (Source_File *sf, unsigned int max_width,
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| cpp.h | 46 bool gfc_cpp_preprocess (const char *source_file);
|
| cpp.cc | 671 gfc_cpp_preprocess (const char *source_file) 676 cpp_change_file (cpp_in, LC_RENAME, source_file);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| csharpcomp.c | 129 const char *source_file = sources[i]; local 130 if (strlen (source_file) >= 10 131 && memcmp (source_file + strlen (source_file) - 10, ".resources", 134 char *option = (char *) xallocsa (12 + strlen (source_file) + 1); 137 strcpy (option + 12, source_file); 141 *argp++ = (char *) source_file; 248 const char *source_file = sources[i]; local 249 if (strlen (source_file) >= 10 250 && memcmp (source_file + strlen (source_file) - 10, ".resources" 431 const char *source_file = sources[i]; local [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| codeview.c | 60 struct source_file struct 62 struct source_file *next; 70 static struct source_file *files_head = NULL, *files_tail = NULL; 125 for (struct source_file *sf = files_head; sf; sf = sf->next) 147 for (struct source_file *sf = files_head; sf; sf = sf->next) 176 for (struct source_file *sf = files_head; sf; sf = sf->next) 406 struct source_file *sf; 427 sf = xmalloc (sizeof (struct source_file));
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| codeview.c | 60 struct source_file struct 62 struct source_file *next; 70 static struct source_file *files_head = NULL, *files_tail = NULL; 125 for (struct source_file *sf = files_head; sf; sf = sf->next) 147 for (struct source_file *sf = files_head; sf; sf = sf->next) 176 for (struct source_file *sf = files_head; sf; sf = sf->next) 406 struct source_file *sf; 427 sf = xmalloc (sizeof (struct source_file));
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| macro.h | 43 char *source_file; /* File where this macro is defined. */ member in struct:__anon7224
|
| macro.c | 102 SOURCE_FILE is the name of the file where this definition can be found, 107 add_macro (char *name, char **arglist, char *body, char *source_file, 134 input_filename = def->source_file; 150 free (def->source_file); 154 def->source_file = xstrdup (source_file); 764 free (def->source_file);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-common.h | 155 class source_file;
|
| jit-playback.h | 290 source_file * 372 auto_vec<source_file *> m_source_files; 749 class source_file : public wrapper class in namespace:gcc::jit::playback 752 source_file (tree filename); 773 source_line (source_file *file, int line_num); 784 source_file *m_source_file;
|
| jit-playback.cc | 3400 source_file *file; 3533 /* Get the source_file for filename, creating if necessary. */ 3534 source_file *src_file = get_source_file (filename); 3556 /* Construct a playback::source_file for the given source 3559 playback::source_file * 3567 source_file *file; 3575 file = new source_file (ident_filename); 3580 /* Constructor for gcc::jit::playback::source_file. */ 3582 playback::source_file::source_file (tree filename) function in class:gcc::jit::playback::source_file [all...] |
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| gdbctx.hh | 108 std::string source_file; member in struct:cc1_plugin::base_gdb_plugin 199 self->source_file = file; 300 self->args.push_back (self->source_file);
|
| /src/usr.bin/sdiff/ |
| sdiff.c | 92 * Create temporary file if source_file is not a regular file. 96 mktmpcpy(const char *source_file) 105 ifd = open(source_file, O_RDONLY, 0); 109 err(2, "error getting file status from %s", source_file); 116 if (errno == ENOENT && strcmp(source_file, "-") == 0) 119 err(2, "error opening %s", source_file); 140 warn("error reading from %s", source_file);
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| homedir.c | 402 const char *source_file, 412 assert( source_file != NULL ); 418 source_file, dest_file ); 430 rc = readlink( source_file, buf, st->st_size ); 432 report_errno( "copy_link", "readlink", source_file ); 459 const char *source_file, 472 if ( source_file != NULL ) 475 source_file ); 498 const char *source_file, 508 assert( source_file != NULL ) [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
| compiler.py | 197 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, 199 if not isinstance(source_file, str): 209 source_file, object_file, flags=flags, cwd=cwd)
|
| /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
| git_email.py | 73 source = decode_path(f.source_file)[2:]
|
| /src/external/bsd/atf/dist/atf-c/ |
| tc.c | 372 const char *source_file, const size_t source_line, 377 if (source_file != NULL) { 378 err = atf_dynstr_init_fmt(out_reason, "%s:%zd: ", source_file, 397 const char *source_file, const size_t source_line, 403 format_reason_ap(out_reason, source_file, source_line, reason, ap);
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/ |
| test_from_cdb.py | 20 source_file = os.path.join(source_dir, target_file + '.in') 22 with open(source_file, 'r') as in_handle:
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ada-spec.cc | 703 /* Collect a list of declarations from T relevant to SOURCE_FILE to be dumped 707 collect_ada_nodes (tree t, const char *source_file) 718 && LOCATION_FILE (decl_sloc (n, false)) == source_file) 728 && LOCATION_FILE (decl_sloc (n, false)) == source_file) 782 /* Dump nodes into PP relevant to SOURCE_FILE, as collected by previous calls 786 dump_ada_nodes (pretty_printer *pp, const char *source_file) 808 && LOCATION_FILE (comments->entries[j].sloc) != source_file) 824 current_source_file = source_file; 3435 /* Dump all the declarations in SOURCE_FILE to an Ada spec. 3437 nodes for SOURCE_FILE. CHECK is used to perform C++ queries on nodes. * [all...] |
| /src/sys/net/npf/ |
| npf.h | 345 char * source_file; member in struct:__anon7051
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcov.cc | 3125 FILE *source_file; 3154 source_file = fopen (src->name, "r"); 3155 if (!source_file) 3161 if (source_file) 3162 while ((retval = read_line (source_file)) != NULL) 3262 if (source_file) 3263 fclose (source_file); 3123 FILE *source_file; local
|
| /src/usr.sbin/npf/npfctl/ |
| npfctl.c | 204 const char *srcfile = ne->source_file;
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| mklog.py | 250 # it used to be path.source_file[2:] 251 relative_path = get_rel_path_if_prefixed(file.source_file[2:],
|