Home
last modified time | relevance | path

Searched refs:REF (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dvar-op-expand.mk42 VAR:= ${REF}
43 REF= too late
63 REF= REF2
65 REF= too late
91 REF= U${UNDEF}
95 REF= too late
106 REF= ${REF2}
107 VAR:= ${REF}
120 REF= REF:$$ $$$$ ${REF2}
145 VAR:= ${:Uword undef:@word@${REF.${word}}@}, direct: ${REF.word} ${REF.undef}
[all …]
H A Ddirective-export-impl.exp1 Parsing line 21: UT_VAR= <${REF}>
2 Global: UT_VAR = <${REF}>
7 Var_Parse: ${REF}> (eval-defined)
25 Var_Parse: ${REF}> (eval)
30 Var_Parse: ${REF}> (eval-defined)
37 Global: REF = defined
50 Var_Parse: ${REF}> (eval)
H A Ddirective-export-impl.mk21 UT_VAR= <${REF}>
54 REF= defined
/freebsd/sys/contrib/openzfs/scripts/
H A Dcommitcheck.sh3 REF="HEAD"
10 …body=$(git log --no-show-signature -n 1 --pretty=%b "$REF" | grep -Ev "http(s)*://" | grep -E -m 1…
23 foundline=$(git log --no-show-signature -n 1 "$REF" | grep -E -m 1 "$regex")
38 long_subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" | grep -E -m 1 '.{73}')
60 …subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" | grep -E -m 1 '^Fix coverity defect…
73 subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" |
89 for line in $(git log --no-show-signature -n 1 --pretty=%b "$REF" | grep -E '^CID'); do
106 REF="$1"
/freebsd/contrib/byacc/test/
H A Drun_test.sh18 sed -e "s,$NEW,$REF," \
32 if test ! -f "$REF"
34 mv "$CMP" "$REF"
35 echo "...saved $REF"
38 echo "...ok $REF"
41 echo "...diff $REF"
42 diff -c "$REF" "$CMP"
57 REF=$REF_DIR/$root$type
79 REF=$REF_DIR/$root$type
109 REF=$REF_DIR/$root$name
[all …]
/freebsd/sys/contrib/device-tree/scripts/
H A Dcronjob38 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/contrib/dialog/
H A Dheaders-sh.in65 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/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateArgumentVisitor.h27 #define REF(CLASS) typename Ref<CLASS>::type macro
33 RetTy Visit(REF(TemplateArgument) TA, ParamTys... P) { in Visit()
53 RetTy Visit##CATEGORY##TemplateArgument(REF(TemplateArgument) TA, \
69 RetTy VisitTemplateArgument(REF(TemplateArgument), ParamTys...) { in VisitTemplateArgument()
73 #undef REF
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad7303.txt10 - 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>;
H A Dadi,ad7303.yaml21 Used to calculate output channel scalling if REF-supply not specified.
22 REF-supply:
47 REF-supply = <&vref_supply>;
H A Dadi,ltc2688.yaml32 Reference Input/Output. The voltage at the REF pin sets the full-scale
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c22 #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 Darchive_ppmd7.c37 #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/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_020_pos.ksh109 REF=$($STRINGS /etc/zfs/zpool.cache | $GREP ${TESTPOOL})
110 if [ ! -z "$REF" ]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,5p35023.yaml42 0 - REF, 1 - SE1, 2 - SE2, 3 - SE3, 4 - DIFF1, 5 - DIFF2.
/freebsd/stand/ficl/softwords/
H A Dclasses.fr10 \ REF subclass holds a pointer to an object. It's
H A Doo.fr272 \ Aggregate a pointer to an object: REF is a member variable
276 \ in classes.fr. REF is only useful for pre-initialized structures,
/freebsd/contrib/file/magic/Magdir/
H A Daudio14 >12 belong 2 8-bit linear PCM [REF-PCM],
52 >12 lelong 2 8-bit linear PCM [REF-PCM],
/freebsd/sys/contrib/libsodium/
H A DChangeLog492 - On Windows, a .REF file is generated along with the shared library,
/freebsd/contrib/ncurses/
H A Dconfigure30067 REF=\$2
30079 for i in \`cat \$REF/../*/headers |${FGREP-fgrep} -v "#"\`
30096 for i in \`cat \$REF/../*/headers |${FGREP-fgrep} -v "#"\`
H A Daclocal.m44729 REF=\[$]2
4741 for i in \`cat \$REF/../*/headers |${FGREP-fgrep} -v "#"\`
4758 for i in \`cat \$REF/../*/headers |${FGREP-fgrep} -v "#"\`
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td84 discarding unreferenced sections (``link.exe /OPT:REF``). On COFF and Mach-O