Home
last modified time | relevance | path

Searched refs:O_BINARY (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dstream.c11 #ifndef O_BINARY
12 # define O_BINARY 0 macro
33 if (-1 == (fd = open(fn->ptr, O_RDONLY | O_BINARY))) { in stream_open()
H A Dbase.h51 #ifndef O_BINARY
52 # define O_BINARY 0 macro
H A Dmod_compress.c465 if (-1 == (ofd = open(p->ofn->ptr, O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0600))) { in deflate_file_to_file()
483 if (-1 == (ifd = open(filename, O_RDONLY | O_BINARY))) { in deflate_file_to_file()
600 if (-1 == (ifd = open(fn->ptr, O_RDONLY | O_BINARY))) { in deflate_file_to_buffer()
H A Dproc_open.c41 (p->fd == 0 ? O_RDONLY : O_WRONLY)|O_BINARY); in pipe_close_child()