Searched refs:colons (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile.test5 test1: colons::colons::target
7 colons::colons::target:
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-edge.mk159 TESTS+= colons
160 INP.colons= value
161 MOD.colons= ${INP.colons::::}
162 EXP.colons= # empty
165 # expect+2: while evaluating variable "MOD.colons": while evaluating variable "INP.colons": Unknown modifier ":"
166 # expect+1: while evaluating variable "MOD.colons": while evaluating variable "INP.colons": Unknown modifier ":"
183 # expect+01: ok colons
[all...]
H A Dvar-op-sunsh.mk37 # Several colons can syntactically appear in a variable name.
41 # Since 2020-10-04, the colons are part of the variable name.
42 VAR:shoe:shore= echo two-colons
43 .if ${${:UVAR\:shoe\:shore}} != "echo two-colons"
H A Dvarmod-edge.exp18 make: "varmod-edge.mk" line 167: while evaluating variable "MOD.colons": while evaluating variable "INP.colons": Unknown modifier ":"
19 make: "varmod-edge.mk" line 167: while evaluating variable "MOD.colons": while evaluating variable "INP.colons": Unknown modifier ":"
20 make: "varmod-edge.mk" line 184: ok colons
H A Dopt-debug-lint.mk64 # by colons. See varparse-mod.mk.
72 # variable modifier had to be separated by colons. This was wrong though
H A Dvarmod-indirect.mk31 # they are separated with colons.
123 # The 'N' comes from the expression 'N${pat}', the separating colons come
H A Ddirective-for-escape.mk150 # could contain colons, which affected expressions having this exact
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java89 int colons = 0;
92 colons = 3;
95 colons = 2;
98 colons = 1;
103 if (colons > 0) {
131 // colons before each open curly brace, and again at the end
140 for (int c = 0; c < colons; ++c) {
/freebsd-current/usr.sbin/iscsid/
H A Discsid.c154 int error, colons = 0; local
183 * a port - or IPv4 address. Just count the colons.
187 colons++;
189 if (colons > 1) {
/freebsd-current/usr.sbin/ctld/
H A Dctld.c677 int error, colons = 0; local
701 * a port - or IPv4 address. Just count the colons.
705 colons++;
707 if (colons > 1) {

Completed in 109 milliseconds