HomeSort by relevance Sort by last modified time
    Searched refs:tmpfname (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
7-1.c 39 char tmpfname[256]; local
49 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_read_7_1_%d",
51 unlink(tmpfname);
52 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
58 unlink(tmpfname);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/
1-1.c 41 char tmpfname[256]; local
49 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_return_1_1_%d",
51 unlink(tmpfname);
52 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
59 unlink(tmpfname);
2-1.c 39 char tmpfname[256]; local
47 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_return_2_1_%d",
49 unlink(tmpfname);
50 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
57 unlink(tmpfname);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
5-1.c 40 char tmpfname[256]; local
51 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_write_5_1_%d",
53 unlink(tmpfname);
54 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
60 unlink(tmpfname);
7-1.c 43 char tmpfname[256]; local
57 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_write_4_1_%d",
59 unlink(tmpfname);
60 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
66 unlink(tmpfname);
8-2.c 40 char tmpfname[256]; local
50 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_write_8_2_%d",
52 unlink(tmpfname);
53 fd = open(tmpfname, O_CREAT | O_RDONLY | O_EXCL, S_IRUSR | S_IWUSR);
59 unlink(tmpfname);
9-1.c 43 char tmpfname[256]; local
52 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_write_9_1_%d",
54 unlink(tmpfname);
55 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
61 unlink(tmpfname);
9-2.c 43 char tmpfname[256]; local
52 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_aio_write_9_2_%d",
54 unlink(tmpfname);
55 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
61 unlink(tmpfname);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/
4-1.c 32 char tmpfname[256]; local
37 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_fsync_4_1_%d", getpid());
38 unlink(tmpfname);
39 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
46 unlink(tmpfname);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
1-1.c 32 char tmpfname[256]; local
38 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_1_1_%d", getpid());
39 unlink(tmpfname);
40 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
46 unlink(tmpfname);
1-2.c 28 char tmpfname[256]; local
33 snprintf(tmpfname, sizeof(tmpfname), "pts_mmap_1_2_%d", getpid());
36 shm_unlink(tmpfname);
37 fd = shm_open(tmpfname, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
42 shm_unlink(tmpfname);
10-1.c 39 char tmpfname[256]; local
49 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_10_1_%d", getpid());
50 unlink(tmpfname);
51 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
56 unlink(tmpfname);
11-1.c 39 char tmpfname[256]; local
52 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_11_1_%d", getpid());
53 unlink(tmpfname);
54 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
59 unlink(tmpfname);
11-2.c 52 char tmpfname[256]; local
76 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_11_2_%d", getpid());
77 unlink(tmpfname);
78 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
83 unlink(tmpfname);
11-3.c 52 char tmpfname[256]; local
76 snprintf(tmpfname, sizeof(tmpfname), "/pts_mmap_11_3_%d", getpid());
78 shm_unlink(tmpfname);
79 fd = shm_open(tmpfname, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
84 shm_unlink(tmpfname);
12-1.c 38 char tmpfname[256]; local
43 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_12_1_%d", getpid());
44 unlink(tmpfname);
45 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
51 unlink(tmpfname);
21-1.c 32 char tmpfname[256]; local
39 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_21_1_%d", getpid());
40 unlink(tmpfname);
41 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
46 unlink(tmpfname);
24-1.c 37 char tmpfname[256]; local
47 snprintf(tmpfname, sizeof(tmpfname), "pts_mmap_25_1_%d", getpid());
50 shm_unlink(tmpfname);
51 fd = shm_open(tmpfname, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
56 shm_unlink(tmpfname);
27-1.c 35 char tmpfname[256]; local
42 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_27_1_%d", getpid());
43 unlink(tmpfname);
44 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
51 unlink(tmpfname);
31-1.c 42 char tmpfname[256]; local
69 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_31_1_%d", getpid());
70 unlink(tmpfname);
71 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
76 unlink(tmpfname);
6-1.c 45 char tmpfname[256]; local
54 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_6_1_%d", getpid());
55 unlink(tmpfname);
56 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
61 unlink(tmpfname);
6-2.c 46 char tmpfname[256]; local
56 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_6_2_%d", getpid());
57 unlink(tmpfname);
58 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
63 unlink(tmpfname);
6-3.c 46 char tmpfname[256]; local
55 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_6_2_%d", getpid());
56 unlink(tmpfname);
57 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
62 unlink(tmpfname);
7-1.c 43 char tmpfname[256]; local
49 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_7_1_%d", getpid());
50 unlink(tmpfname);
51 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
56 unlink(tmpfname);
7-2.c 43 char tmpfname[256]; local
49 snprintf(tmpfname, sizeof(tmpfname), "/tmp/pts_mmap_7_2_%d", getpid());
50 unlink(tmpfname);
51 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
56 unlink(tmpfname);

Completed in 893 milliseconds

12 3 4 5