Home
last modified time | relevance | path

Searched refs:tmppath (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/libutil/
H A Dgetlocalbase.c59 char *tmppath; in getlocalbase() local
66 tmppath = getenv("LOCALBASE"); in getlocalbase()
67 if (tmppath != NULL && tmppath[0] != '\0') { in getlocalbase()
68 localbase = tmppath; in getlocalbase()
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c1682 char *tmppath; in kern_symlinkat() local
1689 tmppath = uma_zalloc(namei_zone, M_WAITOK); in kern_symlinkat()
1690 if ((error = copyinstr(path1, tmppath, MAXPATHLEN, NULL)) != 0) in kern_symlinkat()
1692 syspath = tmppath; in kern_symlinkat()
1740 uma_zfree(namei_zone, tmppath); in kern_symlinkat()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2765 char *tmppath; in vdev_get_one_physpath() local
2769 &tmppath) != 0) in vdev_get_one_physpath()
2776 rsz = snprintf(physpath + pos, bytes_left, format, tmppath); in vdev_get_one_physpath()