Searched refs:out_day (Results 1 – 2 of 2) sorted by relevance
63 str2date(const char * str, int & out_day, int & out_month, int & out_year) in str2date() argument66 out_day = 0; in str2date()71 out_day = 10*out_day + *(z++) - '0'; in str2date()
59 bool str2date(const char * str, int & out_day, int & out_month, int & out_year);
Completed in 13 milliseconds