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

  /src/usr.sbin/lastlogin/
lastlogin.c 113 #define SIZECOLUMNS (!(namelen && linelen && hostlen))
126 static void sizecolumns(struct output *);
203 if (SIZECOLUMNS)
204 sizecolumns(outstack);
292 if (SIZECOLUMNS || DOSORT(sortlog))
420 if (SIZECOLUMNS || DOSORT(sortlog))
445 sizecolumns(struct output *stack) function in typeref:typename:void
lastlogin.c 113 #define SIZECOLUMNS (!(namelen && linelen && hostlen))
126 static void sizecolumns(struct output *);
203 if (SIZECOLUMNS)
204 sizecolumns(outstack);
292 if (SIZECOLUMNS || DOSORT(sortlog))
420 if (SIZECOLUMNS || DOSORT(sortlog))
445 sizecolumns(struct output *stack) function in typeref:typename:void

Completed in 22 milliseconds