HomeSort by relevance Sort by last modified time
    Searched refs:errno (Results 451 - 475 of 9577) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
8-2.c 22 #include <errno.h>
45 if (EINVAL != errno) {
46 printf("errno not correctly set\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
20-1.c 8 * Test that clock_settime() sets errno = EINVAL if clock_id is
13 #include <errno.h>
33 if (EINVAL == errno) {
37 printf("errno != EINVAL\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
8-1.c 43 #include <errno.h>
68 UNRESOLVED(errno, "times failed");
83 UNRESOLVED(errno, "times failed");
100 UNRESOLVED(errno, "Failed to fork");
108 UNRESOLVED(errno, "times failed");
119 UNRESOLVED(errno, "times failed");
130 UNRESOLVED(errno, "Waitpid returned the wrong PID");
155 UNRESOLVED(errno, "times failed");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
18-1.c 35 #include <errno.h>
54 if (errno == EPERM) {
84 printf("Error at mlockall(): %s\n", strerror(errno));
97 printf("Error at setrlimit(): %s\n", strerror(errno));
107 printf("Error at shm_open(): %s\n", strerror(errno));
112 printf("Error at ftruncate(): %s\n", strerror(errno));
131 if (pa == MAP_FAILED && errno == EAGAIN) {
132 printf("Got EAGAIN: %s\n", strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
2-1.c 16 #include <errno.h>
35 param0.sched_priority == param1.sched_priority && errno == 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
6-1.c 14 #include <errno.h>
33 if ((mysemp == SEM_FAILED) && (errno == ENOENT)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
38-1.c 10 * Test that the shm_open() function sets errno = EMFILE if too many file
18 #include <errno.h>
31 if (errno == EMFILE) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
10-1.c 9 * and errno is set to [EINVAL]
19 #include <errno.h>
30 if (EINVAL == errno) {
34 ("sigqueue() failed on EINVAL but errno not set correctly\n");
11-1.c 9 * and errno is set to [ESRCH]
19 #include <errno.h>
30 if (ESRCH == errno) {
34 ("sigqueue() failed on ESRCH but errno not set correctly\n");
2-2.c 27 #include <errno.h>
41 if (ESRCH == errno) {
45 ("sigqueue() failed on ESRCH but errno not set correctly\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
8-1.c 18 #include <errno.h>
29 printf("Test FAILED: sigprocmask(): %s\n", strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
16-1.c 8 * Test that timer_create() sets errno to EINVAL if clock_id is not
15 #include <errno.h>
29 if (EINVAL == errno) {
33 printf("errno != EINVAL\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
6-3.c 8 * Test to see if timer_getoverrun() sets errno = EINVAL for timerid != a
18 #include <errno.h>
38 if (EINVAL == errno) {
39 printf("fcn returned -1 and errno==EINVAL\n");
42 printf("fcn returned -1 but errno!=EINVAL\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
6-2.c 8 * Test to see if timer_gettime() sets errno = EINVAL timerid != a timer ID
19 #include <errno.h>
37 if (EINVAL == errno) {
38 printf("fcn returned -1 and errno==EINVAL\n");
41 printf("fcn returned -1 but errno!=EINVAL\n");
  /external/syslinux/com32/lib/sys/
err_read.c 34 #include <errno.h>
45 errno = -EINVAL;
err_write.c 34 #include <errno.h>
45 errno = -EINVAL;
read.c 34 #include <errno.h>
46 errno = EBADF;
write.c 34 #include <errno.h>
46 errno = EBADF;
  /external/syslinux/com32/modules/
pwd.c 17 #include <errno.h>
46 rv = errno;
  /external/valgrind/gdbserver_tests/
fork_chain.c 3 #include <errno.h>
26 if (errno != EINTR) {
  /external/valgrind/memcheck/tests/
post-syscall.c 4 #include <errno.h>
31 if (ret != -1 || errno != EINTR) {
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
mm_malloc.h 31 #include <errno.h>
42 errno = EINVAL;
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
mm_malloc.h 31 #include <errno.h>
42 errno = EINVAL;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
errno.h 25 # include <linux/errno.h>
46 /* Function to get address of global `errno' variable. */
50 /* When using threads, errno is a per-thread value. */
51 # define errno (*__errno_location ()) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
errno.h 25 # include <linux/errno.h>
46 /* Function to get address of global `errno' variable. */
50 /* When using threads, errno is a per-thread value. */
51 # define errno (*__errno_location ()) macro

Completed in 451 milliseconds

<<11121314151617181920>>