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