Searched refs:work_dir (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dcreate_unbound_ad_servers.sh11 work_dir="/tmp"
27 $WGET -O $work_dir/yoyo_ad_servers "$list_addr" && \
28 $CAT $work_dir/yoyo_ad_servers | \
H A Dcreate_unbound_ad_servers.cmd11 set work_dir=%TEMP% variable
19 "%wget%" -O %work_dir%\yoyo_ad_servers %list_addr%
23 for /F "eol=; tokens=*" %%a in (%work_dir%\yoyo_ad_servers) do (
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/misc/
H A Dautopoint.in381 # - work_dir directory containing the temporary checkout
383 work_dir=tmpwrk$$
393 mkdir "$work_dir" || {
394 if test -d "$work_dir"; then
395 func_fatal_error "directory $work_dir already exists"
397 func_fatal_error "cannot create directory $work_dir"
421 cd "$work_dir"
427 rm -rf "$cvs_dir" "$work_dir"
471 for file in `find "$work_dir/archive" -type f -print | sed -e "s,^$work_dir/archiv
[all...]
H A Dadd-to-archive58 work_dir=tmpwrk$$
59 mkdir "$work_dir"
60 mkdir "$work_dir/archive"
61 work_archive=`pwd`/"$work_dir/archive"
109 rm -rf "$work_dir"
/netbsd-current/etc/
H A Dsecurity41 work_dir=$backup_dir/work
43 if [ ! -d "$work_dir" ]; then
44 mkdir -p "$work_dir"
136 $work_dir/*)
752 file=$work_dir/setuid
817 file=$work_dir/device
918 migrate_file "$file" "$work_dir/${file##*/}"
923 ls -1d $work_dir/disklabel.* $work_dir/fdisk.* $work_dir/wedge
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
H A D__init__.py169 with TemporaryDirectory() as work_dir:
171 with open(os.path.join(work_dir, src_file), 'w') as handle:
175 cwd=work_dir)

Completed in 143 milliseconds