Searched refs:tabmask (Results 1 – 4 of 4) sorted by relevance
175 mode_t tabmask, tabperm; in process_crontab() local208 tabmask = pw ? ALLPERMS : (ALLPERMS & ~(S_IWUSR|S_IRGRP|S_IROTH)); in process_crontab()210 if ((statbuf->st_mode & tabmask) != tabperm) { in process_crontab()
462 while ((tcur = ((curr - 1) & tabmask) + tabsize + 1) <= target) { in pad_output()510 cur = ((cur - 1) & tabmask) + tabsize + 1; in count_spaces()
43 #define tabmask 0177770 /* mask used when figuring length of lines macro
354 now_col = ((now_col - 1) & tabmask) + tabsize + 1; in pr_comment()