/external/ltp/testcases/misc/math/float/trigo/ |
genatan2.c | 57 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); 88 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
|
gencos.c | 56 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); 86 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
|
gensin.c | 56 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); 86 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
11-1.c | 38 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); 56 queue2 = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|
19-1.c | 52 queue = mq_open(qname, O_CREAT | O_RDWR | O_NONBLOCK, 75 queue = mq_open(qname, O_RDWR | O_NONBLOCK, S_IRUSR | S_IWUSR, NULL);
|
16-1.c | 58 fd = open(fname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); 88 childqueue = mq_open(qname, O_CREAT | O_EXCL | O_RDWR, 105 queue = mq_open(qname, O_CREAT | O_EXCL | O_RDWR,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/speculative/ |
26-1.c | 53 queue[i] = mq_open(qname, O_CREAT | O_RDWR, 62 queue[numqueues] = mq_open(qname, O_CREAT | O_RDWR,
|
/external/toybox/toys/other/ |
shred.c | 47 int fd = open(*try, O_RDWR), iter = 0, throw; 52 fd = open(*try, O_RDWR);
|
/external/ltp/testcases/kernel/io/direct_io/ |
diotest1.c | 122 int fd = open(infile, O_DIRECT | O_RDWR | O_CREAT, 0666); 129 fd1 = SAFE_OPEN(cleanup, infile, O_DIRECT | O_RDWR | O_CREAT, 0666); 130 fd2 = SAFE_OPEN(cleanup, outfile, O_DIRECT | O_RDWR | O_CREAT, 0666);
|
/external/ltp/testcases/kernel/syscalls/asyncio/ |
asyncio02.c | 102 #define FLAG O_RDWR | O_CREAT | O_TRUNC /* Flags used when opening temp tile */ 131 O_RDWR | O_CREAT | O_TRUNC, 132 O_RDWR | O_CREAT | O_TRUNC
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
ftruncate03.c | 110 wjh_f = open(TESTFILE, O_RDWR | O_CREAT, 0644); 126 //Uncomment below if you want it to succeed, O_RDWR => success 127 // flag = O_RDWR; 129 if (flag == O_RDWR) { 146 } else if ((flag == O_RDWR)) {
|
/external/ltp/testcases/misc/math/float/exp_log/ |
genldexp.c | 80 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); 121 fp = open(F_named, O_RDWR | O_CREAT | O_TRUNC, 0777); 122 fpi = open(F_namei, O_RDWR | O_CREAT | O_TRUNC, 0777);
|
/external/ltp/testcases/misc/math/float/power/ |
genfmod.c | 75 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); 109 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); 110 fp1 = open(F_name1, O_RDWR | O_CREAT | O_TRUNC, 0777);
|
genpow.c | 66 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); 101 fp = open(F_name, O_RDWR | O_CREAT | O_TRUNC, 0777); 102 fp2 = open(F_name_pow, O_RDWR | O_CREAT | O_TRUNC, 0777);
|
/device/google/cuttlefish_common/common/libs/utils/ |
network.cpp | 46 auto tap_fd = SharedFD::Open(TUNTAP_DEV, O_RDWR | O_NONBLOCK);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pty.py | 58 tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
66 fd = os.open(pty_name, os.O_RDWR)
78 result = os.open(tty_name, os.O_RDWR)
122 tmp_fd = os.open(os.ttyname(STDOUT_FILENO), os.O_RDWR)
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
flags.c | 102 m = O_RDWR;
|
/external/e2fsprogs/include/nonunix/ |
unistd.h | 13 #define O_RDWR _O_RDWR
|
/external/libdrm/tests/tegra/ |
openclose.c | 44 fd = open(device, O_RDWR);
|
/external/libxml2/win32/wince/ |
wincecompat.h | 21 #define O_RDWR 0x0002 /* open for reading and writing */
|
/external/linux-kselftest/tools/testing/selftests/media_tests/ |
media_device_open.c | 70 fd = open(media_device, O_RDWR);
|
/external/ltp/lib/tests/ |
tst_safe_macros.c | 29 fd = SAFE_OPEN(cleanup, __FILE__ "~", O_RDWR);
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
read_checkzero.c | 45 if ((fd = open(filename, O_RDWR)) < 0) {
|
/external/ltp/testcases/kernel/pty/ |
hangup01.c | 168 if ((slavefd = open(slavename, O_RDWR)) < 0) { 180 if ((slavefd = open(slavename, O_RDWR)) < 0) { 192 if ((slavefd = open(slavename, O_RDWR)) < 0) { 217 masterfd = SAFE_OPEN(NULL, MASTERCLONE, O_RDWR);
|
/external/ltp/testcases/kernel/syscalls/close/ |
close08.c | 141 if ((fd = open(fname, O_RDWR | O_CREAT, 0700)) == -1) { 143 "open(%s, O_RDWR|O_CREAT,0700) failed", fname);
|