Searched refs:VAR (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmoderrs.mk5 VAR=TheVariable macro
15 @echo "VAR:Z=${VAR:Z}"
19 @echo "VAR:${MOD_UNKN}=${VAR:${MOD_UNKN}}"
22 @echo "Expect: Unclosed variable specification for VAR"
23 @echo VAR:S,V,v,=${VAR:S,V,v,
26 @echo "Expect: Unclosed variable specification for VAR"
27 @echo VAR
[all...]
H A Dmoderrs.exp3 VAR:Z=
6 VAR:Z=
7 Expect: Unclosed variable specification for VAR
8 make: Unclosed variable specification (expecting '}') for "VAR" (value "Thevariable") modifier S
9 VAR:S,V,v,=Thevariable
10 Expect: Unclosed variable specification for VAR
11 make: Unclosed variable specification after complex modifier (expecting '}') for VAR
12 VAR:S,V,v,=Thevariable
13 Expect: Unclosed substitution for VAR (, missing)
14 make: Unclosed substitution for VAR (, missin
[all...]
H A Dvarcmd.mk15 @echo "${TAG} FU=<v>${FU}</v> FOO=<v>${FOO}</v> VAR=<v>${VAR}</v>"
39 VAR=Internal macro
40 .MAKEOVERRIDES+= VAR
H A Dposix1.mk22 # ${VAR} = "foo bar baz"
26 VAR = foo\ macro
32 @echo '$${VAR} = "${VAR}"'
42 # ${VAR:s1=s2}: replace s1, if found, with s2 at end of each word in
43 # ${VAR}. s1 and s2 may contain macro expansions.
46 @echo '${VAR:r=R}, ${VAR:foo=}, ${VAR:not_there=wrong}, ${VAR
[all...]
H A Dvarshell.mk3 # Test VAR != shell command
H A Dposix1.exp1 ${VAR} = "foo bar baz"
46 ${%F:${VAR2}=${VAR}}=""
86 ${%F:${VAR2}=${VAR}}="obj1foo bar baz"
132 ${%F:${VAR2}=${VAR}}=""
179 ${%F:${VAR2}=${VAR}}="obj3foo bar baz"
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dlist.h211 #define list_for_each(VAR, HEAD) \
212 for ((VAR) = list_first((HEAD)); \
213 (VAR) != (HEAD); \
214 (VAR) = list_next((VAR)))
216 #define list_for_each_safe(VAR, NEXT, HEAD) \
217 for ((VAR) = list_first((HEAD)); \
218 ((VAR) != (HEAD)) && ((NEXT) = list_next((VAR)), 1); \
219 (VAR)
[all...]
/freebsd-11-stable/release/
H A DMakefile.azure14 . for VAR in _STORAGE _ACCOUNT _KEY
15 AZURE${VAR}!= grep -E ^AZURE${VAR} ${AZURE_UPLOAD_CONF} | awk -F' ' '{print $$2}'
28 .for VAR in _STORAGE _ACCOUNT _KEY
29 . if !defined(AZURE${VAR}) || empty(AZURE${VAR})
30 @echo "Variable AZURE${VAR} cannot be empty."
H A DMakefile.vagrant25 . for VAR in _KEY _USERNAME
26 VAGRANT${VAR}!= grep -E ^VAGRANT${VAR} ${VAGRANT_UPLOAD_CONF} | awk -F' ' '{print $$2}'
27 ATLAS${VAR}:= ${VAGRANT${VAR}}
48 .for VAR in _KEY _USERNAME _VERSION
49 . if !defined(VAGRANT${VAR}) || empty(VAGRANT${VAR})
50 @echo "Variable VAGRANT${VAR} cannot be empty."
H A DMakefile.gce39 .for VAR in _BUCKET
40 . if !defined(GCE${VAR}) || empty(GCE${VAR})
41 @echo "Variable GCE${VAR} cannot be empty."
/freebsd-11-stable/contrib/ldns/drill/
H A Ddrill.h27 #define DRILL_ON(VAR, BIT) \
28 (VAR) = (VAR) | (BIT)
29 #define DRILL_OFF(VAR, BIT) \
30 (VAR) = (VAR) & ~(BIT)
/freebsd-11-stable/contrib/tcsh/
H A Dtw.color.c45 #define VAR(suffix,variable,defaultcolor) \ macro
60 VAR('/', "di", "01;34"), /* Directory */
61 VAR('@', "ln", "01;36"), /* Symbolic link */
62 VAR('&', "or", ""), /* Orphanned symbolic link (defaults to ln) */
63 VAR('|', "pi", "33"), /* Named pipe (FIFO) */
64 VAR('=', "so", "01;35"), /* Socket */
65 VAR('>', "do", "01;35"), /* Door (solaris fast ipc mechanism) */
66 VAR('#', "bd", "01;33"), /* Block device */
67 VAR('%', "cd", "01;33"), /* Character device */
68 VAR('*', "e
[all...]
/freebsd-11-stable/contrib/gcclibs/include/
H A Dansidecl.h159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
165 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
212 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP); { struct Qdmy
/freebsd-11-stable/contrib/gdb/include/
H A Dansidecl.h154 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
160 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
207 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP); { struct Qdmy
/freebsd-11-stable/contrib/binutils/include/
H A Dansidecl.h159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
165 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
212 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP); { struct Qdmy
/freebsd-11-stable/usr.sbin/jail/
H A Djailparse.y53 %token <cs> STR STR1 VAR VAR1
149 | VAR
182 | VAR
/freebsd-11-stable/bin/ps/
H A Dps.h86 } VAR; typedef in typeref:struct:var
H A Dkeyword.c54 static VAR *findvar(char *, int, char **header);
67 static VAR var[] = {
242 VAR *v;
272 VAR *v;
293 * get on with our lives if this VAR is already
322 static VAR *
326 VAR *v, key;
334 v = bsearch(&key, var, sizeof(var)/sizeof(VAR) - 1, sizeof(VAR), vcmp);
360 return ((VAR *)NUL
[all...]
H A Dextern.h53 VARENT *find_varentry(VAR *);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcmd_args.c150 if (HAVE_OPT( VAR )) {
155 ct = STACKCT_OPT( VAR );
156 pp = STACKLST_OPT( VAR );
/freebsd-11-stable/share/mk/
H A Dlocal.gendirdeps.mk51 # gendirdeps.mk will turn _{VAR} into ${VAR} which keeps this simple
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-bsdlabel.sh81 VAR="${ACTIVEDEV} ${ZFSVARS}"
83 VAR="${ZTYPE} ${ACTIVEDEV} ${ZFSVARS}"
85 export VAR
93 VAR="${FSVARS}"
94 export VAR
98 # If we got here, set VAR to empty and export
99 export VAR=""
356 XTRAOPTS="$VAR"
/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c71 #define GET_NUMBER(VAR) do { \
72 VAR = 0; \
74 if (VAR > INT_MAX / 10) \
76 VAR *= 10; \
77 VAR += *fmt - '0'; \
78 if (VAR < 0) \
/freebsd-11-stable/contrib/dma/
H A DMakefile31 VAR?= /var macro
32 DMASPOOL?= ${VAR}/spool/dma
33 VARMAIL?= ${VAR}/mail
/freebsd-11-stable/contrib/one-true-awk/
H A Dawkgram.y62 %token <cp> VAR IVAR VARNF CALL NUMBER STRING
85 %left REGEXPR VAR VARNF IVAR WHILE '('
133 VAR { setfname($1); }
428 | VAR { arglist = $$ = celltonode($1,CVAR); }
429 | varlist comma VAR {
435 VAR { $$ = celltonode($1, CVAR); }

Completed in 185 milliseconds

12