Lines Matching refs:FLAG
62 if (FLAG(h)) { in print()
68 if (FLAG(K)) bits = 9; in print()
69 else if (FLAG(m)) bits = 20; in print()
71 if (FLAG(b) && bits == 10 && !FLAG(k)) printf("%llu", size); in print()
119 if (FLAG(x) && (TT.st_dev != node->st.st_dev)) in do_du()
123 if (FLAG(L)) { in do_du()
132 if (!FLAG(l) && !node->again) in do_du()
139 return DIRTREE_COMEAGAIN|(DIRTREE_SYMFOLLOW*!!FLAG(L)); in do_du()
145 blocks = FLAG(b) ? node->st.st_size : node->st.st_blocks; in do_du()
152 if (FLAG(a) || !node->parent || (S_ISDIR(node->st.st_mode) && !FLAG(s))) { in do_du()
154 print(FLAG(b) ? blocks : blocks*512LL, node); in do_du()
168 if (FLAG(c)) print(FLAG(b) ? TT.total : TT.total*512, 0); in du_main()