Searched defs:tmp (Results 1 - 6 of 6) sorted by relevance
/sendmail/libsm/ |
H A D | config.c | 43 char *tmp; local 53 if ((tmp = strchr(str, '=')) == NULL || tmp == str) 56 matchlen = (int) (tmp - str);
|
H A D | stdio.c | 410 int oflags, tmp, fdflags, fd = *((int *) info); local 441 tmp = fdflags & O_ACCMODE; 442 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE)))
|
H A D | debug.c | 142 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 D | ldap.c | 751 char *tmp, *vp_tmp; local 924 tmp = sm_rpool_malloc_x(rpool, 926 (void) sm_snprintf(tmp, 930 *result = tmp;
|
/sendmail/sendmail/ |
H A D | sm_resolve.c | 145 RESOURCE_RECORD_T *tmp = rr; local 152 sm_free(tmp);
|
H A D | queue.c | 2963 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 72 milliseconds