Home
last modified time | relevance | path

Searched refs:tpath (Results 1 – 3 of 3) sorted by path

/original-bsd/contrib/sc/
H A Dcmds.c1495 char tpath[PATHLEN]; local
1506 strcpy(tpath, path);
1507 if ((tpp = strrchr(tpath, '/')) == NULL)
1508 tpp = tpath;
1528 if ((outfd = open(tpath, O_TRUNC|O_WRONLY|O_CREAT,
/original-bsd/libexec/telnetd/
H A Dsys_term.c2102 cleantmpdir(jid, tpath, user) in cleantmpdir() argument
2104 register char *tpath;
2110 tpath);
2113 execl(CLEANTMPCMD, CLEANTMPCMD, user, tpath, 0);
2115 tpath, CLEANTMPCMD);
/original-bsd/usr.bin/man/
H A Dman.c461 char buf[MAXPATHLEN], cmd[MAXPATHLEN], tpath[sizeof(_PATH_TMP)]; local
480 (void)strcpy(tpath, _PATH_TMP);
481 if ((fd = mkstemp(tpath)) == -1) {
482 warn("%s", tpath);
486 (void)snprintf(buf, sizeof(buf), "%s > %s", fmt, tpath);
490 if ((*pathp = strdup(tpath)) == NULL) {