Searched defs:buf_chars (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_strerror.c106 expand_format_string(int error, const char *fmt, char *buf, int buf_chars) argument
122 if (to >= buf + buf_chars - 1) {
137 strlen(buf) + strlen(errmsg) < buf_chars) {
141 buf_chars) {

Completed in 60 milliseconds