Home
last modified time | relevance | path

Searched refs:hmbox (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dprintmail.c55 if ((hmbox = malloc(strlen(home) + strlen(mbox) + 1)) == NULL) { in printmail()
59 cat(hmbox, home, mbox); in printmail()
332 cat(resp+1, hmbox, ""); in printmail()
340 cat(resp + 1, hmbox, ""); in printmail()
H A Dinit.c168 char *hmbox; /* pointer to $HOME/mbox */ variable
H A Dmail.h395 extern char *hmbox; /* pointer to $HOME/mbox */