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

/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dusg.local.h54 # define MAIL "/bin/rmail" /* Mail delivery agent */ macro
56 # define MAIL "/usr/bin/rmail"/* Mail delivery agent */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DFacility.java139 public static final Facility MAIL = new Facility(LOG_MAIL, "MAIL"); field in class:Facility
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c67 #define MAIL "mail" macro
1019 argv[0] = MAIL;
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h248 #define MAIL (const char *)"mail" macro
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h280 #define MAIL "mail" macro
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h353 #define MAIL "mail" macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h291 #define MAIL "mail" macro
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c84 #define MAIL "/usr/bin/mail" /* mail program to use */ macro
1387 temp = xmalloc(strlen(MAIL) + strlen(usrname) + 2);
1388 (void) sprintf(temp, "%s %s", MAIL, usrname);
2724 cmd = xmalloc(strlen(MAIL) + strlen(p->name)+2);
2725 (void) sprintf(cmd, "%s %s", MAIL, p->name);

Completed in 121 milliseconds