HomeSort by: relevance | last modified time | path
    Searched defs:glen (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ls/
ls.c 504 int bcfile, entries, flen, glen, ulen, maxflags, maxgroup; local in function:display
593 if ((glen = strlen(group)) > maxgroup)
594 maxgroup = glen;
604 ulen + glen + flen + 2)) == NULL)
613 np->flags = &np->data[ulen + glen + 2];
ls.c 504 int bcfile, entries, flen, glen, ulen, maxflags, maxgroup; local in function:display
593 if ((glen = strlen(group)) > maxgroup)
594 maxgroup = glen;
604 ulen + glen + flen + 2)) == NULL)
613 np->flags = &np->data[ulen + glen + 2];

Completed in 21 milliseconds