Searched refs:s2 (Results 1 – 3 of 3) sorted by relevance
273 int32_t cli_strncmp(const char *s1, const char *s2, uint32_t limit);
73 #define CSCFG_SSELEN(s0, s1, s2, s3) \ argument74 ((((s0)&0x1) << 8) | (((s1)&0x1) << 9) | (((s2)&0x1) << 10) | \
121 int32_t cli_strncmp(const char *s1, const char *s2, uint32_t limit) in cli_strncmp() argument124 if (s1[i] != s2[i]) in cli_strncmp()129 return s1[i] - s2[i]; in cli_strncmp()
Completed in 6 milliseconds