Home
last modified time | relevance | path

Searched refs:tokenized (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp105 std::vector<std::string> tokenized; in uselocale() local
110 tokenized.push_back(s); in uselocale()
113 _LIBCPP_ASSERT(tokenized.size() >= _NCAT, "locale-name list is too short"); in uselocale()
115 previous_loc->lc_collate = tokenized[LC_COLLATE]; in uselocale()
116 previous_loc->lc_ctype = tokenized[LC_CTYPE]; in uselocale()
117 previous_loc->lc_monetary = tokenized[LC_MONETARY]; in uselocale()
118 previous_loc->lc_numeric = tokenized[LC_NUMERIC]; in uselocale()
119 previous_loc->lc_time = tokenized[LC_TIME]; in uselocale()
121 previous_loc->lc_messages = tokenized[LC_MESSAGES]; in uselocale()
/freebsd-13.1/contrib/ntp/ntpsnmpd/
H A Dinvoke-ntpsnmpd.texi95 The @code{NTPSNMPD} variable will be tokenized and parsed like
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dinvoke-ntpdc.texi254 The @code{NTPDC} variable will be tokenized and parsed like
/freebsd-13.1/contrib/ntp/sntp/
H A Dinvoke-sntp.texi339 The @code{SNTP} variable will be tokenized and parsed like
/freebsd-13.1/contrib/ntp/ntpd/
H A Dinvoke-ntpd.texi677 The @code{NTPD} variable will be tokenized and parsed like
/freebsd-13.1/contrib/ntp/ntpq/
H A Dinvoke-ntpq.texi1134 The @code{NTPQ} variable will be tokenized and parsed like
/freebsd-13.1/contrib/ntp/util/
H A Dinvoke-ntp-keygen.texi1432 The @code{NTP-KEYGEN} variable will be tokenized and parsed like
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES5836 to cause the ${client_name} macro to be properly tokenized.