HomeSort by relevance Sort by last modified time
    Searched refs:perror_msg_and_fail (Results 126 - 150 of 291) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/strace/tests-mx32/
struct_flock.c 102 perror_msg_and_fail("mkstemp: %s", fname);
104 perror_msg_and_fail("unlink: %s", fname);
106 perror_msg_and_fail("ftruncate");
preadv-pwritev.c 46 perror_msg_and_fail("creat: %s", tmp);
48 perror_msg_and_fail("open: %s", tmp);
50 perror_msg_and_fail("unlink: %s", tmp);
97 perror_msg_and_fail("pwritev: expected 0, returned %ld", rc);
111 perror_msg_and_fail("pwritev: expected %u, returned %ld",
140 perror_msg_and_fail("preadv: expected %u, returned %ld",
163 perror_msg_and_fail("preadv: expected %d, returned %ld",
preadv2-pwritev2.c 61 perror_msg_and_fail("creat: %s", tmp);
63 perror_msg_and_fail("open: %s", tmp);
65 perror_msg_and_fail("unlink: %s", tmp);
102 perror_msg_and_fail("pwritev2: expected 0, returned %ld", rc);
116 perror_msg_and_fail("pwritev2: expected %u, returned %ld",
145 perror_msg_and_fail("preadv2: expected %u, returned %ld",
168 perror_msg_and_fail("preadv2: expected %d, returned %ld",
qual_fault.c 62 perror_msg_and_fail("write");
70 perror_msg_and_fail("expected errno %d"
83 perror_msg_and_fail("expected %d"
hexdump_strdup.c 44 perror_msg_and_fail("malloc(%zu)", dst_size);
hexquote_strndup.c 44 perror_msg_and_fail("malloc(%zu)", dst_size);
inode_of_sockfd.c 50 perror_msg_and_fail("readlink: %s", linkpath);
oldselect.c 52 perror_msg_and_fail("pipe");
  /external/strace/tests/
preadv-pwritev.c 46 perror_msg_and_fail("creat: %s", tmp);
48 perror_msg_and_fail("open: %s", tmp);
50 perror_msg_and_fail("unlink: %s", tmp);
97 perror_msg_and_fail("pwritev: expected 0, returned %ld", rc);
111 perror_msg_and_fail("pwritev: expected %u, returned %ld",
140 perror_msg_and_fail("preadv: expected %u, returned %ld",
163 perror_msg_and_fail("preadv: expected %d, returned %ld",
preadv2-pwritev2.c 61 perror_msg_and_fail("creat: %s", tmp);
63 perror_msg_and_fail("open: %s", tmp);
65 perror_msg_and_fail("unlink: %s", tmp);
102 perror_msg_and_fail("pwritev2: expected 0, returned %ld", rc);
116 perror_msg_and_fail("pwritev2: expected %u, returned %ld",
145 perror_msg_and_fail("preadv2: expected %u, returned %ld",
168 perror_msg_and_fail("preadv2: expected %d, returned %ld",
qual_fault.c 62 perror_msg_and_fail("write");
70 perror_msg_and_fail("expected errno %d"
83 perror_msg_and_fail("expected %d"
hexdump_strdup.c 44 perror_msg_and_fail("malloc(%zu)", dst_size);
hexquote_strndup.c 44 perror_msg_and_fail("malloc(%zu)", dst_size);
inode_of_sockfd.c 50 perror_msg_and_fail("readlink: %s", linkpath);
oldselect.c 52 perror_msg_and_fail("pipe");
net-yy-netlink.c 73 perror_msg_and_fail("getsockname");
79 perror_msg_and_fail("close");
rt_tgsigqueueinfo.c 58 perror_msg_and_fail("sigaction");
70 (errno == ENOSYS ? perror_msg_and_skip : perror_msg_and_fail)(
tprintf.c 49 perror_msg_and_fail("write");
84 perror_msg_and_fail("vsnprintf");
  /external/strace/tests-m32/
preadv-pwritev.c 46 perror_msg_and_fail("creat: %s", tmp);
48 perror_msg_and_fail("open: %s", tmp);
50 perror_msg_and_fail("unlink: %s", tmp);
97 perror_msg_and_fail("pwritev: expected 0, returned %ld", rc);
111 perror_msg_and_fail("pwritev: expected %u, returned %ld",
140 perror_msg_and_fail("preadv: expected %u, returned %ld",
163 perror_msg_and_fail("preadv: expected %d, returned %ld",
preadv2-pwritev2.c 61 perror_msg_and_fail("creat: %s", tmp);
63 perror_msg_and_fail("open: %s", tmp);
65 perror_msg_and_fail("unlink: %s", tmp);
102 perror_msg_and_fail("pwritev2: expected 0, returned %ld", rc);
116 perror_msg_and_fail("pwritev2: expected %u, returned %ld",
145 perror_msg_and_fail("preadv2: expected %u, returned %ld",
168 perror_msg_and_fail("preadv2: expected %d, returned %ld",
qual_fault.c 62 perror_msg_and_fail("write");
70 perror_msg_and_fail("expected errno %d"
83 perror_msg_and_fail("expected %d"
hexdump_strdup.c 44 perror_msg_and_fail("malloc(%zu)", dst_size);
hexquote_strndup.c 44 perror_msg_and_fail("malloc(%zu)", dst_size);
inode_of_sockfd.c 50 perror_msg_and_fail("readlink: %s", linkpath);
oldselect.c 52 perror_msg_and_fail("pipe");

Completed in 312 milliseconds

1 2 3 4 56 7 8 91011>>