| /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 48 int same = + + + + +- - - - -3; variable
|
| /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/ |
| varname-dot-make-level.exp | 4 : set-env-same
|
| cond-cmp-numeric-eq.mk | 5 # This comparison yields the same result, whether numeric or character-based. 11 # This comparison yields the same result, whether numeric or character-based. 53 # bits, these two numbers are considered the same. The 993 is rounded down
|
| 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
|
| 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
|
| directive-ifdef.mk | 37 # String literals are handled the same in all variants of the '.if' directive,
|
| opt-debug-var.mk | 21 # capturing the output of a subshell, which looks the same.
|
| 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.
|
| varmod-order.mk | 74 # Repeating the 'r' is not supported as well, for the same reasons as above. 83 # Repeating the 'r' is not supported as well, for the same reasons as above.
|
| varmod-remember.mk | 8 # expression is needed at the same time as a sequence of numbers. In these 10 # from where it is taken later in the same expression.
|
| check-expect.lua | 13 The order in the .mk file must be the same as in the .exp file. 20 The order in the .mk file must be the same as in the .exp file.
|
| hanoi-include.mk | 7 # * including the same file recursively (rather unusual)
|
| /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/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.
|
| /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/tests/usr.bin/diff/ |
| t_diff.sh | 59 atf_test_case same 172 atf_add_test_case same
|
| /src/sys/arch/sun3/dev/ |
| xdreg.h | 216 volatile u_char same[8]; /* same as xd_iopb */ member in struct:xd_iopb_ctrl 254 volatile u_char same2; /* byte f: same as xd_iopb */ 268 * of time in hopes of getting another cluster of reads in the same 288 volatile u_char same[6]; /* same as xd_iopb */ member in struct:xd_iopb_drive 292 volatile u_char same1; /* byte 7: same */ 312 volatile u_char same[6]; /* same as xd_iopb */ member in struct:xd_iopb_format 316 volatile u_char same1; /* byte 7: same */ [all...] |
| /src/sys/dev/vme/ |
| xdreg.h | 216 volatile u_char same[8]; /* same as xd_iopb */ member in struct:xd_iopb_ctrl 254 volatile u_char same2; /* byte f: same as xd_iopb */ 268 * of time in hopes of getting another cluster of reads in the same 288 volatile u_char same[6]; /* same as xd_iopb */ member in struct:xd_iopb_drive 292 volatile u_char same1; /* byte 7: same */ 312 volatile u_char same[6]; /* same as xd_iopb */ member in struct:xd_iopb_format 316 volatile u_char same1; /* byte 7: same */ [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common_interceptors_ioctl.inc | 20 // same thing. 113 // _(SOUND_MIXER_READ_LOUD, WRITE, sizeof(int)); // same as ...READ_ENHANCE 114 // _(SOUND_MIXER_READ_MUTE, WRITE, sizeof(int)); // same as ...READ_ENHANCE 115 // _(SOUND_MIXER_WRITE_LOUD, WRITE, sizeof(int)); // same as ...WRITE_ENHANCE 116 // _(SOUND_MIXER_WRITE_MUTE, WRITE, sizeof(int)); // same as ...WRITE_ENHANCE 369 // _(SIOCDEVPLIP, WRITE, struct_ifreq_sz); // the same as EQL_ENSLAVE
|
| /src/libexec/httpd/ |
| printenv.lua | 8 -- the same value on each invocation. You can not keep state between 24 -- or less the same as the variable for a CGI program
|
| /src/tests/usr.bin/sdiff/ |
| t_sdiff.sh | 127 atf_test_case same 201 atf_add_test_case same
|