Searched refs:O_NONBLOCK (Results 1 – 2 of 2) sorted by relevance
36 #ifndef O_NONBLOCK37 #define O_NONBLOCK 00004000 macro61 #define O_NDELAY O_NONBLOCK
270 (fd = open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK, 0)) >= 0) { in vsyslog_r()