Searched refs:strerror (Results 1 - 25 of 771) sorted by relevance

1234567891011>>

/external/libpcap/lbl/
H A Dos-solaris2.h25 char *strerror(int);
/external/clang/test/CodeGen/
H A Dasm-label.c4 char *strerror(int) asm("alias");
9 strerror(-1);
/external/tcpdump/lbl/
H A Dos-solaris2.h28 char *strerror(int);
/external/chromium_org/base/synchronization/
H A Dlock_impl_posix.cc20 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
22 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
24 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
26 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
35 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
40 DCHECK(rv == 0 || rv == EBUSY) << ". " << strerror(rv);
46 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
51 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
/external/bison/lib/
H A Dstrerror.c0 /* strerror.c --- POSIX compatible system error routine
29 #include "strerror-override.h"
36 strerror (int n) function
37 #undef strerror macro
42 /* Cast away const, due to the historical signature of strerror;
48 msg = strerror (n);
50 /* Our strerror_r implementation might use the system's strerror
51 buffer, so all other clients of strerror have to see the error
53 even if the system strerror is, but portable programs shouldn't
54 be using strerror i
[all...]
/external/valgrind/main/none/tests/
H A Dthreadederrno.c11 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
18 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
30 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
H A Dpth_rwlock.c18 fprintf(stderr, "pthread_rwlock_init[%d]: %s\n", n, strerror(e));
25 fprintf(stderr, "pthread_rwlock_destroy[%d]: %s\n", n, strerror(e));
H A Dpth_stackalign.c23 fprintf(stderr, "pthread_create: %s\n", strerror(e));
29 fprintf(stderr, "pthread_join: %s\n", strerror(e));
/external/bluetooth/bluedroid/osi/src/
H A Dsemaphore.c43 ALOGE("%s unable to allocate semaphore: %s", __func__, strerror(errno));
63 ALOGE("%s unable to wait on semaphore: %s", __func__, strerror(errno));
72 ALOGE("%s unable to get flags for semaphore fd: %s", __func__, strerror(errno));
76 ALOGE("%s unable to set O_NONBLOCK for semaphore fd: %s", __func__, strerror(errno));
85 ALOGE("%s unable to resetore flags for semaphore fd: %s", __func__, strerror(errno));
94 ALOGE("%s unable to post to semaphore: %s", __func__, strerror(errno));
/external/qemu/distrib/sdl-1.2.15/src/loadso/beos/
H A DSDL_sysloadso.c40 SDL_SetError(strerror((int) library_id));
54 SDL_SetError(strerror(rc));
/external/chromium_org/ui/ozone/platform/dri/
H A Dvirtual_terminal_manager.cc30 LOG(ERROR) << "Failed to open '" << kTTYDevice << "' " << strerror(errno);
34 << " error: " << strerror(errno);;
37 LOG(ERROR) << "Failed to get VT mode: " << strerror(errno);
40 LOG(ERROR) << "Failed to set graphics mode: " << strerror(errno);
/external/iptables/include/libiptc/
H A Dxtcshared.h17 const char *(*strerror)(int); member in struct:xtc_ops
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dlinux_ioctl.c32 ifname, strerror(errno));
50 ifname, dev_up ? "UP" : "DOWN", strerror(errno));
72 ifname, strerror(errno));
88 ifname, strerror(errno));
114 ifname, strerror(errno));
140 brname, strerror(errno));
152 brname, strerror(errno));
174 "%s: %s", ifname, brname, strerror(errno));
196 "bridge %s: %s", ifname, brname, strerror(errno));
/external/wpa_supplicant_8/src/drivers/
H A Dlinux_ioctl.c32 ifname, strerror(errno));
50 ifname, dev_up ? "UP" : "DOWN", strerror(errno));
72 ifname, strerror(errno));
88 ifname, strerror(errno));
114 ifname, strerror(errno));
140 brname, strerror(errno));
152 brname, strerror(errno));
174 "%s: %s", ifname, brname, strerror(errno));
196 "bridge %s: %s", ifname, brname, strerror(errno));
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dlinux_ioctl.c32 ifname, strerror(errno));
50 ifname, dev_up ? "UP" : "DOWN", strerror(errno));
72 ifname, strerror(errno));
88 ifname, strerror(errno));
114 ifname, strerror(errno));
140 brname, strerror(errno));
152 brname, strerror(errno));
174 "%s: %s", ifname, brname, strerror(errno));
196 "bridge %s: %s", ifname, brname, strerror(errno));
/external/iproute2/ip/
H A Dipnetns.c113 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));
224 netns_path, strerror(errno));
230 strerror(errn
[all...]
/external/bluetooth/bluedroid/hci/src/
H A Dbtsnoop_net.c50 ALOGE("%s pthread_create failed: %s", __func__, strerror(errno));
81 ALOGE("%s socket creation failed: %s", __func__, strerror(errno));
87 ALOGE("%s unable to set SO_REUSEADDR: %s", __func__, strerror(errno));
96 ALOGE("%s unable to bind listen socket: %s", __func__, strerror(errno));
101 ALOGE("%s unable to listen: %s", __func__, strerror(errno));
112 ALOGW("%s error accepting socket: %s", __func__, strerror(errno));
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relro.cpp38 strerror(errno));
55 strerror(errno));
79 strerror(errno));
94 error->Format("Could not allocate RELRO mapping: %s", strerror(errno));
126 error->Format("Could not allocate RELRO mapping for: %s", strerror(errno));
146 strerror(errno));
168 strerror(errno));
174 strerror(errno));
/external/libsepol/utils/
H A Dchkcon.c27 argv[1], strerror(errno));
32 argv[1], strerror(errno));
/external/chromium_org/third_party/icu/source/samples/layout/
H A DUnicodeReader.cpp41 sprintf(errorMessage,"Couldn't open %s: %s \n", fileName, strerror(errno));
86 sprintf(errorMessage,"Couldn't get memory for reading %s: %s \n", fileName, strerror(errno));
94 sprintf(errorMessage,"Couldn't read %s: %s \n", fileName, strerror(errno));
109 sprintf(errorMessage,"Couldn't get memory for reading %s: %s \n", fileName, strerror(errno));
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstring.h31 /* Determine the appropriate strerror() function. */
50 char *strerror(int) __asm(__STRERROR_NAME);
/external/elfutils/0.153/bionic-fixup/
H A Derror.h31 fprintf(stderr, "error %d: %s\n", errnum, strerror(errno));
/external/icu/icu4c/source/samples/layout/
H A DUnicodeReader.cpp41 sprintf(errorMessage,"Couldn't open %s: %s \n", fileName, strerror(errno));
86 sprintf(errorMessage,"Couldn't get memory for reading %s: %s \n", fileName, strerror(errno));
94 sprintf(errorMessage,"Couldn't read %s: %s \n", fileName, strerror(errno));
109 sprintf(errorMessage,"Couldn't get memory for reading %s: %s \n", fileName, strerror(errno));
/external/jemalloc/test/integration/
H A Dallocated.c25 strerror(err));
32 strerror(err));
43 strerror(err));
50 strerror(err));
/external/oprofile/libutil++/
H A Dop_exception.cpp49 runtime_error(msg + "\ncause: " + strerror(cerrno))

Completed in 1322 milliseconds

1234567891011>>