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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_strerror.c45 static void expand_format_string(int, const char *, char *, int);
62 expand_format_string(error, fmt, buf, FMT_BUF_SIZE);
88 expand_format_string(error, fmt, buf, FMT_BUF_SIZE);
101 * expand_format_string: copy the printf format string from "fmt" to "buf",
106 expand_format_string(int error, const char *fmt, char *buf, int buf_chars) function

Completed in 58 milliseconds