| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | csharpcomp.c | 129 const char *source_file = sources[i]; in compile_csharp_using_pnet() local 130 if (strlen (source_file) >= 10 in compile_csharp_using_pnet() 131 && memcmp (source_file + strlen (source_file) - 10, ".resources", in compile_csharp_using_pnet() 134 char *option = (char *) xallocsa (12 + strlen (source_file) + 1); in compile_csharp_using_pnet() 137 strcpy (option + 12, source_file); in compile_csharp_using_pnet() 141 *argp++ = (char *) source_file; in compile_csharp_using_pnet() 248 const char *source_file = sources[i]; in compile_csharp_using_mono() local 249 if (strlen (source_file) >= 10 in compile_csharp_using_mono() 250 && memcmp (source_file + strlen (source_file) - 10, ".resources", in compile_csharp_using_mono() 253 char *option = (char *) xallocsa (10 + strlen (source_file) + 1); in compile_csharp_using_mono() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | codeview.c | 60 struct source_file struct 62 struct source_file *next; argument 70 static struct source_file *files_head = NULL, *files_tail = NULL; argument 125 for (struct source_file *sf = files_head; sf; sf = sf->next) in write_string_table() 147 for (struct source_file *sf = files_head; sf; sf = sf->next) in write_string_table() 176 for (struct source_file *sf = files_head; sf; sf = sf->next) in write_checksums() 406 struct source_file *sf; in get_fileno() 427 sf = xmalloc (sizeof (struct source_file)); in get_fileno()
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | source.h | 25 typedef struct source_file struct 27 struct source_file *next; argument
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | source.h | 25 typedef struct source_file struct 27 struct source_file *next; argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-playback.h | 260 source_file * 328 auto_vec<source_file *> m_source_files; 648 class source_file : public wrapper 651 source_file (tree filename); 672 source_line (source_file *file, int line_num); 683 source_file *m_source_file;
|
| H A D | jit-playback.c | 2854 source_file *file; in handle_locations() 2988 source_file *src_file = get_source_file (filename); in new_location() 3013 playback::source_file * 3021 source_file *file; in get_source_file() 3029 file = new source_file (ident_filename); in get_source_file() 3036 playback::source_file::source_file (tree filename) : in source_file() function 3046 playback::source_file::finalizer () in finalizer() 3055 playback::source_file:: 3076 playback::source_line::source_line (source_file *file, int line_num) : in source_line()
|
| H A D | jit-common.h | 153 class source_file; variable
|
| /netbsd-src/usr.bin/sdiff/ |
| H A D | sdiff.c | 96 mktmpcpy(const char *source_file) in mktmpcpy() argument 105 ifd = open(source_file, O_RDONLY, 0); in mktmpcpy() 109 err(2, "error getting file status from %s", source_file); in mktmpcpy() 116 if (errno == ENOENT && strcmp(source_file, "-") == 0) in mktmpcpy() 119 err(2, "error opening %s", source_file); in mktmpcpy() 140 warn("error reading from %s", source_file); in mktmpcpy()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-playback.h | 290 source_file * 372 auto_vec<source_file *> m_source_files; 749 class source_file : public wrapper 752 source_file (tree filename); 773 source_line (source_file *file, int line_num); 784 source_file *m_source_file;
|
| H A D | jit-playback.cc | 3400 source_file *file; in handle_locations() 3534 source_file *src_file = get_source_file (filename); in new_location() 3559 playback::source_file * 3567 source_file *file; in get_source_file() 3575 file = new source_file (ident_filename); in get_source_file() 3582 playback::source_file::source_file (tree filename) : in source_file() function in gcc::jit::playback::source_file 3592 playback::source_file::finalizer () in finalizer() 3601 playback::source_file:: 3622 playback::source_line::source_line (source_file *file, int line_num) : in source_line()
|
| H A D | jit-common.h | 155 class source_file; variable
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | homedir.c | 402 const char *source_file, in copy_link() argument 412 assert( source_file != NULL ); in copy_link() 418 source_file, dest_file ); in copy_link() 430 rc = readlink( source_file, buf, st->st_size ); in copy_link() 432 report_errno( "copy_link", "readlink", source_file ); in copy_link() 459 const char *source_file, in copy_blocks() argument 472 if ( source_file != NULL ) in copy_blocks() 475 source_file ); in copy_blocks() 498 const char *source_file, in copy_file() argument 508 assert( source_file != NULL ); in copy_file() [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | macro.c | 105 add_macro (char *name, char **arglist, char *body, char *source_file, in add_macro() argument 132 input_filename = def->source_file; in add_macro() 148 free (def->source_file); in add_macro() 152 def->source_file = xstrdup (source_file); in add_macro() 760 free (def->source_file); in cm_unmacro()
|
| H A D | macro.h | 43 char *source_file; /* File where this macro is defined. */ member
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | gdbctx.hh | 108 std::string source_file; member 199 self->source_file = file; in do_set_source_file() 300 self->args.push_back (self->source_file); in do_compile()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| H A D | CMakeLists.txt | 124 function(add_benchmark_test name source_file) 127 add_executable(${libcxx_target} EXCLUDE_FROM_ALL ${source_file}) 158 add_executable(${native_target} EXCLUDE_FROM_ALL ${source_file})
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | libcc1.cc | 69 std::string source_file; member 151 source_file (), in libcc1() 490 self->source_file = file; in libcc1_set_source_file() 595 self->args.push_back (self->source_file); in libcc1_compile()
|
| H A D | libcp1.cc | 71 std::string source_file; member 153 source_file (), in libcp1() 514 self->source_file = file; in libcp1_set_source_file() 619 self->args.push_back (self->source_file); in libcp1_compile()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | cpp.h | 46 bool gfc_cpp_preprocess (const char *source_file);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | cpp.h | 46 bool gfc_cpp_preprocess (const char *source_file);
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
| H A D | compiler.py | 197 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument 199 if not isinstance(source_file, str): 209 source_file, object_file, flags=flags, cwd=cwd)
|
| /netbsd-src/external/bsd/atf/dist/atf-c/ |
| H A D | tc.c | 372 const char *source_file, const size_t source_line, in format_reason_ap() argument 377 if (source_file != NULL) { in format_reason_ap() 378 err = atf_dynstr_init_fmt(out_reason, "%s:%zd: ", source_file, in format_reason_ap() 397 const char *source_file, const size_t source_line, in format_reason_fmt() argument 403 format_reason_ap(out_reason, source_file, source_line, reason, ap); in format_reason_fmt()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-ada-spec.c | 707 collect_ada_nodes (tree t, const char *source_file) in collect_ada_nodes() argument 718 && LOCATION_FILE (decl_sloc (n, false)) == source_file) in collect_ada_nodes() 728 && LOCATION_FILE (decl_sloc (n, false)) == source_file) in collect_ada_nodes() 786 dump_ada_nodes (pretty_printer *pp, const char *source_file) in dump_ada_nodes() argument 808 && LOCATION_FILE (comments->entries[j].sloc) != source_file) in dump_ada_nodes() 824 current_source_file = source_file; in dump_ada_nodes() 3372 dump_ads (const char *source_file, in dump_ads() argument 3381 pkg_name = get_ada_package (source_file); in dump_ads() 3404 dump_ada_macros (&pp, source_file); in dump_ads() 3409 (*collect_all_refs) (source_file); in dump_ads() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-ada-spec.cc | 707 collect_ada_nodes (tree t, const char *source_file) in collect_ada_nodes() argument 718 && LOCATION_FILE (decl_sloc (n, false)) == source_file) in collect_ada_nodes() 728 && LOCATION_FILE (decl_sloc (n, false)) == source_file) in collect_ada_nodes() 786 dump_ada_nodes (pretty_printer *pp, const char *source_file) in dump_ada_nodes() argument 808 && LOCATION_FILE (comments->entries[j].sloc) != source_file) in dump_ada_nodes() 824 current_source_file = source_file; in dump_ada_nodes() 3440 dump_ads (const char *source_file, in dump_ads() argument 3449 pkg_name = get_ada_package (source_file); in dump_ads() 3472 dump_ada_macros (&pp, source_file); in dump_ads() 3477 (*collect_all_refs) (source_file); in dump_ads() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/ |
| H A D | test_from_cdb.py | 20 source_file = os.path.join(source_dir, target_file + '.in') 22 with open(source_file, 'r') as in_handle:
|