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

/freebsd-10.1-release/contrib/apr-util/misc/
H A Dapr_date.c150 const char *monstr, *timstr; local
187 timstr = date + 12;
198 timstr = date + 10;
216 timstr = date + 7;
229 timstr = date + 11;
237 ds.tm_hour = ((timstr[0] - '0') * 10) + (timstr[1] - '0');
238 ds.tm_min = ((timstr[3] - '0') * 10) + (timstr[4] - '0');
239 ds.tm_sec = ((timstr[
324 const char *monstr, *timstr, *gmtstr; local
[all...]

Completed in 88 milliseconds