Searched refs:lastmsg (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sbin/dump/
H A Doptr.c124 char lastmsg[BUFSIZ]; variable
185 if (lastmsg[0])
186 (void) fputs(lastmsg, fp);
234 (void) vsnprintf(lastmsg, sizeof(lastmsg), fmt, ap);

Completed in 107 milliseconds