Searched +defs:val +defs:period (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c683 char *period, *autodomain; local
696 period = strchr(buf, '.');
697 if (period == NULL)
700 autodomain = period + 1;
1672 datum key, val; local
1734 val.dptr = NULL;
1737 val = dbm_fetch((DBM *) map->map_db1, key);
1738 if (val.dptr != NULL)
1741 if (val.dptr == NULL && bitset(MF_TRY1NULL, map->map_mflags))
1744 val
2301 DBT key, val; local
6822 int val = atoi(s); local
[all...]

Completed in 21 milliseconds