Lines Matching defs:txt
110 * txt Buffer for the text-component of a message
120 static char txt[MM_MXTXTLN+1];
244 (void) snprintf(txt, sizeof(txt), M_RSVTAB, rsvtab);
248 (void) sprintf(txt, M_ERROR, errno);
252 stdmsg(MM_NRECOV, lbl, sev, txt);
273 (void) snprintf(txt, sizeof(txt), M_INVKEY, *argp);
274 stdmsg(MM_NRECOV, lbl, MM_ERROR, txt);
294 (void) snprintf(txt, sizeof(txt), M_RSVTAB, rsvtab);
298 (void) sprintf(txt, M_ERROR, errno);
302 stdmsg(MM_NRECOV, lbl, sev, txt);
320 (void) snprintf(txt, sizeof(txt), M_DEVTAB, devtab);
324 (void) sprintf(txt, M_ERROR, errno);
328 stdmsg(MM_NRECOV, lbl, sev, txt);
335 (void) snprintf(txt, sizeof(txt), M_INVKEY, *argp);
336 stdmsg(MM_NRECOV, lbl, MM_ERROR, txt);
372 (void) sprintf(txt, M_ERROR, errno);
373 stdmsg(MM_NRECOV, lbl, MM_HALT, txt);