O_NONBLOCK         72 lib/tevent/tevent_util.c #ifdef O_NONBLOCK
O_NONBLOCK         73 lib/tevent/tevent_util.c #define FLAG_TO_SET O_NONBLOCK
O_NONBLOCK        158 lib/util/util.c #ifdef O_NONBLOCK
O_NONBLOCK        159 lib/util/util.c #define FLAG_TO_SET O_NONBLOCK
O_NONBLOCK        127 nsswitch/wb_common.c #ifdef O_NONBLOCK
O_NONBLOCK        128 nsswitch/wb_common.c #define FLAG_TO_SET O_NONBLOCK
O_NONBLOCK         24 source3/lib/pidfile.c #ifndef O_NONBLOCK
O_NONBLOCK         44 source3/lib/pidfile.c 	fd = sys_open(pidFile, O_NONBLOCK | O_RDONLY, 0644);
O_NONBLOCK        125 source3/lib/pidfile.c 	fd = sys_open(pidFile_name, O_NONBLOCK | O_CREAT | O_WRONLY | O_EXCL,
O_NONBLOCK         75 source3/lib/wbclient.c #ifdef O_NONBLOCK
O_NONBLOCK         76 source3/lib/wbclient.c #define FLAG_TO_SET O_NONBLOCK
O_NONBLOCK        144 source3/modules/onefs_open.c #if defined(O_NONBLOCK) && defined(S_ISFIFO)
O_NONBLOCK        152 source3/modules/onefs_open.c 		local_flags |= O_NONBLOCK;
O_NONBLOCK        392 source3/smbd/open.c #if defined(O_NONBLOCK) && defined(S_ISFIFO)
O_NONBLOCK        400 source3/smbd/open.c 			local_flags |= O_NONBLOCK;
O_NONBLOCK        285 source3/torture/cmd_vfs.c 			flags |= O_NONBLOCK;
O_NONBLOCK        332 source3/utils/smbget.c 		localhandle = open(newpath, O_CREAT | O_NONBLOCK | O_RDWR | O_TRUNC, 0775);
O_NONBLOCK        341 source3/utils/smbget.c 		localhandle = open(newpath, O_CREAT | O_NONBLOCK | O_RDWR | (!resume?O_EXCL:0), 0755);
O_NONBLOCK        669 source4/ntvfs/posix/pvfs_open.c 	fd = open(name->full_name, flags | O_CREAT | O_EXCL| O_NONBLOCK, mode);
O_NONBLOCK       1515 source4/ntvfs/posix/pvfs_open.c 	fd = open(f->handle->name->full_name, flags | O_NONBLOCK);
O_NONBLOCK         44 source4/smbd/pidfile.c 	fd = open(pidFile, O_NONBLOCK | O_RDONLY, 0644);
O_NONBLOCK         98 source4/smbd/pidfile.c 	fd = open(pidFile, O_NONBLOCK | O_CREAT | O_WRONLY | O_EXCL, 0644);