Home
last modified time | relevance | path

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

/system/core/toolbox/
Dls.c30 #define LIST_MACLABEL (1 << 7) macro
303 if ((flags & (LIST_LONG | LIST_SIZE | LIST_CLASSIFY | LIST_MACLABEL | LIST_INODE)) == 0) { in listfile()
326 if ((flags & LIST_MACLABEL) != 0) { in listfile()
463 case 'Z': flags |= LIST_MACLABEL; break; in ls_main()