Lines Matching refs:args
289 ** args -- ESMTP arguments
296 smfi_chgfrom(ctx, from, args)
299 char *args;
305 return send2(ctx, SMFIR_CHGFROM, from, args);
351 ** args -- ESMTP arguments
358 smfi_addrcpt_par(ctx, rcpt, args)
361 char *args;
367 return send2(ctx, SMFIR_ADDRCPT_PAR, rcpt, args);
648 int args;
682 args = 0;
694 if (++args > MAXREPLIES)
710 (void) sm_strlcpyn(buf, len, 3, rcode, args == 1 ? " " : "-", xc);
711 (void) sm_strlcpyn(repl, sizeof repl, 4, rcode, args == 1 ? " " : "-",
720 if (--args <= 1)