Searched defs:strcmp (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/misc/
H A Dstate.c28 #undef strcmp macro
35 strcmp, /* collate */
/ast/src/cmd/tests/cdt/
H A Dtstringset.c22 #define strcmp(a,b) teststrcmp(a,b) macro
25 int strcmp(const char* s1, const char* s2) function
88 if(strcmp(ks,Key[i]) == 0)
99 if(strcmp(ks,tmp) == 0)
110 if(strcmp(ks,tmp) == 0)
/ast/src/lib/libast/comp/
H A Dsetlocale.c63 #undef strcmp macro
489 return strcmp(ab, bb);
516 ast.collate = strcmp;

Completed in 27 milliseconds