Home
last modified time | relevance | path

Searched refs:FOO (Results 1 – 25 of 77) sorted by relevance

1234

/NextBSD/tools/regression/environ/
HDenvtest.t77 export FOO=${BAR}
81 run_test -g FOO
82 check_result "${FOO}"
84 run_test -c 3 -g FOO
98 run_test -c 1 -g FOO
101 run_test -c 2 -g FOO
104 run_test -c 3 -g FOO
107 run_test -c 4 -g FOO
112 run_test -c 1 -g FOO -s FOO2 ${NEWBAR} 1 -g FOO -g FOO2
115 run_test -c 2 -g FOO -s FOO2 ${NEWBAR} 1 -g FOO -g FOO2
[all …]
/NextBSD/usr.bin/bmake/tests/syntax/semi/
HDMakefile.test8 FOO=
10 FOO != echo ${FOO} ; echo ${BAR}
13 echo ${FOO}
19 FOO=foo
21 FOO != echo ${FOO} ; echo ${BAR}
24 echo ${FOO}
/NextBSD/usr.bin/bmake/tests/syntax/enl/
HDMakefile.test19 FOO=ok
22 FOO=not ok
24 @echo "${FOO}"
41 FOO=a\
45 @echo "${FOO}"
50 FOO=a\
57 @echo "${FOO}"
/NextBSD/contrib/bmake/unit-tests/
HDsysv.mk3 FOO ?=
4 FOOBAR = ${FOO:=bar}
18 .if empty(FOO)
19 @FOO="foo fu" ${.MAKE} -f ${_this} foo
HDvarcmd.mk6 FOO?=foo
15 @echo "${TAG} FU=<v>${FU}</v> FOO=<v>${FOO}</v> VAR=<v>${VAR}</v>"
18 @${.MAKE} -f ${MAKEFILE} FU=bar FOO=goo two
HDcomment.mk3 FOO=bar
/NextBSD/tools/build/make_check/
HDMakefile11 FOO= ${BAR} macro
12 BAR${NIL}= ${FOO}
13 FOO${BAR}= ${FOO}
/NextBSD/usr.bin/bmake/tests/variables/opt_V/
HDMakefile.test6 FOO= foo
7 FOOBAR= ${FOO}bar
/NextBSD/usr.bin/ctags/test/
HDctags.test3 FOO("here is a #define test: ) {");
10 #define FOO BAR
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/arrays/
HDerr.D_IDENT_UNDEF.badureg.d39 printf("FOO = 0x%x\n", uregs[FOO]);
/NextBSD/contrib/netbsd-tests/usr.bin/cut/
HDd_utf8.in4 FOOÄ:BAR:ÄBAZ
/NextBSD/tools/regression/msdosfs/
HDmsdosfstest-2.sh13 touch /tmp/msdosfstest/FOO
/NextBSD/crypto/heimdal/doc/
HDmisc.texi23 kerberos local-realm FOO.SE
25 kerberos server FOO.SE 10.0.0.1
HDkerberos4.texi115 FOO.SE = @{
/NextBSD/contrib/diff/
HDNEWS90 Also, `diff -D FOO' now outputs `/* ! FOO */' instead of `/* not FOO */'.
/NextBSD/gnu/usr.bin/grep/
HDNEWS142 - When searching a binary file FOO, grep now just reports
143 `Binary file FOO matches' instead of outputting binary data.
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDstructure323 To answer the question, "Does path FOO have a lock associated with
324 it?", one need only generate the MD5 digest of FOO's
332 To inquire about locks on children of the path FOO, you would
/NextBSD/contrib/gcc/doc/
HDcppopts.texi153 #if FOO
155 #else FOO
157 #endif FOO
161 The second and third @code{FOO} should be in comments, but often are not
HDcppinternals.texi874 #ifndef FOO
875 #define FOO
883 appears in a subsequent @code{#include} directive and @code{FOO} is
908 #ifndef FOO
914 #if !defined FOO [equivalently, #if !defined(FOO)]
979 #if !defined FOO
/NextBSD/contrib/byacc/
HDconfigure62 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
5438 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
/NextBSD/contrib/subversion/subversion/libsvn_fs_fs/
HDstructure737 To answer the question, "Does path FOO have a lock associated with
738 it?", one need only generate the MD5 digest of FOO's
746 To inquire about locks on children of the path FOO, you would
/NextBSD/usr.sbin/bsdconfig/share/
HDcommon.subr544 # f_usage $file "FOO" "BAR"
546 # Will cause instances of "@FOO@" appearing in $file to be replaced with the
/NextBSD/contrib/jansson/
HDCHANGES248 - Make test run on shells that don't support the ``export FOO=bar``
/NextBSD/contrib/gcc/
HDtree.def586 For example, if your type FOO is a RECORD_TYPE with a field BAR,
588 (FOO), just substitute <variable> above with a PLACEHOLDER_EXPR
589 whose TREE_TYPE is FOO. Then construct your COMPONENT_REF with
/NextBSD/contrib/tcsh/
HDFixes1286 > setenv FOO 123
1287 > foo FOO
1290 FOO=123
1291 FOO=bar
1769 31. Glob fix. setenv FOO `sleep 1` would either cause a segmentation fault.

1234