Searched refs:BRANCH (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-current/usr.sbin/pkg/
H A DMakefile4 _BRANCH!= ${MAKE} -C ${SRCTOP}/release -V BRANCH
5 BRANCH?= ${_BRANCH} macro
6 .if ${BRANCH:MCURRENT} != ""
9 . if ${BRANCH:MBETA*} || ${BRANCH:MRC*} || ${BRANCH:MRELEASE*}
/freebsd-current/release/
H A DMakefile.ec27 .if ${BRANCH} == "CURRENT" || ${BRANCH} == "STABLE" || ${BRANCH} == "PRERELEASE"
17 EC2SNSREL= ${REVISION}-${BRANCH}
60 SSMOPTS_${_FL}_${_FS}= --ssm-name ${SSMPREFIX}/${TARGET_ARCH:S/aarch64/arm64/}/${_FL}/${_FS}/${REVISION}/${BRANCH}
85 "${TYPE} ${REVISION}-${BRANCH}-${TARGET}${AMINAMESUFFIX} ${AMIBOOTMETHOD} ${_FL} ${_FS:tu}" \
H A DMakefile.vagrant30 .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 DMakefile.gce24 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
H A DMakefile.azure17 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
H A DMakefile.mirrors29 .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" || ${BRANCH:MALPHA*} != ""
44 . if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" || ${BRANCH:MALPHA*} != ""
53 VM_DIR= ${TLD}/VM-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH}
60 FTP_DIR= ${TLD}/${TARGET}/${TARGET_ARCH}/${REVISION}-${BRANCH}
[all...]
H A DMakefile.inc143 UNAME_r= ${REVISION}-${BRANCH}
H A Drelease.sh266 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH)
267 UNAME_r=${REVISION}-${BRANCH}
294 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH)
295 UNAME_r=${REVISION}-${BRANCH}
H A DMakefile56 .for _V in TYPE BRANCH REVISION
61 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}
62 VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET}
64 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}-${TARGET_ARCH}
65 VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET_ARCH}
H A DMakefile.vm70 .for _V in TYPE BRANCH REVISION
/freebsd-current/bin/freebsd-version/
H A DMakefile13 s/@@BRANCH@@/$${BRANCH}/g; \
/freebsd-current/sys/conf/
H A Dnewvers.sh48 # -v Print TYPE REVISION BRANCH RELEASE VERSION RELDATE variables
54 BRANCH="CURRENT"
56 BRANCH=${BRANCH_OVERRIDE}
74 RELEASE="${RELEASE:-${REVISION}-${BRANCH}}"
129 for v in TYPE REVISION BRANCH RELEASE VERSION RELDATE; do
/freebsd-current/contrib/less/
H A Dregexp.c67 * 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
256 scan = r->program+1; /* First BRANCH
[all...]
/freebsd-current/tests/ci/
H A DMakefile48 .for _V in TYPE BRANCH REVISION
55 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}
56 VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET}
58 OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}-${TARGET_ARCH}
59 VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET_ARCH}
215 @echo "Error: ${TARGET_ARCH} is not supported on ${TYPE} ${REVISION} ${BRANCH}"
/freebsd-current/usr.bin/sed/
H A Ddefs.h116 BRANCH, /* b t */ enumerator in enum:e_args
H A Dcompile.c95 {'b', 2, BRANCH},
112 {'t', 2, BRANCH},
297 case BRANCH: /* b t */
/freebsd-current/release/tools/
H A Darm.subr180 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH)
181 export UNAME_r=${REVISION}-${BRANCH}
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DRelocations.h36 BRANCH = 1 << 8, // Value is branch target member in class:lld::macho::RelocAttrBits
H A DConcatOutputSection.cpp136 if (!target->hasAttr(r.type, RelocAttrBits::BRANCH))
147 // We can avoid work on InputSections that have no BRANCH relocs.
281 if (!target->hasAttr(r.type, RelocAttrBits::BRANCH))
H A DInputSection.cpp51 if (relocAttrs.hasAttr(RelocAttrBits::BRANCH))
/freebsd-current/contrib/llvm-project/lld/MachO/Arch/
H A DARM64_32.cpp50 {"BRANCH26", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
H A DX86_64.cpp58 {"BRANCH", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
/freebsd-current/stand/ficl/
H A Dvm.c185 BRANCH,
H A Dtools.c245 case BRANCH:
H A Dficl.h1082 BRANCH, enumerator in enum:__anon130

Completed in 164 milliseconds

12