HomeSort by: relevance | last modified time | path
    Searched refs:O_RDWR (Results 1 - 25 of 970) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/mkhybrid/dist/include/
fctldefs.h 44 * Do not define more than O_RDONLY / O_WRONLY / O_RDWR
53 #ifndef O_RDWR
54 #define O_RDWR 2
  /src/external/gpl3/binutils/dist/ld/
sysdep.h 70 #ifndef O_RDWR
71 #define O_RDWR 2
74 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/binutils.old/dist/ld/
sysdep.h 70 #ifndef O_RDWR
71 #define O_RDWR 2
74 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-open.c 68 #ifdef O_RDWR
69 { "O_RDWR", O_RDWR, 2 },
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-open.c 68 #ifdef O_RDWR
69 { "O_RDWR", O_RDWR, 2 },
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
mock_drm.h 39 return mock_drm_getfile(i915->drm.primary, O_RDWR);
igt_mmap.c 27 file = mock_drm_getfile(i915->drm.primary, O_RDWR);
  /src/sys/sys/
eventfd.h 44 #define EFD_SEMAPHORE O_RDWR
timerfd.h 45 #define TFD_TIMER_CANCEL_ON_SET O_RDWR
  /src/usr.sbin/sesd/srcs/
inienc.c 50 fd = open(*v, O_RDWR);
setencstat.c 55 fd = open(v[1], O_RDWR);
  /src/external/bsd/libpcap/dist/testprogs/
unix.h 49 #define O_RDWR _O_RDWR
  /src/tests/lib/libc/c063/
t_o_search.c 82 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
87 ATF_REQUIRE((fd = openat(dfd, BASEFILE, O_RDWR, 0)) != -1);
92 ATF_REQUIRE((fd = openat(dfd, BASEFILE, O_RDWR, 0)) == -1);
112 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
117 ATF_REQUIRE((fd = openat(dfd, BASEFILE, O_RDWR, 0)) != -1);
122 ATF_REQUIRE((fd = openat(dfd, BASEFILE, O_RDWR, 0)) != -1);
127 ATF_REQUIRE((fd = openat(dfd, BASEFILE, O_RDWR, 0)) != -1);
144 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
149 ATF_REQUIRE((fd = openat(dfd, BASEFILE, O_RDWR, 0)) != -1);
154 ATF_REQUIRE((fd = openat(dfd, BASEFILE, O_RDWR, 0)) != -1)
    [all...]
t_symlinkat.c 66 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
91 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
114 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
135 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
  /src/tests/fs/psshfs/
h_have_puffs.c 39 fd = open("/dev/puffs", O_RDWR);
  /src/external/bsd/ipf/dist/lib/
poolio.c 28 poolfd = open(IPLOOKUP_NAME, O_RDWR);
  /src/external/bsd/libbind/dist/bsd/
daemon.c 72 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
  /src/tests/kernel/tty/
t_pr.c 111 slave = rump_sys_open("/dev/ttyp1", O_RDWR|O_NONBLOCK);
114 master = rump_sys_open("/dev/ptyp1", O_RDWR);
139 master = rump_sys_open("/dev/ptyp1", O_RDWR);
142 slave = rump_sys_open("/dev/ttyp1", O_RDWR);
166 fd = rump_sys_open("/dev/ptyp1", O_RDWR);
  /src/lib/libc/gen/
daemon.c 71 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
  /src/share/examples/pud/intro/
doioctl.c 21 fd = open(argv[1], O_RDWR);
  /src/sys/modules/examples/ping/
cmd_ping.c 49 if ((devfd = open(_PATH_DEV_PING, O_RDWR)) == -1)
  /src/sys/modules/examples/ping_block/
cmd_ping.c 49 if ((devfd = open(_PATH_DEV_PING, O_RDWR)) == -1)
  /src/tests/fs/vfs/
t_io.c 57 RL(fd = rump_sys_open("file", O_RDWR|O_CREAT|O_TRUNC, 0666));
88 O_CREAT | O_RDWR | (seekcnt ? O_APPEND : 0), 0600));
125 RL(fd = rump_sys_open("testi", O_CREAT | O_RDWR, 0666));
129 RL(fd = rump_sys_open("testi", O_RDWR));
164 RL(fd = rump_sys_open("file", O_RDWR|O_CREAT|O_TRUNC, 0666));
181 RL(fd = rump_sys_open("file", O_RDWR|O_CREAT, 0666));
189 RL(fd = rump_sys_open("file", O_RDWR));
208 RL(fd = rump_sys_open("file", O_RDWR|O_CREAT, 0666));
232 RL(fd = rump_sys_open("file", O_CREAT | O_RDWR, 0777));
  /src/tests/lib/librumphijack/
h_client.c 102 fd = open("/rump/dev/null", O_RDWR);
126 if ((fd = open("/dev/null", O_RDWR)) == -1)
129 fd = open("/dev/null", O_RDWR);
134 if ((fd = open("/rump/dev/null", O_RDWR)) != 8)
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
daemon.c 72 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011>>