| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | var-op-expand.mk | 42 VAR:= ${REF} 43 REF= too late 60 REF= REF2 62 REF= too late 85 REF= U${UNDEF} 89 REF= too late 100 REF= ${REF2} 101 VAR:= ${REF} 111 REF= REF:$$ $$$$ ${REF2} 136 VAR:= ${:Uword undef:@word@${REF.${word}}@}, direct: ${REF.word} ${REF.undef} [all …]
|
| H A D | directive-export-impl.exp | 1 Parsing line 21: UT_VAR= <${REF}> 2 Global: UT_VAR = <${REF}> 7 Var_Parse: ${REF}> (eval-defined) 24 Var_Parse: ${REF}> (eval) 29 Var_Parse: ${REF}> (eval-defined) 36 Global: REF = defined 48 Var_Parse: ${REF}> (eval)
|
| H A D | directive-export-impl.mk | 21 UT_VAR= <${REF}> 54 REF= defined
|
| /freebsd-13.1/sys/contrib/openzfs/scripts/ |
| H A D | commitcheck.sh | 3 REF="HEAD" 10 …body=$(git log -n 1 --pretty=%b "$REF" | grep -Ev "http(s)*://" | grep -E -m 1 ".{$((length + 1))}… 23 foundline=$(git log -n 1 "$REF" | grep -E -m 1 "$regex") 38 long_subject=$(git log -n 1 --pretty=%s "$REF" | grep -E -m 1 '.{73}') 60 subject=$(git log -n 1 --pretty=%s "$REF" | grep -E -m 1 '^Fix coverity defects') 73 subject=$(git log -n 1 --pretty=%s "$REF" | 89 for line in $(git log -n 1 --pretty=%b "$REF" | grep -E '^CID'); do 106 REF="$1"
|
| /freebsd-13.1/contrib/byacc/test/ |
| H A D | run_test.sh | 18 sed -e s,$NEW,$REF, \ 30 if test ! -f $REF 32 mv $CMP $REF 33 echo "...saved $REF" 34 elif ( cmp -s $REF $CMP ) 36 echo "...ok $REF" 39 echo "...diff $REF" 40 diff -u $REF $CMP 55 REF=$REF_DIR/$root$type 77 REF=$REF_DIR/$root$type [all …]
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | headers.sh | 52 REF=$2 57 for i in $REF/*.h 68 egrep '^#define[ ][ ]*[_ABCDEFGHIJKLMNOPQRSTUVWXYZ]' $REF/$CONFIGH \ 85 REF=$2 92 test -f $REF/$SRC && SRC="$REF/$SRC"
|
| H A D | headers-sh.in | 65 REF=$2 72 for i in $REF/*.h 103 for name in $REF/*.h 116 egrep '^#define[ ][ ]*['$ALNUM']' $REF/$CONFIGH \ 144 REF=$2 153 test -f $REF/$SRC && SRC="$REF/$SRC"
|
| /freebsd-13.1/sys/contrib/device-tree/scripts/ |
| H A D | cronjob | 38 REF=$(git show-ref --verify refs/heads/${branch}) 43 echo " ${REF}" 89 REF=$(git show-ref --verify refs/heads/${TESTBRANCH}) 90 echo "Testing: ${REF}" 119 REF=$(git show-ref --verify refs/heads/${branch}) 120 echo " ${REF}"
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateArgumentVisitor.h | 27 #define REF(CLASS) typename Ref<CLASS>::type macro 33 RetTy Visit(REF(TemplateArgument) TA, ParamTys... P) { in Visit() 52 RetTy Visit##CATEGORY##TemplateArgument(REF(TemplateArgument) TA, \ 67 RetTy VisitTemplateArgument(REF(TemplateArgument), ParamTys...) { in VisitTemplateArgument() 71 #undef REF
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/dac/ |
| H A D | ad7303.txt | 10 - REF-supply: Phandle to the external reference voltage supply. This should 11 only be set if there is an external reference voltage connected to the REF 22 REF-supply = <&vref_supply>;
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd8.c | 22 #define REF(ptr) (ptr) macro 417 ctx->Stats = REF(s); in Refresh() 459 return REF(ctx); in CutOff() 500 return REF(ctx); in CutOff() 522 return REF(ctx); in RemoveBinContexts() 531 return REF(ctx); in RemoveBinContexts() 691 c1->Suffix = REF(c); in CreateSuccessors() 855 successor = REF(p->Text); in UpdateModel() 870 fSuccessor = REF(cs); in UpdateModel() 880 fSuccessor = REF(cs); in UpdateModel() [all …]
|
| H A D | archive_ppmd7.c | 37 #define REF(ptr) (ptr) macro 39 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) macro 42 #define STATS_REF(ptr) ((CPpmd_State_Ref)REF(ptr)) 155 p->FreeList[indx] = REF(node); in InsertNode() 339 p->MinContext->Stats = REF(p->FoundState); in RestartModel() 439 c1->Suffix = REF(c); in CreateSuccessors() 440 SetSuccessor(ps[--numPs], REF(c1)); in CreateSuccessors() 503 successor = REF(p->Text); in UpdateModel() 520 fSuccessor = REF(cs); in UpdateModel() 531 fSuccessor = REF(p->MinContext); in UpdateModel() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_020_pos.ksh | 95 REF=$(strings /etc/zfs/zpool.cache | grep ${TESTPOOL}) 96 if [ ! -z "$REF" ]
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_create/ |
| H A D | zpool_create_020_pos.ksh | 114 REF=$($STRINGS /etc/zfs/zpool.cache | $GREP ${TESTPOOL}) 115 if [ ! -z "$REF" ]
|
| /freebsd-13.1/stand/ficl/softwords/ |
| H A D | classes.fr | 11 \ REF subclass holds a pointer to an object. It's
|
| H A D | oo.fr | 273 \ Aggregate a pointer to an object: REF is a member variable 277 \ in classes.fr. REF is only useful for pre-initialized structures,
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 2534 // and let COMMON-REF(A, B) be: 2545 // If A and B are both lvalue reference types, COMMON-REF(A, B) is 2554 // Otherwise, let C be remove_reference_t<COMMON-REF(X&, Y&)>&&. ... 2560 // is_convertible_v<A, C> && is_convertible_v<B, C> is true, then COMMON-REF(A, B) is C. 2571 // Otherwise, let D be COMMON-REF(const X&, Y&). ... 2576 // is_convertible_v<A, D> is true, then COMMON-REF(A, B) is D. 2586 // COMMON-REF(A, B) is COMMON-REF(B, A). 2590 // Otherwise, COMMON-REF(A, B) is ill-formed. 2618 // sub-bullet 1 - If T1 and T2 are reference types and COMMON-REF(T1, T2) is well-formed, then
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | audio | 14 >12 belong 2 8-bit linear PCM [REF-PCM], 52 >12 lelong 2 8-bit linear PCM [REF-PCM],
|
| /freebsd-13.1/sys/contrib/libsodium/ |
| H A D | ChangeLog | 492 - On Windows, a .REF file is generated along with the shared library,
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | configure | 27908 REF=\$2 27920 for i in \`cat \$REF/../*/headers |fgrep -v "#"\` 27937 for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
|
| H A D | aclocal.m4 | 4507 REF=\[$]2 4519 for i in \`cat \$REF/../*/headers |fgrep -v "#"\` 4536 for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 75 discarding unreferenced sections (``link.exe /OPT:REF``). On COFF and Mach-O
|