Searched defs:id (Results 1 - 17 of 17) sorted by relevance

/sendmail/test/
H A Dt_setuid.c28 static char id[] = "@(#)$Id: t_setuid.c,v 8.8 2013-11-22 20:52:01 ca Exp $"; variable
H A Dt_snprintf.c15 static char id[] = "@(#)$Id: t_snprintf.c,v 8.5 2013-11-22 20:52:01 ca Exp $"; variable
H A Dt_exclopen.c49 static char id[] = "@(#)$Id: t_exclopen.c,v 8.7 2013-11-22 20:52:01 ca Exp $"; variable
H A Dt_pathconf.c29 static char id[] = "@(#)$Id: t_pathconf.c,v 8.7 2013-11-22 20:52:01 ca Exp $"; variable
H A Dt_seteuid.c29 static char id[] = "@(#)$Id: t_seteuid.c,v 8.9 2013-11-22 20:52:01 ca Exp $"; variable
H A Dt_setgid.c25 static char id[] = "@(#)$Id: t_setgid.c,v 1.7 2013-11-22 20:52:01 ca Exp $"; variable
H A Dt_setreuid.c26 static char id[] = "@(#)$Id: t_setreuid.c,v 8.10 2013-11-22 20:52:01 ca Exp $"; variable
H A Dt_dropgid.c25 static char id[] = "@(#)$Id: t_dropgid.c,v 1.7 2013-11-22 20:52:01 ca Exp $"; variable
/sendmail/libsm/
H A Dcf.c48 char *id; local
66 id = &buf[2];
67 val = strchr(id, '=');
69 val = idend = id + strlen(id);
76 while (idend > id && idend[-1] == ' ')
83 if (sm_strcasecmp(optv[i].opt_name, id) == 0)
H A Dldap.c148 char *id; local
156 id = lmap->ldap_host;
158 id = lmap->ldap_uri;
160 id = "localhost";
166 sm_dprintf("ldapmap_start(%s)\n", id);
168 sm_dprintf("ldapmap_start(%s, %d)\n", id,
/sendmail/sendmail/
H A Denvelope.c188 char *id = e->e_id; local
194 sm_dprintf("dropenvelope %p: id=", e);
206 sm_syslog(LOG_DEBUG, id,
210 /* we must have an id to remove disk files */
211 if (id == NULL)
467 id);
481 sm_dprintf("dropenvelope(%s): saving mail\n", id);
503 id, pcopy);
520 id, queueit);
555 sm_syslog(LOG_INFO, id, "don
[all...]
H A Derr.c564 char *id; local
576 id = (CurEnv != NULL) ? CurEnv->e_id : NULL;
585 sm_syslog(LOG_INFO, id,
656 sm_syslog(LOG_CRIT, id,
H A Dsrvrsmtp.c563 char *id; local
1108 id = strchr(inp, ' ');
1109 if (id == NULL)
1110 id = &inp[strlen(inp)];
1117 message(cmdbuf, (int) (id - inp), inp, id);
1120 while ((id = p) != NULL && (p = strchr(id, '\n')) != NULL)
1123 if (isascii(*id) && isspace(*id))
3355 char *id; local
[all...]
H A Dconf.c118 { "message-id", 0, NULL },
119 { "resent-message-id", H_RESENT, NULL },
1100 ** USERNAME -- return the user id of the logged in user.
2647 ** WAITFOR -- wait for a particular process id.
2650 ** pid -- process id to wait for.
2906 ** SETSID -- set session id (for non-POSIX systems)
3943 ** VENDOR_SET_UID -- do setup for setting a user id
5362 ** id -- envelope ID or NULL (NOQUEUE)
5373 sm_syslog(int level, const char *id, const char *fmt, ...) argument
5375 sm_syslog(level, id, fm
[all...]
H A Dmap.c3369 char *id; local
3415 id = lmap->ldap_host;
3417 id = lmap->ldap_uri;
3419 id = "localhost";
3441 id);
3454 id, map->map_mname);
3464 id, map->map_mname);
3824 char *id; local
3828 id = lmap->ldap_host;
3830 id
[all...]
H A Dqueue.c185 dev_t fs_dev; /* unique device id */
201 ** pid -- pid of owner, should be a unique id to avoid misinterpretations
203 ** tag -- should be a unique id to avoid misinterpretations by others.
225 int ShmId = SM_SHM_NO_ID; /* shared memory id */
324 ** Z original envelope id from ESMTP
389 ** already exists and hence prevent problems if a queue-id
485 newid ? " (new id)" : "");
1155 ** wgrp -- the work group id to restart.
1233 ** wgrp -- the work group id to restart
1271 ** wgrp -- the work group id t
5695 char *id; local
[all...]
/sendmail/libmilter/
H A Dworker.c27 sthread_t tm_tid; /* thread id of controller */
167 static long id = 0; local
182 ctx->ctx_sid = id++;
413 ("Closing old connection: sd=%d id=%d",

Completed in 52 milliseconds