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

/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c210 static int getRootPath(char **r_rootPath);
3649 * Arguments: r_rootPath - pointer to pointer to receive root path
3650 * Output: r_rootPath - a pointer to malloc()ed storage containing
3658 getRootPath(char **r_rootPath) argument
3660 *r_rootPath = _rootPath;

Completed in 50 milliseconds