Searched refs:errstring (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/trusty/musl/src/misc/ |
D | fmtmsg.c | 28 char *errstring = MM_NULLSEV, *cmsg = getenv("MSGVERB"); in fmtmsg() local 36 if (severity == MM_HALT) errstring = "HALT: "; in fmtmsg() 37 else if (severity == MM_ERROR) errstring = "ERROR: "; in fmtmsg() 38 else if (severity == MM_WARNING) errstring = "WARNING: "; in fmtmsg() 39 else if (severity == MM_INFO) errstring = "INFO: "; in fmtmsg() 48 severity?errstring:"", text?text:"", in fmtmsg() 76 (verb&2 && severity) ? errstring : "", in fmtmsg()
|
/aosp_15_r20/external/musl/src/misc/ |
H A D | fmtmsg.c | 28 char *errstring = MM_NULLSEV, *cmsg = getenv("MSGVERB"); in fmtmsg() local 36 if (severity == MM_HALT) errstring = "HALT: "; in fmtmsg() 37 else if (severity == MM_ERROR) errstring = "ERROR: "; in fmtmsg() 38 else if (severity == MM_WARNING) errstring = "WARNING: "; in fmtmsg() 39 else if (severity == MM_INFO) errstring = "INFO: "; in fmtmsg() 48 severity?errstring:"", text?text:"", in fmtmsg() 76 (verb&2 && severity) ? errstring : "", in fmtmsg()
|
/aosp_15_r20/external/libpcap/ |
H A D | fmtutils.c | 347 char *errstring = strerror_r(errnum, strerror_buf, PCAP_ERRBUF_SIZE); in pcap_vfmt_errmsg_for_errno() local 348 snprintf(p, errbuflen_remaining, "%s", errstring); in pcap_vfmt_errmsg_for_errno()
|
/aosp_15_r20/external/blktrace/btreplay/ |
H A D | btrecord.c | 183 static inline void fatal(const char *errstring, const int exitval, in fatal() argument 188 if (errstring) in fatal() 189 perror(errstring); in fatal()
|
H A D | btreplay.c | 210 static inline void fatal(const char *errstring, const int exitval, in fatal() argument 215 if (errstring) in fatal() 216 perror(errstring); in fatal()
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/ |
H A D | zic.c | 1077 gethms(const char *string, const char *const errstring, const int signable) in gethms() argument 1096 error("%s", errstring); in gethms() 1102 error("%s", errstring); in gethms()
|
/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 1077 gethms(const char *string, const char *const errstring, const int signable) in gethms() argument 1096 error("%s", errstring); in gethms() 1102 error("%s", errstring); in gethms()
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 89946 const char *errstring; member
|
H A D | vmlinux_518.h | 89946 const char *errstring; member
|