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

<<11121314151617181920>>

/freebsd-11-stable/contrib/pjdfstest/tests/mkfifo/
H A D06.t6 dir=`dirname $0`
H A D08.t6 dir=`dirname $0`
/freebsd-11-stable/contrib/pjdfstest/tests/mknod/
H A D05.t6 dir=`dirname $0`
H A D06.t6 dir=`dirname $0`
/freebsd-11-stable/contrib/pjdfstest/tests/open/
H A D05.t6 dir=`dirname $0`
H A D15.t6 dir=`dirname $0`
/freebsd-11-stable/contrib/pjdfstest/tests/rename/
H A D15.t6 dir=`dirname $0`
H A D16.t6 dir=`dirname $0`
/freebsd-11-stable/contrib/pjdfstest/tests/rmdir/
H A D14.t6 dir=`dirname $0`
/freebsd-11-stable/contrib/pjdfstest/tests/symlink/
H A D00.t6 dir=`dirname $0`
H A D05.t6 dir=`dirname $0`
H A D06.t6 dir=`dirname $0`
H A D10.t6 dir=`dirname $0`
/freebsd-11-stable/contrib/pjdfstest/tests/unlink/
H A D12.t6 dir=`dirname $0`
/freebsd-11-stable/tools/regression/geom/
H A DRunTest.t10 cd `dirname $0`
/freebsd-11-stable/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.t4 cd `dirname $0`
/freebsd-11-stable/tools/regression/zfs/zpool/remove/
H A Dcache.t4 dir=`dirname $0`
/freebsd-11-stable/tools/regression/zfs/zpool/replace/
H A Ddisk.t4 dir=`dirname $0`
/freebsd-11-stable/tests/sys/acl/
H A D02.sh51 TESTDIR=$(dirname $(realpath $0))
H A D00.sh51 TESTDIR=$(dirname $(realpath $0))
/freebsd-11-stable/crypto/openssh/
H A Dfreebsd-configure.sh19 openssh=$(dirname $(realpath $0))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsource.c370 directory_command (char *dirname, int from_tty)
374 if (dirname == 0)
384 mod_path (dirname, &source_path);
395 mod_path (char *dirname, char **which_path)
397 add_path (dirname, which_path, 1);
401 if dirname should be parsed for separators that indicate multiple
402 directories. This allows for interfaces that pre-parse the dirname
407 add_path (char *dirname, char **which_path, int parse_separators)
412 if (dirname == 0)
415 dirname
368 directory_command(char *dirname, int from_tty) argument
393 mod_path(char *dirname, char **which_path) argument
405 add_path(char *dirname, char **which_path, int parse_separators) argument
[all...]
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dtrail.c94 trail_new(const char *dirname, bool create) argument
100 if (strlcpy(trail->tr_dirname, dirname, sizeof(trail->tr_dirname)) >=
103 pjdlog_error("Directory name too long (\"%s\").", dirname);
107 trail->tr_dirfp = opendir(dirname);
110 if (mkdir(dirname, 0700) == -1) {
113 dirname);
121 dirname);
125 trail->tr_dirfp = opendir(dirname);
129 dirname);
/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c280 get_directory(dirname, aargv)
281 char const *dirname;
298 if (!(d = opendir(dirname)))
299 efaterror(dirname);
321 efaterror(dirname);
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Ddir.c75 apr_status_t apr_dir_open(apr_dir_t **new, const char *dirname, argument
78 DIR *dir = opendir(dirname);
87 (*new)->dirname = apr_pstrdup(pool, dirname);
246 end = apr_cpystrn(fspec, thedir->dirname, sizeof fspec);

Completed in 215 milliseconds

<<11121314151617181920>>