/external/bison/lib/ |
D | error.c | 168 print_errno_message (int errnum) in print_errno_message() 199 error_tail (int status, int errnum, const char *message, va_list args) in error_tail() 290 error (int status, int errnum, const char *message, ...) in error() 333 error_at_line (int status, int errnum, const char *file_name, in error_at_line()
|
D | strerror-override.c | 35 strerror_override (int errnum) in strerror_override()
|
D | strerror_r.c | 137 strerror_r (int errnum, char *buf, size_t buflen) in strerror_r()
|
/external/llvm/lib/Support/ |
D | Errno.cpp | 37 std::string StrError(int errnum) { in StrError()
|
/external/valgrind/drd/tests/ |
D | pth_cond_destroy_busy.c | 15 static const char* err_to_str(int errnum) in err_to_str()
|
/external/conscrypt/src/compat/native/ |
D | JNIHelp.cpp | 126 int jniThrowIOException(C_JNIEnv* env, int errnum) { in jniThrowIOException() 132 const char* jniStrError(int errnum, char* buf, size_t buflen) { in jniStrError()
|
D | JNIHelp.h | 151 inline int jniThrowIOException(JNIEnv* env, int errnum) { in jniThrowIOException()
|
/external/zlib/src/contrib/iostream2/ |
D | zstream.h | 97 const char* error(int* errnum) { in error() 230 const char* error(int* errnum) { in error()
|
/external/compiler-rt/lib/profile/ |
D | GCDAProfiling.c | 239 int errnum = errno; in map_file() local 249 int errnum = errno; in unmap_file() local 290 int errnum = errno; in llvm_gcda_start_file() local
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | target.c | 107 int perf_target__strerror(struct perf_target *target, int errnum, in perf_target__strerror()
|
/external/valgrind/none/tests/ |
D | pth_atfork1.c | 32 static void error (int status, int errnum, char* msg) in error()
|
/external/libxml2/win32/wince/ |
D | wincecompat.c | 62 char *strerror(int errnum) in strerror()
|
/external/freetype/src/gzip/ |
D | zutil.h | 150 # define zstrerror(errnum) strerror(errnum) argument 152 # define zstrerror(errnum) "" argument
|
/external/jemalloc/include/jemalloc/internal/ |
D | util.h | 244 set_errno(int errnum) in set_errno()
|
/external/mksh/src/ |
D | shf.c | 1071 cstrerror(int errnum) in cstrerror() 1087 cstrerror(int errnum) in cstrerror()
|
D | sh.h | 397 #define cstrerror(errnum) ((const char *)strerror(errnum)) argument
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | gzlib.c | 530 int *errnum) in gzerror()
|
/external/zlib/src/ |
D | gzlib.c | 528 const char * ZEXPORT gzerror(file, errnum) in gzerror() argument
|
/external/libpcap/ |
D | pcap.c | 1496 pcap_statustostr(int errnum) in pcap_statustostr() 1555 pcap_strerror(int errnum) in pcap_strerror()
|
/external/tcpdump/ |
D | print-nfs.c | 1168 int errnum; in parsestatus() local
|
/external/vboot_reference/cgpt/ |
D | cgpt_common.c | 801 const char *GptError(int errnum) { in GptError()
|
/external/pcre/dist/ |
D | pcregrep.c | 2313 int errnum; in grep_or_recurse() local
|
/external/linux-tools-perf/src/tools/lib/traceevent/ |
D | event-parse.c | 5112 enum pevent_errno errnum, char *buf, size_t buflen) in pevent_strerror()
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 2450 …,4:"Interrupted system call",5:"I/O error",6:"No such device or address",7:"Arg list too long",8:"… 2465 }function _strerror(errnum) { argument
|