Searched defs:cmd (Results 1 - 5 of 5) sorted by relevance

/sendmail/smrsh/
H A Dsmrsh.c106 ** cmd -- it's a command: prepend CMDDIR/
115 addcmd(s, cmd, len)
117 bool cmd;
125 len + 1 + (cmd ? (strlen(CMDDIR) + 1) : 0))
134 if (cmd)
147 register char *cmd; local
250 cmd = &q[strlen(q)];
254 cmd = p;
257 while (cmd > q)
259 if ((*--cmd
[all...]
/sendmail/sendmail/
H A Dcontrol.c26 struct cmd struct
32 static struct cmd CmdTab[] =
269 char *cmd; local
271 struct cmd *c;
275 sm_setproctitle(false, e, "control cmd read");
319 cmd = cmdbuf;
322 cmd < &cmdbuf[sizeof(cmdbuf) - 2])
323 *cmd++ = *p++;
324 *cmd = '\0';
H A Dsrvrsmtp.c230 struct cmd struct
270 static struct cmd CmdTab[] =
466 #define CLEAR_STATE(cmd) \
474 logundelrcpts(e, cmd, 10, false); \
523 #define DELAY_CONN(cmd) \
531 cmd, DelayLA); \
536 cmd, CurrentLA, DelayLA); \
553 register struct cmd *volatile c = NULL;
554 char *cmd; local
1172 SmtpPhase = "server cmd rea
[all...]
/sendmail/libsm/
H A Dmpeix.c201 sendmail_mpe_fcntl(int fildes, int cmd, ...) argument
209 va_start(ap, cmd);
219 return sfcntl(fildes, cmd, arg);
224 return fcntl(fildes, cmd, arg);
233 if ((result = sfcntl(fildes, cmd, arg)) != -1 &&
234 cmd == F_GETFL)
/sendmail/libmilter/
H A Dengine.c255 char cmd; local
313 if ((buf = mi_rd_cmd(sd, &timeout, &cmd, &len,
315 cmd < SMFIC_VALIDCMD)
319 (long) ctx->ctx_id, (int) cmd);
324 ** if (cmd != SMFIC_EOF)
331 sm_dprintf("[%lu] got cmd '%c' len %d\n",
332 (long) ctx->ctx_id, cmd, (int) len);
335 if (cmd == cmds[i].cm_cmd)
342 sm_dprintf("[%lu] cmd '%c' unknown\n",
343 (long) ctx->ctx_id, cmd);
[all...]

Completed in 12 milliseconds