Searched refs:strcoll (Results 1 – 25 of 33) sorted by relevance
12
| /netbsd/src/lib/libc/string/ |
| D | strcoll.c | 57 strcoll(const char *s1, const char *s2) in __weak_alias()
|
| D | Makefile.inc | 12 strcasecmp.c strncasecmp.c strcasestr.c strcoll.c strdup.c \ 51 rindex.3 strcasecmp.3 strcat.3 strchr.3 strcmp.3 strcoll.3 \
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
| D | collate_members.cc | 45 int __cmp = strcoll(__one, __two); in _M_compare()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
| D | cstring | 56 #undef strcoll 83 using ::strcoll;
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
| D | cstring | 56 #undef strcoll 84 using ::strcoll;
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| D | string.h | 43 using std::strcoll;
|
| /netbsd/src/tests/lib/libc/string/ |
| D | t_strcoll.c | 76 ATF_REQUIRE(strcoll(*a, *b) < 0); in h_ordering()
|
| /netbsd/src/include/ |
| D | string.h | 79 int strcoll(const char *, const char *);
|
| /netbsd/src/usr.bin/comm/ |
| D | comm.c | 79 compare = strcoll; in main()
|
| /netbsd/src/usr.bin/find/ |
| D | find.c | 153 return (strcoll((*e1)->fts_name, (*e2)->fts_name)); in ftscompare()
|
| /netbsd/src/bin/expr/ |
| D | expr.y | 256 l = strcoll(left, right); in eval_compare()
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | luaconf.h | 864 #define strcoll strcmp macro
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | fnmatch.c | 204 # define STRCOLL(S1, S2) strcoll (S1, S2)
|
| D | glob.c | 927 return strcoll (s1, s2); in libc_hidden_def()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | cfns.gperf | 171 strcoll, 89 keyword
|
| /netbsd/src/sbin/restore/ |
| D | interactive.c | 771 return (strcoll(((const struct afile *)f1)->fname, in fcmp()
|
| /netbsd/src/bin/csh/ |
| D | glob.c | 932 return (int)strcoll(buf, short2str(*b)); in sortscmp()
|
| /netbsd/src/usr.bin/xlint/llib/ |
| D | llib-lstdc | 227 int (strcoll)(const char *s1, const char *s2);
|
| D | llib-lposix | 263 int (strcoll)(const char *s1, const char *s2);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/ |
| D | vms-crtlmap.map | 760 strcoll
|
| /netbsd/src/lib/libc/gen/ |
| D | glob.c | 583 return strcoll(*(const char * const *)p, *(const char * const *)q); in compare()
|
| /netbsd/src/bin/sh/ |
| D | var.c | 833 return strcoll(t1, t2); in sort_var()
|
| /netbsd/src/external/historical/nawk/dist/ |
| D | FIXES.1e | 631 i have rescinded the attempt to use strcoll in expanding shorthands in 638 the issue appears to be that strcoll is meant for sorting, where 685 locales, using strcoll and iswhatever tests for posix character
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | nm.c | 893 return strcoll (xn, yn); in non_numeric_forward()
|
| /netbsd/src/lib/libedit/ |
| D | readline.c | 2477 return strcoll(*s1, *s2); in _rl_qsort_string_compare()
|
12