Searched refs:strtoul (Results 1 - 3 of 3) sorted by relevance

/sendmail/libsm/
H A Dt-sem.c339 gid = (gid_t)strtoul(optarg, 0, 0);
347 uid = (uid_t)strtoul(optarg, 0, 0);
/sendmail/include/sm/
H A Dconf.h489 # define strtoul strtol /* gcc library bogosity */ macro
1313 # define strtoul strtol /* gcc library bogosity */ macro
/sendmail/sendmail/
H A Dmilter.c1306 m->mf_mta_actions = strtoul(p, NULL, 0);
1309 m->mf_mta_prot_flags = strtoul(p, NULL, 0);
1312 m->mf_mta_prot_version = strtoul(p, NULL, 0);

Completed in 241 milliseconds