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

/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dstrptime.c275 len = strlen(_ctloc(am_pm[0]));
276 if (strncasecmp(_ctloc(am_pm[0]), bp, len) == 0) {
286 len = strlen(_ctloc(am_pm[1]));
287 if (strncasecmp(_ctloc(am_pm[1]), bp, len) == 0) {
/freebsd-10.0-release/contrib/libc++/src/
H A Dlocale.cpp4540 static string am_pm[24]; local
4541 am_pm[0] = "AM";
4542 am_pm[1] = "PM";
4543 return am_pm;
4550 static wstring am_pm[24]; local
4551 am_pm[0] = L"AM";
4552 am_pm[1] = L"PM";
4553 return am_pm;
4560 static const string* am_pm = init_am_pm(); local
4561 return am_pm;
4568 static const wstring* am_pm = init_wam_pm(); local
[all...]

Completed in 107 milliseconds