/freebsd/usr.sbin/pkg/ |
H A D | Makefile | 3 _BRANCH!= ${MAKE} -C ${SRCTOP}/release -V BRANCH 4 BRANCH?= ${_BRANCH} macro 5 .if ${BRANCH:MCURRENT} != "" 8 . if ${BRANCH:MBETA*} || ${BRANCH:MRC*} || ${BRANCH:MRELEASE*}
|
/freebsd/release/ |
H A D | Makefile.ec2 | 7 .if ${BRANCH} == "CURRENT" || ${BRANCH} == "STABLE" || ${BRANCH} == "PRERELEASE" 17 EC2SNSREL= ${REVISION}-${BRANCH} 33 AMIBASENAME=${TYPE} ${REVISION}-${BRANCH}-${TARGET}${AMINAMESUFFIX} 35 AMIBASENAME=${TYPE} ${REVISION}-${BRANCH}-${TARGET}${AMINAMESUFFIX} ${AMIBOOTMETHOD} 65 …${_FS}= --ssm-name ${SSMPREFIX}/${TARGET_ARCH:S/aarch64/arm64/}/${_FL}/${_FS}/${REVISION}/${BRANCH}
|
H A D | Makefile.mirrors | 29 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" || ${BRANCH:MALPHA… 44 . if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" || ${BRANCH:MALP… 53 VM_DIR= ${TLD}/VM-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH} 58 CI_DIR= ${TLD}/CI-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH} 63 OCI_DIR= ${TLD}/OCI-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH} 70 FTP_DIR= ${TLD}/${TARGET}/${TARGET_ARCH}/${REVISION}-${BRANCH} 185 ln -s ${TARGET_ARCH}/${REVISION}-${BRANCH} \ 186 ${REVISION}-${BRANCH}
|
H A D | Makefile.vagrant | 30 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" 88 ${.CURDIR}/scripts/atlas-upload.sh -b ${TYPE}-${REVISION}-${BRANCH} -f ${VAGRANT_TARGET}.${PROVIDER}.box -p ${PROVIDER} -k ${VAGRANT_KEY} -u ${VAGRANT_USERNAME} -v ${VAGRANT_VERSION} 90 ${.CURDIR}/scripts/atlas-upload.sh -b ${TYPE}-${REVISION}-${BRANCH} -f ${VAGRANT_TARGET}.${PROVIDER}.box -p ${PROVIDER}_desktop -k ${VAGRANT_KEY} -u ${VAGRANT_USERNAME} -v ${VAGRANT_VERSION}
|
H A D | Makefile.azure | 17 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
|
H A D | Makefile.gce | 24 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
|
H A D | release.sh | 270 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH) 271 UNAME_r=${REVISION}-${BRANCH} 299 UNAME_r=${REVISION}-${BRANCH}
|
H A D | Makefile | 59 .for _V in TYPE BRANCH REVISION 64 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET} 65 VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET} 67 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}-${TARGET_ARCH} 68 VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET_ARCH}
|
H A D | Makefile.oci | 29 …sh ${.CURDIR}/scripts/make-oci-image.sh ${.CURDIR} ${REVISION} ${BRANCH} ${TARGET_ARCH} ${_IMG} co…
|
H A D | Makefile.inc1 | 43 UNAME_r= ${REVISION}-${BRANCH}
|
/freebsd/contrib/less/ |
H A D | regexp.c | 67 * all nodes except BRANCH implement concatenation; a "next" pointer with 68 * a BRANCH on both ends of it is connecting two alternatives. (Here we 69 * have one of the subtle syntax dependencies: an individual BRANCH (as 73 * particular, the operand of a BRANCH node is the first node of the branch. 86 #define BRANCH 6 /* node Match this alternative, or the next... */ macro 99 * BRANCH The set of branches constituting a single choice are hooked 102 * "next" pointer of the last BRANCH in a choice points to the 105 * branch starts with the operand node of a BRANCH node. 111 * BRANCH structures using BACK. Simple cases (one character 255 scan = r->program+1; /* First BRANCH [all...] |
/freebsd/sys/conf/ |
H A D | newvers.sh | 54 BRANCH="CURRENT" 56 BRANCH=${BRANCH_OVERRIDE} 74 RELEASE="${RELEASE:-${REVISION}-${BRANCH}}" 129 for v in TYPE REVISION BRANCH RELEASE VERSION RELDATE; do
|
/freebsd/contrib/libfido2/windows/ |
H A D | build.ps1 | 29 Function GitClone(${REPO}, ${BRANCH}, ${DIR}) { in GitClone() argument 32 --branch "${BRANCH}" "${REPO}" "${DIR}" in GitClone() 33 Write-Host "${REPO}'s ${BRANCH} HEAD is:" in GitClone()
|
/freebsd/release/tools/ |
H A D | arm.subr | 180 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH) 181 export UNAME_r=${REVISION}-${BRANCH}
|
/freebsd/bin/freebsd-version/ |
H A D | Makefile | 12 s/@@BRANCH@@/$${BRANCH}/g; \
|
/freebsd/usr.bin/sed/ |
H A D | defs.h | 116 BRANCH, /* b t */ enumerator
|
H A D | compile.c | 95 {'b', 2, BRANCH}, 112 {'t', 2, BRANCH}, 297 case BRANCH: /* b t */ in compile_stream()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ConcatOutputSection.cpp | 136 if (!target->hasAttr(r.type, RelocAttrBits::BRANCH)) in needsThunks() 281 if (!target->hasAttr(r.type, RelocAttrBits::BRANCH)) in finalize()
|
H A D | Relocations.h | 36 BRANCH = 1 << 8, // Value is branch target enumerator
|
H A D | InputSection.cpp | 97 if (relocAttrs.hasAttr(RelocAttrBits::BRANCH)) in resolveSymbolVA()
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64_32.cpp | 49 {"BRANCH26", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
|
H A D | X86_64.cpp | 57 {"BRANCH", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PfmCounters.td | 28 PfmValidationCounter<BranchPredictionMiss, "BRANCH-MISSES"> 231 PfmValidationCounter<BranchPredictionMiss, "BRANCH-MISSES">
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | README.txt | 35 We don't use the BRANCH ON INDEX instructions.
|
/freebsd/stand/ficl/ |
H A D | vm.c | 185 BRANCH,
|