Searched refs:mailcmd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/streams/log/
H A Dstrerr.c105 char mailcmd[40]; local
161 (void) sprintf(mailcmd, "mail %s", ADMSTR);
162 if ((pfile = popen(mailcmd, "w")) != NULL) {
/illumos-gate/usr/src/cmd/logadm/
H A Derr.c214 static char mailcmd[] = "/bin/mailx -s 'logadm error output'"; local
228 len = strlen(lastrecipient) + strlen(mailcmd) + 2;
231 mailcmd, lastrecipient);

Completed in 78 milliseconds