Searched defs:sp (Results 1 - 4 of 4) sorted by relevance

/sendmail/sendmail/
H A Dshmticklib.c40 static STATUSD_SHM *sp = (STATUSD_SHM *)-1; local
51 if ((unsigned long *) sp == (unsigned long *)-1)
53 sp = (STATUSD_SHM *) shmat(shmid, NULL, 0);
54 if ((unsigned long *) sp == (unsigned long *) -1)
57 if (sp->magic != STATUSD_MAGIC)
71 if (sp->ul[STATUSD_COOKIE] != cookie)
73 cookie = sp->ul[STATUSD_COOKIE];
74 ++(sp->ul[inc_me]);
76 ++(sp->ul[what]);
H A Ddaemon.c1288 register struct servent *sp;
1290 sp = getservbyname("smtp", "tcp");
1291 if (sp == NULL)
1297 port = sp->s_port;
1736 register struct servent *sp;
1738 sp = getservbyname(port, "tcp");
1739 if (sp == NULL)
1743 d->d_addr.sin.sin_port = sp->s_port;
1760 register struct servent *sp;
1762 sp
3397 register struct servent *sp; local
[all...]
H A Dmap.c349 const char *sp = s; local
351 while (l-- > 0 && (c = *sp++) != '\0')
357 c = *sp++;
7052 register char *dp, *sp; local
7076 for (sp = map_p->regex_delim; *sp; sp++)
7079 *dp++ = *sp;
7089 sp = name + pmatch[*ip].rm_so;
7091 for (; endp > sp; s
[all...]
/sendmail/mail.local/
H A Dmail.local.c1547 struct servent *sp; local
1556 if ((sp = getservbyname("biff", "udp")) == NULL ||
1563 addr.sin_port = sp->s_port;

Completed in 61 milliseconds