Searched refs:startdir (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.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-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
| H A D | tst.corruptenv.ksh | 50 startdir="$PWD" 104 cd "$startdir"
|
| /freebsd-12.1/crypto/openssh/contrib/aix/ |
| H A D | buildbff.sh | 23 startdir=`pwd` 361 mv ../$PKGNAME-$VERSION.bff $startdir 362 cd $startdir
|
| /freebsd-12.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-12.1/crypto/openssh/ |
| H A D | sftp.c | 1493 const char *startdir, int err_abort) in parse_dispatch_command() argument 1574 path1 = xstrdup(startdir); in parse_dispatch_command() 2115 char *dir = NULL, *startdir = NULL; in interactive_loop() local 2159 startdir = xstrdup(remote_path); in interactive_loop() 2170 &remote_path, startdir, 1) != 0) { in interactive_loop() 2172 free(startdir); in interactive_loop() 2184 &remote_path, startdir, 1); in interactive_loop() 2186 free(startdir); in interactive_loop() 2245 startdir, batchmode); in interactive_loop() 2251 free(startdir); in interactive_loop()
|
| /freebsd-12.1/sys/sys/ |
| H A D | namei.h | 188 enum uio_seg segflg, const char *namep, int dirfd, struct vnode *startdir,
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_lookup.c | 1246 const char *namep, int dirfd, struct vnode *startdir, cap_rights_t *rightsp, in NDINIT_ALL() argument 1255 ndp->ni_startdir = startdir; in NDINIT_ALL()
|