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

/external/e2fsprogs/include/nonunix/
H A Dunistd.h11 #define O_NONBLOCK 0 macro
/external/kernel-headers/original/asm-mips/
H A Dfcntl.h14 #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/libppp/src/
H A Dmain.c99 #ifndef O_NONBLOCK
101 #define O_NONBLOCK O_NDELAY macro
583 * This is only really likely if we block in open(... O_NONBLOCK)
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h37 #ifndef O_NONBLOCK
38 #define O_NONBLOCK 00004000 macro
88 #define O_NDELAY O_NONBLOCK
/external/openssh/
H A Ddefines.h131 # define O_NONBLOCK 00004 /* Non Blocking Open */ macro
/external/openssl/apps/
H A Ds_client.c1642 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
H A Ds_server.c2126 (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 290 milliseconds