Searched refs:errno (Results 176 - 200 of 2487) sorted by relevance

1234567891011>>

/external/qemu/distrib/libselinux/src/
H A Davc_internal.c11 #include <errno.h>
110 } while (rc < 0 && errno == EINTR);
113 errno = EWOULDBLOCK;
118 avc_prefix, errno);
145 errno = EBADFD;
172 errno = -err->error;
174 "%s: netlink error: %d\n", avc_prefix, errno);
188 "%s: cache reset returned %d (errno %d)\n",
189 avc_prefix, rc, errno);
206 "%s: cache reset returned %d (errno
[all...]
H A Dcheck_context.c5 #include <errno.h>
18 errno = ENOENT;
H A Ddeny_unknown.c5 #include <errno.h>
19 errno = ENOENT;
H A Ddisable.c5 #include <errno.h>
19 errno = ENOENT;
H A Dgetenforce.c5 #include <errno.h>
19 errno = ENOENT;
H A Dsetenforce.c5 #include <errno.h>
19 errno = ENOENT;
/external/valgrind/main/gdbserver_tests/
H A Dclean_after_fork.c3 #include <errno.h>
27 if (errno != EINTR) {
/external/qemu/android/
H A Dasync-utils.c50 errno = ECONNRESET;
54 if (errno == EWOULDBLOCK || errno == EAGAIN) {
98 errno = ECONNRESET;
102 if (errno == EWOULDBLOCK || errno == EAGAIN) {
137 errno = ENOMEM;
146 errno = ECONNRESET;
150 if (errno == EWOULDBLOCK || errno
[all...]
/external/chromium_org/net/socket/
H A Dsocket_libevent.cc7 #include <errno.h>
79 PLOG(ERROR) << "CreatePlatformSocket() returned an error, errno=" << errno;
80 return MapSystemError(errno);
84 int rv = MapSystemError(errno);
100 int rv = MapSystemError(errno);
122 PLOG(ERROR) << "bind() returned an error, errno=" << errno;
123 return MapSystemError(errno);
136 PLOG(ERROR) << "listen() returned an error, errno
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dbaseline_policy_unittest.cc7 #include <errno.h>
102 BPF_ASSERT_EQ(EPERM, errno);
106 errno = 0;
108 const int fork_errno = errno;
120 errno = 0;
122 const int fork_errno = errno;
135 errno = 0;
137 const int fork_errno = errno;
195 errno = 0;
198 BPF_ASSERT_EQ(EPERM, errno);
[all...]
/external/bison/lib/
H A Dspawnattr_setflags.c22 #include <errno.h>
H A Dstrerror-override.h21 # include <errno.h>
29 /* If ERRNUM maps to an errno value defined by gnulib, return a string
/external/chromium_org/base/
H A Dsafe_strerror_posix.cc16 #include <errno.h>
63 int old_errno = errno;
78 // error code or something else. On Linux currently it is -1 and errno is
79 // set. On BSD-derived systems it is a system error and errno is unchanged.
83 int new_errno = errno;
85 // errno was changed, so probably the return value is just -1 or something
86 // else that doesn't provide any info, and errno is the error.
90 // errno wasn't used. Assume the latter.
100 errno = old_errno;
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_random.cc5 #include <errno.h>
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_cond_destroy.c141 result = errno;
169 result = errno;
183 result = errno;
187 result1 = errno;
H A Dsched_getscheduler.c60 errno =
/external/chromium_org/tools/gyp/test/subdirectory/
H A Dgyptest-subdir-default.py14 import errno namespace
/external/chromium_org/tools/gyp/test/toplevel-dir/
H A Dgyptest-toplevel-dir.py14 import errno namespace
/external/compiler-rt/test/msan/
H A Dstrerror_r-non-gnu.c10 #include <errno.h>
/external/e2fsprogs/lib/e2p/
H A Dfgetflags.c23 #include <errno.h>
80 save_errno = errno;
84 errno = save_errno;
95 errno = EOPNOTSUPP;
H A Dfsetflags.c23 #include <errno.h>
87 save_errno = errno;
90 errno = save_errno;
100 errno = EOPNOTSUPP;
/external/e2fsprogs/misc/
H A Dpartinfo.c19 #include <errno.h>
51 argv[i], strerror(errno));
57 argv[i], strerror(errno));
65 argv[i], strerror(errno));
/external/iproute2/ip/
H A Dipnetns.c14 #include <errno.h>
37 errno = ENOSYS;
113 netns_name, etc_name, strerror(errno));
142 strerror(errno));
147 strerror(errno));
152 fprintf(stderr, "unshare failed: %s\n", strerror(errno));
157 fprintf(stderr, "umount of /sys failed: %s\n", strerror(errno));
161 fprintf(stderr, "mount of /sys failed: %s\n",strerror(errno));
170 cmd, strerror(errno));
189 netns_path, strerror(errno));
[all...]
/external/libselinux/src/
H A Dfsetfilecon.c5 #include <errno.h>
H A Dlsetfilecon.c5 #include <errno.h>

Completed in 567 milliseconds

1234567891011>>