Searched defs:cp (Results 1 - 6 of 6) sorted by relevance

/sendmail/libsm/
H A Dheap.c335 unsigned char *cp = (unsigned char *)&p; local
340 h = hashtab[h ^ cp[i]];
H A Dvfprintf.c182 register char *cp; /* handy char pointer (short term usage) */ local
272 cp = fmt; \
273 while (is_digit(*cp)) \
275 n2 = 10 * n2 + to_digit(*cp); \
276 cp++; \
278 if (*cp == '$') \
289 fmt = ++cp; \
336 cp = fmt;
347 if ((m = fmt - cp) != 0)
349 PRINT(cp,
835 register char *cp; /* handy char pointer (short term usage) */ local
[all...]
/sendmail/sendmail/
H A Ddomain.c195 register unsigned char *eom, *cp; local
310 cp = (unsigned char *)&answer + HFIXEDSZ;
314 cp += n + QFIXEDSZ)
316 if ((n = dn_skipname(cp, eom)) < 0)
328 while (--ancount >= 0 && cp < eom && nmx < MAXMXHOSTS - 1)
330 if ((n = dn_expand((unsigned char *)&answer, eom, cp,
333 cp += n;
334 GETSHORT(type, cp);
335 cp += INT16SZ; /* skip over class */
336 GETLONG(ttl, cp);
774 register char *cp; local
[all...]
H A Ddaemon.c3927 char *cp, *ans = NULL; local
3972 cp = map_rewrite(map, name, strlen(name), NULL);
3974 cp = map_rewrite(map,
3978 return cp;
4035 if ((cp = strchr(name, ']')) == NULL)
4041 *cp = '\0';
4055 *cp = ']';
4092 cp = map_rewrite(map, name, strlen(name), NULL);
4094 cp = map_rewrite(map, ans, strlen(ans), av);
4097 return cp;
[all...]
H A Dmap.c6802 register char *cp; local
6807 cp = s;
6810 for (;; cp++)
6812 if (*cp == ',')
6814 *cp = '\0';
6817 if (*cp == '\0')
6840 s = ++cp;
H A Dqueue.c6052 char *cp; local
6132 cp = SM_LAST_DIR_DELIM(prefix);
6133 SM_ASSERT(cp != NULL);
6134 *cp = '\0'; /* cut off trailing / */
6139 cp = &qpath[len - 1];
6140 if (*cp == '*')
6148 *cp = '\0'; /* Overwrite wildcard */
6149 if ((cp = SM_LAST_DIR_DELIM(qpath)) == NULL)
6158 if (cp == qpath)
6166 ++cp;
7079 char *cp; local
[all...]

Completed in 429 milliseconds