Home
last modified time | relevance | path

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

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