Home
last modified time | relevance | path

Searched refs:RAW (Results 1 – 25 of 100) sorted by relevance

1234

/netbsd-src/sys/arch/sparc/stand/binstall/
H A Dbinstall.sh117 (*/*) RAW="${1%/*}/r${1##*/}";;
118 (*) RAW="r$1";;
120 [ -c "$RAW" ] || continue
121 echo -n "$RAW"
/netbsd-src/sys/compat/common/
H A Dtty_43.c315 SET(flags, RAW); in ttcompatgetflags()
318 if (ISSET(flags, RAW)) in ttcompatgetflags()
382 if (ISSET(flags, RAW)) { in ttcompatsetflags()
414 if (ISSET(flags, RAW|LITOUT|PASS8)) { in ttcompatsetflags()
417 if (!ISSET(flags, RAW|PASS8)) in ttcompatsetflags()
421 if (!ISSET(flags, RAW|LITOUT)) in ttcompatsetflags()
482 if (ISSET(flags, RAW|LITOUT|PASS8)) { in ttcompatsetlflags()
485 if (!ISSET(flags, RAW|PASS8)) in ttcompatsetlflags()
489 if (!ISSET(flags, RAW|LITOUT)) in ttcompatsetlflags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DStringTableBuilder.cpp32 case RAW: in initSize()
152 size_t Pos = Size - S.size() - (K != RAW); in finalizeStringTable()
163 if (K != RAW) in finalizeStringTable()
209 Size = Start + S.size() + (K != RAW); in add()
/netbsd-src/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.sh266 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:]'`"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dfractional-cost.h60 enum raw { RAW }; enumerator
86 return { sum >= m_value ? sum : ~uint64_t (0), RAW };
100 return { diff <= m_value ? diff : 0, RAW };
117 return { m_value <= max / other ? m_value * other : max, RAW };
/netbsd-src/usr.sbin/lpr/lpd/
H A Dttcompat.c91 SET(flags, RAW); in sttygetoflags()
105 if (ISSET(flags, RAW)) { in sttysetoflags()
137 if (ISSET(flags, RAW|LITOUT|PASS8)) { in sttysetoflags()
140 if (!ISSET(flags, RAW|PASS8)) in sttysetoflags()
144 if (!ISSET(flags, RAW|LITOUT)) in sttysetoflags()
/netbsd-src/libexec/getty/
H A Dsubr.c397 if (ISSET(flags, RAW)) { in compatflags()
462 if (ISSET(flags, RAW|LITOUT|PASS8)) { in compatflags()
465 if (!ISSET(flags, RAW|PASS8)) in compatflags()
469 if (!ISSET(flags, RAW|LITOUT)) in compatflags()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_ADDR.pod53 I<Read on about the addresses in L</RAW ADDRESSES> below>.
70 I<Read on about the addresses in L</RAW ADDRESSES> below>.
94 =head1 RAW ADDRESSES
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DStringTableBuilder.h32 RAW, enumerator
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/
H A Dexample8.rst6 The pyUnbound extension provides functions which are able to encode RAW RDATA
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h36 StringTableBuilder StrtabBuilder{StringTableBuilder::RAW};
/netbsd-src/sys/sys/
H A Dioctl_compat.h102 #define RAW 0x00000020 /* no i/o processing */ macro
/netbsd-src/lib/librpcsvc/
H A Drex.x107 const RAW = 0x00000020; /* no i/o processing */ variable
/netbsd-src/games/warp/
H A Dterm.h219 #define raw() ((bizarre=1),_tty.sg_flags|=RAW, stty(_tty_ch,&_tty))
220 #define noraw() ((bizarre=1),_tty.sg_flags&=~RAW,stty(_tty_ch,&_tty))
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dxilinx40 >&0 belong 0xaa995566 Xilinx RAW bitstream (.BIN)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dcell.md64 ;; condition(2) flush happens, in case of: RAW, WAW, D-ERAT miss, or
380 ;; RAW register dependency
393 ;; VXU float RAW
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dcell.md64 ;; condition(2) flush happens, in case of: RAW, WAW, D-ERAT miss, or
380 ;; RAW register dependency
393 ;; VXU float RAW
/netbsd-src/usr.sbin/sliplogin/
H A Dsliplogin.c312 tty.sg_flags = RAW | ANYP; in main()
/netbsd-src/external/lgpl3/gmp/dist/mpn/pa64/
H A DREADME54 Like for all other processors, RAW memory scheduling is critically important.
/netbsd-src/external/bsd/file/dist/python/
H A Dmagic.py36 MAGIC_RAW = RAW = 256
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgtm-builtins.def131 Note: The reads must follow the following order: LOAD, RAR, RAW, RFW.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgtm-builtins.def131 Note: The reads must follow the following order: LOAD, RAR, RAW, RFW.
/netbsd-src/usr.bin/resize/
H A Dresize.c470 sg.sg_flags |= RAW; in main()
/netbsd-src/games/larn/
H A Dio.c111 #define CBREAK RAW /* V7 has no CBREAK */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp376 StringTableBuilder StrtabBuilder(StringTableBuilder::RAW); in upgrade()

1234