Lines Matching refs:optflags
59 if (toys.optflags & FLAG_h) { in print()
65 if (toys.optflags & FLAG_K) bits = 9; in print()
66 else if (toys.optflags & FLAG_m) bits = 20; in print()
115 if ((toys.optflags & FLAG_x) && (TT.st_dev != node->st.st_dev)) in do_du()
119 if (toys.optflags & FLAG_L) { in do_du()
128 if (!(toys.optflags & FLAG_l) && !node->again) in do_du()
135 return DIRTREE_COMEAGAIN|(DIRTREE_SYMFOLLOW*!!(toys.optflags&FLAG_L)); in do_du()
147 if ((toys.optflags & FLAG_a) || !node->parent in do_du()
148 || (S_ISDIR(node->st.st_mode) && !(toys.optflags & FLAG_s))) in do_du()
163 dirtree_flagread(*args, DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|FLAG_L)), in du_main()
165 if (toys.optflags & FLAG_c) print(TT.total*512, 0); in du_main()