Home
last modified time | relevance | path

Searched refs:startdir (Results 1 – 9 of 9) sorted by relevance

/freebsd/tools/tools/zfsboottest/
H A Dzfsboottest.sh44 startdir="/boot"
61 if [ ! -d "${mountpoint}${startdir}" ]; then
62 echo "The \"${mountpoint}${startdir}\" directory doesn't exist." >&2
89 echo "zfsboottest.sh is reading all the files in ${mountpoint}${startdir} using"
96 "${zfsboottest}" ${vdevs} - `find "${mountpoint}${startdir}" -type f | sed "s@^${mountpoint}@@"` | …
97 find "${mountpoint}${startdir}" -type f | xargs md5 -r | sed "s@ ${mountpoint}@ @" | egrep '^[0-9a-…
/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py1346 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 Dclient.py588 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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.corruptenv.ksh50 startdir="$PWD"
104 cd "$startdir"
/freebsd/crypto/openssh/contrib/aix/
H A Dbuildbff.sh23 startdir=`pwd`
361 mv ../$PKGNAME-$VERSION.bff $startdir
362 cd $startdir
/freebsd/contrib/mandoc/
H A Dmain.c147 int startdir; in main() local
647 startdir = open(".", O_RDONLY | O_DIRECTORY); in main()
649 process_onefile(mp, res + i, startdir, &outst, &conf); in main()
653 if (startdir != -1) { in main()
654 (void)fchdir(startdir); in main()
655 close(startdir); in main()
899 process_onefile(struct mparse *mp, struct manpage *resp, int startdir, in process_onefile() argument
911 else if (startdir != -1) in process_onefile()
912 (void)fchdir(startdir); in process_onefile()
H A Dmandocdb.c2308 static char startdir[PATH_MAX]; in set_basedir() local
2320 if (getcwd(startdir, sizeof(startdir)) == NULL) { in set_basedir()
2322 (void)strlcpy(startdir, strerror(errno), in set_basedir()
2323 sizeof(startdir)); in set_basedir()
2343 say("", "getcwd: %s", startdir); in set_basedir()
2346 if (chdir(startdir) == -1) { in set_basedir()
2348 say("", "&chdir %s", startdir); in set_basedir()
/freebsd/sys/sys/
H A Dnamei.h243 #define NDINIT_ALL(ndp, op, flags, segflg, namep, dirfd, startdir, rightsp) \ argument
255 _ndp->ni_startdir = startdir; \
/freebsd/crypto/openssh/
H A Dsftp.c1550 const char *startdir, int err_abort, int echo_command) in parse_dispatch_command() argument
1643 path1 = xstrdup(startdir); in parse_dispatch_command()
2209 char *dir = NULL, *startdir = NULL; in interactive_loop() local
2252 startdir = xstrdup(remote_path); in interactive_loop()
2263 &remote_path, startdir, 1, 0) != 0) { in interactive_loop()
2265 free(startdir); in interactive_loop()
2277 &remote_path, startdir, 1, 0); in interactive_loop()
2279 free(startdir); in interactive_loop()
2340 startdir, batchmode, !interactive && el == NULL); in interactive_loop()
2346 free(startdir); in interactive_loop()