Home
last modified time | relevance | path

Searched refs:OLCUC (Results 1 – 25 of 4974) sorted by relevance

12345678910>>...199

/dports/misc/deco/deco39/
H A Dtty.c56 #ifndef OLCUC
57 # define OLCUC 0 macro
106 if (oldtio.c_oflag & OLCUC) in TtySet()
110 newtio.c_oflag &= ~(OLCUC | OCRNL | OXTABS); in TtySet()
/dports/sysutils/linrename/util-linux-2.25.2/include/
H A Dttyutils.h95 #ifndef OLCUC in reset_virtual_console()
96 # define OLCUC 0 in reset_virtual_console() macro
120 tp->c_oflag &= ~(OLCUC | OCRNL | ONOCR | ONLRET | OFILL | \ in reset_virtual_console()
/dports/devel/util-linux/util-linux-2.36/include/
H A Dttyutils.h126 #ifndef OLCUC in reset_virtual_console()
127 # define OLCUC 0 in reset_virtual_console() macro
157 tp->c_oflag &= ~(OLCUC | OCRNL | ONOCR | ONLRET | OFILL | \ in reset_virtual_console()
/dports/security/putty/putty-0.76/
H A Dsshttymodes.h153 #if !defined TTYMODES_LOCAL_ONLY || defined OLCUC
154 TTYMODE_FLAG(OLCUC, 71, o, OLCUC)
/dports/security/putty-nogtk/putty-0.76/
H A Dsshttymodes.h153 #if !defined TTYMODES_LOCAL_ONLY || defined OLCUC
154 TTYMODE_FLAG(OLCUC, 71, o, OLCUC)
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshttymodes.h153 #if !defined TTYMODES_LOCAL_ONLY || defined OLCUC
154 TTYMODE_FLAG(OLCUC, 71, o, OLCUC)
/dports/security/dropbear/dropbear-2020.81/
H A Dtermcodes.c173 #ifdef OLCUC
174 {OLCUC, TERMCODE_OUTPUT},
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dterm.c56 #ifndef OLCUC
57 # define OLCUC 0 macro
238 #define OUTPUT_FLAGS (OPOST|OLCUC|ONLCR|OCRNL|ONOCR|ONLRET)
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dttymodes.h156 #if defined(OLCUC)
157 TTYMODE(OLCUC, c_oflag, 71)
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dttymodes.h150 #if defined(OLCUC)
151 TTYMODE(OLCUC, c_oflag, 71)
/dports/security/openssh-portable/openssh-8.8p1/
H A Dttymodes.h150 #if defined(OLCUC)
151 TTYMODE(OLCUC, c_oflag, 71)
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dstty.c190 #ifndef OLCUC
191 # define OLCUC 0 macro
320 #if XCASE && IUCLC && OLCUC
349 #if XCASE && IUCLC && OLCUC
392 #if OLCUC
393 MI_ENTRY("olcuc", output, SANE_UNSET | REV, OLCUC, 0 )
506 #if XCASE && IUCLC && OLCUC
549 #if OLCUC
1209 #if XCASE && IUCLC && OLCUC in set_mode()
1214 mode->c_oflag &= ~OLCUC; in set_mode()
[all …]
/dports/comms/conserver-com/conserver-8.2.4/
H A Dcompat.h285 #ifndef OLCUC
286 # define OLCUC 0 macro
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/thrussh-0.33.5/src/
H A Dpty.rs51 OLCUC = 71, enumerator
116 71 => Some(Pty::OLCUC), in from_u8()
/dports/multimedia/libcec/libcec-libcec-6.0.2/src/libcec/platform/posix/
H A Dserialport.cpp45 #ifndef OLCUC
46 #define OLCUC 0 macro
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dstty.c399 { "olcuc", 0, 0, OLCUC, 0, 0, 0, 0, 0 },
400 { "-olcuc", 0, 0, 0, OLCUC, 0, 0, 0, 0 },
520 { "lcase", IUCLC, 0, OLCUC, 0, 0, 0, XCASE, 0 },
521 { "-lcase", 0, IUCLC, 0, OLCUC, 0, 0, 0, XCASE },
536 OLCUC | OCRNL | ONOCR | ONLRET | OFILL | OFDEL | NLDLY | CRDLY|
727 #ifdef OLCUC
728 FLAGS(OLCUC),
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dtermios-c_oflag.h25 #define OLCUC 0000002 /* Map lowercase characters to uppercase on output. macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dtermios-c_oflag.h25 #define OLCUC 0000002 /* Map lowercase characters to uppercase on output. macro
/dports/misc/gnuls/coreutils-8.30/src/
H A Dstty.c256 #ifdef OLCUC
257 {"olcuc", output, SANE_UNSET | REV, OLCUC, 0},
373 #if defined XCASE && defined IUCLC && defined OLCUC
761 #ifdef OLCUC in usage()
881 #if defined XCASE && defined IUCLC && defined OLCUC in usage()
929 #if defined XCASE && defined IUCLC && defined OLCUC in usage()
1006 #ifdef OLCUC in usage()
1621 #if defined XCASE && defined IUCLC && defined OLCUC in set_mode()
1629 mode->c_oflag &= ~OLCUC; in set_mode()
1635 mode->c_oflag |= OLCUC; in set_mode()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dstty.c256 #ifdef OLCUC
257 {"olcuc", output, SANE_UNSET | REV, OLCUC, 0},
373 #if defined XCASE && defined IUCLC && defined OLCUC
761 #ifdef OLCUC in usage()
881 #if defined XCASE && defined IUCLC && defined OLCUC in usage()
929 #if defined XCASE && defined IUCLC && defined OLCUC in usage()
1006 #ifdef OLCUC in usage()
1621 #if defined XCASE && defined IUCLC && defined OLCUC in set_mode()
1629 mode->c_oflag &= ~OLCUC; in set_mode()
1635 mode->c_oflag |= OLCUC; in set_mode()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/sparc-linux-gnu/bits/
H A Dtermios-c_oflag.h25 #define OLCUC 0x00000002 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/sparcv9-linux-gnu/bits/
H A Dtermios-c_oflag.h25 #define OLCUC 0x00000002 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/powerpc-linux-gnueabihf/bits/
H A Dtermios-c_oflag.h26 #define OLCUC 0000004 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/powerpc64-linux-gnu/bits/
H A Dtermios-c_oflag.h26 #define OLCUC 0000004 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/sparcv9-linux-gnu/bits/
H A Dtermios-c_oflag.h25 #define OLCUC 0x00000002 macro

12345678910>>...199