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

/illumos-gate/usr/src/cmd/mail/
H A Dinit.c221 char Rpath[1024]; /* return path to sender of message */ variable
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c309 char Rpath[PATH_MAX+1] = {'\0'}; local
694 n = resolvepath(optarg, Rpath, sizeof (Rpath)-1);
699 (void) strlcpy(Rpath, optarg, sizeof (Rpath));
702 Rpath[n] = '\0';
707 if (!set_inst_root(Rpath)) {

Completed in 70 milliseconds