| /freebsd/sys/contrib/vchiq/interface/compat/ |
| H A D | list.h | 211 #define list_for_each(VAR, HEAD) \ argument 212 for ((VAR) = list_first((HEAD)); \ 213 (VAR) != (HEAD); \ 216 #define list_for_each_safe(VAR, NEXT, HEAD) \ argument 217 for ((VAR) = list_first((HEAD)); \ 218 ((VAR) != (HEAD)) && ((NEXT) = list_next((VAR)), 1); \ 221 #define list_for_each_entry(VAR, HEAD, FIELD) \ argument 222 for ((VAR) = list_entry(list_first((HEAD)), typeof(*(VAR)), FIELD); \ 223 &(VAR)->FIELD != (HEAD); \ 227 #define list_for_each_entry_reverse(VAR, HEAD, FIELD) \ argument [all …]
|
| /freebsd/tools/tools/git/ |
| H A D | arcgit | 74 git show -s --format='%B' HEAD > $arc_msg 87 yes | env EDITOR=true arc diff --create --allow-untracked HEAD~ 99 git branch review_${phab_id}_base HEAD~ 177 if ! git diff-index --quiet --cached HEAD 194 if ! orig_branch=$(git symbolic-ref --short -q HEAD) 196 orig_branch=$(git show -s --pretty='%H' HEAD)
|
| /freebsd/release/ |
| H A D | Makefile.inc1 | 13 GITBRANCH!= ${GIT_CMD} -C ${.CURDIR} rev-parse --abbrev-ref HEAD 2>/dev/null | sed -e 's/\^\///' 17 GITREV!= ${GIT_CMD} -C ${.CURDIR} rev-parse --verify --short HEAD 2>/dev/null || true 21 GITCOUNT!= ${GIT_CMD} -C ${.CURDIR} rev-list --first-parent --count HEAD 2>/dev/null || true 25 GITEPOCH!= ${GIT_CMD} -C ${.CURDIR} show -s --format=%ct HEAD 2>/dev/null || true
|
| /freebsd/lib/libc/resolv/ |
| H A D | res_update.c | 125 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) in res_nupdate() 146 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) { in res_nupdate() 158 n = res_nmkupdate(statp, HEAD(zptr->z_rrlist), in res_nupdate() 194 zptr = HEAD(zgrps); in res_nupdate() 196 res_freeupdrec(HEAD(zptr->z_rrlist)); in res_nupdate()
|
| H A D | res_findzonecut.c | 238 for (nsrr = HEAD(*nsrrsp); in satisfy() 258 for (arr = HEAD(nsrr->addrs); arr != NULL; arr = NEXT(arr, link)) { in add_addrs() 452 for (nsrr = HEAD(*nsrrsp); nsrr != NULL; nsrr = nsrr_n) { in get_glue() 641 while ((nsrr = HEAD(*nsrrsp)) != NULL) in free_nsrrset() 650 while ((arr = HEAD(nsrr->addrs)) != NULL) { in free_nsrr() 664 for (nsrr = HEAD(*nsrrsp); nsrr != NULL; nsrr = NEXT(nsrr, link)) in find_ns()
|
| /freebsd/contrib/file/ |
| H A D | RELEASE-PROCEDURE | 18 - Click on "Edit" next to the HEAD version 19 - Change the "Version" from HEAD to the newly released version 23 - Type HEAD into the box at the bottom of the version list and
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | scientific | 71 0 search/1/c 0\ HEAD GEDCOM genealogy text 84 # 0\040HEAD as UTF-16 big endian without BOM 93 # 0\040HEAD as UTF-16 little endian without BOM 103 # 0\040HEAD as UTF-16 big endian with BOM 105 # 0\040HEAD as UTF-16 little endian with BOM
|
| H A D | wsdl | 6 # https://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
|
| /freebsd/contrib/byacc/ |
| H A D | mstring.c | 12 #define HEAD 24 macro 123 if ((n->base = n->ptr = MALLOC(HEAD)) != 0) in msnew() 125 n->end = n->base + HEAD; in msnew()
|
| /freebsd/tools/tools/git/ghpr/ |
| H A D | ghpr-push.sh | 25 … git push $upstream HEAD:$upstream_branch --force || true # bare git push gives cut and paste line 29 if ! git push --push-option=confirm-author freebsd HEAD:main; then
|
| /freebsd/contrib/libcbor/ |
| H A D | release.sh | 75 git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD) 84 git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)
|
| /freebsd/contrib/xz/ |
| H A D | FREEBSD-upgrade | 20 The instructions for importing new release and merging to HEAD can be found 26 branch (aka HEAD). Never make local changes on the vendor branch.
|
| /freebsd/contrib/blocklist/ |
| H A D | FreeBSD-upgrade | 26 commit=$(git rev-parse HEAD) 27 commit_short=$(git rev-parse --short HEAD) 76 git diff --diff-filter=M vendor/blocklist/${tag} HEAD:contrib/blocklist
|
| /freebsd/contrib/ncurses/ |
| H A D | FREEBSD-upgrade | 13 The instructions for importing new release and merging to HEAD can be found 21 branch (aka HEAD). Never make local changes on the vendor branch.
|
| /freebsd/contrib/file/tests/ |
| H A D | gedcom.testfile | 1 0 HEAD
|
| /freebsd/contrib/bsnmp/snmpd/ |
| H A D | snmpmod.h | 137 #define INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, LINK, FUNC) do { \ argument 140 TAILQ_FOREACH_REVERSE(_lelem, (LIST), HEAD, LINK) \ 240 #define INSERT_OBJECT_FUNC_REV(PTR, LIST, HEAD, FUNC) \ argument 241 INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, link, FUNC)
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | omap3-ha.dts | 10 model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
|
| /freebsd/contrib/one-true-awk/ |
| H A D | FREEBSD-upgrade | 22 % git show-ref HEAD 23 f9affa922c5e074990a999d486d4bc823590fd93 refs/remotes/origin/HEAD
|
| /freebsd/sys/contrib/zstd/ |
| H A D | FREEBSD-upgrade | 10 Please find instructions for importing new releases and merging to HEAD here:
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_create/ |
| H A D | zfs_create_012_pos.ksh | 60 ZFS_VERSION=$($ZFS upgrade | $HEAD -1 | $AWK '{print $NF}' \
|
| /freebsd/contrib/unifdef/scripts/ |
| H A D | reversion.sh | 15 if git diff-index --quiet HEAD
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_clone/ |
| H A D | zfs_clone_007_pos.ksh | 59 ZFS_VERSION=$($ZFS upgrade | $HEAD -1 | $AWK '{print $NF}' \
|
| /freebsd/sys/contrib/device-tree/scripts/ |
| H A D | git-filter-branch | 270 --default HEAD "$@" > "$tempdir"/raw-refs || exit 338 git rev-list --reverse --topo-order --default HEAD \ 670 git read-tree -u -m HEAD || exit
|
| /freebsd/contrib/libdivsufsort/ |
| H A D | CHANGELOG.md | 20 [Unreleased]: https://github.com/y-256/libdivsufsort/compare/2.0.1...HEAD
|
| /freebsd/sys/contrib/zlib/ |
| H A D | inflate.h | 21 HEAD = 16180, /* i: waiting for magic header */ enumerator
|