/sendmail/test/ |
H A D | t_setuid.c | 28 static char id[] = "@(#)$Id: t_setuid.c,v 8.8 2013-11-22 20:52:01 ca Exp $"; variable
|
H A D | t_snprintf.c | 15 static char id[] = "@(#)$Id: t_snprintf.c,v 8.5 2013-11-22 20:52:01 ca Exp $"; variable
|
H A D | t_exclopen.c | 49 static char id[] = "@(#)$Id: t_exclopen.c,v 8.7 2013-11-22 20:52:01 ca Exp $"; variable
|
H A D | t_pathconf.c | 29 static char id[] = "@(#)$Id: t_pathconf.c,v 8.7 2013-11-22 20:52:01 ca Exp $"; variable
|
H A D | t_seteuid.c | 29 static char id[] = "@(#)$Id: t_seteuid.c,v 8.9 2013-11-22 20:52:01 ca Exp $"; variable
|
H A D | t_setgid.c | 25 static char id[] = "@(#)$Id: t_setgid.c,v 1.7 2013-11-22 20:52:01 ca Exp $"; variable
|
H A D | t_setreuid.c | 26 static char id[] = "@(#)$Id: t_setreuid.c,v 8.10 2013-11-22 20:52:01 ca Exp $"; variable
|
H A D | t_dropgid.c | 25 static char id[] = "@(#)$Id: t_dropgid.c,v 1.7 2013-11-22 20:52:01 ca Exp $"; variable
|
/sendmail/libsm/ |
H A D | cf.c | 48 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 D | ldap.c | 148 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 D | envelope.c | 188 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 D | err.c | 564 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 D | srvrsmtp.c | 563 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 D | conf.c | 118 { "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 D | map.c | 3369 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 D | queue.c | 185 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 D | worker.c | 27 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",
|