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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c152 #define _MAXIDSTRLEN 11 macro
1632 char ids[_MAXIDSTRLEN];
1648 * If utf8string_len is greater than _MAXIDSTRLEN-1, then the id
1652 if (u8s->utf8string_len >= _MAXIDSTRLEN)
1671 char ids[_MAXIDSTRLEN];
1673 (void) snprintf(ids, _MAXIDSTRLEN, "%d", id);

Completed in 62 milliseconds