/external/ltp/testcases/kernel/syscalls/dup2/ |
D | dup202.c | 56 nextfd = SAFE_CREAT(testfile, 0777); in setup() 81 ofd = SAFE_CREAT(testfile, 0777); in run() 83 ofd = SAFE_CREAT(testfile, tc->mode); in run()
|
D | dup203.c | 42 fd0 = SAFE_CREAT(filename0, 0666); in run() 46 fd1 = SAFE_CREAT(filename1, 0666); in run()
|
D | dup205.c | 41 fildes[0] = SAFE_CREAT(pfilname, 0666); in run()
|
/external/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr03.c | 130 fd = SAFE_CREAT("testfile", 0644); in setup() 139 immu_fd = SAFE_CREAT(IMMU_FILE, 0644); in setup() 144 append_fd = SAFE_CREAT(APPEND_FILE, 0644); in setup()
|
/external/ltp/testcases/kernel/syscalls/sendfile/ |
D | sendfile06.c | 32 fd = SAFE_CREAT(IN_FILE, 00700); in setup() 38 fd = SAFE_CREAT(OUT_FILE, 00700); in setup()
|
D | sendfile02.c | 45 fd = SAFE_CREAT(IN_FILE, 00700); in setup() 50 fd = SAFE_CREAT(OUT_FILE, 00700); in setup()
|
D | sendfile09.c | 51 fd = SAFE_CREAT(IN_FILE, 00700); in setup() 58 fd = SAFE_CREAT(OUT_FILE, 00700); in setup()
|
D | sendfile05.c | 28 out_fd = SAFE_CREAT("out_file", 0600); in setup()
|
D | sendfile03.c | 42 out_fd = SAFE_CREAT("out_file", 0600); in setup()
|
D | sendfile04.c | 42 out_fd = SAFE_CREAT("out_file", 0600); in setup()
|
D | sendfile08.c | 54 in_fd = SAFE_CREAT(IN_FILE, 0700); in setup()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open08.c | 64 SAFE_CREAT(user2_fname, 0600); in setup() 71 fildes = SAFE_CREAT(existing_fname, 0600); in setup()
|
D | open07.c | 166 fd1 = SAFE_CREAT(cleanup, file1, 00700); in setupfunc_test1() 193 fd2 = SAFE_CREAT(cleanup, file1, 00700); in setupfunc_test3()
|
/external/ltp/testcases/kernel/syscalls/execve/ |
D | execve03.c | 94 fd = SAFE_CREAT(test_name5, 0444); in setup() 102 fd = SAFE_CREAT(test_name6, 0755); in setup()
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx07.c | 127 SAFE_CREAT(SERV_FORCE_SYNC, DEFAULT_MODE); in setup() 128 SAFE_CREAT(SERV_DONT_SYNC, DEFAULT_MODE); in setup()
|
/external/ltp/testcases/kernel/syscalls/umask/ |
D | umask01.c | 40 fd = SAFE_CREAT("testfile", 0777); in verify_umask()
|
/external/ltp/testcases/kernel/syscalls/read/ |
D | read04.c | 51 fd = SAFE_CREAT(fname, 0777); in setup()
|
/external/ltp/testcases/kernel/syscalls/creat/ |
D | creat01.c | 43 fd = SAFE_CREAT(filename, tcases[i].mode); in verify_creat()
|
D | creat05.c | 55 fd = SAFE_CREAT(fname, 0666); in setup()
|
/external/ltp/testcases/kernel/syscalls/write/ |
D | write03.c | 30 fd = SAFE_CREAT("testfile", 0644); in verify_write()
|
/external/ltp/testcases/kernel/syscalls/exit/ |
D | exit02.c | 23 fd = SAFE_CREAT(FNAME, 0666); in child_write()
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl29.c | 93 test_fd = SAFE_CREAT(cleanup, "testfile", 0644); in setup()
|
/external/ltp/testcases/kernel/syscalls/fork/ |
D | fork01.c | 61 fd = SAFE_CREAT(FILENAME, 0700); in setup()
|
/external/ltp/testcases/kernel/syscalls/getxattr/ |
D | getxattr03.c | 92 fd = SAFE_CREAT(cleanup, TESTFILE, 0644); in setup()
|
/external/ltp/testcases/kernel/syscalls/umount/ |
D | umount02.c | 69 fd = SAFE_CREAT(MNTPOINT "/file", 0777); in setup()
|