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

/sendmail/libsm/
H A Dconfig.c43 char *tmp; local
53 if ((tmp = strchr(str, '=')) == NULL || tmp == str)
56 matchlen = (int) (tmp - str);
H A Dstdio.c410 int oflags, tmp, fdflags, fd = *((int *) info); local
441 tmp = fdflags & O_ACCMODE;
442 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE)))
H A Ddebug.c142 struct tm *tmp; local
146 tmp = localtime(&currt);
148 1900 + tmp->tm_year, /* HACK */
149 tmp->tm_mon + 1,
150 tmp->tm_mday,
151 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
H A Dldap.c751 char *tmp, *vp_tmp; local
924 tmp = sm_rpool_malloc_x(rpool,
926 (void) sm_snprintf(tmp,
930 *result = tmp;
/sendmail/sendmail/
H A Dsm_resolve.c145 RESOURCE_RECORD_T *tmp = rr; local
152 sm_free(tmp);
H A Dqueue.c2963 register WORK *w; /* tmp item pointer */
3504 register int tmp; local
3506 tmp = ShuffledAlphabet[j];
3508 ShuffledAlphabet[i] = tmp;
8268 ADDRESS *tmp = addrs[i]; local
8271 addrs[ndead] = tmp;

Completed in 44 milliseconds