Searched refs:du (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/usr.bin/du/
H A DMakefile2 # $FreeBSD: stable/11/usr.bin/du/Makefile 321132 2017-07-18 16:48:36Z ngie $
6 PROG= du
/freebsd-11-stable/usr.bin/du/tests/
H A Ddu_test.sh25 # $FreeBSD: stable/11/usr.bin/du/tests/du_test.sh 346920 2019-04-29 19:36:46Z ngie $
36 atf_check -o inline:'1\tsparse.file\n' du -g sparse.file
37 atf_check -o inline:'10\tsparse.file\n' du -A -g sparse.file
54 atf_check -o save:du.out du -aAH testdir
55 atf_check egrep -q "[0-9]+\t$(echo $paths1 | tr ' ' "$sep")\n" du.out
56 atf_check -o save:du_C.out du -aAH testdir/C
74 atf_check -o save:du.out -x "cd testdir && du -s $paths_sans_foo_named"
75 atf_check -o save:du_I.out -x "cd testdir && du
[all...]
/freebsd-11-stable/tests/sys/acl/
H A D03.sh104 mdconfig -du $MD3
108 mdconfig -du $MD2
112 mdconfig -du $MD1
H A D04.sh72 mdconfig -du $MD
/freebsd-11-stable/sys/net/
H A Dieee8023ad_lacp.c265 struct lacpdu *du; local
268 if (m->m_pkthdr.len != sizeof(*du)) {
276 if (m->m_len < sizeof(*du)) {
277 m = m_pullup(m, sizeof(*du));
283 du = mtod(m, struct lacpdu *);
285 if (memcmp(&du->ldu_eh.ether_dhost,
295 if (du->ldu_sph.sph_version != 1) {
304 if (tlv_check(du, sizeof(*du), &du
361 struct lacpdu *du; local
1642 lacp_sm_rx(struct lacp_port *lp, const struct lacpdu *du) argument
1710 lacp_sm_rx_record_pdu(struct lacp_port *lp, const struct lacpdu *du) argument
1757 lacp_sm_rx_update_ntt(struct lacp_port *lp, const struct lacpdu *du) argument
1802 lacp_sm_rx_update_selected(struct lacp_port *lp, const struct lacpdu *du) argument
2111 lacp_dump_lacpdu(const struct lacpdu *du) argument
[all...]
/freebsd-11-stable/usr.bin/gzip/
H A Dznew25 a=`du -k "$1" | awk '{ print $1 }'`
26 b=`du -k "$2" | awk '{ print $1 }'`
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c1207 struct IT_du du; local
1214 du.format = bfd_get_file_flags (abfd) & EXEC_P ? 0 : 1;
1215 du.optimized = 0;
1216 du.stackfrmt = 0;
1217 du.spare = 0;
1218 du.unit = n;
1219 du.sections = p->nsections - 1;
1220 du.san = (int *) xcalloc (sizeof (int), du.sections);
1221 du
[all...]
/freebsd-11-stable/release/picobsd/bridge/
H A Dcrunch.conf125 progs du
/freebsd-11-stable/release/picobsd/qemu/
H A Dcrunch.conf125 progs du
/freebsd-11-stable/tools/tools/build_option_survey/
H A Doption_survey.sh89 ( cd ${MNT} && du ) > ${FDIR}/_.du
/freebsd-11-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh183 du $dir
345 size=`du $FAKE_ROOT/$i | awk '{print $1}'`
/freebsd-11-stable/tools/tools/nanobsd/
H A Ddefaults.sh764 ( cd "${MNT}" && du -k ) > ${NANO_LOG}/_.du
894 sed -i "" -e /tty[du]0/s/off/on/ ${NANO_WORLDDIR}/etc/ttys
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh227 DSIZE=`du -k ${FETCHOUTFILE} | tr -d '\t' | cut -d '/' -f 1`
/freebsd-11-stable/usr.bin/
H A DMakefile39 du \
/freebsd-11-stable/crypto/openssh/regress/
H A Dtest-exec.sh241 while [ `du -k ${DATA} | cut -f1` -lt $1 ]; do
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf43 progs dirname du env error expand false file find finger fmt fold fpr from
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend309 usr.bin/du/tests \
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c249 static const char *aeabi_div(uint64_t du);
1777 aeabi_div(uint64_t du) argument
1781 switch (du) {
1787 (uintmax_t) du);
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend213 usr.bin/du \
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c283 int du = device_get_unit(isp->isp_dev); local
304 isp->isp_osinfo.cdev = make_dev(&isp_cdevsw, du, UID_ROOT, GID_OPERATOR, 0600, "%s", nu);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4579 SSlTNgUhzkb1FZrHa7mNqmHPguVLV/36GqOEqN/du+D5ar1Vn5s2t3Ip3rMZweVm
5531 yTo5Wc58Eup//du//e3f1av5+if/Zf/zppbFzruaOYVqs/D2NbeoDk52AZkAehZF

Completed in 279 milliseconds