OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_logfile
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/intl/
log.c
57
static FILE *
last_logfile
= NULL;
local
66
if (
last_logfile
!= NULL)
68
fclose (
last_logfile
);
69
last_logfile
= NULL;
79
last_logfile
= fopen (logfilename, "a");
80
if (
last_logfile
== NULL)
83
logfile =
last_logfile
;
/toolchain/binutils/binutils-2.25/intl/
log.c
63
static FILE *
last_logfile
= NULL;
local
72
if (
last_logfile
!= NULL)
74
fclose (
last_logfile
);
75
last_logfile
= NULL;
85
last_logfile
= fopen (logfilename, "a");
86
if (
last_logfile
== NULL)
89
logfile =
last_logfile
;
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib32/
libintl.a
[
all
...]
Completed in 45 milliseconds