/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
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;
|
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;
|
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;
|
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_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...] |
/src/usr.bin/make/unit-tests/ |
depsrc-make.mk | 11 all: this-is-made 12 all: this-is-not-made 14 this-is-made: .MAKE 17 this-is-not-made:
|
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:
|
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:
|
depsrc-recursive.mk | 9 all: this-is-made 10 all: this-is-not-made 12 this-is-made: .RECURSIVE 15 this-is-not-made:
|
/src/usr.bin/crunch/examples/ |
fixit.conf | 21 ln sh -sh # init invokes the shell this way 44 libs -lcrypt # but don't include this when exporting :-(
|
fixit.conf | 21 ln sh -sh # init invokes the shell this way 44 libs -lcrypt # but don't include this when exporting :-(
|
fixit.conf | 21 ln sh -sh # init invokes the shell this way 44 libs -lcrypt # but don't include this when exporting :-(
|
/src/sys/ufs/chfs/ |
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...] |
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...] |
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/usr.bin/xargs/ |
strnsubst.c | 5 * You may do whatever you want with this file as long as 6 * the above copyright and this notice remain intact, along 40 char *s1, *s2, *this; local in function:strnsubst 70 this = strstr(s1, match); 71 if (this == NULL) 78 (void)strncat(s2, s1, (uintptr_t)this - (uintptr_t)s1); 80 s1 = this + strlen(match);
|
strnsubst.c | 5 * You may do whatever you want with this file as long as 6 * the above copyright and this notice remain intact, along 40 char *s1, *s2, *this; local in function:strnsubst 70 this = strstr(s1, match); 71 if (this == NULL) 78 (void)strncat(s2, s1, (uintptr_t)this - (uintptr_t)s1); 80 s1 = this + strlen(match);
|
strnsubst.c | 5 * You may do whatever you want with this file as long as 6 * the above copyright and this notice remain intact, along 40 char *s1, *s2, *this; local in function:strnsubst 70 this = strstr(s1, match); 71 if (this == NULL) 78 (void)strncat(s2, s1, (uintptr_t)this - (uintptr_t)s1); 80 s1 = this + strlen(match);
|
/src/sys/dev/acpi/ |
acpi_timer.c | 11 * notice, this list of conditions and the following disclaimer. 13 * notice, this list of conditions and the following disclaimer in the 16 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 178 uint32_t last, this, delta; local in function:acpitimer_test 190 (void)AcpiGetTimer(&this); 192 delta = acpitimer_delta(this, last); 199 last = this;
|
acpi_timer.c | 11 * notice, this list of conditions and the following disclaimer. 13 * notice, this list of conditions and the following disclaimer in the 16 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 178 uint32_t last, this, delta; local in function:acpitimer_test 190 (void)AcpiGetTimer(&this); 192 delta = acpitimer_delta(this, last); 199 last = 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...] |
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/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...] |