Searched defs:abspath (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dexit.sh34 function abspath function
44 ABSHELL=$(abspath)
/illumos-gate/usr/src/lib/libmail/common/
H A Dabspath.c34 * abspath - expand a path relative to some `.'
37 * string *abspath(char *path, char *dot, string *to)
49 abspath(char *path, char *dot, string *to) function
/illumos-gate/usr/src/common/net/wanboot/
H A DparseURL.h60 char abspath[URL_MAX_PATHLEN]; member in struct:__anon2030
/illumos-gate/usr/src/lib/libtsol/common/
H A Dsetflabel.c51 static int abspath(char *, const char *, char *);
105 if (abspath(cwd, path, canon) < 0)
269 abspath(char *wd, const char *raw, char *canon) function
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c80 static int abspath(char *, char *, char *);
798 if (abspath(cwd, path, scratch) < 0)
803 * abspath was "/" and chrootpath isn't the null string, we
854 abspath(char *wd, char *raw, char *canon) function
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1483 char *abspath, *minor; local
1507 if ((abspath = strstr(physpath,
1516 abspath = physpath;
1521 abspath += sizeof (SLASH_DEVICES_SLASH) - 2;
1523 if ((minor = strrchr(abspath, ':')) != NULL)
1526 if (strcmp(nodepath, abspath) == 0) {
H A Ddevinfo_devlink.c1194 char abspath[PATH_MAX]; local
1260 size_t n = sizeof (abspath);
1261 if (strlcpy(abspath, link, n) >= n)
1263 p = strrchr(abspath, '/') + 1;
1265 n = sizeof (abspath) - strlen(p);
1269 if (strlcpy(abspath, buf, sizeof (abspath)) >=
1270 sizeof (abspath))
1273 if (!device_exists(abspath))
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c992 char abspath[MAXPATHLEN], *slashp, *slashp_next; local
1008 * Join rootpath and dir. Make sure abspath ends with '/', this
1014 if (snprintf(abspath, sizeof (abspath),
1015 "%s%s/", rootpath, dir) >= sizeof (abspath)) {
1023 * at a time. Continue until we've evaluated all of abspath.
1025 slashp = &abspath[strlen(rootpath)];
1032 rv = valid_mount_point(zlogp, abspath, B_FALSE);
1035 rv = valid_mount_point(zlogp, abspath, B_TRUE);

Completed in 115 milliseconds