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

/illumos-gate/usr/src/cmd/nl/
H A Dnl.c117 int lnt; local
575 lnt = strlen(p);
576 if (p[lnt-1] == '\n')
577 p[lnt-1] = NULL;
643 p[lnt-1] = '\n';

Completed in 372 milliseconds