Home
last modified time | relevance | path

Searched refs:IUCLC (Results 1 – 25 of 4300) sorted by relevance

12345678910>>...172

/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dcfmakeraw.c31 #ifndef IUCLC
32 # define IUCLC 0 macro
51 IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IMAXBEL|IUCLC); in sudo_cfmakeraw()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/io/
H A DnatVMConsole.cc22 #ifndef IUCLC
23 #define IUCLC 0 macro
26 #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/io/
H A DnatVMConsole.cc22 #ifndef IUCLC
23 #define IUCLC 0 macro
26 #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/io/
H A DnatVMConsole.cc22 #ifndef IUCLC
23 #define IUCLC 0 macro
26 #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/io/
H A DnatVMConsole.cc22 #ifndef IUCLC
23 #define IUCLC 0 macro
26 #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/io/
H A DnatVMConsole.cc22 #ifndef IUCLC
23 #define IUCLC 0 macro
26 #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/native/jni/java-io/
H A Djava_io_VMConsole.c50 #ifndef IUCLC
51 #define IUCLC 0 macro
54 #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/native/jni/java-io/
H A Djava_io_VMConsole.c50 #ifndef IUCLC
51 #define IUCLC 0 macro
54 #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/native/jni/java-io/
H A Djava_io_VMConsole.c50 #ifndef IUCLC
51 #define IUCLC 0 macro
54 #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/native/jni/java-io/
H A Djava_io_VMConsole.c50 #ifndef IUCLC
51 #define IUCLC 0 macro
54 #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/native/jni/java-io/
H A Djava_io_VMConsole.c50 #ifndef IUCLC
51 #define IUCLC 0 macro
54 #define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dbb_askpass.c45 # ifndef IUCLC in bb_ask()
46 # define IUCLC 0 in bb_ask()
48 tio.c_iflag &= ~(IUCLC|IXON|IXOFF|IXANY); in bb_ask()
/dports/sysutils/pydf/pydf-12/attic/
H A Dgs.py10 from termios import ICRNL, IUCLC, ICANON, ECHO, CS8, VMIN, VTIME, TCSANOW, TCSADRAIN, TCSAFLUSH
19 tio[0] &= ~(ICRNL | IUCLC) # iflag
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsshtty.c81 #ifdef IUCLC in enter_raw_mode()
82 tio.c_iflag &= ~IUCLC; in enter_raw_mode()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsshtty.c81 #ifdef IUCLC in enter_raw_mode()
82 tio.c_iflag &= ~IUCLC; in enter_raw_mode()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsshtty.c81 #ifdef IUCLC in enter_raw_mode()
82 tio.c_iflag &= ~IUCLC; in enter_raw_mode()
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dstty.c378 { "lcase", IUCLC, 0, 0, 0, 0, 0, 0, 0 },
379 { "iuclc", IUCLC, 0, 0, 0, 0, 0, 0, 0 },
380 { "-lcase", 0, IUCLC, 0, 0, 0, 0, 0, 0 },
381 { "-iuclc", 0, IUCLC, 0, 0, 0, 0, 0, 0 },
520 { "lcase", IUCLC, 0, OLCUC, 0, 0, 0, XCASE, 0 },
521 { "-lcase", 0, IUCLC, 0, OLCUC, 0, 0, 0, XCASE },
534 IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF,
704 #ifdef IUCLC
705 FLAGS(IUCLC),
706 {"lcase", IUCLC, 0}, {"-lcase", 0, IUCLC },
/dports/misc/deco/deco39/
H A Dtty.c59 #ifndef IUCLC
60 # define IUCLC 0 macro
109 newtio.c_iflag &= ~(INLCR | ICRNL | IGNCR | ISTRIP | IUCLC); in TtySet()
/dports/sysutils/linrename/util-linux-2.25.2/include/
H A Dttyutils.h77 #ifndef IUCLC in reset_virtual_console()
78 # define IUCLC 0 in reset_virtual_console() macro
118 tp->c_iflag &= ~(IGNBRK | INLCR | IGNCR | IXOFF | IUCLC | IXANY | ISTRIP); in reset_virtual_console()
/dports/multimedia/libcec/libcec-libcec-6.0.2/src/libcec/platform/posix/
H A Dserialport.cpp48 #ifndef IUCLC
49 #define IUCLC 0 macro
189 m_options.c_iflag &= ~(IXON | IXOFF | IXANY | BRKINT | INLCR | IGNCR | ICRNL | IUCLC | IMAXBEL); in Open()
/dports/devel/util-linux/util-linux-2.36/include/
H A Dttyutils.h108 #ifndef IUCLC in reset_virtual_console()
109 # define IUCLC 0 in reset_virtual_console() macro
155 tp->c_iflag &= ~(IGNBRK | INLCR | IGNCR | IXOFF | IUCLC | IXANY | ISTRIP); in reset_virtual_console()
/dports/security/putty/putty-0.76/
H A Dsshttymodes.h93 #if !defined TTYMODES_LOCAL_ONLY || defined IUCLC
94 TTYMODE_FLAG(IUCLC, 37, i, IUCLC)
/dports/security/putty-nogtk/putty-0.76/
H A Dsshttymodes.h93 #if !defined TTYMODES_LOCAL_ONLY || defined IUCLC
94 TTYMODE_FLAG(IUCLC, 37, i, IUCLC)
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshttymodes.h93 #if !defined TTYMODES_LOCAL_ONLY || defined IUCLC
94 TTYMODE_FLAG(IUCLC, 37, i, IUCLC)
/dports/comms/minicom/minicom-2.7.1/src/
H A Dsysdep.h76 #ifndef IUCLC
77 # define IUCLC 0 macro

12345678910>>...172