Home
last modified time | relevance | path

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

/system/core/toolbox/
Dls.c23 #define LIST_LONG (1 << 0) macro
303 if ((flags & (LIST_LONG | LIST_SIZE | LIST_CLASSIFY | LIST_MACLABEL | LIST_INODE)) == 0) { in listfile()
328 } else if ((flags & LIST_LONG) != 0) { in listfile()
458 case 'l': flags |= LIST_LONG; break; in ls_main()
459 case 'n': flags |= LIST_LONG | LIST_LONG_NUMERIC; break; in ls_main()