srv_make_unix_date3 1033 source3/include/proto.h time_t srv_make_unix_date3(const void *date_ptr);
srv_make_unix_date3 1158 source3/smbd/reply.c 	mtime = srv_make_unix_date3(req->vwv+1);
srv_make_unix_date3 1984 source3/smbd/reply.c 	ft.mtime = convert_time_t_to_timespec(srv_make_unix_date3(req->vwv+1));
srv_make_unix_date3 4489 source3/smbd/reply.c 		t = srv_make_unix_date3(req->vwv+1);
srv_make_unix_date3 4550 source3/smbd/reply.c 	mtime = convert_time_t_to_timespec(srv_make_unix_date3(req->vwv+4));