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

/freebsd-13-stable/usr.bin/localedef/
H A DMakefile5 collate.c \
H A Dparser.y231 | collate
371 collate : T_COLLATE T_NL coll_order T_END T_COLLATE T_NL label
/freebsd-13-stable/lib/libc/locale/
H A DMakefile.inc7 SRCS+= ascii.c big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c \
/freebsd-13-stable/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-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp150 const locale::category locale::collate; member in class:locale
199 install(&make<_VSTD::collate<char> >(1u));
200 install(&make<_VSTD::collate<wchar_t> >(1u));
307 if (c & locale::collate)
378 if (c & locale::collate)
380 install_from<_VSTD::collate<char> >(one);
381 install_from<_VSTD::collate<wchar_t> >(one);
666 : collate<char>(refs),
675 : collate<char>(refs),
714 : collate<wchar_
6094 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS collate<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6095 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS collate<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
[all...]
/freebsd-13-stable/sys/netinet6/
H A Dip6_mroute.c355 static void collate();
888 collate(&(rte->t));
961 collate(struct timeval *t) function

Completed in 130 milliseconds