Searched refs:tdir (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/ofed/libsdp/src/
H A Dlog.c181 char tdir[PATH_MAX + 1]; local
188 snprintf(tdir, sizeof(tdir), "%s.%d", filename, uid );
190 snprintf(tdir, sizeof(tdir ), "/tmp/%s.%d", filename, uid );
192 if (mkdir(tdir, 0700)) {
196 __sdp_log( 9, "Couldn't create directory '%s' for logging (%m)\n", tdir );
200 if (lstat(tdir, &stat)) {
201 __sdp_log(9, "Couldn't lstat directory %s\n", tdir);
209 "thus is a security issue.\n", tdir );
[all...]
/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh29 local tdir=${CONTRIB_TESTDIR}/${basedir}
30 local tfiles=$(find $tdir -type f -a \
32 local tcfiles=$(find $tdir -type f -a -name \*.c | sort | fmtflist)
33 local texes=$(find $tdir -type f -a -name \*.exe | sort | fmtflist)
/freebsd-10-stable/contrib/tcsh/
H A Dtw.parse.c1946 Char *tdir; local
1948 tdir = dollar(dir);
1949 cleanup_push(tdir, xfree);
1950 if (tdir == NULL ||
1951 (tilde(edir, tdir) != 0) ||
1957 cleanup_until(tdir);
1964 xprintf("\n%S %s\n", edir->len ? edir->s : (tdir ? tdir : dir),
1969 cleanup_until(tdir);
1972 cleanup_until(tdir);
[all...]
/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dfile.c285 move_file(const char *dir, const char *fname, const char *tdir) argument
295 snprintf(to, FILENAME_MAX, "%s/%s", tdir, fname);
/freebsd-10-stable/usr.bin/make/
H A Djob.c1577 const char *tdir; local
1618 if ((tdir = getenv("TMPDIR")) == NULL)
1619 tdir = _PATH_TMP;
1636 snprintf(tfile, sizeof(tfile), "%s/%s", tdir, TMPPAT);
1816 tdir, TMPPAT);

Completed in 121 milliseconds