Searched refs:tpath (Results 1 – 8 of 8) sorted by relevance
/freebsd/cddl/usr.sbin/dwatch/libexec/ |
H A D | vop_rename | 247 this->tpath = this->tfi_mount; 248 this->tpath = strjoin(this->tpath, this->tfi_mount != 0 ? ( 265 this->tpath = strjoin(this->tpath, 271 this->tpath = strjoin(this->tpath, strjoin(this->tname = 276 this->tpath = strjoin(this->tpath, 294 printf("%s -> %s", this->fpath, this->tpath);
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | expand_path.c | 55 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/usr.bin/fortune/fortune/ |
H A D | fortune.c | 449 char *tpath, *offensive; in add_file() local 455 tpath = NULL; in add_file() 460 strcat(strcat(strcpy(tpath, dir), "/"), file); in add_file() 461 path = tpath; in add_file() 466 free(tpath); in add_file() 475 free(tpath); in add_file() 476 path = tpath = offensive; in add_file() 497 free(tpath); in add_file() 498 path = tpath = offensive; in add_file() 524 free(tpath); in add_file() [all …]
|
/freebsd/usr.sbin/jail/ |
H A D | command.c | 989 char *tpath, *p; in check_path() local 1007 tpath = alloca(strlen(path) + 1); in check_path() 1008 strcpy(tpath, path); in check_path() 1009 for (p = tpath + jplen; p != NULL; ) { in check_path() 1013 if (lstat(tpath, &st) < 0) { in check_path() 1016 jail_warnx(j, "%s: %s: %s", pname, tpath, in check_path() 1022 pname, tpath); in check_path()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 1886 cleantmpdir(jid, tpath, user) in cleantmpdir() argument 1888 char *tpath; 1894 tpath); 1897 execl(CLEANTMPCMD, CLEANTMPCMD, user, tpath, NULL); 1899 tpath, CLEANTMPCMD);
|
/freebsd/crypto/openssl/apps/ |
H A D | ocsp.c | 249 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local 287 OPENSSL_free(tpath); in ocsp_main() 288 thost = tport = tpath = NULL; in ocsp_main() 297 tpath = path; in ocsp_main() 878 OPENSSL_free(tpath); in ocsp_main()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 365 struct ipoib_path *tpath; in __path_add() local 370 tpath = rb_entry(pn, struct ipoib_path, rb_node); in __path_add() 372 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, in __path_add()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 4426 const char *type, *tpath; in zpool_vdev_name() local 4452 } else if (nvlist_lookup_string(nv, ZPOOL_CONFIG_PATH, &tpath) == 0) { in zpool_vdev_name() 4453 path = tpath; in zpool_vdev_name()
|