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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c749 int l_max, h_max; local
751 l_max = min(LMAX, sizeof (ll.ll_line));
754 bcopy(ll.ll_line, pers->tty, l_max);
755 pers->tty[l_max] = '\0';

Completed in 60 milliseconds