Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D106-process_typemaps.t12 my $startdir = cwd();
24 chdir $startdir;
41 chdir $startdir;
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/
H A Dabs2rel.t11 my $startdir = cwd();
73 chdir $startdir or die "Unable to change back to $startdir: $!";
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dpodnoerr.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dpoderr.t15 my $startdir = cwd();
16 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dcache.t17 my $startdir = cwd();
18 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dhtmlescp.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dfeature.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dhtmldir4.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dhtmldir5.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dhtmldir2.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dfeature2.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dhtmldir1.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dcrossref2.t17 my $startdir = cwd();
18 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dcrossref3.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dcrossref.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dhtmldir3.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dhtmllink.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
H A Dhtmlview.t14 my $startdir = cwd();
15 END { chdir($startdir) or die("Cannot change back to $startdir: $!"); }
/openbsd-src/usr.bin/mandoc/
H A Dmain.c146 int startdir; in main() local
603 startdir = open(".", O_RDONLY | O_DIRECTORY); in main()
605 process_onefile(mp, res + i, startdir, &outst, &conf); in main()
609 if (startdir != -1) { in main()
610 (void)fchdir(startdir); in main()
611 close(startdir); in main()
855 process_onefile(struct mparse *mp, struct manpage *resp, int startdir, in process_onefile() argument
867 else if (startdir != -1) in process_onefile()
868 (void)fchdir(startdir); in process_onefile()
H A Dmandocdb.c2263 static char startdir[PATH_MAX]; in set_basedir() local
2275 if (getcwd(startdir, sizeof(startdir)) == NULL) { in set_basedir()
2277 (void)strlcpy(startdir, strerror(errno), in set_basedir()
2278 sizeof(startdir)); in set_basedir()
2298 say("", "getcwd: %s", startdir); in set_basedir()
2301 if (chdir(startdir) == -1) { in set_basedir()
2303 say("", "&chdir %s", startdir); in set_basedir()
/openbsd-src/usr.sbin/config/
H A Dmain.c133 char *startdir; variable
204 startdir = getcwd(dirbuffer, sizeof dirbuffer); in main()
205 if (startdir == NULL) in main()
208 startdir = "../../conf"; in main()
H A Dmkmakefile.c121 if (startdir != NULL) { in mkmakefile()
282 if (fprintf(fp, "\tcd %s && config ", startdir) < 0) in emitreconfig()
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A DInstalled.t88 my $startdir = cwd();
89 END { ok(chdir $startdir, "Return to where we started"); }
/openbsd-src/usr.bin/ssh/
H A Dsftp.c1525 const char *startdir, int err_abort, int echo_command) in parse_dispatch_command() argument
1618 path1 = xstrdup(startdir); in parse_dispatch_command()
2182 char *dir = NULL, *startdir = NULL; in interactive_loop() local
2223 startdir = xstrdup(remote_path); in interactive_loop()
2234 &remote_path, startdir, 1, 0) != 0) { in interactive_loop()
2236 free(startdir); in interactive_loop()
2248 &remote_path, startdir, 1, 0); in interactive_loop()
2250 free(startdir); in interactive_loop()
2310 startdir, batchmode, !interactive && el == NULL); in interactive_loop()
2316 free(startdir); in interactive_loop()
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DSearch.pm152 if($isdir) { # this never gets called on the startdir itself, just subdirs
309 my($self, $startdir, $callback, $modname_bits) = @_;
379 $recursor->($startdir, '');

12