| /src/external/gpl2/xcvs/dist/lib/ |
| mkdir.c | 49 char *tmp_dir; local 54 tmp_dir = xstrdup (dir); 55 strip_trailing_slashes (tmp_dir); 59 tmp_dir = (char *) dir; 62 ret_val = mkdir (tmp_dir, mode); 64 if (tmp_dir != dir) 65 free (tmp_dir);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| mkdir.c | 54 char *tmp_dir; local 59 tmp_dir = strdup (dir); 60 if (!tmp_dir) 66 strip_trailing_slashes (tmp_dir); 70 tmp_dir = (char *) dir; 75 char *last = last_component (tmp_dir); 80 if (stat (tmp_dir, &st) == 0 || errno == EOVERFLOW) 87 ret_val = mkdir (tmp_dir, mode); 89 if (tmp_dir != dir) 90 free (tmp_dir); [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| mkdir.c | 54 char *tmp_dir; local 59 tmp_dir = strdup (dir); 60 if (!tmp_dir) 66 strip_trailing_slashes (tmp_dir); 70 tmp_dir = (char *) dir; 75 char *last = last_component (tmp_dir); 80 if (stat (tmp_dir, &st) == 0 || errno == EOVERFLOW) 87 ret_val = mkdir (tmp_dir, mode); 89 if (tmp_dir != dir) 90 free (tmp_dir); [all...] |
| /src/etc/rc.d/ |
| cleartmp | 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} &&
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/ |
| test_exec_anatomy.py | 47 with libear.TemporaryDirectory() as tmp_dir: 48 expected, result = run(source_dir, tmp_dir)
|
| /src/external/bsd/zstd/dist/tests/ |
| test-zstd-versions.py | 223 tmp_dir = base_dir + '/' + tmp_dir_name # /path/to/zstd/tests/versionsTest variable 224 clone_dir = tmp_dir + '/' + 'zstd' # /path/to/zstd/tests/versionsTest/zstd 225 dict_source_path = tmp_dir + '/' + dict_source # /path/to/zstd/tests/versionsTest/dict_source 227 os.makedirs(tmp_dir, exist_ok=True) 233 shutil.copy2(base_dir + '/' + test_dat_src, tmp_dir + '/' + test_dat) 245 dst_zstd = '{}/zstd.{}'.format(tmp_dir, tag) # /path/to/zstd/tests/versionsTest/zstd.<TAG> 251 r_dir = '{}/{}'.format(tmp_dir, tag) # /path/to/zstd/tests/versionsTest/<TAG> 259 shutil.copy2('dictBuilder', '{}/dictBuilder.{}'.format(tmp_dir, tag)) 272 os.chdir(tmp_dir)
|
| playTests.sh | 1797 mkdir tmp_dir 1798 datagen > tmp_dir/tmp1 1799 datagen > tmp_dir/tmp2 1801 zstd --patch-from=tmp_dict -r tmp_dir && die
|
| /src/external/bsd/zstd/dist/tests/gzip/ |
| help-version.sh | 126 tmp_dir=dir-$$ 181 mkdir_setup () { args=$tmp_dir/subdir; } 182 rmdir_setup () { args=$tmp_dir; } 243 rm -rf $tmp_in $tmp_in2 $tmp_dir $tmp_out $bigZ_in $zin $zin2 254 mkdir $tmp_dir 267 rm -rf $tmp_in $tmp_in2 $tmp_out $tmp_dir
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| main.py | 238 tmp_dir = None 241 tmp_dir = tempfile.mkdtemp(prefix="lit_tmp_") 243 'TMPDIR': tmp_dir, 244 'TMP': tmp_dir, 245 'TEMP': tmp_dir, 246 'TEMPDIR': tmp_dir, 251 if tmp_dir: 254 shutil.rmtree(tmp_dir) 256 lit_config.warning("Failed to delete temp directory '%s', try upgrading your version of Python to fix this" % tmp_dir)
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| intercept.py | 86 with TemporaryDirectory(prefix='intercept-') as tmp_dir: 88 environment = setup_environment(args, tmp_dir) 92 parse_exec_trace(os.path.join(tmp_dir, filename)) 93 for filename in sorted(glob.iglob(os.path.join(tmp_dir, '*.cmd'))))
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| pgusage.c | 48 tmpdir = tmp_dir;
|
| ao-strs.h | 238 #define tmp_dir (ao_strs_strtable+885) macro
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_libc_test.cc | 69 char tmp_dir[MAX_PATH]; local 70 if (!::GetTempPathA(MAX_PATH, tmp_dir)) 74 if (!::GetTempFileNameA(tmp_dir, prefix, 0, tmp_path))
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 676 const char *tmp_dir = concat (dump_dir_name, NULL); local 681 dir_len = strlen (tmp_dir); 685 strcpy (full_name, tmp_dir);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 689 const char *tmp_dir = concat (dump_dir_name, NULL); local 694 dir_len = strlen (tmp_dir); 698 strcpy (full_name, tmp_dir);
|
| /src/external/lgpl3/gmp/dist/ |
| configure | 25158 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_ex [all...] |