| /src/usr.bin/make/unit-tests/ |
| H A D | 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
|
| H A D | archive-suffix.exp | 1 `all' is up to date.
|
| H A D | opt-touch-jobs.exp | 2 `opt-touch-join' is up to date. 3 `opt-touch-use' is up to date.
|
| H A D | opt-touch.exp | 1 `opt-touch-join' is up to date. 2 `opt-touch-use' is up to date.
|
| H A D | 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"
|
| H A D | 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 stac [all...] |
| H A D | 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 [all...] |
| /src/sys/arch/sparc/include/ |
| H A D | sljit_machdep.h | 36 #define SLJIT_CACHE_FLUSH(from, to) \ 37 sparc_cache_flush((sljit_ins *)(from), (sljit_ins *)(to))
|
| /src/sys/arch/i386/include/ |
| H A D | sljit_machdep.h | 38 #define SLJIT_CACHE_FLUSH(from, to)
|
| /src/lib/libc/string/ |
| H A D | stpcpy.c | 18 * may be used to endorse or promote products derived from this software 51 stpcpy(char * __restrict to, const char * __restrict from) argument 54 for (; (*to = *from); ++from, ++to); 55 return(to);
|
| /src/common/lib/libc/string/ |
| H A D | strcpy.c | 16 * may be used to endorse or promote products derived from this software 51 strcpy(char *to, const char *from) argument 53 char *save = to; 55 for (; (*to = *from) != '\0'; ++from, ++to);
|
| /src/games/sail/ |
| H A D | dr_4.c | 16 * may be used to endorse or promote products derived from this software 45 ungrap(struct ship *from, struct ship *to) argument 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) argument 64 if (capship(from)->nationality != capship(to)->nationality && 67 send_grap(from, to->file->index); 68 send_grap(to, fro [all...] |
| /src/sys/fs/ntfs/ |
| H A D | ntfs_compr.h | 31 #error not supposed to be exposed to userland.
|
| H A D | ntfs_vfsops.h | 31 #error not supposed to be exposed to userland.
|
| /src/sys/arch/powerpc/include/ |
| H A D | sljit_machdep.h | 41 #define SLJIT_CACHE_FLUSH(from, to) \ 42 __syncicache((void *)(from), (size_t)((to) - (from)))
|
| /src/sys/arch/mips/include/ |
| H A D | sljit_machdep.h | 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/amd64/include/ |
| H A D | sljit_machdep.h | 36 #define SLJIT_CACHE_FLUSH(from, to)
|
| /src/sys/arch/aarch64/include/ |
| H A D | sljit_machdep.h | 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/tools/compat/ |
| H A D | nbtool_config.h.in | 11 /* Define to 1 if your 'fparseln' function is broken. */ 14 /* Define to 1 if using 'alloca.c'. */ 17 /* Define to 1 if you have 'alloca', as a function or macro. */ 20 /* Define to 1 if <alloca.h> works. */ 23 /* Define to 1 if you have the <arpa/nameser.h> header file. */ 26 /* Define to 1 if you have the 'asnprintf' function. */ 29 /* Define to 1 if you have the 'asprintf' function. */ 32 /* Define to 1 if you have the <assert.h> header file. */ 35 /* Define to 1 if you have the 'atoll' function. */ 38 /* Define to [all...] |
| /src/sys/external/bsd/drm2/radeon/ |
| H A D | 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/vmwgfx/ |
| H A D | 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/dist/drm/amd/display/dc/dsc/ |
| H A D | 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: 37 static void copy_pps_fields(struct drm_dsc_config *to, const struct drm_dsc_config *from) argument 39 to->line_buf_depth = from->line_buf_depth; 40 to [all...] |
| /src/lib/librumpuser/ |
| H A D | rumpuser_config.h.in | 3 /* Define to 1 if you have the `aligned_alloc' function. */ 6 /* Define to 1 if you have the `arc4random_buf' function. */ 9 /* Define to 1 if you have the `chflags' function. */ 12 /* Define to 1 if the system has the type `clockid_t'. */ 24 /* Define to 1 if you have the `fsync_range' function. */ 27 /* Define to 1 if you have the `getenv_r' function. */ 30 /* Define to 1 if you have the `getprogname' function. */ 33 /* Define to 1 if you have the `getsubopt' function. */ 36 /* Define to 1 if you have the <inttypes.h> header file. */ 39 /* Define to [all...] |
| /src/lib/libc/arch/powerpc/sys/ |
| H A D | __vfork14.S | 13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent
|
| H A D | fork.S | 13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent
|