Searched refs:any_set (Results 1 – 3 of 3) sorted by relevance
181 int any_set; in arc4_seed_getrandom() local192 for (i=0,any_set=0; i<sizeof(buf); ++i) { in arc4_seed_getrandom()193 any_set |= buf[i]; in arc4_seed_getrandom()195 if (!any_set) in arc4_seed_getrandom()217 int i, any_set; in arc4_seed_sysctl_bsd() local232 for (i=any_set=0; i<sizeof(buf); ++i) { in arc4_seed_sysctl_bsd()233 any_set |= buf[i]; in arc4_seed_sysctl_bsd()235 if (!any_set) in arc4_seed_sysctl_bsd()
2140 c_typeset_vardump(struct tbl *vp, uint32_t flag, int thing, int any_set, in c_typeset_vardump() argument2155 any_set |= 1; in c_typeset_vardump()2168 if (!any_set && !(vp->flag & USERATTRIB)) in c_typeset_vardump()2174 any_set = 0; in c_typeset_vardump()2181 if (any_set && !(vp->flag & ISSET)) in c_typeset_vardump()2185 if (any_set == 1) { in c_typeset_vardump()2187 any_set = 2; in c_typeset_vardump()2221 if (any_set) in c_typeset_vardump()2241 if (!any_set) in c_typeset_vardump()2243 } while (!(any_set & 4) && (vp = vp->u.array)); in c_typeset_vardump()
2021 bool any_set = false; in DoExecute() local2025 any_set = true; in DoExecute()2031 if (!any_set) in DoExecute()