HomeSort by: relevance | last modified time | path
    Searched refs:RAW (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/sparc/stand/binstall/
binstall.sh 117 (*/*) RAW="${1%/*}/r${1##*/}";;
118 (*) RAW="r$1";;
120 [ -c "$RAW" ] || continue
121 echo -n "$RAW"
  /src/usr.sbin/lpr/lpd/
ttcompat.c 91 SET(flags, RAW);
105 if (ISSET(flags, RAW)) {
137 if (ISSET(flags, RAW|LITOUT|PASS8)) {
140 if (!ISSET(flags, RAW|PASS8))
144 if (!ISSET(flags, RAW|LITOUT))
  /src/sys/compat/common/
tty_43.c 315 SET(flags, RAW);
318 if (ISSET(flags, RAW))
382 if (ISSET(flags, RAW)) {
414 if (ISSET(flags, RAW|LITOUT|PASS8)) {
417 if (!ISSET(flags, RAW|PASS8))
421 if (!ISSET(flags, RAW|LITOUT))
482 if (ISSET(flags, RAW|LITOUT|PASS8)) {
485 if (!ISSET(flags, RAW|PASS8))
489 if (!ISSET(flags, RAW|LITOUT))
  /src/common/dist/zlib/examples/
zran.c 11 1.3 18 Feb 2023 Permit raw deflate streams as well as zlib and gzip
20 // for random access of a compressed file. A file containing a raw deflate
32 // input raw deflate stream a block at a time, and at the end of each block
127 #define RAW -15
139 int mode = 0; // mode: RAW, ZLIB, or GZIP (0 => not set yet)
157 // At the start of the input -- determine the type. Assume raw
160 // after a stored block are always zeros, so a raw stream won't
162 mode = strm.avail_in == 0 ? RAW : // empty -- will fail
165 /* else */ RAW;
179 if (mode == RAW && index == NULL
    [all...]
  /src/sys/sys/
ioctl_compat.h 102 #define RAW 0x00000020 /* no i/o processing */
  /src/lib/librpcsvc/
rex.x 107 const RAW = 0x00000020; /* no i/o processing */
  /src/libexec/getty/
subr.c 397 if (ISSET(flags, RAW)) {
462 if (ISSET(flags, RAW|LITOUT|PASS8)) {
465 if (!ISSET(flags, RAW|PASS8))
469 if (!ISSET(flags, RAW|LITOUT))
  /src/games/warp/
term.h 205 #define raw() ((bizarre=1),_tty.c_lflag &=~ISIG,_tty.c_cc[VMIN] = 1,tcsetattr(_tty_ch,TCSAFLUSH,&_tty)) macro
219 #define raw() ((bizarre=1),_tty.sg_flags|=RAW, stty(_tty_ch,&_tty)) macro
220 #define noraw() ((bizarre=1),_tty.sg_flags&=~RAW,stty(_tty_ch,&_tty))
  /src/usr.sbin/sliplogin/
sliplogin.c 312 tty.sg_flags = RAW | ANYP;
  /src/usr.bin/resize/
resize.c 470 sg.sg_flags |= RAW;
  /src/games/larn/
io.c 111 #define CBREAK RAW /* V7 has no CBREAK */
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
navi10_enum.h 19627 RAW = 0x00000003,
vega10_enum.h 21411 RAW = 0x00000003,

Completed in 80 milliseconds