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

1 2 3 4 5

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
2-2.c 41 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);
1-1.c 39 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);
2-1.c 44 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);
8-1.c 41 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/
32-1.c 28 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);
13-1.c 39 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, &stat_buff2) == -1)
    [all...]
14-1.c 37 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, &stat_buff) == -1)
    [all...]
6-4.c 37 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);
6-5.c 37 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);
6-6.c 36 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);
11-4.c 47 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);
11-5.c 46 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);
11-6.c 46 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/
1-1.c 39 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);
2-1.c 43 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);
3-1.c 40 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/
14-1.c 26 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);
2-1.c 28 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);
3-1.c 28 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);
4-1.c 27 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);
5-1.c 28 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/
11-1.c 41 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);
11-2.c 41 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);
3-1.c 38 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);
3-2.c 38 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 97 milliseconds

1 2 3 4 5