Home | History | Annotate | Download | only in toolbox

Lines Matching full:case

30     case S_IFSOCK: return 's';
31 case S_IFLNK: return 'l';
32 case S_IFREG: return '-';
33 case S_IFDIR: return 'd';
34 case S_IFBLK: return 'b';
35 case S_IFCHR: return 'c';
36 case S_IFIFO: return 'p';
168 case S_IFBLK:
169 case S_IFCHR:
175 case S_IFREG:
179 case S_IFLNK: {