Searched refs:BINARY (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | rename.sh | 45 BINARY=$1; shift 48 CHR_LEAD=`echo "$BINARY" | sed -e 's/^\(.\).*/\1/'` 49 CHR_TAIL=`echo "$BINARY" | sed -e 's/^.//'` 51 ALL_CAPS=`echo "$BINARY" | tr '[a-z]' '[A-Z]'` 53 sed -e "s,^\.ds p dialog\>,.ds p $BINARY," \
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-converter.cpp | 36 enum class ConvertFormats { BINARY, YAML, CHROME_TRACE_EVENT }; enumerator 39 cl::values(clEnumValN(ConvertFormats::BINARY, "raw", "output in binary"), 371 // FIXME: Support conversion to BINARY when upgrading XRay trace versions. in __anone754334e0302() 394 ConvertOutputFormat == ConvertFormats::BINARY in __anone754334e0302() 414 case ConvertFormats::BINARY: in __anone754334e0302()
|
/freebsd/usr.bin/dtc/ |
H A D | fdt.cc | 108 case BINARY: in write_dts() 146 type = BINARY; in resolve_type() 171 type = BINARY; in resolve_type() 650 case BINARY: in try_to_merge() 651 if (other.type == PHANDLE || other.type == BINARY) in try_to_merge() 653 type = BINARY; in try_to_merge() 2188 val.type = property_value::BINARY; in parse_dts() 2242 pv.type = property_value::BINARY; in parse_dts()
|
H A D | fdt.hh | 126 BINARY, enumerator 191 return is_type(BINARY); in is_binary()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 63 if (FileKind == InstrProfCorrelator::BINARY) { in get() 115 if (FileKind == BINARY) { in get()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 354 The client also had its interpretation of WILL BINARY 355 and DO BINARY reversed. 681 BINARY: The client has the ability to turn on/off the BINARY 682 option in each direction. Turning on BINARY from 684 the terminal driver on both ends, turning on BINARY
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 87 clEnumValN(InstrProfCorrelator::BINARY, "binary", 1846 if (ProfileCorrelate == InstrProfCorrelator::BINARY) { in createDataVariable() 1960 ProfileCorrelate == InstrProfCorrelator::BINARY in emitNameData()
|
/freebsd/sys/contrib/libnv/ |
H A D | nvlist.c | 1432 NVLIST_EXISTS(binary, BINARY) in NVLIST_EXISTS() 2035 NVLIST_FREE(binary, BINARY) in NVLIST_FREE()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dummynet.txt | 509 COMPATIBILITY WITH FREEBSD 7.2 AND FREEBSD 8 'IPFW' BINARY
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 927 CorrelateKind = ProfCorrelatorKind::BINARY; in mergeInstrProfile()
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 1477 - use Z_BINARY instead of BINARY
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 8020 2AF4;TRIPLE VERTICAL BAR BINARY RELATION;Sm;0;ON;;;;;N;;;;; 8027 2AFB;TRIPLE SOLIDUS BINARY RELATION;Sm;0;ON;;;;;Y;;;;;
|