Home
last modified time | relevance | path

Searched refs:source_file (Results 1 – 25 of 83) sorted by relevance

1234

/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dcsharpcomp.c129 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()
137 strcpy (option + 12, source_file); in compile_csharp_using_pnet()
141 *argp++ = (char *) source_file; in compile_csharp_using_pnet()
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()
260 *argp++ = (char *) source_file; in compile_csharp_using_mono()
432 if (strlen (source_file) >= 10 in compile_csharp_using_sscli()
433 && memcmp (source_file + strlen (source_file) - 10, ".resources", in compile_csharp_using_sscli()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-object-run.c40 char *source_file; member
98 unlink (data->source_file); in do_module_cleanup()
99 xfree (data->source_file); in do_module_cleanup()
128 data->source_file = xstrdup (module->source_file); in compile_object_run()
136 xfree (module->source_file); in compile_object_run()
H A Dcompile-internal.h190 compile_file_names (std::string source_file, std::string object_file) in compile_file_names() argument
191 : m_source_file (source_file), m_object_file (object_file) in compile_file_names()
198 const char *source_file () const in source_file() function
H A Dcompile.c778 gdb_file_up src = gdb_fopen_cloexec (fnames.source_file (), "w"); in compile_to_object()
782 source_remover.emplace (fnames.source_file ()); in compile_to_object()
790 fnames.source_file ()); in compile_to_object()
793 compiler->set_source_file (fnames.source_file ()); in compile_to_object()
828 gdb::unlinker source_remover (fnames.source_file ()); in eval_compile_command()
/netbsd/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-object-run.c40 char *source_file; member
98 unlink (data->source_file); in do_module_cleanup()
99 xfree (data->source_file); in do_module_cleanup()
128 data->source_file = xstrdup (module->source_file); in compile_object_run()
136 xfree (module->source_file); in compile_object_run()
H A Dcompile-internal.h190 compile_file_names (std::string source_file, std::string object_file) in compile_file_names() argument
191 : m_source_file (source_file), m_object_file (object_file) in compile_file_names()
198 const char *source_file () const in source_file() function
H A Dcompile.c778 gdb_file_up src = gdb_fopen_cloexec (fnames.source_file (), "w"); in compile_to_object()
782 source_remover.emplace (fnames.source_file ()); in compile_to_object()
790 fnames.source_file ()); in compile_to_object()
793 compiler->set_source_file (fnames.source_file ()); in compile_to_object()
828 gdb::unlinker source_remover (fnames.source_file ()); in eval_compile_command()
/netbsd/external/gpl3/binutils/dist/gprof/
H A Dsource.h25 typedef struct source_file struct
27 struct source_file *next; argument
/netbsd/external/gpl3/gdb/dist/gprof/
H A Dsource.h25 typedef struct source_file struct
27 struct source_file *next; argument
/netbsd/external/gpl3/binutils.old/dist/gprof/
H A Dsource.h25 typedef struct source_file struct
27 struct source_file *next; argument
/netbsd/external/gpl3/gdb.old/dist/gprof/
H A Dsource.h25 typedef struct source_file struct
27 struct source_file *next; argument
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgen-perf-test.exp868 set source_file [_make_source_name self $static $run_nr "" $cu_nr]
869 set f [_create_file self $source_file]
882 return $source_file
900 set source_file [_gen_binary_compunit_source self $static $run_nr $cu_nr]
902 lappend result [list $source_file $header_file $object_file]
910 set source_file [_make_source_name self $static $run_nr $so_nr $cu_nr]
911 set f [_create_file self $source_file]
924 return $source_file
951 file copy -force "$srcdir/gdb.perf/$source_name" ${source_file}
952 return $source_file
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgen-perf-test.exp868 set source_file [_make_source_name self $static $run_nr "" $cu_nr]
869 set f [_create_file self $source_file]
882 return $source_file
900 set source_file [_gen_binary_compunit_source self $static $run_nr $cu_nr]
902 lappend result [list $source_file $header_file $object_file]
910 set source_file [_make_source_name self $static $run_nr $so_nr $cu_nr]
911 set f [_create_file self $source_file]
924 return $source_file
951 file copy -force "$srcdir/gdb.perf/$source_name" ${source_file}
952 return $source_file
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.h260 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;
/netbsd/usr.bin/sdiff/
H A Dsdiff.c96 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/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.h290 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;
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dhomedir.c402 const char *source_file, in copy_link() argument
412 assert( source_file != NULL ); in copy_link()
418 source_file, dest_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()
512 source_file, dest_file, mode ); in copy_file()
517 source = fopen( source_file, "rb" ); in copy_file()
[all …]
/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c105 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()
/netbsd/external/gpl3/gcc/dist/libcc1/
H A Dgdbctx.hh108 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/external/apache2/llvm/dist/libcxx/benchmarks/
H A DCMakeLists.txt124 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/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1.cc69 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 Dlibcp1.cc71 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/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.h46 bool gfc_cpp_preprocess (const char *source_file);
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.h46 bool gfc_cpp_preprocess (const char *source_file);
/netbsd/external/apache2/llvm/dist/libcxx/utils/libcxx/
H A Dcompiler.py197 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)

1234