Home
last modified time | relevance | path

Searched defs:errnum (Results 1 – 24 of 24) sorted by relevance

/external/bison/lib/
Derror.c168 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()
Dstrerror-override.c35 strerror_override (int errnum) in strerror_override()
Dstrerror_r.c137 strerror_r (int errnum, char *buf, size_t buflen) in strerror_r()
/external/llvm/lib/Support/
DErrno.cpp37 std::string StrError(int errnum) { in StrError()
/external/valgrind/drd/tests/
Dpth_cond_destroy_busy.c15 static const char* err_to_str(int errnum) in err_to_str()
/external/conscrypt/src/compat/native/
DJNIHelp.cpp126 int jniThrowIOException(C_JNIEnv* env, int errnum) { in jniThrowIOException()
132 const char* jniStrError(int errnum, char* buf, size_t buflen) { in jniStrError()
DJNIHelp.h151 inline int jniThrowIOException(JNIEnv* env, int errnum) { in jniThrowIOException()
/external/zlib/src/contrib/iostream2/
Dzstream.h97 const char* error(int* errnum) { in error()
230 const char* error(int* errnum) { in error()
/external/compiler-rt/lib/profile/
DGCDAProfiling.c239 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/
Dtarget.c107 int perf_target__strerror(struct perf_target *target, int errnum, in perf_target__strerror()
/external/valgrind/none/tests/
Dpth_atfork1.c32 static void error (int status, int errnum, char* msg) in error()
/external/libxml2/win32/wince/
Dwincecompat.c62 char *strerror(int errnum) in strerror()
/external/freetype/src/gzip/
Dzutil.h150 # define zstrerror(errnum) strerror(errnum) argument
152 # define zstrerror(errnum) "" argument
/external/jemalloc/include/jemalloc/internal/
Dutil.h244 set_errno(int errnum) in set_errno()
/external/mksh/src/
Dshf.c1071 cstrerror(int errnum) in cstrerror()
1087 cstrerror(int errnum) in cstrerror()
Dsh.h397 #define cstrerror(errnum) ((const char *)strerror(errnum)) argument
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dgzlib.c530 int *errnum) in gzerror()
/external/zlib/src/
Dgzlib.c528 const char * ZEXPORT gzerror(file, errnum) in gzerror() argument
/external/libpcap/
Dpcap.c1496 pcap_statustostr(int errnum) in pcap_statustostr()
1555 pcap_strerror(int errnum) in pcap_strerror()
/external/tcpdump/
Dprint-nfs.c1168 int errnum; in parsestatus() local
/external/vboot_reference/cgpt/
Dcgpt_common.c801 const char *GptError(int errnum) { in GptError()
/external/pcre/dist/
Dpcregrep.c2313 int errnum; in grep_or_recurse() local
/external/linux-tools-perf/src/tools/lib/traceevent/
Devent-parse.c5112 enum pevent_errno errnum, char *buf, size_t buflen) in pevent_strerror()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js2450 …,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