Searched refs:dirname (Results 1 - 25 of 952) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-mkdtemp.c7 char dirname[] = "/tmp/temp.XXXXXX"; local
9 if (mkdtemp(dirname) != dirname)
11 return rmdir(dirname) == -1;
/netbsd-current/crypto/external/bsd/openssl/dist/
H A Dconfig9 THERE=`dirname $0`
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
H A Dc++-analyzer4 use File::Basename qw/ dirname /;
6 use lib dirname(abs_path($0));
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dlibgen.h25 char *dirname(const char *);
/netbsd-current/external/bsd/jemalloc/dist/
H A Drun_tests.sh1 $(dirname "$)")/scripts/gen_run_tests.py | bash
/netbsd-current/external/mit/libcbor/dist/
H A Drefresh_templates.sh2 erb $(dirname $0)/test/stream_expectations.c.erb > \
3 $(dirname $0)/test/stream_expectations.c
4 clang-format -style=file -i $(dirname $0)/test/stream_expectations.c
/netbsd-current/tests/usr.bin/dirname/
H A Dt_dirname.sh35 atf_check -o inline:"/\n" dirname /
36 atf_check -o inline:"/\n" dirname //
37 atf_check -o inline:"/usr\n" dirname /usr/bin/
38 atf_check -o inline:"//usr\n" dirname //usr//bin//
39 atf_check -o inline:".\n" dirname usr
40 atf_check -o inline:".\n" dirname ""
41 atf_check -o inline:"/\n" dirname /usr
42 atf_check -o inline:"/usr\n" dirname /usr/bin
43 atf_check -o inline:"usr\n" dirname usr/bin
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/dirname
/netbsd-current/external/gpl3/gdb/dist/gdb/doc/
H A Dfilter-for-doxygen12 dir=`dirname $0`
/netbsd-current/external/gpl3/gdb.old/dist/gdb/doc/
H A Dfilter-for-doxygen12 dir=`dirname $0`
/netbsd-current/external/gpl2/groff/dist/font/devps/generate/
H A Dafmname7 echo `dirname $1`/`basename $1 .afm | awk '
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_libear.py13 dirname = None
16 dirname = tmpdir
17 self.assertIsNotNone(dirname)
18 self.assertFalse(os.path.exists(dirname))
21 dirname = None
25 dirname = tmpdir
28 self.assertIsNotNone(dirname)
29 self.assertFalse(os.path.exists(dirname))
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dfilter_gcc_for_doxygen10 dir=`dirname $0`
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dfilter_gcc_for_doxygen10 dir=`dirname $0`
/netbsd-current/usr.bin/dirname/
H A DMakefile6 PROG= dirname
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/transfer/Text/
H A DTemplate.pm16 use lib catdir(dirname(__FILE__), "..", "..", "Text-Template-1.46", "lib");
18 use lib catdir(dirname(__FILE__), "..", "..", "Text-Template-1_46", "lib");
/netbsd-current/include/
H A Dlibgen.h39 char *dirname(char *);
/netbsd-current/usr.bin/basename/
H A DMakefile5 MLINKS= basename.1 dirname.1
/netbsd-current/external/bsd/libarchive/dist/cpio/test/
H A Dtest_option_f.c31 unpack(const char *dirname, const char *option) argument
35 assertMakeDir(dirname, 0755);
36 assertChdir(dirname);
/netbsd-current/external/bsd/pam-u2f/dist/
H A Dautogen.sh4 DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/
H A Dwith_fallback.pm18 unshift @INC, catdir(dirname(__FILE__),
/netbsd-current/distrib/sets/
H A Dgetdirs.awk32 function dirname(file) \ function
78 file = dirname(file)
/netbsd-current/sys/external/bsd/drm/dist/
H A Dautogen.sh3 srcdir=`dirname $0`
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/bin/
H A Danalyze-c++9 this_dir = os.path.dirname(os.path.realpath(__file__))
10 sys.path.append(os.path.dirname(this_dir))
H A Danalyze-cc9 this_dir = os.path.dirname(os.path.realpath(__file__))
10 sys.path.append(os.path.dirname(this_dir))

Completed in 323 milliseconds

1234567891011>>