Lines Matching refs:optflags
57 if (toys.optflags & FLAG_h) { in print()
63 if (toys.optflags & FLAG_K) bits = 9; in print()
64 else if (toys.optflags & FLAG_m) bits = 20; in print()
111 if ((toys.optflags & FLAG_x) && (TT.st_dev != node->st.st_dev)) in do_du()
115 if (toys.optflags & FLAG_L) { in do_du()
124 if (!(toys.optflags & FLAG_l) && !node->again) in do_du()
131 return DIRTREE_COMEAGAIN|(DIRTREE_SYMFOLLOW*!!(toys.optflags&FLAG_L)); in do_du()
139 if ((toys.optflags & FLAG_a) || !node->parent in do_du()
140 || (S_ISDIR(node->st.st_mode) && !(toys.optflags & FLAG_s))) in do_du()
154 dirtree_handle_callback(dirtree_start(*args, toys.optflags&(FLAG_H|FLAG_L)), in du_main()
156 if (toys.optflags & FLAG_c) print(TT.total*512, 0); in du_main()