Lines Matching defs:defmesg
46 puterror(FILE *fp, char *defmesg, char *error)
53 n = (defmesg ? strlen(defmesg) : strlen(INVINP));
56 (void) strcat(tmp, defmesg ? defmesg : INVINP);
58 } else if (defmesg != NULL) {
62 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char));
64 (void) strcat(tmp, defmesg);
70 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char));
76 (void) strcat(tmp, defmesg);