Searched refs:tmpfname (Results 1 - 25 of 103) sorted by relevance

12345

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H A D2-2.c41 char tmpfname[256]; local
47 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_cancel_2_2_%d",
49 unlink(tmpfname);
50 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
56 unlink(tmpfname);
H A D1-1.c39 char tmpfname[256]; local
48 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_cancel_1_1_%d",
50 unlink(tmpfname);
51 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
57 unlink(tmpfname);
H A D2-1.c44 char tmpfname[256]; local
53 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_cancel_2_1_%d",
55 unlink(tmpfname);
56 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
62 unlink(tmpfname);
H A D8-1.c41 char tmpfname[256]; local
51 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_cancel_1_1_%d",
53 unlink(tmpfname);
54 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
60 unlink(tmpfname);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D32-1.c28 char tmpfname[256]; local
33 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_31_1_%d", getpid());
34 unlink(tmpfname);
35 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
40 unlink(tmpfname);
H A D13-1.c39 char tmpfname[256]; local
55 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_13_1_%d", getpid());
56 unlink(tmpfname);
57 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
67 unlink(tmpfname);
71 if (stat(tmpfname, &stat_buff) == -1) {
73 unlink(tmpfname);
85 unlink(tmpfname);
89 if (stat(tmpfname,
[all...]
H A D14-1.c37 char tmpfname[256]; local
48 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_14_1_%d", getpid());
49 unlink(tmpfname);
50 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
60 unlink(tmpfname);
68 unlink(tmpfname);
74 if (stat(tmpfname, &stat_buff) == -1) {
76 unlink(tmpfname);
96 if (stat(tmpfname,
[all...]
H A D6-4.c37 char tmpfname[256]; local
42 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_6_4_%d", getpid());
45 unlink(tmpfname);
46 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
58 fd = open(tmpfname, O_RDONLY, S_IRUSR | S_IWUSR);
63 unlink(tmpfname);
H A D6-5.c37 char tmpfname[256]; local
43 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_6_5_%d", getpid());
44 unlink(tmpfname);
45 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
57 fd = open(tmpfname, O_RDONLY, S_IRUSR | S_IWUSR);
62 unlink(tmpfname);
H A D6-6.c36 char tmpfname[256]; local
42 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_6_6_%d", getpid());
43 unlink(tmpfname);
44 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
56 fd = open(tmpfname, O_WRONLY, S_IRUSR | S_IWUSR);
61 unlink(tmpfname);
H A D11-4.c47 char tmpfname[256]; local
62 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_11_5_%d", getpid());
67 unlink(tmpfname);
68 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL,
108 unlink(tmpfname);
117 fd = open(tmpfname, O_RDWR, 0);
118 unlink(tmpfname);
H A D11-5.c46 char tmpfname[256]; local
61 snprintf(tmpfname, sizeof(tmpfname), "pts_mmap_11_5_%d", getpid());
66 shm_unlink(tmpfname);
67 fd = shm_open(tmpfname, O_RDWR | O_CREAT | O_EXCL,
106 unlink(tmpfname);
115 fd = shm_open(tmpfname, O_RDWR, 0);
116 shm_unlink(tmpfname);
H A D11-6.c46 char tmpfname[256]; local
61 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_11_5_%d", getpid());
66 unlink(tmpfname);
67 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL,
106 unlink(tmpfname);
115 fd = open(tmpfname, O_RDWR, 0);
116 unlink(tmpfname);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
H A D1-1.c39 char tmpfname[256]; local
48 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_error_1_1_%d",
50 unlink(tmpfname);
51 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
57 unlink(tmpfname);
H A D2-1.c43 char tmpfname[256]; local
52 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_error_2_1_%d",
54 unlink(tmpfname);
55 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
61 unlink(tmpfname);
H A D3-1.c40 char tmpfname[256]; local
50 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_error_3_1_%d",
52 unlink(tmpfname);
53 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
59 unlink(tmpfname);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
H A D14-1.c26 char tmpfname[256]; local
37 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_fsync_14_1_%d",
39 unlink(tmpfname);
40 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
46 unlink(tmpfname);
H A D2-1.c28 char tmpfname[256]; local
37 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_fsync_2_1_%d",
39 unlink(tmpfname);
40 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
46 unlink(tmpfname);
H A D3-1.c28 char tmpfname[256]; local
37 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_fsync_3_1_%d",
39 unlink(tmpfname);
40 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
46 unlink(tmpfname);
H A D4-1.c27 char tmpfname[256]; local
38 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_fsync_4_1_%d",
40 unlink(tmpfname);
41 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
47 unlink(tmpfname);
H A D5-1.c28 char tmpfname[256]; local
38 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_fsync_5_1_%d",
40 unlink(tmpfname);
41 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
47 unlink(tmpfname);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
H A D11-1.c41 char tmpfname[256]; local
50 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_read_11_1_%d",
52 unlink(tmpfname);
53 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
59 unlink(tmpfname);
H A D11-2.c41 char tmpfname[256]; local
50 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_read_11_2%d",
52 unlink(tmpfname);
53 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
59 unlink(tmpfname);
H A D3-1.c38 char tmpfname[256]; local
48 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_read_3_1_%d",
50 unlink(tmpfname);
51 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
57 unlink(tmpfname);
H A D3-2.c38 char tmpfname[256]; local
48 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_read_3_2_%d",
50 unlink(tmpfname);
51 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
57 unlink(tmpfname);

Completed in 209 milliseconds

12345