Searched refs:errstring (Results 1 – 6 of 6) sorted by relevance
/third_party/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()
|
/third_party/openssl/crypto/dso/ |
D | dso_vms.c | 322 char errstring[257]; in vms_bind_sym() local 325 errstring_dsc.dsc$w_length = sizeof(errstring); in vms_bind_sym() 328 errstring_dsc.dsc$a_pointer = errstring; in vms_bind_sym() 337 errstring[length] = '\0'; in vms_bind_sym() 343 errstring); in vms_bind_sym() 347 symname, ptr->filename, errstring); in vms_bind_sym() 422 char errstring[257]; in vms_merger() local 425 errstring_dsc.dsc$w_length = sizeof(errstring); in vms_merger() 428 errstring_dsc.dsc$a_pointer = errstring; in vms_merger() 435 errstring[length] = '\0'; in vms_merger() [all …]
|
/third_party/tzdata/ |
D | zic.c | 149 static zic_t gethms(const char * string, const char * errstring); 1398 gethms(char const *string, char const *errstring) in gethms() argument 1430 error("%s", errstring); in gethms() 1436 error("%s", errstring); in gethms()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 1076 gethms(const char *string, const char *const errstring, const int signable) in gethms() argument 1095 error("%s", errstring); in gethms() 1101 error("%s", errstring); in gethms()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 1076 gethms(const char *string, const char *const errstring, const int signable) in gethms() argument 1095 error("%s", errstring); in gethms() 1101 error("%s", errstring); in gethms()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 1076 gethms(const char *string, const char *const errstring, const int signable) in gethms() argument 1095 error("%s", errstring); in gethms() 1101 error("%s", errstring); in gethms()
|