Searched refs:dirname (Results 251 - 275 of 786) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/bc/tests/
H A Dstdin.sh34 testdir=$(dirname "$script")
74 outdir=$(dirname "$out")
/freebsd-current/contrib/bc/scripts/
H A Dlint.sh31 scriptdir=$(dirname "$script")
/freebsd-current/tools/test/stress2/misc/
H A Dcompare.sh36 have=`df -k $(dirname $d1) | tail -1 | awk '{print int($4 / 1024)}'`
38 { echo "Not enough disk space on `dirname $d1`"; exit 1; }
H A Disofs3.sh36 D=`dirname $diskimage`/dir
37 I=`dirname $diskimage`/dir.iso
/freebsd-current/release/i386/
H A Dmkisoimages.sh34 BASEBITSDIR=`dirname ${MAKEFSARG}`
/freebsd-current/tools/regression/zfs/zpool/add/
H A Doption-n.t3 dir=`dirname $0`
/freebsd-current/tools/
H A Dmake_libdeps.sh91 libdir=$(dirname ${makefile})
105 libdir=$(dirname ${makefile})
/freebsd-current/tools/regression/zfs/zpool/replace/
H A Dspare.t3 dir=`dirname $0`
H A Dcache.t3 dir=`dirname $0`
/freebsd-current/tools/regression/zfs/zpool/create/
H A Doption-R.t3 dir=`dirname $0`
/freebsd-current/contrib/unifdef/scripts/
H A Drelease.sh7 mkdir -p web/$V/$(dirname $f)
/freebsd-current/tests/sys/acl/
H A D01.sh55 TESTDIR=$(dirname $(realpath $0))
H A D04.sh47 TESTDIR=$(dirname $(realpath $0))
/freebsd-current/tests/sys/geom/class/uzip/
H A D1_test.sh3 testsdir=$(dirname $0)
/freebsd-current/tests/sys/geom/class/raid3/
H A D1_test.sh3 . `dirname $0`/conf.sh
/freebsd-current/tests/sys/geom/class/shsec/
H A D1_test.sh3 . `dirname $0`/conf.sh
/freebsd-current/crypto/openssl/util/
H A Dc-compress-test.pl35 my $here = dirname $0;
H A Dfips-checksums.sh3 HERE=`dirname $0`
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpecExtensions.i13 dirname = property(GetDirectory, None, doc='''A read only property that returns the path directory name as a python string.''')
/freebsd-current/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py48 basedir = os.path.dirname(file).replace("src/libsodium/", "")
52 t = os.path.dirname(t)
61 basedir = os.path.dirname(file).replace("src/libsodium/", "")
65 t = os.path.dirname(t)
98 sd = os.path.dirname(os.path.realpath(__file__))
/freebsd-current/lib/libc/gen/
H A Dscandir.c33 * Scan the directory dirname calling select to make a list of selected
137 scandir_b(const char *dirname, struct dirent ***namelist, select_block select, argument
140 scandir(const char *dirname, struct dirent ***namelist,
147 dirp = opendir(dirname);
161 scandirat(int dirfd, const char *dirname, struct dirent ***namelist, argument
168 fd = _openat(dirfd, dirname, O_RDONLY | O_DIRECTORY | O_CLOEXEC);
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dtrail.h43 struct trail *trail_new(const char *dirname, bool create);
/freebsd-current/tools/test/stress2/tools/
H A Dsetup.sh17 mkdir -p `dirname $allconfig`
29 cat > `dirname $allconfig`/README <<EOF
/freebsd-current/release/riscv/
H A Dmkisoimages.sh23 scriptdir=$(dirname $(realpath $0))
45 BASEBITSDIR=`dirname ${MAKEFSARG}`
/freebsd-current/release/arm64/
H A Dmkisoimages.sh23 scriptdir=$(dirname $(realpath $0))
45 BASEBITSDIR=`dirname ${MAKEFSARG}`

Completed in 388 milliseconds

<<11121314151617181920>>