Searched defs:O_NONBLOCK (Results 1 - 9 of 9) 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/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.c1634 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
H A Ds_server.c2111 (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/okhttp/src/main/java/libcore/io/
H A DOsConstants.java227 public static final int O_NONBLOCK = placeholder(); field in class:OsConstants

Completed in 258 milliseconds