Searched defs:r_path (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c999 * Arguments: r_path - [RO, *RW] - (char *)
1004 * Integer representing the size of r_path in bytes.
1019 pkgLocateHighestInst(char *r_path, int r_pathLen, char *r_pkgInst, argument
1030 assert(r_path != (char *)NULL);
1055 *r_path = '\0';
1127 pkgstrPrintf_r(r_path, r_pathLen, "%s%s/%s", a_rootPath,
1133 echoDebug(DBG_PKGOPS_LOCHIGH_RETURN, npkgs, r_pkgInst, r_path);
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c214 static int resolvePath(char **r_path);
3434 * Arguments: r_path - pointer to pointer to malloc()ed storage containing
3437 * Output: r_path - is realloc()ed as necessary
3444 resolvePath(char **r_path) argument
3455 assert(r_path != (char **)NULL);
3459 if (*r_path == '\0') {
3465 removeLeadingWhitespace(r_path);
3472 if (realpath(*r_path, resolvedPath) != NULL) {
3473 free(*r_path);
3474 *r_path
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h271 char *r_path; /* path to this rnode */ member in struct:rnode

Completed in 97 milliseconds