Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c4756 static char *utf_buf[MAX_UTF8_STRINGS]; variable
4782 utf_buf[cur_utf_buf] = realloc(utf_buf[cur_utf_buf], in utf8localize()
4784 if (utf_buf[cur_utf_buf] == NULL) { in utf8localize()
4792 result = utf_buf[cur_utf_buf]; in utf8localize()