Searched refs:VALUE (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/preprocessor/
H A Derr.mulelse.d39 #define VALUE 5
41 #define VALUE 10
43 #define VALUE 15
45 #define VALUE 20
53 printf("The value is %d\n", VALUE);
H A Derr.D_IDENT_UNDEF.afterprobe.d46 printf("The value is %d\n", VALUE);
50 #define VALUE 5
H A Derr.D_PRAGCTL_INVAL.tabdefine.d38 #define VALUE 5
45 printf("The VALUE is %d\n", VALUE);
H A Derr.D_SYNTAX.withoutpound.d38 define VALUE 5
45 printf("The value is %d\n", VALUE);
H A Derr.ifdefincomp.d39 #define VALUE 5
46 printf("The value is %d\n", VALUE);
H A Derr.ifdefnotendif.d38 #define VALUE 5
45 printf("The value is %d\n", VALUE);
H A Dtst.predicatedeclare.d43 #define VALUE 5
47 printf("The value is %d\n", VALUE);
H A Dtst.withinprobe.d45 #define VALUE 5
48 printf("The value is %d\n", VALUE);
H A Dtst.ifdef.d39 #define VALUE 5
41 #define VALUE 10
49 printf("The value is %d\n", VALUE);
H A Dtst.ifndef.d43 #define VALUE 5
45 #define VALUE 10
53 printf("The value is %d\n", VALUE);
H A Dtst.ifnotdef.d39 #define VALUE 5
41 #define VALUE 10
49 printf("The value is %d\n", VALUE);
H A Dtst.logicaland.d39 #define VALUE 0
41 #define VALUE 1
48 printf("The value is %d\n", VALUE);
H A Dtst.logicalandor.d39 #define VALUE 0
41 #define VALUE 1
48 printf("The value is %d\n", VALUE);
H A Dtst.logicalor.d39 #define VALUE 0
41 #define VALUE 1
48 printf("The value is %d\n", VALUE);
H A Dtst.muland.d39 #define VALUE 0
41 #define VALUE 1
48 printf("The value is %d\n", VALUE);
H A Dtst.mulor.d39 #define VALUE 0
41 #define VALUE 1
48 printf("The value is %d\n", VALUE);
H A Dtst.preexpelse.d39 #define VALUE 5
41 #define VALUE 10
49 printf("The value is %d\n", VALUE);
H A Dtst.preexpifelse.d40 #define VALUE 5
42 #define VALUE 10
50 printf("The value is %d\n", VALUE);
H A Dtst.preexpif.d40 #define VALUE 5
48 printf("The value is %d\n", VALUE);
H A Derr.defincomp.d45 printf("The value is %d\n", VALUE);
H A Derr.incompelse.d45 printf("The value is %d\n", VALUE);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.AddSearchPath.d39 * Create a file <filename> and define the variable VALUE in it. Move it a
43 * Verify VALUE.
53 printf("Value of VALUE: %d\n", VALUE);
H A Dtst.AddSearchPath.d.ksh49 /1520 != VALUE/
51 printf("VALUE: %d, Test should fail\n", VALUE);
56 /1520 == VALUE/
58 printf("VALUE: %d, Test should pass\n", VALUE);
70 echo "#define VALUE 1520" > $tempfile
H A Dtst.UnDefineNameWithCPP.d.ksh45 $dtrace -C -D VALUE=40 -U VALUE -s /dev/stdin <<EOF
50 printf("Value of VALUE: %d\n", VALUE);
H A Dtst.DefineNameWithCPP.d.ksh43 $dtrace -C -D VALUE=40 -s /dev/stdin <<EOF
48 printf("Value of VALUE: %d\n", VALUE);

Completed in 141 milliseconds

123