Searched refs:msgclean (Results 1 – 1 of 1) sorted by relevance
224 char *msgclean; in log_file() local231 msgclean = malloc((len + 1) * 4); in log_file()232 if (msgclean == NULL) in log_file()234 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL); in log_file()235 fprintf(f->fd, "%s %s\n", timestr, msgclean); in log_file()236 free(msgclean); in log_file()