Home
last modified time | relevance | path

Searched refs:am_pm (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dstrptime.c275 len = strlen(_ctloc(am_pm[0])); in _strptime()
276 if (strncasecmp(_ctloc(am_pm[0]), bp, len) == 0) { in _strptime()
286 len = strlen(_ctloc(am_pm[1])); in _strptime()
287 if (strncasecmp(_ctloc(am_pm[1]), bp, len) == 0) { in _strptime()
/freebsd/usr.bin/locale/tests/
H A Dlocale_test.sh80 am_pm \
147 am_pm \
H A Dk_flag_posix_time.out8 am_pm="AM;PM"
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4353 static string am_pm[2]; in init_am_pm() local
4354 am_pm[0] = "AM"; in init_am_pm()
4355 am_pm[1] = "PM"; in init_am_pm()
4356 return am_pm; in init_am_pm()
4361 static wstring am_pm[2]; in init_wam_pm() local
4362 am_pm[0] = L"AM"; in init_wam_pm()
4363 am_pm[1] = L"PM"; in init_wam_pm()
4364 return am_pm; in init_wam_pm()
4370 static const string* am_pm = init_am_pm(); in __am_pm() local
4371 return am_pm; in __am_pm()
[all …]