Home | History | Annotate | Download | only in stdlib

Lines Matching defs:emsg

69 		char *emsg;
72 emsg = strerror(rstatus);
73 if (emsg != NULL) {
74 emsg = strdup(emsg);
75 if (emsg == NULL) {
81 emsg = NULL;
86 emsg != NULL ? emsg : "", rstatus ? "') " : "", t->rstatus,
90 free(emsg);