Searched refs:mailbuf (Results 1 – 1 of 1) sorted by relevance
157 char mailbuf[LOGIN_NAME_MAX], fmt[49]; in run_file() local245 if (fscanf(stream, fmt, &nuid, &ngid, mailbuf, &send_mail) != 4) in run_file()248 if (mailbuf[0] == '-') in run_file()249 perrx("Illegal mail name `%s' in `%s'", mailbuf, filename); in run_file()251 mailname = mailbuf; in run_file()