Searched refs:source_file (Results 1 - 25 of 36) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
H A D01-basic.t17 my ($source_file, $object_file, $lib_file);
33 $source_file = File::Spec->catfile('t', 'basict.c');
36 open FH, '>', $source_file or die "Can't create $source_file: $!";
40 ok -e $source_file, "source file '$source_file' created";
42 $object_file = $b->object_file($source_file);
45 is $object_file, $b->compile(source => $source_file);
56 for ($source_file, $object_file, $lib_file) {
H A D03-cplusplus.t17 my ($source_file, $object_file, $lib_file);
33 $source_file = File::Spec->catfile('t', 'cplust.cc');
35 open my $FH, '>', $source_file or die "Can't create $source_file: $!";
39 ok -e $source_file, "source file '$source_file' created";
41 $object_file = $b->object_file($source_file);
44 is $object_file, $b->compile(source => $source_file, 'C++' => 1);
55 for ($source_file, $object_file, $lib_file) {
H A D02-link.t17 my ($source_file, $object_file, $exe_file);
34 $source_file = File::Spec->catfile('t', 'linkt.c');
36 open my $FH, '>', $source_file or die "Can't create $source_file: $!";
40 ok -e $source_file, "generated '$source_file'";
43 eval { $object_file = $b->compile(source => $source_file) };
74 for ($source_file, $object_file, $exe_file) {
H A D04-base.t20 my ( $source_file, $object_file, $lib_file );
134 $source_file = File::Spec->catfile('t', 'baset.c');
135 create_c_source_file($source_file);
136 ok(-e $source_file, "source file '$source_file' created");
140 is( $base->object_file($source_file),
159 $source_file = File::Spec->catfile('t', 'baset.c');
160 create_c_source_file($source_file);
161 ok(-e $source_file, "source file '$source_file' create
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dsource.h25 typedef struct source_file
27 struct source_file *next;
24 typedef struct source_file struct
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dsource.h25 typedef struct source_file
27 struct source_file *next;
24 typedef struct source_file struct
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D001-basic.t11 my ($source_file, $obj_file, $lib_file);
41 $source_file = 'XSTest.c';
44 $pxs->process_file(filename => 'XSTest.xs', output => $source_file, prototypes => 0);
45 ok -e $source_file, "Create an output file";
53 $obj_file = $b->compile( source => $source_file );
86 open my $IN, '<', $source_file
87 or die "Unable to open $source_file: $!";
133 close $IN or die "Unable to close $source_file: $!";
136 for ( $obj_file, $lib_file, $source_file) {
157 $source_file
[all...]
H A D002-more.t14 my ($source_file, $obj_file, $lib_file);
29 $source_file = 'XSMore.c';
34 output => $source_file,
36 ok -e $source_file, "Create an output file";
44 $obj_file = $b->compile( source => $source_file );
129 for ( $obj_file, $lib_file, $source_file) {
H A D003-usage.t16 my ($source_file, $obj_file, $lib_file, $module);
30 $source_file = 'XSUsage.c';
33 ExtUtils::ParseXS->process_file(filename => 'XSUsage.xs', output => $source_file);
34 ok -e $source_file, "Create an output file";
47 $obj_file = $b->compile( source => $source_file );
115 for ( $obj_file, $lib_file, $source_file) {
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dtracepoint.h56 char *source_file; member in struct:tracepoint
H A Dbreakpoint.h310 char *source_file;
309 char *source_file; member in struct:breakpoint
H A Dtracepoint.c345 t->source_file = NULL;
347 t->source_file = savestring (sal.symtab->filename,
437 if (addressprint || (tp->source_file == NULL))
442 if (tp->source_file)
444 tp->source_file, tp->line_number);
506 if (t->source_file)
516 fputs_filtered (t->source_file, gdb_stdout);
586 if (t->source_file)
587 xfree (t->source_file);
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dmacro.h41 char *source_file; /* File where this macro is defined. */ member in struct:__anon7406
H A Dmacro.c105 add_macro (char *name, char **arglist, char *body, char *source_file,
132 input_filename = def->source_file;
148 free (def->source_file);
152 def->source_file = xstrdup (source_file);
762 free (def->source_file);
103 add_macro(char *name, char **arglist, char *body, char *source_file, int source_lineno, int flags) argument
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DCommand.pm193 mv source_file destination_file
194 mv source_file source_file destination_dir
223 cp source_file destination_file
224 cp source_file source_file destination_dir
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py48 for source_file in source_files:
49 file_handle = io.open(source_file, encoding='utf-8')
65 current_breakpoint['file_name'] = source_file
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp193 std::string source_file = source_spec.GetPath(false);
197 source_file.c_str());
199 if (strchr(source_file.c_str(), '\'') != nullptr)
207 snprintf(cmd, sizeof(cmd), "cat '%s'", source_file.c_str());
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h635 const SBFileSpec &source_file,
641 const SBFileSpecList &source_file);
645 const SBFileSpecList &source_file, const SBStringList &func_names);
683 /// Read breakpoints from source_file and return the newly created
686 /// \param[in] source_file
694 lldb::SBError BreakpointsCreateFromFile(SBFileSpec &source_file,
697 /// Read breakpoints from source_file and return the newly created
700 /// \param[in] source_file
712 lldb::SBError BreakpointsCreateFromFile(SBFileSpec &source_file,
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp244 void Function::GetStartLineSourceInfo(FileSpec &source_file, argument
247 source_file.Clear();
256 source_file = m_type->GetDeclaration().GetFile();
267 source_file = line_entry.file;
272 void Function::GetEndLineSourceInfo(FileSpec &source_file, uint32_t &line_no) { argument
274 source_file.Clear();
289 source_file = line_entry.file;
/openbsd-current/usr.bin/sdiff/
H A Dsdiff.c92 * Create temporary file if source_file is not a regular file.
96 mktmpcpy(const char *source_file) argument
105 ifd = open(source_file, O_RDONLY);
109 err(2, "error getting file status from %s", source_file);
118 if (errno == ENOENT && strcmp(source_file, "-") == 0)
121 err(2, "error opening %s", source_file);
142 warn("error reading from %s", source_file);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgcov.c1461 FILE *source_file;
1470 source_file = fopen (total->name, "r");
1471 if (!source_file)
1480 if (!fstat (fileno (source_file), &status)
1509 retval = fgets (string, STRING_SIZE, source_file);
1561 for (; (retval = fgets (string, STRING_SIZE, source_file)); line_num++)
1567 retval = fgets (string, STRING_SIZE, source_file);
1575 if (source_file)
1576 fclose (source_file);
1458 FILE *source_file; local
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h465 /// \param[out] source_file
470 void GetStartLineSourceInfo(FileSpec &source_file, uint32_t &line_no);
476 /// \param[out] source_file
481 void GetEndLineSourceInfo(FileSpec &source_file, uint32_t &line_no);
/openbsd-current/gnu/gcc/gcc/
H A Dgcov.c1784 FILE *source_file;
1799 source_file = fopen (src->name, "r");
1800 if (!source_file)
1809 if (!fstat (fileno (source_file), &status)
1859 retval = fgets (string, STRING_SIZE, source_file);
1902 for (; (retval = fgets (string, STRING_SIZE, source_file)); line_num++)
1908 retval = fgets (string, STRING_SIZE, source_file);
1916 if (source_file)
1917 fclose (source_file);
1782 FILE *source_file; local
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cdb.py20 source_file = os.path.join(source_dir, target_file + '.in')
22 with open(source_file, 'r') as in_handle:
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i655 BreakpointCreateBySourceRegex (const char *source_regex, const lldb::SBFileSpec &source_file, const char *module_name = NULL);
663 const SBFileSpecList &source_file,
775 Read breakpoints from source_file and return the newly created
778 @param[in] source_file
787 BreakpointsCreateFromFile(SBFileSpec &source_file,
791 Read breakpoints from source_file and return the newly created
794 @param[in] source_file
806 lldb::SBError BreakpointsCreateFromFile(SBFileSpec &source_file,

Completed in 474 milliseconds

12