Home
last modified time | relevance | path

Searched refs:msgclean (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dlog.c216 char *msgclean; in log_file() local
223 msgclean = malloc((len + 1) * 4); in log_file()
224 if (msgclean == NULL) in log_file()
226 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL); in log_file()
227 fprintf(f->fd, "%s %s\n", timestr, msgclean); in log_file()
228 free(msgclean); in log_file()