/src/usr.bin/make/unit-tests/ |
opt-var-expanded.exp | 0 other value $$
|
opt-var-literal.exp | 0 other ${VALUE} $$$$
|
opt-ignore.exp | 6 other 1 8 other 2
|
opt-keep-going.mk | 4 # as an error is detected, but continues building the other, independent 14 all: dependency other 23 other: target 24 @echo other 1 26 @echo other 2
|
opt-ignore.mk | 16 all: dependency other 25 other: target 26 @echo other 1 28 @echo other 2
|
opt-var-expanded.mk | 7 VAR= other ${VALUE} $$$$
|
opt-var-literal.mk | 7 VAR= other ${VALUE} $$$$
|
opt-keep-going.exp | 3 other 1
|
dep-double-colon-indep.mk | 5 # independent of the other groups. 9 # other inconsistencies. 12 # than 1300, therefore nothing is done for it. The other targets are newer 13 # than 1300, therefore each of them is made, independently from the other.
|
opt-debug-varraw.mk | 6 # TODO: Does this make -V and -v equivalent, or are there any other subtle
|
shell-custom.mk | 6 # TODO: demonstrate the other shell features as well:
|
/src/lib/libpanel/ |
replace.c | 14 * documentation and/or other materials provided with the distribution. 42 PANEL *other; local in function:replace_panel 45 FOREACH_PANEL (other) { 46 if (other != p) 47 touchoverlap(p->win, other->win);
|
hide.c | 14 * documentation and/or other materials provided with the distribution. 37 PANEL *other; local in function:hide_panel 51 FOREACH_PANEL (other) { 52 touchoverlap(p->win, other->win);
|
move.c | 14 * documentation and/or other materials provided with the distribution. 47 PANEL *other; local in function:move_panel 50 FOREACH_PANEL (other) { 51 if (other != p) { 52 touchoverlap(p->win, other->win);
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
msan_chained_origin_depot.h | 22 u32 ChainedOriginDepotGet(u32 id, u32 *other);
|
/src/games/morse/ |
morse.c | 14 * documentation and/or other materials provided with the distribution. 89 } other[] = { variable in typeref:typename:const struct __anonc3962c150108[] 208 for (size_t i = 0; other[i].c; i++) 209 if (strcmp(other[i].morse, s) == 0) { 210 putchar(other[i].c); 230 for (int i = 0; other[i].c; i++) 231 if (other[i].c == c) { 232 show(other[i].morse);
|
/src/tests/usr.bin/indent/ |
opt_version.c | 9 When the option '--version' is given, any other options are ignored.
|
/src/sys/rump/fs/lib/liblayervfs/ |
Makefile | 7 COMMENT=Layer file system support (used by other drivers)
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_mutexset.h | 41 void operator=(const MutexSet &other) { 42 internal_memcpy(this, &other, sizeof(*this));
|
/src/tests/lib/libc/sync/ |
cpp_atomic_ops_linkable.cc | 17 * documentation and/or other materials provided with the distribution. 52 T tval(1), other(42); local in function:ATest::ATest 53 m_val.compare_exchange_weak(tval, other,
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_ring_buffer.h | 115 CompactRingBuffer(const CompactRingBuffer &other, void *storage) { 116 uptr size = other.GetStorageSize(); 117 internal_memcpy(storage, other.StartOfStorage(), size); 119 uptr Idx = other.Next() - (const T *)other.StartOfStorage();
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_sync.c | 19 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 21 * USE OR OTHER DEALINGS IN THE SOFTWARE. 70 struct radeon_fence *other; local in function:radeon_sync_fence 75 other = sync->sync_to[fence->ring]; 76 sync->sync_to[fence->ring] = radeon_fence_later(fence, other); 79 other = sync->last_vm_update; 80 sync->last_vm_update = radeon_fence_later(fence, other);
|
/src/sys/fs/nfs/client/ |
nfs_clcomsubs.c | 16 * documentation and/or other materials provided with the distribution. 515 st->other[0] = 0; 516 st->other[1] = 0; 517 st->other[2] = 0; 520 st->other[0] = 0xffffffff; 521 st->other[1] = 0xffffffff; 522 st->other[2] = 0xffffffff; 525 st->other[0] = stateidp->other[0]; 526 st->other[1] = stateidp->other[1] [all...] |
/src/games/mille/ |
end.c | 14 * documentation and/or other materials provided with the distribution. 79 if (Player[other(num)].mileage == 0) { 107 pp = &Player[other(num)]; 131 if (Player[other(num)].mileage == 0) {
|
/src/games/rogue/ |
score.c | 17 * documentation and/or other materials provided with the distribution. 67 killed_by(const object *monster, short other) 76 if (other != QUIT) { 80 if (other) { 81 switch(other) { 112 if ((!other) && (!no_skull)) { 136 put_scores(monster, other); 282 /* If there are other nulls in the score block, file is corrupt */ 336 put_scores(const object *monster, short other) 408 make_score(&scores[rank], monster, other); [all...] |