Searched refs:REF (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/bmake/unit-tests/ |
H A D | var-op-expand.mk | 41 REF= $$ $$$$ $$$$$$$$ 42 VAR:= ${REF} 43 REF= too late 63 REF= REF2 64 VAR:= ${${REF}} 65 REF= too late 91 REF= U${UNDEF} 93 VAR:= ${:${REF}} 95 REF= too late 106 REF= ${REF2} [all …]
|
H A D | directive-export-impl.exp | 1 Parsing directive-export-impl.mk:21: UT_VAR= <${REF}> 2 Global: UT_VAR = <${REF}> 7 Var_Parse: ${REF}> (eval) 25 Var_Parse: ${REF}> (eval) 30 Var_Parse: ${REF}> (eval) 37 Global: REF = defined 50 Var_Parse: ${REF}> (eval)
|
H A D | directive-export-impl.mk | 21 UT_VAR= <${REF}> 54 REF= defined
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | commitcheck.sh | 3 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 D | run_test.sh | 18 sed -e "s,$NEW,$REF," \ 32 if test ! -f "$REF" 34 mv "$CMP" "$REF" 35 echo "...saved $REF" 36 elif ( cmp -s "$REF" "$CMP" ) 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 [all …]
|
/freebsd/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/contrib/dialog/ |
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/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/contrib/libarchive/libarchive/ |
H A D | archive_ppmd8.c | 22 #define REF(ptr) (ptr) macro 24 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) macro 27 #define STATS_REF(ptr) ((CPpmd_State_Ref)REF(ptr)) 122 p->FreeList[indx] = REF(node); in InsertNode() 288 if ((Byte *)oldPtr > p->UnitsStart + 16 * 1024 || REF(oldPtr) > p->FreeList[indx]) in MoveUnitsUp() 368 p->MinContext->Stats = REF(p->FoundState); in RestartModel() 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() [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() 498 SetSuccessor(p->FoundState, REF(p->MinContext)); in UpdateModel() 503 successor = REF(p->Text); in UpdateModel() 520 fSuccessor = REF(cs); in UpdateModel() [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_create/ |
H A D | zpool_create_020_pos.ksh | 109 REF=$($STRINGS /etc/zfs/zpool.cache | $GREP ${TESTPOOL}) 110 if [ ! -z "$REF" ]
|
/freebsd/stand/ficl/softwords/ |
H A D | classes.fr | 10 \ REF subclass holds a pointer to an object. It's
|
H A D | oo.fr | 272 \ 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 D | audio | 14 >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 D | ChangeLog | 492 - On Windows, a .REF file is generated along with the shared library,
|
/freebsd/contrib/ncurses/ |
H A D | aclocal.m4 | 5139 REF=\[$]2 5151 for i in \`cat \$REF/../*/headers |${FGREP-fgrep} -v "#"\` 5168 for i in \`cat \$REF/../*/headers |${FGREP-fgrep} -v "#"\`
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 84 discarding unreferenced sections (``link.exe /OPT:REF``). On COFF and Mach-O
|