Home
last modified time | relevance | path

Searched refs:errstring (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/trusty/musl/src/misc/
Dfmtmsg.c28 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 Dfmtmsg.c28 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 Dfmtutils.c347 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 Dbtrecord.c183 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 Dbtreplay.c210 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 Dzic.c1077 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 Dzic.c1077 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 Dvmlinux.h89946 const char *errstring; member
H A Dvmlinux_518.h89946 const char *errstring; member