HomeSort by: relevance | last modified time | path
    Searched refs:this (Results 1 - 25 of 791) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
depsrc-make.exp 0 this-is-made is made.
2 echo this-is-not-made is just echoed.
depsrc-recursive.exp 0 this-is-made is made.
2 echo this-is-not-made is just echoed.
sh-leading-plus.exp 1 echo 'this command is not run'
2 echo 'this command is run'
3 this command is run
error.mk 8 # expect+1: warning: this could be serious
9 .warning this could be serious
10 # expect+1: this is fatal
11 .error this is fatal
12 .info this is not reached because of the .error above
15 : this is not reached because of the .error
error.exp 2 make: error.mk:9: warning: this could be serious
3 make: error.mk:11: this is fatal
depsrc-recursive.mk 9 all: this-is-made
10 all: this-is-not-made
12 this-is-made: .RECURSIVE
15 this-is-not-made:
depsrc-make.mk 11 all: this-is-made
12 all: this-is-not-made
14 this-is-made: .MAKE
17 this-is-not-made:
dep-exclam.mk 6 # TODO: Is this related to OP_PHONY?
7 # TODO: Is this related to OP_EXEC?
8 # TODO: Is this related to OP_MAKE?
export-all.mk 13 # this will cause trouble (recursing if we let it)
15 # this will be ok
24 UT_ALL= even this gets exported
export-variants.mk 12 . warning At this point, no variable should be exported.
16 . warning At this point, no variable should be exported.
20 . warning At this point, no variable should be exported.
28 . warning At this point, a single variable should be exported.
32 . warning At this point, a single variable should be exported.
36 . warning At this point, a single variable should be exported.
export-all.exp 1 UT_ALL=even this gets exported
3 UT_DOLLAR=This is $UT_FU
suff-main.mk 9 # At this point, the target '.1.2' is a normal target.
16 # At this point, 'next-main' is effectively ignored.
19 # inference rule (OP_TRANSFORM). As a side effect, this target is no longer
21 # the main target, which in this case is 'next-main'.
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_mm.c 7 * copy of this software and associated documentation files (the "Software"),
13 * The above copyright notice and this permission notice shall be included in
55 struct nvkm_mm_node *this = *pthis; local in function:nvkm_mm_free
57 if (this) {
58 struct nvkm_mm_node *prev = node(this, prev);
59 struct nvkm_mm_node *next = node(this, next);
62 prev->length += this->length;
63 list_del(&this->nl_entry);
64 kfree(this); this = prev
119 struct nvkm_mm_node *prev, *this, *next; local in function:nvkm_mm_head
194 struct nvkm_mm_node *prev, *this, *next; local in function:nvkm_mm_tail
    [all...]
nouveau_nvkm_core_enum.c 9 * a copy of this software and associated documentation files (the
16 * The above copyright notice and this permission notice (including the
52 int this = snprintf(data, size, "%s%s", local in function:nvkm_snprintbf
54 size -= this;
55 data += this;
  /src/sys/arch/m68k/060sp/dist/
errata 31 # SOFTWARE so long as this entire notice is retained without alteration
41 No known errata for this release.
  /src/sys/ufs/chfs/
chfs_readinode.c 11 * This code is derived from software contributed to The NetBSD Foundation
18 * notice, this list of conditions and the following disclaimer.
20 * notice, this list of conditions and the following disclaimer in the
23 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
324 struct chfs_tmp_dnode_info *this; local in function:chfs_add_tmp_dnode_to_tree
330 this = (struct chfs_tmp_dnode_info *)node;
331 while (this->tmpnode->overlapped) {
334 this->tmpnode->overlapped = 0;
338 this = (struct chfs_tmp_dnode_info *)node
522 struct chfs_node_frag *this; local in function:chfs_add_frag_to_fragtree
615 struct chfs_node_frag *this, *next; local in function:chfs_remove_frags_of_node
641 struct chfs_node_frag *this, *next; local in function:chfs_kill_fragtree
887 struct chfs_tmp_dnode_info *pen, *last, *this; local in function:chfs_build_fragtree
    [all...]
chfs_vnode_cache.c 10 * This code is derived from software contributed to The NetBSD Foundation
17 * notice, this list of conditions and the following disclaimer.
19 * notice, this list of conditions and the following disclaimer in the
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
126 struct chfs_vnode_cache *this, *next; local in function:chfs_vnocache_hash_destroy
131 this = hash[i];
132 while (this) {
133 next = this->next;
134 chfs_vnode_cache_free(this);
    [all...]
  /src/lib/librefuse/refuse/
v32.h 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
16 * products derived from this software without specific prior written
19 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
28 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
38 # error Do not include this header directly. Include <fuse.h> instead.
poll.h 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
16 * products derived from this software without specific prior written
19 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
28 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
37 # error Do not include this header directly. Include <fuse.h> instead.
  /src/sys/external/isc/libsodium/dist/test/default/
pre.js.inc 2 this['Module'] = Module;
5 this['Module'] = Module = {};
  /src/common/dist/zlib/contrib/infback9/
inftree9.c 16 include such an acknowledgment, I would appreciate that you keep this
48 code this; /* table entry for duplication */ local in function:inflate_table9
85 This routine assumes, but does not check, that all of the entries in
86 lens[] are in the range 0..MAXBITS. The caller must assure this.
88 symbol does not occur in this code.
139 Create and fill in decoding tables. In this loop, the table being
148 of the low root bits of huff. This is saved in low to check for when a
154 counts are used for this, and so count[] is decremented as codes are
164 all codes of length max, i.e. all codes, have been processed. This
165 routine permits incomplete codes, so another loop after this one fill
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_stats.h 5 // This file is distributed under the University of Illinois Open Source
14 #error This file must be included inside sanitizer_allocator.h
30 internal_memset(this, 0, sizeof(*this));
63 next_ = this;
64 prev_ = this;
67 internal_memset(this, 0, sizeof(*this));
74 s->prev_ = this;
90 const AllocatorStats *stats = this;
    [all...]
sanitizer_suppressions.h 5 // This file is distributed under the University of Illinois Open Source
23 Suppression() { internal_memset(this, 0, sizeof(*this)); }
  /src/sys/dev/videomode/
pickmode.c 7 * this code was contributed to The NetBSD Foundation by Michael Lorenz
13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
18 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS
27 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
47 const struct videomode *this, *best = NULL; local in function:pick_mode_by_dotclock
53 this = &videomode_list[i];
54 if ((this->hdisplay != width) || (this->vdisplay != height) ||
55 (this->dot_clock > dotclock)
72 const struct videomode *this, *best = NULL; local in function:pick_mode_by_ref
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerRandom.h 5 // This file is distributed under the University of Illinois Open Source
21 result_type operator()() { return this->std::mt19937::operator()(); }
22 size_t Rand() { return this->operator()(); }

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>