Searched refs:Rpath (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/mail/ |
H A D | sendmail.c | 193 if (Rpath[0] != '\0') { 194 strcat(Rpath, "!"); 196 (void) strlcat(Rpath, fromS, sizeof (Rpath)); 233 if (Rpath[0] != '\0') { 234 strcat(Rpath, "!"); 236 (void) strlcat(Rpath, fromU, sizeof (Rpath));
|
H A D | printmail.c | 445 (void) strlcpy(Rpath, my_name, sizeof (Rpath)); in printmail()
|
H A D | gendeliv.c | 67 pushlist (H_TCOPY, HEAD, Rpath, FALSE); 85 pargs[1] = Rpath;
|
H A D | init.c | 221 char Rpath[1024]; /* return path to sender of message */ variable
|
H A D | sendlist.c | 106 *p++ = Rpath; in sendlist()
|
H A D | mail.h | 443 extern char Rpath[1024]; /* return path to sender of message */
|
/titanic_44/usr/src/tools/scripts/ |
H A D | check_rtime.pl | 597 my($Rpath) = (split(' ', $Line))[3]; 599 $RelPath, "RPATH=$Rpath");
|
/titanic_44/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 309 char Rpath[PATH_MAX+1] = {'\0'}; in main() local 694 n = resolvepath(optarg, Rpath, sizeof (Rpath)-1); in main() 699 (void) strlcpy(Rpath, optarg, sizeof (Rpath)); in main() 702 Rpath[n] = '\0'; in main() 707 if (!set_inst_root(Rpath)) { in main()
|