Searched refs:realpath (Results 26 - 49 of 49) sorted by relevance

12

/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c156 if (realpath(bn, pathbuf) != NULL)
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgserv.c185 if (realpath(temp, fullpath) == NULL) {
/osnet-11/usr/src/grub/grub2/util/
H A Ddeviceiter.c757 if (realpath (discn, name))
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Ddevice.c721 if (realpath (discn, name))
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_aux.c147 * We have to realpath() only the directory since names from /dev are symbolic
154 * realpath() on its directory. See suri_getfiletype() which is supposed to be
181 if ((rdn = realpath(dn, NULL)) == NULL) {
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c1218 confuses the interface very much, so use realpath to expand
1223 if (! realpath (p, map[drive].device))
1348 if (! realpath (os_dev, path))
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1128 * If we deal with a directory we can use realpath(3C) instantly
1130 * We can not use realpath(3C) directly for files as it resolves
1157 if ((tmp = realpath(name, NULL)) == NULL) {
1174 if ((dn = realpath(dirname(tmp), NULL)) == NULL) {
H A Dlibzfs_vdev.c440 (rp = realpath(arg, NULL))) {
H A Dlibzfs_pool.c2127 (rp = realpath(path, NULL))) {
H A Dlibzfs_share.c3727 if (realpath(share_path, path) == NULL)
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c996 if (realpath(lpath, ppath) == NULL) {
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1400 if (realpath(spec, bufp) == NULL) {
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c1011 if (realpath(sa_un->sun_path, sun_path) == NULL) {
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c343 if ((realpath(root_dir, dev_dir) == NULL) ||
344 (realpath(root_dir, db_dir) == NULL)) {
1244 /* realpath() used only as a last resort because it is expensive */
1254 * A realpath attempt to lookup a dangling link can invoke implicit
/osnet-11/usr/src/lib/libast/
H A DMakefile.com100 common/comp/realpath.o \
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com515 realpath.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com546 realpath.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com510 realpath.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile486 realpath.o \
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dpath.c88 if (!realpath(path, resolvedpath))
120 /* Solaris implements realpath(3C) using the resolvepath(2) */
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc835 /* realpath.c */
836 char *realpath(const char *_RESTRICT_KYWD raw, char *_RESTRICT_KYWD canon);
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare.c832 if (realpath(sh_path, resolved_path) == NULL) {
848 * store the realpath in the share. It will be
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1386 if (type == LOGICAL_LINK_AP && realpath(lib_loc_p->ap_base, path)
/osnet-11/usr/src/grub/grub2/
H A Dconfigure29294 for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt mkdtemp mkostemp mkostemps mkstemp mkstemps ptsname random_r initstat_r srandom_r setstate_r realpath rpmatch setenv strtod strtoll strtoull unlockpt unsetenv; do
[all...]

Completed in 205 milliseconds

12