HomeSort by: relevance | last modified time | path
    Searched refs:am_pm (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
localedef.h 78 const char *am_pm[2]; member in struct:__anon7615
  /src/external/mpl/bind/dist/lib/isc/
tm.c 87 static const char *am_pm[2] = { "AM", "PM" }; variable
373 if (strcasecmp(am_pm[0], bp) == 0) {
378 bp += strlen(am_pm[0]);
382 else if (strcasecmp(am_pm[1], bp) == 0)
389 bp += strlen(am_pm[1]);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
tm.c 87 static const char *am_pm[2] = { "AM", "PM" }; variable
374 if (strcasecmp(am_pm[0], bp) == 0) {
379 bp += strlen(am_pm[0]);
383 else if (strcasecmp(am_pm[1], bp) == 0)
390 bp += strlen(am_pm[1]);
  /src/lib/libc/citrus/
citrus_lc_time.c 90 free(__UNCONST(data->am_pm[i]));
144 { _CITRUS_LC_TIME_SYM_AM_STR, OFFSET(am_pm[AM_PM_IDX(AM_STR)] ) },
145 { _CITRUS_LC_TIME_SYM_PM_STR, OFFSET(am_pm[AM_PM_IDX(PM_STR)] ) },
  /src/lib/libc/locale/
nl_langinfo.c 112 [ AM_STR ] = offsetofu16(_TimeLocale, am_pm[0]),
113 [ PM_STR ] = offsetofu16(_TimeLocale, am_pm[1]),
  /src/lib/libc/time/
strftime.c 411 tptr->am_pm[1] :
412 tptr->am_pm[0],
strptime.c 338 bp = find_string(bp, &i, _TIME_LOCALE(loc)->am_pm,
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 4840 static string am_pm[2]; local
4841 am_pm[0] = "AM";
4842 am_pm[1] = "PM";
4843 return am_pm;
4850 static wstring am_pm[2]; local
4851 am_pm[0] = L"AM";
4852 am_pm[1] = L"PM";
4853 return am_pm;
4860 static const string* am_pm = init_am_pm(); local
4861 return am_pm;
4868 static const wstring* am_pm = init_wam_pm(); local
    [all...]

Completed in 26 milliseconds