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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c1137 unsigned short itemcnt, errcode; local
1149 GETSHORT(itemcnt);
1150 sprintf(msgend, "%d URL entries", itemcnt);
1152 for (n = 0; n < itemcnt; n++) {
1165 GETSHORT(itemcnt);
1166 sprintf(get_line(0, 0), "URL entry count = %d", itemcnt);
1167 for (n = 0; n < itemcnt; n++) {
1780 unsigned short errcode, itemcnt; local
1788 GETSHORT(itemcnt);
1789 sprintf(msgend, "%d URL entries", itemcnt);
1937 unsigned short errcode, itemcnt; local
[all...]

Completed in 47 milliseconds