Home
last modified time | relevance | path

Searched refs:monstr (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr-util/misc/
HDapr_date.c150 const char *monstr, *timstr; in apr_date_parse_http() local
186 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() local
362 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 …]
/freebsd-11-stable/contrib/ntp/libntp/
HDntp_calendar.c299 char monstr[4]; in ntpcal_get_build_date() local
327 &hour, &minute, &second, monstr, &day, &year)) { in ntpcal_get_build_date()
328 cp = strstr(mlist, monstr); in ntpcal_get_build_date()