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()
117 if (FLAG(x) && TT.st_dev != node->st.st_dev) return 0; in do_du()
120 if (FLAG(L)) { in do_du()
127 if (!FLAG(l) && !again) in do_du()
134 return DIRTREE_COMEAGAIN|DIRTREE_SYMFOLLOW*FLAG(L); in do_du()
140 blocks = FLAG(b) ? node->st.st_size : node->st.st_blocks; in do_du()
147 if (FLAG(a) || !node->parent || (S_ISDIR(node->st.st_mode) && !FLAG(s))) { in do_du()
149 print(FLAG(b) ? blocks : blocks*512LL, node); in do_du()
161 dirtree_flagread(*args, DIRTREE_SYMFOLLOW*(FLAG(H)|FLAG(L)), do_du); in du_main()
162 if (FLAG(c)) print(FLAG(b) ? TT.total : TT.total*512, 0); in du_main()