| /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.exp | 3 other 1
|
| opt-var-expanded.mk | 7 VAR= other ${VALUE} $$$$
|
| opt-var-literal.mk | 7 VAR= other ${VALUE} $$$$
|
| 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 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 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 50 FOREACH_PANEL (other) { 51 if (other != p) { 52 touchoverlap(p->win, other->win);
|
| /src/games/morse/ |
| morse.c | 14 * documentation and/or other materials provided with the distribution. 89 } other[] = { variable in typeref:struct:__anon106 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/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_chained_origin_depot.h | 22 u32 ChainedOriginDepotGet(u32 id, u32 *other);
|
| /src/sys/rump/fs/lib/liblayervfs/ |
| Makefile | 7 COMMENT=Layer file system support (used by other drivers)
|
| /src/tests/usr.bin/indent/ |
| opt_version.c | 9 When the option '--version' is given, any other options are ignored.
|
| /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); 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();
|
| sanitizer_flags.h | 33 void CopyFrom(const CommonFlags &other);
|
| sanitizer_flags.cc | 31 void CommonFlags::CopyFrom(const CommonFlags &other) { 32 internal_memcpy(this, &other, sizeof(*this));
|
| /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 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...] |
| /src/etc/pam.d/ |
| Makefile | 5 CONFIGFILES= README cron display_manager ftpd gdm imap kde login other \
|
| /src/common/lib/libc/gen/ |
| rbtree.c | 17 * documentation and/or other materials provided with the distribution. 340 const unsigned int other = which ^ RB_DIR_OTHER; local 360 new_child->rb_nodes[which] = old_child->rb_nodes[other]; 361 new_father->rb_nodes[other] = new_child; 371 * change is that new_child's position is now on the other side. 384 RB_SET_POSITION(new_child, other); 407 unsigned int other; local 427 other = which ^ RB_DIR_OTHER; 428 uncle = grandpa->rb_nodes[other]; 471 if (self == father->rb_nodes[other]) { 831 unsigned int other = which ^ RB_DIR_OTHER; local 976 const unsigned int other = direction ^ RB_DIR_OTHER; local 1026 const unsigned int other = direction ^ RB_DIR_OTHER; local 1197 const unsigned int other = which ^ RB_DIR_OTHER; local [all...] |