Home | History | Annotate | Download | only in posix

Lines Matching refs:optflags

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