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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Ddsr.c150 char nmbuf[1025]; local
185 nmbuf[0] = '\0';
186 if ((cnt = readlink(dnmbuf, nmbuf, sizeof (nmbuf))) != 1) {
187 nmbuf[cnt] = '\0';
188 npt = nmbuf;
576 char nmbuf[1024]; local
581 tmpnm = nm = nmbuf;

Completed in 12 milliseconds