OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SET_BINARY_MODE
(Results
1 - 11
of
11
) sorted by null
/external/zlib/src/contrib/puff/
pufftest.c
26
# define
SET_BINARY_MODE
(file) setmode(fileno(file), O_BINARY)
28
# define
SET_BINARY_MODE
(file)
157
SET_BINARY_MODE
(stdout);
/external/zlib/src/examples/
zpipe.c
23
# define
SET_BINARY_MODE
(file) setmode(fileno(file), O_BINARY)
25
# define
SET_BINARY_MODE
(file)
181
SET_BINARY_MODE
(stdin);
182
SET_BINARY_MODE
(stdout);
/external/zlib/src/contrib/iostream2/
zstream.h
35
# define
SET_BINARY_MODE
(file) setmode(fileno(file), O_BINARY)
37
# define
SET_BINARY_MODE
(file)
71
SET_BINARY_MODE
(fp);
187
SET_BINARY_MODE
(fp);
/external/zlib/src/test/
minigzip.c
38
# define
SET_BINARY_MODE
(file) setmode(fileno(file), O_BINARY)
40
# define
SET_BINARY_MODE
(file)
585
SET_BINARY_MODE
(stdin);
586
SET_BINARY_MODE
(stdout);
598
SET_BINARY_MODE
(stdout);
/external/bzip2/
bzip2.c
89
# define
SET_BINARY_MODE
(fd) /**/
104
# undef
SET_BINARY_MODE
105
# define
SET_BINARY_MODE
(fd) \
116
# undef
SET_BINARY_MODE
117
# define
SET_BINARY_MODE
(fd) \
146
# define
SET_BINARY_MODE
(fd) \
338
SET_BINARY_MODE
(stream);
339
SET_BINARY_MODE
(zStream);
446
SET_BINARY_MODE
(stream);
447
SET_BINARY_MODE
(zStream)
[
all
...]
bzlib.c
[
all
...]
/external/valgrind/main/VEX/switchback/
test_bzip2.c
[
all
...]
/external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c
[
all
...]
/external/valgrind/main/memcheck/tests/
origin5-bz2.c
[
all
...]
varinfo6.c
[
all
...]
/external/valgrind/main/perf/
bz2.c
[
all
...]
Completed in 72 milliseconds