/src/usr.bin/make/unit-tests/ |
varmod-to-abs.exp | 1 make: varmod-to-abs.mk:19: does-not-exist.c 2 make: varmod-to-abs.mk:21: does-not-exist.c 3 cached_realpath: varmod-to-abs.mk -> varmod-to-abs.mk 4 make: varmod-to-abs.mk:26: varmod-to-abs.mk
|
archive-suffix.exp | 1 `all' is up to date.
|
opt-touch-jobs.exp | 2 `opt-touch-join' is up to date. 3 `opt-touch-use' is up to date.
|
opt-touch.exp | 1 `opt-touch-join' is up to date. 2 `opt-touch-use' is up to date.
|
posix-expansion.mk | 11 MOD_SUBST= S s from to 13 .if ${MOD_SUBST:S=from=to=} != "from=to= s from to" 16 # The modifier does not contain a "=" and thus falls back to the BSD modifier. 17 .if ${MOD_SUBST:S,from,to,} != "S s to to"
|
hanoi-include.exp | 1 Move the upper disk from stack A to stack C. 2 Move the upper disk from stack A to stack B. 3 Move the upper disk from stack C to stack B. 4 Move the upper disk from stack A to stack C. 5 Move the upper disk from stack B to stack A. 6 Move the upper disk from stack B to stack C. 7 Move the upper disk from stack A to stack C. 8 Move the upper disk from stack A to stack B. 9 Move the upper disk from stack C to stack B. 10 Move the upper disk from stack C to stack A [all...] |
varmod-to-separator.exp | 1 make: varmod-to-separator.mk:154: Invalid character number at "400:tu}" 3 make: varmod-to-separator.mk:169: Invalid character number at "100:tu}" 5 make: varmod-to-separator.mk:177: Invalid character number at ",}" 7 make: varmod-to-separator.mk:183: Invalid character number at "112233445566778899}" 9 make: varmod-to-separator.mk:188: Unknown modifier ":ts\-300" 11 make: varmod-to-separator.mk:197: Unknown modifier ":ts\8" 13 make: varmod-to-separator.mk:205: Unknown modifier ":ts\100L" 15 make: varmod-to-separator.mk:213: Unknown modifier ":ts\x40g" 17 make: varmod-to-separator.mk:222: Unknown modifier ":tx" 19 make: varmod-to-separator.mk:230: Unknown modifier ":ts\X [all...] |
/src/sys/arch/sparc/include/ |
sljit_machdep.h | 18 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 36 #define SLJIT_CACHE_FLUSH(from, to) \ 37 sparc_cache_flush((sljit_ins *)(from), (sljit_ins *)(to))
|
/src/common/lib/libc/string/ |
strcpy.c | 16 * may be used to endorse or promote products derived from this software 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 51 strcpy(char *to, const char *from) 53 char *save = to; 55 for (; (*to = *from) != '\0'; ++from, ++to);
|
/src/lib/libc/string/ |
stpcpy.c | 18 * may be used to endorse or promote products derived from this software 22 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 51 stpcpy(char * __restrict to, const char * __restrict from) 54 for (; (*to = *from); ++from, ++to); 55 return(to);
|
/src/sys/arch/i386/include/ |
sljit_machdep.h | 18 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 38 #define SLJIT_CACHE_FLUSH(from, to)
|
/src/games/sail/ |
dr_4.c | 16 * may be used to endorse or promote products derived from this software 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 45 ungrap(struct ship *from, struct ship *to) 50 if ((k = grappled2(from, to)) == 0) 52 friend = capship(from)->nationality == capship(to)->nationality; 55 cleangrapple(from, to, 0); 56 makesignal(from, "ungrappling $$", to); 62 grap(struct ship *from, struct ship *to) 64 if (capship(from)->nationality != capship(to)->nationality & [all...] |
/src/sys/external/bsd/sljit/dist/doc/tutorial/ |
99bottles.bf | 93 [<]>>>> go back to fourth cell 100 < back to cell 3 102 [>]<< go to last cell and back to LF 104 [<]> go to first cell 114 #[<]> go to first cell 123 [<]>> go to cell 2 125 < go to cell 1 137 [<]>>>- go to cell 3/subtract 1 139 ++++++++++ add 10 to cell [all...] |
/src/sys/arch/powerpc/include/ |
sljit_machdep.h | 18 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 41 #define SLJIT_CACHE_FLUSH(from, to) \ 42 __syncicache((void *)(from), (size_t)((to) - (from)))
|
/src/sys/fs/ntfs/ |
ntfs_compr.h | 17 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 31 #error not supposed to be exposed to userland.
|
ntfs_vfsops.h | 17 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 31 #error not supposed to be exposed to userland.
|
/src/sys/arch/amd64/include/ |
sljit_machdep.h | 18 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 36 #define SLJIT_CACHE_FLUSH(from, to)
|
/src/sys/arch/mips/include/ |
sljit_machdep.h | 18 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 43 #define SLJIT_CACHE_FLUSH(from, to) mips_icache_sync_range( \ 44 (vaddr_t)(from), (vsize_t)((const char *)(to) - (const char *)(from))) 48 #define SLJIT_CACHE_FLUSH(from, to) \ 49 (void)_cacheflush((void*)(from), (size_t)((to) - (from)), ICACHE)
|
/src/sys/arch/aarch64/include/ |
sljit_machdep.h | 18 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 58 #define SLJIT_CACHE_FLUSH(from, to) \ 59 cpu_icache_sync_range((vaddr_t)(from), (vsize_t)((to) - (from))) 61 #define SLJIT_CACHE_FLUSH(from, to) \ 62 (void)__builtin___clear_cache((char *)(from), (char *)(to))
|
/src/sys/external/bsd/drm2/vmwgfx/ |
vmwgfx2netbsd | 5 # $ /path/to/vmwgfx2netbsd > /path/to/files.vmwgfx.new 13 # Location of the vmwgfx sources relative to $NETBSDSRCDIR. 52 printf("Time to rewite me!\n") > "/dev/stderr" 57 | while read from to; do 60 if [ "x$from" != "x$to" -a \! -f "$to" ]; then 61 ${MV} -f -- "$from" "$to" 63 printf 'file\t%s\t%s\n' "$vmwgfx_top/$to" "$vmwgfx_flag"
|
/src/sys/external/bsd/drm2/radeon/ |
radeon2netbsd | 5 # $ /path/to/radeon2netbsd > /path/to/files.radeon.new 13 # Location of the Radeon sources relative to $NETBSDSRCDIR. 56 printf("Time to rewite me!\n") > "/dev/stderr" 61 | while read from to; do 64 if [ "x$from" != "x$to" -a \! -f "$to" ]; then 65 ${MV} -f -- "$from" "$to" 67 printf 'file\t%s\t%s\n' "$radeon_top/$to" "$radeon_flag"
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/ |
amdgpu_rc_calc_dpi.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 8 * to deal in the Software without restriction, including without limitation 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 * and/or sell copies of the Software, and to permit persons to whom the 11 * Software is furnished to do so, subject to the following conditions: 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37 static void copy_pps_fields(struct drm_dsc_config *to, const struct drm_dsc_config *from) 39 to->line_buf_depth = from->line_buf_depth [all...] |
/src/lib/libc/arch/powerpc/sys/ |
__vfork14.S | 13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent
|
fork.S | 13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent
|
/src/lib/libc/arch/powerpc64/sys/ |
__vfork14.S | 13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent
|