Home
last modified time | relevance | path

Searched refs:WAIT (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/contrib/bmake/unit-tests/
H A Ddepsrc-wait.mk20 x: a .WAIT b
38 three-by-three: .WAIT 3a1 3a2 3a3 .WAIT 3b1 3b2 3b3 .WAIT 3c1 3c2 3c3 .WAIT
H A Dvarname-dot-make-mode.mk34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT
H A Ddotwait.mk41 simple: simple.1 .WAIT simple.2
45 recursive: recursive.1.99 .WAIT recursive.2.99
52 shared: shared.1.99 .WAIT shared.2.99
58 cycle: cycle.1.99 .WAIT cycle.2.99
H A Dsh-jobs.mk10 all: .PHONY comment .WAIT comment-with-followup-line .WAIT no-comment
H A Djob-flags.mk8 all: silent .WAIT ignore .WAIT ignore-cmds
H A Dopt-jobs-no-action.mk90 combined: .WAIT ${target} .WAIT
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.h225 # ifdef WAIT
226 # warning undefining WAIT due to option name conflict
227 # undef WAIT
247 # undef WAIT
286 DESC(WAIT).optActualIndex = 17; \
287 DESC(WAIT).optActualValue = VALUE_OPT_WAIT; \
288 DESC(WAIT).fOptState &= OPTST_PERSISTENT_MASK; \
289 DESC(WAIT).fOptState |= OPTST_SET )
291 DESC(WAIT).fOptState &= OPTST_PERSISTENT_MASK; \
292 DESC(WAIT).fOptState |= OPTST_SET | OPTST_DISABLED; \
[all …]
/freebsd/share/mk/
H A Dbsd.subdir.mk147 for dir in ${SUBDIR:N.WAIT}; do ( ${_SUBDIR_SH} ); done
151 .for __dir in ${SUBDIR:N.WAIT}
159 _subdir_filter= N.WAIT
166 .if ${__dir} == .WAIT
167 __subdir_targets+= .WAIT
H A Dmeta.subdir.mk31 DIRDEPS = ${SUBDIR:N.WAIT:O:u:@d@${RELDIR}/$d@}
60 find ${SUBDIR:N.WAIT} -type f \( ${_find_name} \) -print -o \
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertWait.cpp75 case X86::WAIT: in isX87ControlInstruction()
122 BuildMI(MBB, AfterMI, MI->getDebugLoc(), TII->get(X86::WAIT)); in runOnMachineFunction()
/freebsd/contrib/bmake/mk/
H A Dmeta.subdir.mk31 DIRDEPS = ${SUBDIR:N.WAIT:O:u:@d@${RELDIR}/$d@}
60 find ${SUBDIR:N.WAIT} -type f \( ${_find_name} \) -print -o \
H A Dinit.mk105 .WAIT:
111 all: beforebuild .WAIT realbuild
/freebsd/tests/sys/cddl/zfs/tests/mv_files/
H A Dmv_files_common.kshlib58 \$WAIT \$pid
110 (( $? == 0 )) && $WAIT $pid
/freebsd/sys/modules/tests/
H A DMakefile3 SUBDIR+= .WAIT
/freebsd/usr.sbin/fifolog/
H A DMakefile2 SUBDIR= lib .WAIT \
/freebsd/contrib/blocklist/
H A DMakefile3 SUBDIR = lib .WAIT include bin etc libexec
/freebsd/usr.sbin/wpa/
H A DMakefile2 SUBDIR= src .WAIT \
/freebsd/stand/kboot/
H A DMakefile5 SUBDIR+= libkboot .WAIT kboot
/freebsd/sbin/ipf/
H A DMakefile2 SUBDIR= libipf .WAIT
/freebsd/lib/libxo/
H A DMakefile8 SUBDIR = libxo .WAIT encoder
/freebsd/gnu/
H A DMakefile4 SUBDIR= lib .WAIT \
/freebsd/usr.sbin/lpr/
H A DMakefile2 SUBDIR= common_source .WAIT \
/freebsd/cddl/
H A DMakefile4 SUBDIR= lib .WAIT \
/freebsd/stand/efi/
H A DMakefile8 SUBDIR.yes+= .WAIT
/freebsd/stand/i386/
H A DMakefile10 SUBDIR.yes+= .WAIT

1234