get_date         2810 source3/modules/getdate.c       d = get_date (buff, 0);
get_date           45 source3/modules/getdate.h time_t get_date PARAMS ((const char *p, const time_t *now));
get_date         1109 source3/modules/getdate.y       d = get_date (buff, 0);
get_date           69 source3/modules/vfs_readonly.c     time_t begin_period = get_date(period[0], &current_time);
get_date           70 source3/modules/vfs_readonly.c     time_t end_period   = get_date(period[1], &current_time);