/src/usr.bin/make/unit-tests/ |
escape.mk | 188 # Backslash-newline in a command is retained. 202 second line spaces should be retained': 220 # Both backslashes are retained, but the newline is not escaped. 234 # Triple-backslash-newline in a command is retained. 243 second line spaces should be retained':
|
escape.exp | 57 second line spaces should be retained': 59 second line spaces should be retained: 87 second line spaces should be retained': 89 second line spaces should be retained:
|
var-scope-local-legacy.mk | 8 # are retained so that they can be resolved later, in the target scope.
|
varmod-undefined.mk | 46 # other backslashes are retained.
|
posix1.mk | 21 # are retained, but a single leading tab (if any) from the next line is
|
varmod-loop.mk | 213 # '@' and '\', respectively; all other backslashes are retained.
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
panfrost_drm.h | 216 * In the WILLNEED case, 'retained' indicates to userspace whether the 219 #define PANFROST_MADV_WILLNEED 0 /* backing pages are needed, status returned in 'retained' */ 225 __u32 retained; /* out, whether backing store still exists */ member in struct:drm_panfrost_madvise
|
msm_drm.h | 266 * In the WILLNEED case, 'retained' indicates to userspace whether the 269 #define MSM_MADV_WILLNEED 0 /* backing pages are needed, status returned in 'retained' */ 276 __u32 retained; /* out, whether backing store still exists */ member in struct:drm_msm_gem_madvise
|
vc4_drm.h | 376 __u32 retained; member in struct:drm_vc4_gem_madvise
|
i915_drm.h | 1409 __u32 retained; member in struct:drm_i915_gem_madvise
|
/src/sys/arch/m68k/060sp/dist/ |
iskeletn.s | 31 # SOFTWARE so long as this entire notice is retained without alteration
|
fskeletn.s | 31 # SOFTWARE so long as this entire notice is retained without alteration
|
os.s | 31 # SOFTWARE so long as this entire notice is retained without alteration
|
ilsp.s | 31 # SOFTWARE so long as this entire notice is retained without alteration
|
ftest.s | 31 # SOFTWARE so long as this entire notice is retained without alteration
|
isp.s | 31 # SOFTWARE so long as this entire notice is retained without alteration
|
itest.s | 31 # SOFTWARE so long as this entire notice is retained without alteration
|
pfpsp.s | 31 # SOFTWARE so long as this entire notice is retained without alteration
|
fplsp.s | 31 # SOFTWARE so long as this entire notice is retained without alteration
|
/src/sys/arch/m68k/fpsp/ |
fpsp.h | 27 * distribute the SOFTWARE so long as this entire notice is retained
|
l_fpsp.h | 27 * distribute the SOFTWARE so long as this entire notice is retained
|
/src/sys/arch/m68k/060sp/ |
isp.S | 31 |# SOFTWARE so long as this entire notice is retained without alteration
|
pfpsp.S | 31 |# SOFTWARE so long as this entire notice is retained without alteration
|
fpsp.S | 31 |# SOFTWARE so long as this entire notice is retained without alteration
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_gem.c | 1120 args->retained = obj->mm.madv != __I915_MADV_PURGED;
|