Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.1/usr.bin/fortune/fortune/
H A Dfortune.c463 char *tpath, *offensive; in add_file() local
469 tpath = NULL; in add_file()
474 strcat(strcat(strcpy(tpath, dir), "/"), file); in add_file()
475 path = tpath; in add_file()
480 free(tpath); in add_file()
489 free(tpath); in add_file()
490 path = tpath = offensive; in add_file()
511 free(tpath); in add_file()
512 path = tpath = offensive; in add_file()
538 free(tpath); in add_file()
[all …]
/freebsd-13.1/usr.sbin/jail/
H A Dcommand.c967 char *tpath, *p; in check_path() local
985 tpath = alloca(strlen(path) + 1); in check_path()
986 strcpy(tpath, path); in check_path()
987 for (p = tpath + jplen; p != NULL; ) { in check_path()
991 if (lstat(tpath, &st) < 0) { in check_path()
994 jail_warnx(j, "%s: %s: %s", pname, tpath, in check_path()
1000 pname, tpath); in check_path()
/freebsd-13.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-13.1/crypto/openssl/apps/
H A Docsp.c254 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local
296 OPENSSL_free(tpath); in ocsp_main()
297 thost = tport = tpath = NULL; in ocsp_main()
304 tpath = path; in ocsp_main()
829 OPENSSL_free(tpath); in ocsp_main()
/freebsd-13.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c368 struct ipoib_path *tpath; in __path_add() local
373 tpath = rb_entry(pn, struct ipoib_path, rb_node); in __path_add()
375 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, in __path_add()