Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_strerror.c111 expand_format_string(int error, const char *fmt, char *buf, int buf_chars) in expand_format_string() argument
127 if (to >= buf + buf_chars - 1) { in expand_format_string()
142 strlen(buf) + strlen(errmsg) < buf_chars) { in expand_format_string()
146 buf_chars) { in expand_format_string()
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-glob.c69 char buf_chars[sizeof (struct dirent) + MAXPATHLEN]; in fudge_readdir() member
80 memset(buf.buf_chars, 0, sizeof (buf.buf_chars)); in fudge_readdir()