OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:output_error
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/make-3.81/
ansi2knr.c
253
int
output_error
;
local
359
output_error
= ferror(out);
360
output_error
|= fclose(out);
363
output_error
= ferror(out);
365
if (
output_error
) {
/external/valgrind/main/coregrind/
vgdb.c
530
static Bool
output_error
= True;
local
540
if (
output_error
|| debuglevel > 0) {
543
output_error
= False;
549
output_error
= True;
[
all
...]
Completed in 1253 milliseconds