Searched refs:flag_b (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/gstat/
H A Dgstat.c54 static int flag_a, flag_b, flag_B, flag_c, flag_C, flag_d, flag_o, flag_p, variable
61 if ((flag_b && !loop) || (flag_B)) \
63 else if (!flag_b) \
108 flag_b = 1;
117 flag_b = 1;
121 flag_b = 1;
129 flag_b = 1;
187 if (!flag_b) {
235 if (!flag_b)
242 if (!flag_b) {
[all...]
/freebsd-current/contrib/libarchive/tar/test/
H A Dtest_option_acls.c109 int flag_a, flag_b; local
224 flag_b = acl_get_flag_np(flagset_b, acl_flags[i]);
225 if (flag_a == -1 || flag_b == -1)
227 if (flag_a != flag_b)

Completed in 70 milliseconds