Searched refs:mailbuf (Results 1 – 1 of 1) sorted by relevance
128 char mailbuf[MAXLOGNAME], fmt[64]; in run_file() local231 if (fscanf(stream, fmt, &nuid, &ngid, mailbuf, &send_mail) != 4) in run_file()234 if (mailbuf[0] == '-') in run_file()235 perrx("Illegal mail name %s in %s", mailbuf, filename); in run_file()237 mailname = mailbuf; in run_file()