Searched refs:oldmode (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/file_cmds-242/mv/
H A Dmv.c327 mode_t oldmode; local
396 oldmode = sbp->st_mode & ALLPERMS;
400 if (oldmode & (S_ISUID | S_ISGID)) {
403 to, oldmode);
408 warn("%s: set mode (was: 0%03o)", to, oldmode);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dmodechange.c311 mode_adjust (mode_t oldmode, bool dir, mode_t umask_value, argument
315 mode_t newmode = oldmode & CHMOD_MODE_BITS;
/macosx-10.10/ncurses-44/ncurses/progs/
H A Dtset.c139 static TTY mode, oldmode, original; variable
985 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
986 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
987 SET_TTY(STDERR_FILENO, &oldmode);
1067 older = oldmode.c_cc[which];
1243 original = oldmode = mode;
1283 if (memcmp(&mode, &oldmode, sizeof(mode))) {
/macosx-10.10/emacs-93/emacs/lisp/
H A Darc-mode.el505 (defun archive-calc-mode (oldmode newmode &optional error)
520 (logior (logand oldmode 65024) result)))
523 (result oldmode)
1751 (oldmode (aref fil 3))
1752 (newval (archive-calc-mode oldmode newmode t))
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dftp.rb196 oldmode = binary
201 self.binary = oldmode
/macosx-10.10/sudo-73/src/
H A Dexec_pty.c202 int n, oldmode = ttymode, rval = 0; local
231 if (oldmode != TERM_COOKED) {
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dlex.c121 #define oldmode(lp) (lp->lexd.lastc>>CHAR_BIT) macro
429 mode = oldmode(lp);
768 if(oldmode(lp)==ST_NONE && !lp->lexd.noarg) /* in ((...)) */
782 if(oldmode(lp)==ST_QUOTE) /* $' within "" or `` */
803 mode = oldmode(lp);
823 if(oldmode(lp)==ST_NONE && lp->lexd.arith) /* in ((...)) */
848 mode = oldmode(lp);
870 mode = oldmode(lp);
882 mode = oldmode(lp);
892 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(l
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-linux.c300 bpf_u_int32 oldmode; /* mode to restore when turning monitor mode off */ member in struct:pcap_linux
1182 ireq.u.mode = handlep->oldmode;
5118 handlep->oldmode = ireq.u.mode;
/macosx-10.10/swig-12/Source/Modules/
H A Dlang.cxx497 AccessMode oldmode = cplus_mode; local
504 cplus_mode = oldmode;

Completed in 326 milliseconds