Searched refs:O_NOCTTY (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-fcntl.c25 | O_NOCTTY | O_NOFOLLOW | O_NOLINKS | O_RSYNC | O_SYNC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfcntl.in.h79 #ifndef O_NOCTTY
80 # define O_NOCTTY 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dfcntl.h12 #define O_NOCTTY 000400000 /* not fcntl */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_open_stdxxx.c38 const int fd = open("/dev/null", O_NOCTTY
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dfcntl.h7 #define O_NOCTTY 010000 /* not fcntl */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_open_stdxxx.c38 const int fd = open("/dev/null", O_NOCTTY
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dfcntl.h16 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dfcntl.h18 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c188 #ifdef O_NOCTTY /* If it happens to be a TTY (god forbid), do not make it
190 |O_NOCTTY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_unix.c279 # ifdef O_NOCTTY /* If it happens to be a TTY (god forbid), do
281 | O_NOCTTY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_unix.c279 # ifdef O_NOCTTY /* If it happens to be a TTY (god forbid), do
281 | O_NOCTTY
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dfile_io.c35 #ifndef O_NOCTTY
36 # define O_NOCTTY 0 macro
310 int flags = O_RDONLY | O_BINARY | O_NOCTTY;
596 const int flags = O_WRONLY | O_BINARY | O_NOCTTY
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dfile_io.c35 #ifndef O_NOCTTY
36 # define O_NOCTTY 0 macro
310 int flags = O_RDONLY | O_BINARY | O_NOCTTY;
596 const int flags = O_WRONLY | O_BINARY | O_NOCTTY
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c299 | O_NOCTTY | O_APPEND | O_NONBLOCK);
302 int fd = device_open(_PATH_CONSOLE, O_WRONLY | O_NOCTTY | O_NONBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dinit.c177 log_fd = device_open(log_console, O_WRONLY | O_NONBLOCK | O_NOCTTY);
268 int fd = open(s, O_RDWR | O_NONBLOCK | O_NOCTTY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/utelnetd/
H A Dutelnetd.c310 t = open(tty_name, O_RDWR | O_NOCTTY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtelnetd.c185 p = open(line, O_RDWR | O_NOCTTY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfcntl.c772 O_CREAT | O_EXCL | O_NOCTTY |
H A Dopen.c699 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c2570 if ((sfd = open(pty_name, O_RDWR | O_NOCTTY)) < 0)
2594 sfd = open(pty_name, O_RDWR | O_NOCTTY, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c2470 if ((sfd = open(pty_name, O_RDWR | O_NOCTTY)) < 0)
2484 sfd = open(pty_name, O_RDWR | O_NOCTTY, 0);
H A Dsys-sunos4.c1340 sfd = open(pty_name, O_RDWR | O_NOCTTY, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Ddir.c408 flags &= ~O_NOCTTY;
H A Dfile.c32 inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY);

Completed in 267 milliseconds

12