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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c4755 static uint_t cur_utf_buf = 0; variable
4766 if (cur_utf_buf >= MAX_UTF8_STRINGS)
4769 newsize = oldsize = utf_buflen[cur_utf_buf];
4779 utf_buf[cur_utf_buf] = realloc(utf_buf[cur_utf_buf],
4781 if (utf_buf[cur_utf_buf] == NULL) {
4783 utf_buflen[cur_utf_buf] = 0;
4786 utf_buflen[cur_utf_buf] = newsize;
4789 result = utf_buf[cur_utf_buf];
4798 cur_utf_buf
[all...]

Completed in 79 milliseconds