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

/haiku-fatelf/src/bin/coreutils/lib/
H A Dmodechange.c310 mode_adjust (mode_t oldmode, bool dir, mode_t umask_value, argument
314 mode_t newmode = oldmode & CHMOD_MODE_BITS;
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmodechange.c310 mode_adjust (mode_t oldmode, bool dir, mode_t umask_value, argument
314 mode_t newmode = oldmode & CHMOD_MODE_BITS;
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c115 static TTY mode, oldmode, original; variable
934 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
935 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
936 SET_TTY(STDERR_FILENO, &oldmode);
1016 older = oldmode.c_cc[which];
1193 original = oldmode = mode;
1231 if (memcmp(&mode, &oldmode, sizeof(mode))) {
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgo32-nat.c726 int oldmode, newmode; local
734 newmode = oldmode = regs.x.dx;
741 if (oldmode & 0x80) /* Only for character dev */
750 return (oldmode & 0x20) == 0x20;

Completed in 202 milliseconds