Searched refs:cs (Results 1 – 1 of 1) sorted by relevance
382 int strcmp(const char *cs, const char *ct) in strcmp() argument387 c1 = *cs++; in strcmp()406 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() argument411 c1 = *cs++; in strncmp()649 char *strpbrk(const char *cs, const char *ct) in strpbrk() argument653 for (sc1 = cs; *sc1 != '\0'; ++sc1) { in strpbrk()936 __visible int memcmp(const void *cs, const void *ct, size_t count) in memcmp() argument941 for (su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--) in memcmp()