Searched refs:workdir (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.sbin/manctl/
H A Dmanctl.sh128 local workdir
130 workdir=`pwd`
148 cd $workdir
316 local workdir
321 workdir=`pwd`
339 cd $workdir
/freebsd-9.3-release/contrib/cvs/src/
H A Dhistory.c202 char *end; /* Ptr into repository to copy at end of workdir */
326 then it is "workdir/file". (Revision order should always track date.)
659 working = 0; /* User's workdir doesn't count here */
722 char *workdir; local
837 workdir = xmalloc (strlen (tilde) + strlen (PrCurDir) + strlen (slash)
839 (void) sprintf (workdir, "%s%s%s%s", tilde, PrCurDir, slash, update_dir);
842 * "workdir" is the directory where the file "name" is. ("^~" == $HOME)
845 * "$workdir/$name" is the working file name.
851 * The working file directory ("workdir") and the Repository ("repos")
853 * duplication (and save space), the "workdir" fiel
1525 char *workdir; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/check/
H A Dnamed-checkzone.c111 const char *workdir = NULL; local
343 workdir = isc_commandline_argument;
418 if (workdir != NULL) {
419 result = isc_dir_chdir(workdir);
422 workdir, isc_result_totext(result));
/freebsd-9.3-release/usr.sbin/etcupdate/
H A Detcupdate.sh64 usage: etcupdate [-npBF] [-d workdir] [-r | -s source | -t tarball]
67 etcupdate build [-B] [-d workdir] [-s source] [-L logfile] [-M options]
69 etcupdate diff [-d workdir] [-D destdir] [-I patterns] [-L logfile]
70 etcupdate extract [-B] [-d workdir] [-s source | -t tarball] [-L logfile]
72 etcupdate resolve [-p] [-d workdir] [-D destdir] [-L logfile]
73 etcupdate status [-d workdir] [-D destdir]
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dntploopwatch22 undef($workdir);
112 (@ARGV || die($usage), $workdir = shift(@ARGV), next);
141 if (defined($workdir))
143 chdir($workdir) ||
144 die("$0: failed to change working dir to \"$workdir\": $!\n");
/freebsd-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh40 -d workdir -- Store working files in workdir
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh42 -d workdir -- Store working files in workdir

Completed in 86 milliseconds