Home
last modified time | relevance | path

Searched refs:Rpath (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c192 if (Rpath[0] != '\0') { in sendmail()
193 strcat(Rpath, "!"); in sendmail()
195 (void) strlcat(Rpath, fromS, sizeof (Rpath)); in sendmail()
232 if (Rpath[0] != '\0') { in sendmail()
233 strcat(Rpath, "!"); in sendmail()
235 (void) strlcat(Rpath, fromU, sizeof (Rpath)); in sendmail()
H A Dgendeliv.c65 pushlist (H_TCOPY, HEAD, Rpath, FALSE);
83 pargs[1] = Rpath;
H A Dprintmail.c443 (void) strlcpy(Rpath, my_name, sizeof (Rpath)); in printmail()
H A Dinit.c219 char Rpath[1024]; /* return path to sender of message */ variable
H A Dsendlist.c104 *p++ = Rpath; in sendlist()
H A Dmail.h443 extern char Rpath[1024]; /* return path to sender of message */
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c300 char Rpath[PATH_MAX+1] = {'\0'}; in main() local
613 n = resolvepath(optarg, Rpath, sizeof (Rpath)-1); in main()
618 (void) strlcpy(Rpath, optarg, sizeof (Rpath)); in main()
621 Rpath[n] = '\0'; in main()
626 if (!set_inst_root(Rpath)) { in main()
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl621 my($Rpath) = (split(' ', $Line))[3];
623 $RelPath, "RPATH=$Rpath");