| /src/sys/kern/ |
| H A D | tty_compat.c | 305 flags |= RAW; in ttcompatgetflags() 307 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags() 340 if (flags & RAW) { in ttcompatsetflags() 369 if (flags&(RAW|LITOUT|PASS8)) { in ttcompatsetflags() 371 if (!(flags&(RAW|PASS8)) in ttcompatsetflags() 372 || (flags&(RAW|PASS8|ANYP)) == (PASS8|ANYP)) in ttcompatsetflags() 376 if (flags&(RAW|LITOUT)) in ttcompatsetflags() 462 if (flags&(RAW|LITOUT|PASS8)) { in ttcompatsetlflags() 464 if (!(flags&(RAW|PASS8)) in ttcompatsetlflags() 465 || (flags&(RAW|PASS8|ANYP)) == (PASS8|ANYP)) in ttcompatsetlflags() [all …]
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | StringTableBuilder.cpp | 33 case RAW: in initSize() 154 size_t Pos = Size - S.size() - (K != RAW); in finalizeStringTable() 165 if (K != RAW) in finalizeStringTable() 211 Size = Start + S.size() + (K != RAW); in add()
|
| /src/contrib/ntp/scripts/update-leap/ |
| H A D | update-leap.sh | 266 local RAW="`sed $1 -e'/^\\([0-9]\\|#[\$@h]\)/!d' -e'/^#[\$@h]/!s/#.*\$//g'`" 270 local DATA="`echo \"$RAW\" | sed -e'/^#h/d' -e's/^#[\$@]//g' | tr -d '[:space:]'`" 281 local FSHA="`echo \"$RAW\" | sed -e'/^#h/!d' -e's/^#h//' -e's/[ ] */ 0x/g'`" 298 EXPIRES="`echo \"$RAW\" | sed -e'/^#@/!d' -e's/^#@//' | tr -d '[:space:]'`"
|
| /src/sys/contrib/device-tree/Bindings/mips/cavium/ |
| H A D | cib.txt | 10 - reg: Two elements consisting of the addresses of the RAW and EN 26 reg = <0x10700 0x0000e000 0x0 0x8>, /* RAW */
|
| /src/contrib/tcsh/ |
| H A D | mi.termios.c | 178 if (!(sgbuf.sg_flags & RAW)) 214 if (!(sgbuf.sg_flags & RAW)) 354 sgbuf.sg_flags |= RAW;
|
| H A D | ed.term.c | 47 { "nrmal:", (ECHO|CRMOD|ANYP), (CBREAK|RAW|LCASE|VTDELAY|ALLDELAY) }, 61 { "nrmal:", (CBREAK|CRMOD|ANYP), (RAW|ECHO|LCASE|VTDELAY|ALLDELAY) }, 77 { "nrmal:", RAW, CBREAK }, 324 # ifdef RAW 325 { "raw", RAW, M_CONTROL }, 1075 return !(td->d_t.sg_flags & (RAW | CBREAK)); in tty_cooked_mode()
|
| H A D | sh.file.c | 144 if (sgtty.sg_flags & (RAW | CBREAK)) { in setup_tty() 145 sgtty.sg_flags &= ~(RAW | CBREAK); in setup_tty()
|
| /src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.h | 38 StringTableBuilder StrtabBuilder{StringTableBuilder::RAW};
|
| /src/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 274 DATA(RAW), in _nc_trace_ttymode() 278 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS) in _nc_trace_ttymode()
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | StringTableBuilder.h | 33 RAW, enumerator
|
| /src/crypto/openssl/doc/man3/ |
| H A D | BIO_ADDR.pod | 63 Read on about the addresses in L</RAW ADDRESSES> below. 80 Read on about the addresses in L</RAW ADDRESSES> below. 104 =head1 RAW ADDRESSES
|
| /src/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 35 StringTableBuilder StrtabBuilder{StringTableBuilder::RAW};
|
| /src/sys/sys/ |
| H A D | ioctl_compat.h | 86 #define RAW 0x00000020 /* no i/o processing */ macro
|
| /src/include/rpcsvc/ |
| H A D | rex.x | 100 const RAW = 0x00000020; /* no i/o processing */ variable
|
| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_raw.c | 102 buf.sg_flags |= RAW; in NCURSES_EXPORT() 236 buf.sg_flags &= ~(RAW | CBREAK); in noraw()
|
| /src/usr.sbin/pmcannotate/ |
| H A D | pmcannotate.c | 116 static enum { RAW, BLOCK_PERCENT, GLOBAL_PERCENT } print_mode; enumerator 517 case RAW: in print_count() 729 print_mode = RAW; in main()
|
| /src/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | ovti,ov7740.txt | 5 supports the RAW RGB and YUV output formats.
|
| H A D | ov7740.txt | 5 supports the RAW RGB and YUV output formats.
|
| /src/sys/contrib/device-tree/Bindings/media/ |
| H A D | ti-am437x-vpfe.txt | 6 processing capability to connect RAW image-sensor modules and video decoders
|
| /src/contrib/file/magic/Magdir/ |
| H A D | xilinx | 40 >&0 belong 0xaa995566 Xilinx RAW bitstream (.BIN)
|
| H A D | c64 | 274 # a variant starting with C16-TAPE-RAW should exist, but no examples found 275 0 string/b C64-TAPE-RAW Commodore raw Tape image (platform 276 #0 string C64-TAPE-RAW C64 Raw Tape File (.tap),
|
| /src/contrib/file/python/ |
| H A D | magic.py | 36 MAGIC_RAW = RAW = 256
|
| /src/contrib/ncurses/include/ |
| H A D | nc_win32.h.in | 127 /* Flags to reset from RAW/CBREAK */
|
| /src/contrib/ntp/clockstuff/ |
| H A D | chutest.c | 194 ttyb.sg_flags = EVENP|ODDP|RAW; in openterm()
|
| /src/contrib/llvm-project/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 403 StringTableBuilder StrtabBuilder(StringTableBuilder::RAW); in upgrade()
|