Searched refs:BAR (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/usr.bin/bmake/tests/syntax/semi/
H A DMakefile.test9 BAR=bar
10 FOO != echo ${FOO} ; echo ${BAR}
20 BAR=bar
21 FOO != echo ${FOO} ; echo ${BAR}
/freebsd-12-stable/tools/regression/environ/
H A Denvtest.t75 readonly BAR="bar"
77 export FOO=${BAR}
127 check_result "0 0 ${BAR}"
139 check_result "-1 22 ${BAR}"
153 run_test -s FOO ${NEWBAR} 1 -s FOO ${BAR} 1 -g FOO
154 check_result "0 0 0 0 ${BAR}"
156 run_test -c 3 -s FOO ${NEWBAR} 1 -s FOO ${BAR} 1 -g FOO
157 check_result "0 0 0 0 ${BAR}"
159 run_test -s FOO ${NEWBAR} 1 -s FOO ${BAR} 1 -s FOO ${NEWBAR} 1 -g FOO
162 run_test -s FOO ${NEWBAR} 1 -s FOO ${BAR}
[all...]
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dexport.mk4 UT_FOO=foo${BAR}
16 BAR=bar is ${UT_FU} macro
H A Dcomment.mk9 BAR=# defined macro
/freebsd-12-stable/tools/build/make_check/
H A DMakefile11 FOO= ${BAR}
12 BAR${NIL}= ${FOO}
13 FOO${BAR}= ${FOO}
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h263 Optional<BasicAAResult> BAR; member in class:llvm::LegacyAARGetter
269 BAR.emplace(createLegacyPMBasicAAResult(P, F));
270 AAR.emplace(createLegacyPMAAResults(P, F, *BAR));
H A DAliasAnalysis.h1210 AAResults createLegacyPMAAResults(Pass &P, Function &F, BasicAAResult &BAR);
/freebsd-12-stable/sys/dev/smc/
H A Dif_smcreg.h124 #define BAR 0x2 macro
H A Dif_smc.c271 /* Check the BAR. */
273 val = bus_read_2(reg, BAR);
277 device_printf(dev, "BAR address %x does not match "
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp853 BasicAAResult &BAR) {
858 AAR.addAAResult(BAR);
852 createLegacyPMAAResults(Pass &P, Function &F, BasicAAResult &BAR) argument
/freebsd-12-stable/sys/dev/cardbus/
H A Dcardbus_cis.c298 device_printf(cbdev, "CIS BAR length not 6 (%d)\n", len);
311 device_printf(cbdev, "Invalid BAR type 0 in CIS\n");
318 /* Convert from BAR type to BAR offset */
470 DEVPRINTF((cbdev, "CIS in BAR %#x\n", *rid));
648 MAKETUPLE(BAR, bar),
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex8918 \gdef^^a6{\missingcharmsg{BROKEN BAR}}

Completed in 278 milliseconds