Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/info/
Dfilesys.c659 static char *errmsg_buf = (char *)NULL; variable
675 errmsg_buf = (char *)xrealloc (errmsg_buf, (errmsg_buf_size = 2 + len)); in filesys_error_string()
677 sprintf (errmsg_buf, "%s: %s", filename, result); in filesys_error_string()
678 return (errmsg_buf); in filesys_error_string()