Searched refs:monstr (Results 1 – 2 of 2) sorted by relevance
150 const char *monstr, *timstr; in apr_date_parse_http() local186 monstr = date + 3; in apr_date_parse_http()197 monstr = date + 3; in apr_date_parse_http()215 monstr = date; in apr_date_parse_http()228 monstr = date + 2; in apr_date_parse_http()244 mint = (monstr[0] << 16) | (monstr[1] << 8) | monstr[2]; in apr_date_parse_http()324 const char *monstr, *timstr, *gmtstr; in apr_date_parse_rfc() local362 monstr = date + 3; in apr_date_parse_rfc()376 monstr = date + 3; in apr_date_parse_rfc()397 monstr = date; in apr_date_parse_rfc()[all …]
299 char monstr[4]; in ntpcal_get_build_date() local327 &hour, &minute, &second, monstr, &day, &year)) { in ntpcal_get_build_date()328 cp = strstr(mlist, monstr); in ntpcal_get_build_date()