Searched refs:atol (Results 1 - 8 of 8) sorted by relevance

/sendmail/makemap/
H A Dmakemap.c153 params.smdbp_cache_size = atol(optarg);
/sendmail/sendmail/
H A Dqueue.c2772 w->w_pri = atol(&lbuf[1]);
2777 w->w_ctime = atol(&lbuf[1]);
2879 lasttry = (time_t) atol(&lbuf[1]);
2889 age = curtime() - (time_t) atol(&lbuf[1]);
2896 if (atol(&lbuf[1]) == 0)
4319 e->e_dtime = atol(&buf[1]);
4375 e->e_msgpriority = atol(&bp[1]) + WkTimeFact;
4460 e->e_ctime = atol(&bp[1]);
5111 submittime = atol(&buf[1]);
H A Dreadcf.c1325 m->m_maxsize = atol(p);
2669 MaxMessageSize = atol(p);
2671 MinBlocksFree = atol(val);
3204 MaxMessageSize = atol(val);
3239 ShmKey = atol(val);
H A Dmci.c1011 mci->mci_lastuse = atol(&buf[1]);
H A Dusersmtp.c449 mci->mci_maxsize = atol(p);
474 mci->mci_min_by = atol(p);
H A Dmilter.c1639 MilterMaxDataSize = (size_t)atol(val);
/sendmail/vacation/
H A Dvacation.c247 interval = atol(optarg) * SECSPERDAY;
/sendmail/include/sm/
H A Dconf.h1518 # undef atol /* wounded in <stdlib.h> */ macro

Completed in 670 milliseconds