Searched defs:O_NONBLOCK (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/include/nonunix/
H A Dunistd.h11 #define O_NONBLOCK 0 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h15 #define O_NONBLOCK 0x0080 macro
/external/bison/darwin-lib/
H A Dfcntl.h543 #ifndef O_NONBLOCK
544 # define O_NONBLOCK O_NDELAY macro
548 value of O_NONBLOCK. Otherwise, O_NONBLOCK is defined (above) to O_NDELAY
551 # if O_NONBLOCK
555 # undef O_NONBLOCK
556 # define O_NONBLOCK 0x40000000
/external/bison/linux-lib/
H A Dfcntl.h543 #ifndef O_NONBLOCK
544 # define O_NONBLOCK O_NDELAY macro
548 value of O_NONBLOCK. Otherwise, O_NONBLOCK is defined (above) to O_NDELAY
551 # if O_NONBLOCK
555 # undef O_NONBLOCK
556 # define O_NONBLOCK 0x40000000
/external/fio/os/
H A Dos-windows.h68 #define O_NONBLOCK FIONBIO macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h37 #ifndef O_NONBLOCK
38 #define O_NONBLOCK 00004000 macro
96 #define O_NDELAY O_NONBLOCK
/external/openssl/apps/
H A Ds_client.c1681 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
H A Ds_server.c2140 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
/external/ppp/pppd/
H A Dmain.c268 #undef O_NONBLOCK macro
269 #define O_NONBLOCK O_NDELAY macro
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 2521 milliseconds