HomeSort by relevance Sort by last modified time
    Searched refs:errnum (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /external/strace/tests/
xet_thread_area_x86.c 48 long errnum; variable
  /external/strace/tests-m32/
xet_thread_area_x86.c 48 long errnum; variable
  /external/strace/tests-mx32/
xet_thread_area_x86.c 48 long errnum; variable
  /external/valgrind/coregrind/
pub_core_syscall.h 105 extern const HChar* VG_(strerror) ( UWord errnum );
  /external/vboot_reference/cgpt/
cgpt.h 200 const char *GptError(int errnum);
cgpt_common.c 801 const char *GptError(int errnum) {
811 if (errnum < 0 || errnum >= ARRAY_COUNT(error_string))
813 return error_string[errnum];
    [all...]
  /external/libpcap/
pcap.c     [all...]
  /external/libbrillo/brillo/streams/
tls_stream.cc 292 while (auto errnum = ERR_get_error_line_data(&file, &line, &data, &flags)) {
294 ERR_error_string_n(errnum, buf, sizeof(buf));
301 Error::AddTo(error, ssl_location, "openssl", std::to_string(errnum),
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_lib.h 464 /* Always returns valid string even if errnum is wild (or library problem).
465 * If errnum is negative, flip its sign. */
466 char * safe_strerror(int errnum);
  /external/tcpdump/
print-nfs.c 1029 int errnum; local
1033 errnum = EXTRACT_32BITS(&dp[0]);
1035 *er = errnum;
1036 if (errnum != 0) {
1039 tok2str(status2str, "unk %d", errnum)));
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /development/ndk/platforms/android-14/include/
zlib.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h     [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h     [all...]
  /external/syslinux/com32/include/
zlib.h     [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixNativeDispatcher.java 536 * char* strerror(int errnum)
538 static native byte[] strerror(int errnum);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h     [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zlib.h     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 861 milliseconds

1 2 34 5 6