Home
last modified time | relevance | path

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

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