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

/freebsd-11.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-11.0-release/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-11.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...]

Completed in 190 milliseconds