Searched refs:tmp_dir (Results 1 – 10 of 10) sorted by relevance
49 char *tmp_dir; in rpl_mkdir() local54 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()
21 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} &&
49 read tmp_dir50 if [ "$tmp_dir" = "" ]; then51 tmp_dir=$def_tmp_dir53 if [ ! -d "$tmp_dir" ]; then54 /bin/rm -rf $tmp_dir55 mkdir -p $tmp_dir61 if [ "$tmp_dir" = "" ]; then64 cd $tmp_dir
59 read tmp_dir60 if [ "$tmp_dir" = "" ]; then61 tmp_dir=$def_tmp_dir63 if [ ! -d "$tmp_dir" ]; then64 /bin/rm -rf $tmp_dir65 mkdir -p $tmp_dir71 if [ "$tmp_dir" = "" ]; then74 cd $tmp_dir
48 tmpdir = tmp_dir; in open_tmp_usage()
238 #define tmp_dir (ao_strs_strtable+885) macro
689 const char *tmp_dir = concat (dump_dir_name, NULL); in get_log_file_name() local694 dir_len = strlen (tmp_dir); in get_log_file_name()698 strcpy (full_name, tmp_dir); in get_log_file_name()
3241 for tmp_dir in $fat_path; do3245 GMP_FAT_SUFFIX(tmp_suffix, $tmp_dir)3265 tmp_mparam=$srcdir/mpn/$tmp_dir/gmp-mparam.h3290 tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext3328 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; do3425 tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext[all …]
25158 for tmp_dir in $fat_path; do25162 tmp_suffix=`echo $tmp_dir | sed -e '/\//s:^[^/]*/::' -e 's:[\\/]:_:g'`25182 tmp_mparam=$srcdir/mpn/$tmp_dir/gmp-mparam.h25252 tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext25306 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; do25448 tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext[all …]