Home
last modified time | relevance | path

Searched refs:tabmask (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/cron/
H A Ddatabase.c175 mode_t tabmask, tabperm; in process_crontab() local
208 tabmask = pw ? ALLPERMS : (ALLPERMS & ~(S_IWUSR|S_IRGRP|S_IROTH)); in process_crontab()
210 if ((statbuf->st_mode & tabmask) != tabperm) { in process_crontab()
/openbsd/usr.bin/indent/
H A Dio.c462 while ((tcur = ((curr - 1) & tabmask) + tabsize + 1) <= target) { in pad_output()
510 cur = ((cur - 1) & tabmask) + tabsize + 1; in count_spaces()
H A Dindent_globs.h43 #define tabmask 0177770 /* mask used when figuring length of lines macro
H A Dpr_comment.c354 now_col = ((now_col - 1) & tabmask) + tabsize + 1; in pr_comment()