HomeSort by: relevance | last modified time | path
    Searched defs:send_mail (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/atrun/
atrun.c 160 int send_mail = 0; local
245 if (fscanf(stream, fmt, &nuid, &ngid, mailbuf, &send_mail) != 4)
353 if ((buf.st_size != size) || send_mail) {
  /src/usr.bin/at/
at.c 79 static int send_mail = 0; variable
305 real_uid, real_gid, mailname, send_mail);
624 send_mail = 1;
  /src/external/ibm-public/postfix/dist/src/smtpstone/
smtp-source.c 254 static void send_mail(SESSION *);
416 send_mail(session);
580 send_mail(session);
631 send_mail(session);
634 /* send_mail - send envelope sender */
636 static void send_mail(SESSION *session) function

Completed in 19 milliseconds