OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_file
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/mit/isl/dist/
isl_ctx_private.h
7
* while "
error_file
" and "error_line" specify where the last error occurred.
8
* "error_msg" and "
error_file
" always point to statically allocated
35
const char *
error_file
;
member in struct:isl_ctx
isl_ctx.c
126
ctx->
error_file
= file;
337
return ctx ? ctx->
error_file
: NULL;
353
ctx->
error_file
= NULL;
/src/games/rogue/
init.c
79
const char *
error_file
= "rogue.esave";
variable
256
save_into_file(
error_file
);
rogue.h
672
extern const char *
error_file
;
save.c
106
sfile =
error_file
;
object.c
641
save_into_file(
error_file
);
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
test_analyze.py
230
error_file
= pp_file + '.stderr.txt'
231
self.assertTrue(
error_file
in result)
232
self.assertEqual([error_msg], result[
error_file
])
/src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in
9383
my ($exp_dir_list_ref, $outputdir, $outfile1, $outfile2, $
error_file
) = @_;
9408
$metrics_cmd = "$GP_DISPLAY_TEXT $cmd_options 1> $outfile1 2> $
error_file
";
9425
$target_cmd = $g_mapped_cmds{"cat"} . " $
error_file
";
9431
gp_message ("error", $subr_name, "contents of file $
error_file
:");
10315
my $
error_file
;
10325
$
error_file
= ${ $error_file_ref };
10338
if (not is_file_empty ($
error_file
))
10340
$error_message = "<p><em>Check file $
error_file
for more information</em></p>";
10500
my ($gp_display_text_cmd, $error_code, $
error_file
) = @_;
10509
$msg = "check file $
error_file
for more details"
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in
9383
my ($exp_dir_list_ref, $outputdir, $outfile1, $outfile2, $
error_file
) = @_;
9408
$metrics_cmd = "$GP_DISPLAY_TEXT $cmd_options 1> $outfile1 2> $
error_file
";
9425
$target_cmd = $g_mapped_cmds{"cat"} . " $
error_file
";
9431
gp_message ("error", $subr_name, "contents of file $
error_file
:");
10315
my $
error_file
;
10325
$
error_file
= ${ $error_file_ref };
10338
if (not is_file_empty ($
error_file
))
10340
$error_message = "<p><em>Check file $
error_file
for more information</em></p>";
10500
my ($gp_display_text_cmd, $error_code, $
error_file
) = @_;
10509
$msg = "check file $
error_file
for more details"
[
all
...]
Completed in 47 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026