Home
last modified time | relevance | path

Searched refs:Capturing (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dvar-op-shell.exp7 Capturing the output of command "echo '$$$$'"
12 Capturing the output of command "echo xy"
H A Ddirective-export-impl.exp18 Capturing the output of command "echo "$UT_VAR""
43 Capturing the output of command "echo "$UT_VAR""
H A Dvarmod-assign-shell.exp6 Capturing the output of command "echo output; (exit 13)"
H A Dvarmod-shell.exp7 Capturing the output of command "echo word; (exit 13)"
H A Dvarmod-sun-shell1.exp5 Capturing the output of command "echo 42; (exit 13)"
H A Dvarmod-sun-shell.exp7 Capturing the output of command "echo word; (exit 13)"
H A Dvarname-empty.exp16 Capturing the output of command "echo 'shell-output'"
/freebsd/contrib/bmake/
H A Dbsd.after-import.mk92 @echo Capturing $f
97 @echo Capturing $f
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DCodeCoverage.cmake115 # Capturing lcov counters and generating report
/freebsd/contrib/libevent/cmake/
H A DCodeCoverage.cmake115 # Capturing lcov counters and generating report
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3503 Expr *Capturing = const_cast<Expr *>(GetArgAt(CapturingParamIdx)); in checkLifetimeCaptureBy() local
3504 CapturingEntity CE{Capturing}; in checkLifetimeCaptureBy()