Searched
full:strerror (Results
951 -
975 of
2323) sorted by null
<<31323334353637383940>>
/external/chromium_org/jingle/glue/ |
logging_unittest.cc | 156 EXPECT_TRUE(ContainsString(contents_of_file, strerror(kFakeError)));
|
/external/chromium_org/net/tools/quic/ |
quic_socket_utils.cc | 132 LOG(ERROR) << "Error reading " << strerror(errno);
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmw_screen_dri.c | 180 whandle->handle, ret, strerror(-ret));
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
sunos4.h | 66 #define strerror(e) sys_errlist[((unsigned)(e) < sys_nerr) ? e : 0] macro
|
/external/chromium_org/third_party/protobuf/ |
config.h | 113 /* Define to 1 if you have the `strerror' function. */
|
/external/chromium_org/tools/relocation_packer/src/ |
main.cc | 151 LOG(ERROR) << file << ": " << strerror(errno);
|
/external/conscrypt/src/compat/native/ |
JNIHelp.h | 81 * This function is thread-safe (unlike strerror) and portable (unlike
|
/external/e2fsprogs/lib/et/ |
error_message.c | 134 cp = strerror(offset);
|
/external/e2fsprogs/misc/ |
e2undo.c | 216 strerror(errno));
|
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 145 print >> sys.stderr, "%s: %s: %s" % (sys.argv[0], e.filename, e.strerror) 356 print >> sys.stderr, "%s: %s: %s" % (sys.argv[0], e.filename, e.strerror) 371 print >> sys.stderr, "%s: %s: %s" % (sys.argv[0], e.filename, e.strerror) 400 print >> sys.stderr, "%s: %s: %s" % (sys.argv[0], e.filename, e.strerror)
|
/external/harfbuzz_ng/util/ |
options.cc | 465 strerror (errno)); 597 text_file, strerror (errno)); 615 strerror (errno)); 637 g_filename_display_name (output_file), strerror (errno));
|
/external/iproute2/include/libiptc/ |
libiptc.h | 158 /* Translates errno numbers into more human-readable form than strerror. */
|
/external/ipsec-tools/ |
main.c | 119 do_plog(LLV_ERROR, "Cannot allocate TUN: %s\n", strerror(errno));
|
/external/ipsec-tools/src/racoon/ |
isakmp.c | 228 strerror (errno)); 239 strerror (errno)); 287 strerror (errno)); 300 strerror (errno)); 315 strerror (errno)); 327 strerror (errno)); [all...] |
plainrsa-gen.c | 195 fprintf(stderr, "%s: %s\n", fname, strerror(errno));
|
/external/iptables/include/libiptc/ |
libip6tc.h | 154 /* Translates errno numbers into more human-readable form than strerror. */
|
libiptc.h | 160 /* Translates errno numbers into more human-readable form than strerror. */
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
captest.c | 181 printf("FAILED (%s)\n", strerror(errno));
|
pscap.c | 65 printf("Can't open /proc: %s\n", strerror(errno));
|
/external/libcxx/test/strings/c.strings/ |
cstring.pass.cpp | 51 static_assert((std::is_same<decltype(std::strerror(0)), char*>::value), "");
|
/external/libmtp/ |
config.h | 87 /* Define to 1 if you have the `strerror' function. */
|
config.h.in | 86 /* Define to 1 if you have the `strerror' function. */
|
/external/libpcap/lbl/ |
os-sunos4.h | 170 char *strerror(int);
|
/external/libunwind/tests/ |
Gtest-resume-sig.c | 160 fprintf (stderr, "sigaction() failed: %s\n", strerror (errno));
|
/external/ltrace/sysdeps/linux-gnu/ |
proc.c | 214 pid, strerror(errno)); 539 lib_name, strerror(errno)); 642 proc->pid, strerror(errno)); 680 fprintf(stderr, "couldn't read %s: %s", fn, strerror(errno));
|
Completed in 936 milliseconds
<<31323334353637383940>>