/src/sys/arch/atari/stand/bootxx/ |
start.S | 8 bra _C_LABEL(bootxx) | bootxx is small enough so bra works
|
/src/usr.bin/make/unit-tests/ |
directive-ifmake.exp | 1 make: directive-ifmake.mk:14: ok: positive condition works 2 make: directive-ifmake.mk:26: ok: negation works 3 make: directive-ifmake.mk:36: ok: double negation works
|
depsrc-end.mk | 4 # paradox but works since these special nodes are not in the dependency
|
varname-dot-objdir.mk | 10 # Having a ':=' assignment in the command line is construed but works
|
varmod-to-lower.mk | 20 # The ':tl' modifier works on the whole string, without splitting it into
|
directive-ifmake.mk | 13 # expect+1: ok: positive condition works 14 . info ok: positive condition works 25 # expect+1: ok: negation works 26 . info ok: negation works 35 # expect+1: ok: double negation works 36 . info ok: double negation works 49 # Negation also works in complex conditions.
|
counter-append.mk | 6 # This works since 2020-09-23. Before that, the counter ended up at having
|
counter.mk | 6 # This works since 2020-09-23. Before that, the counter ended up at having
|
job-flags.mk | 26 # This also works if the '-' is indented by a space or a tab.
|
varmod-to-title.mk | 20 # The ':tt' modifier works on the whole string, without splitting it into
|
sh-errctl.mk | 3 # Test a shell with error control. This only works in jobs mode; in compat
|
cond-cmp-numeric-ne.mk | 40 # Numeric comparison works by parsing both sides
|
varname-make_print_var_on_error-jobs.mk | 20 # As of 2020-10-23, .ERROR_CMD only works in parallel mode.
|
dollar.exp | 13 This works as expected.
|
varname-dot-curdir.mk | 36 # A normal assignment works fine, as does a substitution assignment.
|
cond-cmp-numeric-ge.mk | 65 # Numeric comparison works by parsing both sides
|
cond-cmp-numeric-gt.mk | 64 # Numeric comparison works by parsing both sides
|
cond-cmp-numeric-le.mk | 65 # Numeric comparison works by parsing both sides
|
cond-cmp-numeric-lt.mk | 64 # Numeric comparison works by parsing both sides
|
varname-dot-newline.mk | 15 # line", but that's not how the .newline variable works.
|
deptgt-posix.mk | 101 # and comment lines or empty lines, that works. 118 # In that mode, '.POSIX:' just loads <posix.mk>, which works as well.
|
cond-cmp-string.mk | 93 # Adding another expression to the string literal works though. 98 # Adding a space at the beginning of the quoted expression works though.
|
/src/etc/rc.d/ |
ntpd | 41 : exists and works
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_dce_virtual.c | 649 struct amdgpu_flip_work *works; local in function:dce_virtual_pageflip 663 works = amdgpu_crtc->pflip_works; 678 if (works->event) 679 drm_crtc_send_vblank_event(&amdgpu_crtc->base, works->event); 684 amdgpu_bo_unref(&works->old_abo); 685 kfree(works->shared); 686 kfree(works);
|
/src/tools/compat/buildaux/ |
ax_check_compile_flag.m4 | 11 # Check whether the given FLAG works with the current language's compiler
|