Searched refs:collate (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.bin/localedef/
H A DMakefile4 collate.c \
H A Dparser.y229 | collate
369 collate : T_COLLATE T_NL coll_order T_END T_COLLATE T_NL label
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dlocale.inc47 // [category.collate], collation
48 using std::collate;
/freebsd-current/lib/libc/locale/
H A DMakefile.inc5 SRCS+= ascii.c big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c \
/freebsd-current/contrib/tcsh/
H A Dtc.decls.h109 extern int collate (const Char *, const Char *);
H A Dtw.parse.c2245 * negative collate low against normal characters but high against the
2267 return collate(*file1, *file2);
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp121 const locale::category locale::collate; member in class:locale
163 install(&make<std::collate<char> >(1u));
165 install(&make<std::collate<wchar_t> >(1u));
299 if (c & locale::collate) {
378 if (c & locale::collate) {
379 install_from<std::collate<char> >(one);
381 install_from<std::collate<wchar_t> >(one);
605 : collate<char>(refs), __l_(newlocale(LC_ALL_MASK, n, 0)) {
615 : collate<char>(refs), __l_(newlocale(LC_ALL_MASK, name.c_str(), 0)) {
649 : collate<wchar_
5650 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS collate<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
[all...]
/freebsd-current/sys/netinet6/
H A Dip6_mroute.c349 static void collate();
881 collate(&(rte->t));
954 collate(struct timeval *t) function

Completed in 245 milliseconds