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

/freebsd-10.0-release/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.0-release/contrib/tcsh/
H A Dtw.parse.c1942 Char *tdir; local
1944 tdir = dollar(dir);
1945 cleanup_push(tdir, xfree);
1946 if (tdir == NULL ||
1947 (tilde(edir, tdir) != 0) ||
1953 cleanup_until(tdir);
1960 xprintf("\n%S %s\n", edir->len ? edir->s : (tdir ? tdir : dir),
1965 cleanup_until(tdir);
1968 cleanup_until(tdir);
[all...]
/freebsd-10.0-release/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.0-release/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 140 milliseconds