Searched refs:tmp (Results 1 - 7 of 7) sorted by relevance

/sendmail/libsm/
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 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 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;
/sendmail/contrib/
H A Dexpn.pl405 unlink("/tmp/expn$$");
1003 sysopen(T,"/tmp/expn$$",O_RDWR|O_CREAT|O_EXCL,0600) || die "open > /tmp/expn$$: $!\n";
1009 open(NSLOOKUP,"nslookup < /tmp/expn$$ 2>&1 |") || die "open nslookup: $!";
1040 unlink("/tmp/expn$$");
1312 .B /tmp/expn$$

Completed in 32 milliseconds