OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fmode
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/zlib-1.2.3/
gzio.c
103
char
fmode
[80]; /* copy of mode, without the compression level */
local
104
char *m =
fmode
;
148
} while (*p++ && m !=
fmode
+ sizeof(
fmode
));
181
s->file = fd < 0 ? F_OPEN(path,
fmode
) : (FILE*)fdopen(fd,
fmode
);
/external/zlib/
gzio.c
103
char
fmode
[80]; /* copy of mode, without the compression level */
local
104
char *m =
fmode
;
148
} while (*p++ && m !=
fmode
+ sizeof(
fmode
));
181
s->file = fd < 0 ? F_OPEN(path,
fmode
) : (FILE*)fdopen(fd,
fmode
);
/external/libvpx/vp8/encoder/
onyx_if.c
2279
FILE *
fmode
= fopen("modecontext.c", "w");
local
[
all
...]
Completed in 477 milliseconds