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

  /src/bin/ls/
ls.h 18 * 3. Neither the name of the University nor the names of its contributors
59 extern int f_leafonly; /* when recursing, print leaf names only */
82 } NAMES;
  /src/usr.bin/systat/
syscall.c 69 static enum sort_order { UNSORTED, NAMES, COUNTS } sort_order = NAMES;
346 sort_order = NAMES;
356 if (sort_order == NAMES) {
357 /* Only sort the entries we have names for */

Completed in 12 milliseconds