/freebsd/etc/mtree/ |
H A D | Makefile | 9 BSD.debug.dist \ 10 BSD.include.dist \ 11 BSD.root.dist \ 12 ${_BSD.libcompats.dist} \ 13 ${_BSD.sendmail.dist} \ 14 ${_BSD.tests.dist} \ 15 BSD.usr.dist \ 16 BSD.var.dist 20 _BSD.libcompats.dist+= BSD.lib${libcompat}.dist 24 _BSD.sendmail.dist= BSD.sendmail.dist [all …]
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | random.cppm |
|
/freebsd/contrib/blocklist/diff/ |
H A D | named.diff | 2 +++ dist/bin/named/pfilter.c 2015-01-22 01:35:16.000000000 -0500 47 +++ dist/bin/named/pfilter.h 2015-01-22 01:16:56.000000000 -0500 69 Index: dist/bin/named/client.c 71 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/client.c,v 74 --- dist/bin/named/client.c 10 Dec 2014 04:37:51 -0000 1.11 75 +++ dist/bin/named/client.c 23 Jan 2015 21:37:09 -0000 93 Index: dist/bin/named/main.c 95 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/main.c,v 98 --- dist/bin/named/main.c 10 Dec 2014 04:37:51 -0000 1.15 99 +++ dist/bin/named/main.c 23 Jan 2015 21:37:09 -0000 [all …]
|
H A D | ssh.diff | 2 +++ dist/pfilter.c 2015-01-22 23:46:03.000000000 -0500 37 +++ dist/pfilter.h 2015-01-20 20:16:20.000000000 -0500 65 diff -ru openssh-7.7p1/auth-pam.c dist/auth-pam.c 67 +++ dist/auth-pam.c 2018-05-23 11:56:22.206661484 -0400 92 diff -ru openssh-7.7p1/auth2.c dist/auth2.c 94 +++ dist/auth2.c 2018-05-23 11:57:31.022197317 -0400 111 Only in dist: pfilter.c 112 Only in dist: pfilter.h 113 diff -ru openssh-7.7p1/sshd.c dist/sshd.c 115 +++ dist/sshd.c 2018-05-23 11:59:39.573197347 -0400
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | checksum | 40 for dist in $DISTRIBUTIONS; do 41 statusvar=$(dist_to_statusvar $dist) 52 CK=`sha256 -q $BSDINSTALL_DISTDIR/$dist` 53 awk -v checksum=$CK -v dist=$dist -v found=0 '{ 76 …--msgbox "The checksum for $dist does not match. It may have become corrupted, or it may be from a… 80 …--msgbox "The checksum for $dist does not match. It may have become corrupted, and should be redow…
|
H A D | umount | 29 if [ -d $BSDINSTALL_CHROOT/dist/packages ]; then 30 umount $BSDINSTALL_CHROOT/dist/packages 31 rmdir $BSDINSTALL_CHROOT/dist/packages 32 rmdir $BSDINSTALL_CHROOT/dist
|
H A D | fetchmissingdists | 41 for dist in $DISTRIBUTIONS; do 42 if [ ! -f $BSDINSTALL_DISTDIR/$dist ]; then 43 FETCH_DISTRIBUTIONS="$FETCH_DISTRIBUTIONS $dist" 45 LOCAL_DISTRIBUTIONS="$LOCAL_DISTRIBUTIONS $dist"
|
H A D | jail | 101 for dist in $EXTRA_DISTS; do 102 export DISTRIBUTIONS="$DISTRIBUTIONS $dist.txz" 108 for dist in $DISTRIBUTIONS; do 109 if [ ! -f $BSDINSTALL_DISTDIR/$dist ]; then 110 FETCH_DISTRIBUTIONS="$FETCH_DISTRIBUTIONS $dist"
|
/freebsd/sys/contrib/zlib/ |
H A D | deflate.h | 306 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 314 #define d_code(dist) \ argument 315 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)]) 342 ush dist = (ush)(distance); \ 343 s->d_buf[s->sym_next] = dist; \ 345 dist--; \ 347 s->dyn_dtree[d_code(dist)].Freq++; \ 361 ush dist = (ush)(distance); \ 362 s->sym_buf[s->sym_next++] = (uch)dist; \ 363 s->sym_buf[s->sym_next++] = (uch)(dist >> 8); \ [all …]
|
H A D | inffast.c | 74 unsigned dist; /* match distance */ in inflate_fast() local 145 dist = (unsigned)(here->val); in inflate_fast() 155 dist += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 157 if (dist > dmax) { in inflate_fast() 165 Tracevv((stderr, "inflate: distance %u\n", dist)); in inflate_fast() 167 if (dist > op) { /* see if copy from window */ in inflate_fast() 168 op = dist - op; /* distance back in window */ in inflate_fast() 188 from = out - dist; in inflate_fast() 204 from = out - dist; /* rest from output */ in inflate_fast() 222 from = out - dist; /* rest from output */ in inflate_fast() [all …]
|
H A D | trees.c | 301 int dist; /* distance index */ in tr_static_init() local 332 dist = 0; in tr_static_init() 334 base_dist[code] = dist; in tr_static_init() 336 _dist_code[dist++] = (uch)code; in tr_static_init() 339 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init() 340 dist >>= 7; /* from now on, all distances are divided by 128 */ in tr_static_init() 342 base_dist[code] = dist << 7; in tr_static_init() 344 _dist_code[256 + dist++] = (uch)code; in tr_static_init() 347 Assert (dist == 256, "tr_static_init: 256 + dist != 512"); in tr_static_init() 900 unsigned dist; /* distance of matched string */ in compress_block() local [all …]
|
/freebsd/release/ |
H A D | Makefile | 55 DISTDIR= dist 127 CLEANDIRS= dist ftp disc1 disc1-disc1 disc1-memstick bootonly bootonly-bootonly bootonly-memstick d… 160 --exclude .git --exclude @ --exclude usr/src/release/dist usr/src | \ 184 mkdir -p ${.TARGET}/usr/freebsd-dist 185 …for dist in MANIFEST $$(ls *.txz | grep -v container | grep -vE -- '(${base ${_ALL_libcompats}:L:t… 186 do cp $${dist} ${.TARGET}/usr/freebsd-dist; \ 190 …for dist in MANIFEST $$(ls *.txz | grep -v container | grep -vE -- '(${base ${_ALL_libcompats}:L:t… 191 …do echo "./usr/freebsd-dist/$${dist} type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/MET… 233 echo "./usr/freebsd-dist type=dir uname=root gname=wheel mode=0755" >> ${.TARGET}/METALOG 234 echo "./usr/freebsd-dist/MANIFEST type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG [all …]
|
/freebsd/etc/ |
H A D | Makefile | 102 MTREES= mtree/BSD.root.dist / \ 103 mtree/BSD.var.dist /var \ 104 mtree/BSD.usr.dist /usr \ 105 mtree/BSD.include.dist /usr/include \ 106 mtree/BSD.debug.dist /usr/lib 109 MTREES+= mtree/BSD.lib${libcompat}.dist /usr 110 MTREES+= mtree/BSD.lib${libcompat}.dist /usr/lib/debug/usr 114 MTREES+= mtree/BSD.tests.dist ${TESTSBASE} 115 MTREES+= mtree/BSD.tests.dist /usr/lib/debug${TESTSBASE} 118 MTREES+= mtree/BSD.sendmail.dist /
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibtracert.c | 106 int dist; member 461 static int new_node(Node * node, Port * port, ib_portid_t * path, int dist) in new_node() argument 464 node->dist = -1; /* tag as target */ in new_node() 474 VERBOSE("insert dist %d node %p port %d lid %d", dist, node, in new_node() 479 node->dist = dist; in new_node() 481 node->dnext = nodesdist[dist]; in new_node() 482 nodesdist[dist] = node; in new_node() 543 int dist = 0, leafport = 0; in find_mcpath() local 571 for (dist = 0; dist < MAXHOPS; dist++) { in find_mcpath() 573 for (node = nodesdist[dist]; node; node = node->dnext) { in find_mcpath() [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/compression/ |
H A D | compress_004_pos.ksh | 67 typeset -i dist=0 71 (( dist = fsz - start )) 72 for len in `expr $RANDOM % $dist` $dist \ 73 `expr $start + $dist`; do
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/ |
H A D | compress_004_pos.ksh | 58 typeset -i dist=0 62 (( dist = fsz - start )) 63 for len in `expr $RANDOM % $dist` $dist \ 64 `expr $start + $dist`; do
|
/freebsd/contrib/tnftp/ |
H A D | Makefile.in | 72 distdir dist dist-all distcheck 496 dist-gzip: distdir 500 dist-bzip2: distdir 504 dist-lzma: distdir 508 dist-xz: distdir 512 dist-tarZ: distdir 516 dist-shar: distdir 520 dist-zip: distdir 525 dist dist-all: distdir 532 distcheck: dist [all …]
|
/freebsd/release/tools/ |
H A D | oci-image-static.conf | 11 mtree -deU -p $m/ -f ${srcdir}/etc/mtree/BSD.root.dist > /dev/null 12 mtree -deU -p $m/var -f ${srcdir}/etc/mtree/BSD.var.dist > /dev/null 13 mtree -deU -p $m/usr -f ${srcdir}/etc/mtree/BSD.usr.dist > /dev/null 14 mtree -deU -p $m/usr/include -f ${srcdir}/etc/mtree/BSD.include.dist > /dev/null 15 mtree -deU -p $m/usr/lib -f ${srcdir}/etc/mtree/BSD.debug.dist > /dev/null
|
/freebsd/contrib/openpam/ |
H A D | Makefile.in | 142 cscope distdir distdir-am dist dist-all distcheck 202 DIST_TARGETS = dist-gzip 596 dist-gzip: distdir 600 dist-bzip2: distdir 604 dist-lzip: distdir 608 dist-xz: distdir 612 dist-zstd: distdir 616 dist-tarZ: distdir 623 dist-shar: distdir 630 dist-zip: distdir [all …]
|
/freebsd/contrib/file/ |
H A D | Makefile.in | 170 cscope distdir distdir-am dist dist-all distcheck 231 DIST_TARGETS = dist-gzip 630 dist-gzip: distdir 634 dist-bzip2: distdir 638 dist-lzip: distdir 642 dist-xz: distdir 646 dist-zstd: distdir 650 dist-tarZ: distdir 657 dist-shar: distdir 664 dist-zip: distdir [all …]
|
/freebsd/contrib/expat/ |
H A D | Makefile.in | 221 cscope distdir distdir-am dist dist-all distcheck 292 DIST_TARGETS = dist-lzip dist-xz dist-bzip2 dist-gzip 450 dist-bzip2 \ 451 dist-lzip \ 452 dist-xz \ 817 dist-gzip: distdir 820 dist-bzip2: distdir 823 dist-lzip: distdir 826 dist-xz: distdir 830 dist-zstd: distdir [all …]
|
/freebsd/contrib/openbsm/ |
H A D | Makefile.in | 143 cscope distdir dist dist-all distcheck 211 DIST_TARGETS = dist-gzip 578 dist-gzip: distdir 582 dist-bzip2: distdir 586 dist-lzip: distdir 590 dist-xz: distdir 594 dist-tarZ: distdir 601 dist-shar: distdir 608 dist-zip: distdir 613 dist dist-all: [all …]
|
/freebsd/crypto/heimdal/ |
H A D | Makefile.in | 115 distdir dist dist-all distcheck 686 dist-hook 694 dist-gzip: distdir 698 dist-bzip2: distdir 702 dist-lzma: distdir 706 dist-xz: distdir 710 dist-tarZ: distdir 714 dist-shar: distdir 718 dist-zip: distdir 723 dist dist-all: distdir [all …]
|
/freebsd/contrib/openresolv/ |
H A D | Makefile | 83 dist-git: 86 dist-inst: 93 dist: dist-git target 95 distinfo: dist 103 import: dist
|
/freebsd/sys/arm/arm/ |
H A D | gic_acpi.c | 85 ACPI_MADT_GENERIC_DISTRIBUTOR *dist; member 99 if (madt_data->dist != NULL) { in madt_handler() 104 madt_data->dist = in madt_handler() 137 madt_data.dist = NULL; in gic_acpi_identify() 143 switch (madt_data.dist->Version) { in gic_acpi_identify() 177 madt_data.dist->BaseAddress, 4 * 1024); in gic_acpi_identify() 181 acpi_set_private(dev, (void *)(uintptr_t)madt_data.dist->Version); in gic_acpi_identify()
|