HomeSort by: relevance | last modified time | path
    Searched refs:dM (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
meta-cmd-cmp.mk 55 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} ${tests}
59 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS=changed ${tests}
63 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS2=changed ${tests}
67 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} ${filter_tests}
71 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} WRAPPER= ${filter_tests}
75 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} -DWITH_CMP_FILTER \
80 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} -DWITH_LOCAL_CMP_FILTER \
depsrc-meta.mk 11 .MAKEFLAGS: -dM
  /src/usr.bin/kdump/
mkioctls 107 ${CC} -E -nostdinc -isystem ${DESTDIR}/usr/include ${CPPFLAGS} -dM "${@}" | \
  /src/usr.bin/ktruss/
makeerrnos.sh 24 cat ${ERRNOH} | ${CPP} ${CPPFLAGS} -dM |
48 cat ${SIGNALH} | ${CPP} ${CPPFLAGS} -dM |
  /src/tests/kernel/
t_origin.sh 86 if ! cc -dM -E - < /dev/null | fgrep -q _LP64; then
90 if ! cc -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
  /src/tests/usr.bin/c++/
t_call_once.sh 120 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
123 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
173 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
176 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
237 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
240 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
275 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
294 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
297 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
t_cxxruntime.sh 113 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
116 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
165 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
168 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
217 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
220 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
249 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
263 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
266 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
t_hello.sh 109 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
112 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
161 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
164 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
211 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
214 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
243 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
257 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
260 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
t_pthread_once.sh 118 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
121 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
169 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
172 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
231 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
234 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
268 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
286 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
289 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
t_call_once2.sh 164 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
167 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
250 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
253 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
348 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
351 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
402 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
437 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
440 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
t_static_destructor.sh 73 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
77 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
205 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
t_fuzzer_oom.sh 129 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
t_fuzzer_simple.sh 141 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
t_fuzzer_timeout.sh 126 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
t_msan_allocated_memory.sh 127 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
t_msan_check_mem.sh 130 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
t_msan_free.sh 124 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
t_msan_heap.sh 109 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
t_msan_poison.sh 130 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
t_msan_stack.sh 124 if ! c++ -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
  /src/usr.bin/unifdef/
unifdefall.sh 14 cpp -dM "$@" | sort |
  /src/tests/usr.bin/cc/
t_hello.sh 102 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
116 if ! cc -dM -E - < /dev/null | fgrep -q _LP64; then
119 if ! cc -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
t_fuzzer_oom.sh 129 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
t_fuzzer_simple.sh 141 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
t_fuzzer_timeout.sh 126 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then

Completed in 25 milliseconds

1 2 3