Searched refs:args (Results 1 - 10 of 10) sorted by relevance

/sendmail/rmail/
H A Drmail.c101 char **args, buf[2048], lbuf[2048]; local
272 /* Allocate args (with room for sendmail args as well as recipients */
273 args = (char **)xalloc(sizeof(*args) * (10 + argc));
276 args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */
277 args[i++] = "-G"; /* relay submission */
278 args[i++] = "-oee"; /* No errors, just status. */
279 args[i++] = "-odq"; /* Queue it, don't try to deliver. */
280 args[
[all...]
/sendmail/libmilter/
H A Dsmfi.c289 ** 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; local
682 args
[all...]
/sendmail/sendmail/
H A Dmap.c94 ** bool map_parse(MAP *map, char *args)
99 ** char *map_lookup(MAP *map, char *key, char **args, int *pstat)
101 ** rewriting the map wants (including "args" if desired)
142 ** ap -- a pointer to the args on the config line.
996 ** DNS_MAP_PARSEARGS -- parse dns map definition args.
1000 ** args -- pointer to the args on the config line.
1015 dns_map_parseargs(map,args)
1017 char *args;
1019 register char *p = args;
[all...]
H A Dmilter.c4059 ** args -- SMTP MAIL command args (args[0] == sender).
4068 milter_envfrom(args, e, state)
4069 char **args;
4081 for (i = 0; args[i] != NULL; i++)
4082 sm_dprintf(" %s", args[i]);
4087 if (args[0] == NULL)
4117 for (i = 0; args[i] != NULL; i++)
4118 s += strlen(args[
[all...]
H A Dsrvrsmtp.c134 ** args -- arguments (output)
142 parse_esmtp_args(e, addr_st, p, delimptr, which, args, esmtp_args)
148 char *args[];
154 if (args != NULL)
155 args[argno++] = p;
195 if (args != NULL)
196 args[argno] = kp;
203 if (args != NULL)
204 args[argno] = NULL;
582 char *args[MAXSMTPARG local
[all...]
H A Dmime.c93 struct args struct
122 struct args argv[MAXMIMEARGS];
H A Ddaemon.c184 /* write the pid to file, command line args to syslog */
4145 ** args -- argument string.
4152 host_map_init(map, args)
4154 char *args;
4156 register char *p = args;
H A Dparseaddr.c2905 ** args -- arguments.
2912 dequote_init(map, args)
2914 char *args;
2916 register char *p = args;
H A Dreadcf.c317 int args, endtoken; local
328 args = 0;
369 if (++args >= MAX_MAP_ARGS)
383 args = 0;
H A Dsendmail.h367 char *, char *args[], esmtp_args_F));

Completed in 86 milliseconds