Searched refs:O_NONBLOCK (Results 1 - 25 of 320) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddnonblock.c36 c = a | O_NONBLOCK;
38 c = a & ~O_NONBLOCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dfcntl.h13 #define O_NONBLOCK 0x4000 macro
14 #define O_NDELAY (0x0004 | O_NONBLOCK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dpidfile.c25 #ifndef O_NONBLOCK
26 #define O_NONBLOCK macro
40 fd = sys_open(pidFile, O_NONBLOCK | O_RDONLY, 0644);
95 fd = sys_open(pidFile, O_NONBLOCK | O_CREAT | O_WRONLY | O_EXCL, 0644);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Ddevice_open.c17 m = mode | O_NONBLOCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dfcntl.h12 #define O_NONBLOCK 00200004 /* HPUX has separate NDELAY & NONBLOCK */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dfcntl.h11 #define O_NONBLOCK 00004 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-fcntl.c24 int o = O_DIRECT | O_DIRECTORY | O_DSYNC | O_NDELAY | O_NOATIME | O_NONBLOCK
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfcntl.in.h75 #ifndef O_NONBLOCK
76 # define O_NONBLOCK O_NDELAY macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dfgetsetflags.c35 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
37 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
H A Dfgetsetversion.c32 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dfdutil.c55 if (n & O_NONBLOCK)
58 return fcntl(fd, F_SETFL, n|O_NONBLOCK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dfcntl.h14 #define O_NONBLOCK 0x4000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dfcntl.h27 #ifndef O_NONBLOCK
28 #define O_NONBLOCK 00004000 macro
52 #define O_NDELAY O_NONBLOCK
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dpty.c51 fd = open (dev, O_RDWR | O_NONBLOCK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dfcntl.h14 #define O_NONBLOCK 0x0080 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Deject.c48 dev = xopen(device, O_RDONLY|O_NONBLOCK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Disrv_identd.c35 buf->fd_flag = fcntl(fd, F_GETFL) | O_NONBLOCK;
49 if (buf->fd_flag & O_NONBLOCK)
74 if (buf->fd_flag & O_NONBLOCK)
75 fcntl(fd, F_SETFL, buf->fd_flag & ~O_NONBLOCK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dfcntl.h14 #define O_NONBLOCK 0x0080 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dnonblock.c66 return fcntl(sockfd, F_SETFL, flags | O_NONBLOCK);
68 return fcntl(sockfd, F_SETFL, flags & (~O_NONBLOCK));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Drmmod.c45 unsigned int flags = O_NONBLOCK|O_EXCL;
52 flags &= ~O_NONBLOCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Dsignalpipe.c44 fcntl(signal_pipe[1], F_SETFL, O_NONBLOCK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_unix.c173 #ifdef O_NONBLOCK
174 |O_NONBLOCK
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dutil.c112 #ifdef O_NONBLOCK
113 #define FLAG_TO_SET O_NONBLOCK
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dfifo.c57 * POSIX.1 says that O_NONBLOCK means return with the FIFO
66 if ((filp->f_flags & O_NONBLOCK)) {
82 * POSIX.1 says that O_NONBLOCK means return -1 with
86 if ((filp->f_flags & O_NONBLOCK) && !pipe->readers)
104 * POSIX.1 leaves this case "undefined" when O_NONBLOCK is set.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Dsigint.c50 if (n & O_NONBLOCK)
53 return fcntl(fd, F_SETFL, n|O_NONBLOCK);

Completed in 110 milliseconds

1234567891011>>