| /freebsd-13.1/tools/tools/zfsboottest/ |
| H A D | zfsboottest.sh | 45 startdir="/boot" 62 if [ ! -d "${mountpoint}${startdir}" ]; then 63 echo "The \"${mountpoint}${startdir}\" directory doesn't exist." >&2 90 echo "zfsboottest.sh is reading all the files in ${mountpoint}${startdir} using" 97 "${zfsboottest}" ${vdevs} - `find "${mountpoint}${startdir}" -type f | sed "s@^${mountpoint}@@"` | … 98 find "${mountpoint}${startdir}" -type f | xargs md5 -r | sed "s@ ${mountpoint}@ @" | egrep '^[0-9a-…
|
| /freebsd-13.1/contrib/lib9p/pytest/ |
| H A D | p9conn.py | 1346 startdir = self.rootfid 1350 return components, startdir 1358 components, startdir = self._pathsplit(path, startdir, allow_empty=True) 1384 components, startdir = self._pathsplit(path, startdir, 1404 startdir = fid 1435 if fid != startdir: 1526 components, startdir = self._pathsplit(path, startdir) 1530 startdir = fid 1555 components, startdir = self._pathsplit(path, startdir, allow_empty=True) 1589 components, startdir = self._pathsplit(path, startdir) [all …]
|
| H A D | client.py | 588 clnt.uxmkdir(b'd1', 0o777, tstate.gid, startdir=dirfid) 589 clnt.uxmkdir(b'd1/sub', 0o777, tstate.gid, startdir=dirfid) 595 0o666, startdir=subfid, gid=tstate.gid) 614 rofid, _, _, _ = clnt.uxopen(b'file', os.O_RDONLY, startdir=subfid)
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
| H A D | tst.corruptenv.ksh | 50 startdir="$PWD" 104 cd "$startdir"
|
| /freebsd-13.1/crypto/openssh/contrib/aix/ |
| H A D | buildbff.sh | 23 startdir=`pwd` 361 mv ../$PKGNAME-$VERSION.bff $startdir 362 cd $startdir
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | main.c | 129 int fd, startdir; in main() local 604 startdir = open(".", O_RDONLY | O_DIRECTORY); in main() 616 else if (startdir != -1) in main() 617 (void)fchdir(startdir); in main() 671 if (startdir != -1) { in main() 672 (void)fchdir(startdir); in main() 673 close(startdir); in main()
|
| H A D | mandocdb.c | 2250 static char startdir[PATH_MAX]; in set_basedir() local 2263 if (NULL == getcwd(startdir, sizeof(startdir))) { in set_basedir() 2265 (void)strlcpy(startdir, strerror(errno), in set_basedir() 2266 sizeof(startdir)); in set_basedir() 2285 say("", "getcwd: %s", startdir); in set_basedir() 2288 if (-1 == chdir(startdir)) { in set_basedir() 2290 say("", "&chdir %s", startdir); in set_basedir()
|
| /freebsd-13.1/sys/sys/ |
| H A D | namei.h | 250 #define NDINIT_ALL(ndp, op, flags, segflg, namep, dirfd, startdir, rightsp, td) \ argument 262 _ndp->ni_startdir = startdir; \
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | sftp.c | 1491 const char *startdir, int err_abort, int echo_command) in parse_dispatch_command() argument 1578 path1 = xstrdup(startdir); in parse_dispatch_command() 2122 char *dir = NULL, *startdir = NULL; in interactive_loop() local 2166 startdir = xstrdup(remote_path); in interactive_loop() 2177 &remote_path, startdir, 1, 0) != 0) { in interactive_loop() 2179 free(startdir); in interactive_loop() 2191 &remote_path, startdir, 1, 0); in interactive_loop() 2193 free(startdir); in interactive_loop() 2254 startdir, batchmode, !interactive && el == NULL); in interactive_loop() 2260 free(startdir); in interactive_loop()
|