Searched defs:collate (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/astsa/
H A Dast.h69 int (*collate)(const char*, const char*); member in struct:__anon244
/ast/src/lib/libast/include/
H A Dast_std.h218 #define strcoll _ast_info.collate
240 int (*collate)(const char*, const char*); member in struct:__anon265
/ast/src/lib/libast/regex/
H A Dregcomp.c1179 int collate; local
1194 collate = complicated = elements = 0;
1367 collate++;
1381 collate++;
1476 e->re.collate.invert = neg;
1477 e->re.collate.elements = ce;
1718 if (collate)
1780 e->re.collate.invert = 0;
1781 e->re.collate.elements = ce;
H A Dreglib.h511 Collate_t collate; /* collation class */ member in union:Rex_s::__anon302
/ast/src/cmd/std/
H A Dlocale.c488 {"collate", AST_LC_COLLATE, S,1,CV_collate},
993 int collate; local
1007 collate = 0;
1024 collate = 1;
1064 if (collate)
1075 if (!(collate = mbxfrm(col, buf, sizeof(col))))
1082 collate = i;
1088 if (mbxfrm(dip, buf, sizeof(dip)) < collate)
1094 for (i = 0, j = '\t'; i < collate; i++, j = ' ')
1110 collate
[all...]

Completed in 30 milliseconds