/src/usr.bin/sdiff/ |
extern.h | 10 extern const char *tmpdir;
|
/src/usr.bin/make/unit-tests/ |
objdir-writable.exp | 1 make: warning: <tmpdir>/roobj: Permission denied 2 <tmpdir> 3 <tmpdir>/roobj 4 <tmpdir>/roobj
|
export.exp | 2 TMPDIR=<tmpdir>
|
cmdline.exp | 2 show-objdir: <tmpdir>/cmdline/6a8899d2-d227-4b55-9b6b-f3c8eeb83fd5 4 show-objdir: <tmpdir>/cmdline/a7b41170-53f8-4cc2-bc5c-e4c3dd93ec45/
|
varname-dot-make-meta-ignore_filter.exp | 2 Building <tmpdir>/obj/check-ignore 8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target... 9 Building <tmpdir>/obj/check-ignore
|
varname-dot-make-meta-ignore_paths.exp | 2 Building <tmpdir>/obj/check-ignore 8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target... 9 Building <tmpdir>/obj/check-ignore
|
varname-dot-make-meta-ignore_patterns.exp | 2 Building <tmpdir>/obj/check-ignore 8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target... 9 Building <tmpdir>/obj/check-ignore
|
/src/usr.bin/mktemp/ |
mktemp.c | 62 char *tmpdir; local in function:main 69 tmpdir = NULL; 80 tmpdir = optarg; 107 if (tmpdir == NULL) 108 tmpdir = getenv("TMPDIR"); 109 if (tmpdir == NULL) 113 (void)asprintf(&name, "%s/%s.XXXXXXXX", tmpdir, prefix); 128 if (tmpdir) 130 tmpdir, argv[0]) [all...] |
/src/usr.bin/mail/ |
temp.c | 62 if ((cp = getenv("TMPDIR")) == NULL || *cp == '\0') 65 tmpdir = savestr(cp); 68 p = tmpdir + strlen(tmpdir) - 1; 69 while (p > tmpdir && *p == '/') {
|
glob.h | 64 EXTERN char *tmpdir; /* Path name of temp directory */ variable in typeref:typename:EXTERN char *
|
/src/usr.bin/sort/ |
tmp.c | 92 (void)snprintf(path, sizeof(path), "%s%s%s", tmpdir, 93 (tmpdir[strlen(tmpdir)-1] != '/') ? "/" : "", _NAME_TMP);
|
sort.c | 110 const char *tmpdir; /* where temporary files should be put */ variable in typeref:typename:const char * 153 if (!(tmpdir = getenv("TMPDIR"))) 154 tmpdir = _PATH_TMP; 242 /* -T tmpdir */ 243 tmpdir = optarg;
|
/src/tests/kernel/ |
t_magic_symlinks.sh | 30 tmpdir="/tmp/test-magic-symlink" 41 mkdir "$tmpdir" 42 echo "$enabled" > "$tmpdir/enabled" 47 enabled=$(cat "$tmpdir/enabled") 54 rm -rf $tmpdir 60 cd "$tmpdir" 231 realpath "$tmpdir/link"
|
t_mqueue.c | 111 char *tmpdir; local in function:ATF_TC_BODY 116 tmpdir = mkdtemp(template); 117 ATF_REQUIRE_MSG(tmpdir != NULL, "mkdtemp failed: %d", errno); 118 snprintf(mq_name, sizeof(mq_name), "%s/mq", tmpdir);
|
t_sysv.c | 143 char *tmpdir; local in function:get_ftok 147 tmpdir = mkdtemp(token_key); 148 ATF_REQUIRE_MSG(tmpdir != NULL, "mkdtemp() failed: %d", errno); 150 strlcpy(token_dir, tmpdir, sizeof(token_dir)); 151 strlcpy(token_key, tmpdir, sizeof(token_key)); 158 rmdir(tmpdir);
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
collect_data_flow.py | 29 tmpdir = "" variable 57 tmpdir = tempfile.mkdtemp(prefix="libfuzzer-tmp-") 58 atexit.register(cleanup, tmpdir) 59 print "tmpdir: ", tmpdir 64 tmpfile = os.path.join(tmpdir, str(r[0]) + "-" + str(r[1]))
|
/src/lib/librumpuser/build-aux/ |
install-sh | 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ 349 trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 352 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 359 ls_ld_tmpdir=`ls -ld "$tmpdir"` 365 $mkdirprog -m$different_mode -p -- "$tmpdir" && { 366 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 372 rmdir "$tmpdir/d" "$tmpdir" [all...] |
/src/sys/external/isc/libsodium/dist/build-aux/ |
install-sh | 327 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ 328 trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 331 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 338 ls_ld_tmpdir=`ls -ld "$tmpdir"` 344 $mkdirprog -m$different_mode -p -- "$tmpdir" && { 345 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 351 rmdir "$tmpdir/d" "$tmpdir" [all...] |
/src/sys/external/isc/libsodium/dist/ |
install-sh | 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ 349 trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 352 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 359 ls_ld_tmpdir=`ls -ld "$tmpdir"` 365 $mkdirprog -m$different_mode -p -- "$tmpdir" && { 366 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 372 rmdir "$tmpdir/d" "$tmpdir" [all...] |
/src/bin/pax/ |
pax.c | 243 const char *tmpdir; local in function:main 285 if ((tmpdir = getenv("TMPDIR")) == NULL || *tmpdir == '\0') 286 tmpdir = _PATH_TMP; 287 tdlen = strlen(tmpdir); 288 while(tdlen > 0 && tmpdir[tdlen - 1] == '/') 296 memcpy(tempfile, tmpdir, tdlen);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_platform_linux.cc | 152 const char *tmpdir = GetEnv("TMPDIR"); local in function:__tsan::MapRodata 153 if (tmpdir == 0) 154 tmpdir = GetEnv("TEST_TMPDIR"); 156 if (tmpdir == 0) 157 tmpdir = P_tmpdir; 159 if (tmpdir == 0) 163 tmpdir, (int)internal_getpid());
|
/src/usr.bin/patch/ |
patch.c | 158 const char *tmpdir; local in function:main 171 if ((tmpdir = getenv("TMPDIR")) == NULL || *tmpdir == '\0') 172 tmpdir = _PATH_TMP; 173 for (i = strlen(tmpdir) - 1; i > 0 && tmpdir[i] == '/'; i--) 176 if (asprintf(&TMPOUTNAME, "%.*s/patchoXXXXXXXXXX", i, tmpdir) == -1) 182 if (asprintf(&TMPINNAME, "%.*s/patchiXXXXXXXXXX", i, tmpdir) == -1) 188 if (asprintf(&TMPREJNAME, "%.*s/patchrXXXXXXXXXX", i, tmpdir) == -1 [all...] |
/src/sbin/restore/ |
restore.h | 67 extern const char *tmpdir; /* where to store temporary files */
|
main.c | 81 const char *tmpdir; variable in typeref:typename:const char * 104 if ((tmpdir = getenv("TMPDIR")) == NULL) 105 tmpdir = _PATH_TMP;
|
dirs.c | 155 tmpdir, (intmax_t)dumpdate); 158 tmpdir, (intmax_t)dumpdate); 170 tmpdir, (intmax_t)dumpdate); 173 "%s/rstmode%jd-XXXXXX", tmpdir, (intmax_t)dumpdate); 606 tmpdir, (intmax_t)dumpdate); 846 fprintf(stderr, "Try making space in %s, %s\n%s\n", tmpdir, 847 "or set environment variable TMPDIR",
|