Home
last modified time | relevance | path

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

/freebsd/libexec/atrun/
H A Datrun.c128 char mailbuf[MAXLOGNAME], fmt[64]; in run_file() local
231 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()