Home
last modified time | relevance | path

Searched refs:tmp_dir (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dmkdir.c49 char *tmp_dir; in rpl_mkdir() local
54 tmp_dir = xstrdup (dir); in rpl_mkdir()
55 strip_trailing_slashes (tmp_dir); in rpl_mkdir()
59 tmp_dir = (char *) dir; in rpl_mkdir()
62 ret_val = mkdir (tmp_dir, mode); in rpl_mkdir()
64 if (tmp_dir != dir) in rpl_mkdir()
65 free (tmp_dir); in rpl_mkdir()
/netbsd/src/etc/rc.d/
Dcleartmp21 tmp_dir=${per_user_tmp_dir}
23 tmp_dir="/tmp"
27 /bin/rm -rf ${tmp_dir}
28 /bin/mkdir ${tmp_dir}
29 /sbin/chown root:wheel ${tmp_dir}
30 /bin/chmod 1777 ${tmp_dir}
45 (cd ${tmp_dir} &&
/netbsd/src/distrib/vax/inst-common/
Ddot.commonutils49 read tmp_dir
50 if [ "$tmp_dir" = "" ]; then
51 tmp_dir=$def_tmp_dir
53 if [ ! -d "$tmp_dir" ]; then
54 /bin/rm -rf $tmp_dir
55 mkdir -p $tmp_dir
61 if [ "$tmp_dir" = "" ]; then
64 cd $tmp_dir
/netbsd/src/distrib/amiga/floppies/inst-common/
Ddot.commonutils59 read tmp_dir
60 if [ "$tmp_dir" = "" ]; then
61 tmp_dir=$def_tmp_dir
63 if [ ! -d "$tmp_dir" ]; then
64 /bin/rm -rf $tmp_dir
65 mkdir -p $tmp_dir
71 if [ "$tmp_dir" = "" ]; then
74 cd $tmp_dir
/netbsd/src/distrib/utils/script-installer/
Ddot.commonutils59 read tmp_dir
60 if [ "$tmp_dir" = "" ]; then
61 tmp_dir=$def_tmp_dir
63 if [ ! -d "$tmp_dir" ]; then
64 /bin/rm -rf $tmp_dir
65 mkdir -p $tmp_dir
71 if [ "$tmp_dir" = "" ]; then
74 cd $tmp_dir
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dpgusage.c48 tmpdir = tmp_dir; in open_tmp_usage()
Dao-strs.h238 #define tmp_dir (ao_strs_strtable+885) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dvtable-class-hierarchy.cc689 const char *tmp_dir = concat (dump_dir_name, NULL); in get_log_file_name() local
694 dir_len = strlen (tmp_dir); in get_log_file_name()
698 strcpy (full_name, tmp_dir); in get_log_file_name()
/netbsd/src/external/lgpl3/gmp/dist/
Dconfigure.ac3241 for tmp_dir in $fat_path; do
3245 GMP_FAT_SUFFIX(tmp_suffix, $tmp_dir)
3265 tmp_mparam=$srcdir/mpn/$tmp_dir/gmp-mparam.h
3290 tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
3328 echo ["$tmp_d_n_l mpn_$tmp_fbase - from $tmp_dir directory for fat binary.
3342 include][($mpn_relative_top_srcdir/mpn/$tmp_dir/$tmp_base.asm)
3346 echo ["/* mpn_$tmp_fbase - from $tmp_dir directory for fat binary.
3355 #include \"$mpn_relative_top_srcdir/mpn/$tmp_dir/$tmp_base.c\"
3422 for tmp_dir in $path; do
3425 tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
[all …]
Dconfigure25158 for tmp_dir in $fat_path; do
25162 tmp_suffix=`echo $tmp_dir | sed -e '/\//s:^[^/]*/::' -e 's:[\\/]:_:g'`
25182 tmp_mparam=$srcdir/mpn/$tmp_dir/gmp-mparam.h
25252 tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
25306 echo "$tmp_d_n_l mpn_$tmp_fbase - from $tmp_dir directory for fat binary.
25320 include($mpn_relative_top_srcdir/mpn/$tmp_dir/$tmp_base.asm)
25324 echo "/* mpn_$tmp_fbase - from $tmp_dir directory for fat binary.
25333 #include \"$mpn_relative_top_srcdir/mpn/$tmp_dir/$tmp_base.c\"
25445 for tmp_dir in $path; do
25448 tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
[all …]