Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_log.c66 static const char *month_str[] = { variable
195 12 ? month_str[result.tm_mon] : "???"), in osm_log()
311 12 ? month_str[result.tm_mon] : "???"), in osm_log_v2()
/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp.c223 const char *month_str = "Jan\0Feb\0Mar\0Apr\0May\0Jun\0" in format_date() local
234 &month_str[date->tm_mon * 4], date->tm_year + 1900, in format_date()