Searched refs:checkmode (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/usr.bin/mail/
H A Dlex.c70 int checkmode, i, fd; local
77 checkmode = value("checkmode") != NULL;
153 if ((checkmode || !edit) && msgCount == 0) {
155 if (!checkmode) {
161 return (checkmode ? 1 : 0);
/freebsd-12-stable/contrib/lua/src/
H A Dldo.c757 static void checkmode (lua_State *L, const char *mode, const char *x) { function
771 checkmode(L, p->mode, "binary");
775 checkmode(L, p->mode, "text");
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.c641 static void checkmode (lua_State *L, const char *mode, const char *x) { function
656 checkmode(L, p->mode, "binary");
660 checkmode(L, p->mode, "text");
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c2472 * Call secpolicy_vnode_access2() with (needed_bits & ~checkmode),
2510 mode_t checkmode = 0; local
2526 checkmode |= VREAD;
2529 checkmode |= VWRITE;
2531 checkmode |= VEXEC;
2534 needed_bits & ~checkmode, needed_bits);

Completed in 173 milliseconds