/src/tests/usr.bin/diff/ |
t_diff.sh | 59 atf_test_case same 74 atf_add_test_case same
|
/src/tests/usr.bin/indent/ |
lsym_unary_op.c | 34 * token. The same applies to '&', but that case is irrelevant in practice 41 int same = + + + + + - - - - - 3; variable in typeref:typename:int 48 int same = + + + + +- - - - -3; variable in typeref:typename:int
|
/src/lib/libm/noieee_src/ |
n_frexpl.c | 37 #error This file is only for machiens where long double is the same as double.
|
/src/usr.bin/make/unit-tests/ |
depsrc-phony.mk | 4 # which executes the commands for the target even if a file of the same
|
varname-dot-make-level.exp | 4 : set-env-same
|
varname-dot-make-level.mk | 5 # even though they don't have the same value. 7 all: .PHONY level_1 set-env-same set-env-different 32 # read-only global variable with the same value as before, ignore the 44 set-env-same: .PHONY
|
varmod-order-numeric.mk | 27 # Both ':Onr' and ':Orn' have the same effect. 33 # equal-valued numbers are spelled the same, so they are indistinguishable in 40 # If there are several numbers that have the same integer value, they are
|
opt-ignore.mk | 4 # shell commands, and just continues with the next command, even from the same
|
varmod-quote.mk | 7 # The set of escaped characters is the same, no matter which shell (sh, csh,
|
varname-dot-make-ppid.mk | 17 # the same, make would run as process 1, which is not a good idea because make
|
varparse-mod.mk | 28 # :M (because '}' and ')' are treated the same) 29 # :N (because '}' and ')' are treated the same)
|
varname-dot-shell.exp | 8 Global: ignoring '.SHELL = overwritten' due to a command line variable of the same name 25 Global: ignoring '.SHELL = newly overwritten' due to a command line variable of the same name
|
var-scope-cmdline.mk | 23 # there is a cmdline variable of the same name. 26 # same name is deleted. 33 # there cannot be a cmdline variable of the same name. Therefore, after 37 # The above ruleset provides the same guarantees as the simple rule "cmdline 41 # variable was deleted, but not with the exact same name as the cmdline
|
varmod-match-escape.mk | 9 # are unescaped, and in the pattern matching these have the same meaning as 37 # If ParseModifier_Match had used the same parsing algorithm as Var_Subst, 92 # The ']' is part of the character range and at the same time ends the 95 # The first ']' is part of the character range and at the same time ends the 98 # The first ']' is part of the character range and at the same time ends the
|
dep-double-colon-indep.mk | 4 # dependency groups with the same target. Each group is evaluated on its own,
|
depsrc-usebefore-double-colon.mk | 8 # The dependency operator :: allows commands to be added later to the same
|
directive-ifdef.mk | 37 # String literals are handled the same in all variants of the '.if' directive,
|
sh-meta-chars.mk | 19 # It's hard to do any useful tests that result in the same output.
|
varmod-to-abs.mk | 10 # variable with the same name as the path that is to be resolved. There were
|
varname-dollar.mk | 7 # and $$ would always expand to the same value.
|
cond-cmp-numeric-ne.mk | 10 # This comparison yields the same result, whether numeric or character-based.
|
dep-duplicate.mk | 22 # default 'makefile' or 'Makefile', to produce the same result when
|
/src/games/snake/snake/ |
snake.c | 81 #define same(s1, s2) ((s1)->line == (s2)->line && (s1)->col == (s2)->col) macro 413 if (same(&you, &money)) { 428 if (same(&you, &finish)) { 493 if (same(&p, &you)) 495 if (same(&p, &money)) 497 if (same(&p, &finish)) 500 if (same(&p, &snake[i])) 635 if (same(&d, &money)) 637 if (same(&d, &finish)) 877 if (same(&snake[i], &snake[5]) [all...] |
/src/tests/lib/librumphijack/ |
t_vfs.sh | 135 atf_check -s exit:0 mv /rump/mnt/filename /rump/mnt/dir/same 137 stat -f "${statstr}" /rump/mnt/dir/same 149 atf_check -s exit:0 ln /rump/mnt/filename /rump/mnt/dir/same 153 stat -f "${statstr}" /rump/mnt/dir/same
|
/src/sys/arch/sun2/sun2/ |
locore.s | 93 | of the kernel text segment (not necessarily the same as kernbase). 394 * and hard-wired the same way on all sun3 models.
|