Home
last modified time | relevance | path

Searched refs:tpath (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/cddl/usr.sbin/dwatch/libexec/
H A Dvop_rename248 this->tpath = this->tfi_mount;
249 this->tpath = strjoin(this->tpath, this->tfi_mount != 0 ? (
266 this->tpath = strjoin(this->tpath,
272 this->tpath = strjoin(this->tpath, strjoin(this->tname =
277 this->tpath = strjoin(this->tpath,
295 printf("%s -> %s", this->fpath, this->tpath);
/freebsd-12.1/crypto/heimdal/lib/krb5/
H A Dexpand_path.c55 TCHAR tpath[MAX_PATH]; in _expand_temp_folder() local
58 if (!GetTempPath(sizeof(tpath)/sizeof(tpath[0]), tpath)) { in _expand_temp_folder()
66 len = strlen(tpath); in _expand_temp_folder()
68 if (len > 0 && tpath[len - 1] == '\\') in _expand_temp_folder()
69 tpath[len - 1] = '\0'; in _expand_temp_folder()
71 *ret = strdup(tpath); in _expand_temp_folder()
/freebsd-12.1/usr.bin/fortune/fortune/
H A Dfortune.c462 char *tpath, *offensive; in add_file() local
468 tpath = NULL; in add_file()
473 strcat(strcat(strcpy(tpath, dir), "/"), file); in add_file()
474 path = tpath; in add_file()
479 free(tpath); in add_file()
488 free(tpath); in add_file()
489 path = tpath = offensive; in add_file()
510 free(tpath); in add_file()
511 path = tpath = offensive; in add_file()
537 free(tpath); in add_file()
[all …]
/freebsd-12.1/usr.sbin/jail/
H A Dcommand.c934 char *tpath, *p; in check_path() local
952 tpath = alloca(strlen(path) + 1); in check_path()
953 strcpy(tpath, path); in check_path()
954 for (p = tpath + jplen; p != NULL; ) { in check_path()
958 if (lstat(tpath, &st) < 0) { in check_path()
961 jail_warnx(j, "%s: %s: %s", pname, tpath, in check_path()
967 pname, tpath); in check_path()
/freebsd-12.1/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1886 cleantmpdir(jid, tpath, user) in cleantmpdir() argument
1888 char *tpath;
1894 tpath);
1897 execl(CLEANTMPCMD, CLEANTMPCMD, user, tpath, NULL);
1899 tpath, CLEANTMPCMD);
/freebsd-12.1/crypto/openssl/apps/
H A Docsp.c257 char *thost = NULL, *tport = NULL, *tpath = NULL;
299 OPENSSL_free(tpath);
300 thost = tport = tpath = NULL;
307 tpath = path;
832 OPENSSL_free(tpath);
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c407 struct ipoib_path *tpath; in __path_add() local
412 tpath = rb_entry(pn, struct ipoib_path, rb_node); in __path_add()
414 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, in __path_add()