HomeSort by: relevance | last modified time | path
    Searched refs:file_contents (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_suppressions.cpp 78 char *file_contents; local
81 if (!ReadFileToBuffer(filename, &file_contents, &buffer_size,
88 Parse(file_contents);
89 UnmapOrDie(file_contents, contents_size);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_suppressions.cc 68 char *file_contents; local
71 if (!ReadFileToBuffer(filename, &file_contents, &buffer_size,
78 Parse(file_contents);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_suppressions.cpp 78 char *file_contents; local
81 if (!ReadFileToBuffer(filename, &file_contents, &buffer_size,
88 Parse(file_contents);
  /src/external/lgpl3/gmp/dist/tune/
many.pl 944 my @file_contents = <FD>;
1157 && ! grep(m"PROLOGUE\((.* )?$mpX$fun_carry[ ,)]",@file_contents)) {
1162 && ! grep(m"^(#define FUNCTION\s+)?$mpX$fun_carry\W", @file_contents)) {
1167 && ! grep(m"^#define $fun_carry\W", @file_contents)) {
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 10039 my @file_contents = ();
14081 my @file_contents = @{ $file_contents_ref };
14093 $input_line = $file_contents[$line_no];
14606 my @file_contents = ();
14769 chomp (@file_contents = <SRC_LISTING>);
14782 for (my $line_number=0; $line_number <= $#file_contents; $line_number++)
14784 $input_line = $file_contents[$line_number];
14818 for (my $line_number=0; $line_number <= $#file_contents; $line_number++)
14820 $input_line = $file_contents[$line_number];
14884 $end_target_source = $#file_contents;
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 10039 my @file_contents = ();
14081 my @file_contents = @{ $file_contents_ref };
14093 $input_line = $file_contents[$line_no];
14606 my @file_contents = ();
14769 chomp (@file_contents = <SRC_LISTING>);
14782 for (my $line_number=0; $line_number <= $#file_contents; $line_number++)
14784 $input_line = $file_contents[$line_number];
14818 for (my $line_number=0; $line_number <= $#file_contents; $line_number++)
14820 $input_line = $file_contents[$line_number];
14884 $end_target_source = $#file_contents;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
gdb.exp 9891 set file_contents [read $fp]
9900 if { $file_contents == $str } {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
gdb.exp 9494 set file_contents [read $fp]
9503 if { $file_contents == $str } {

Completed in 67 milliseconds