Searched refs:strverscmp (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/regression/ |
H A D | strverscmp.c | 10 ASSERT(strverscmp("", "") == 0); in main() 11 ASSERT(strverscmp("a", "a") == 0); in main() 12 ASSERT(strverscmp("a", "b") < 0); in main() 13 ASSERT(strverscmp("b", "a") > 0); in main() 14 ASSERT(strverscmp("000", "00") < 0); in main() 15 ASSERT(strverscmp("00", "000") > 0); in main() 16 ASSERT(strverscmp("a0", "a") > 0); in main() 17 ASSERT(strverscmp("00", "01") < 0); in main() 18 ASSERT(strverscmp("01", "010") < 0); in main() 19 ASSERT(strverscmp("01 in main() [all...] |
/third_party/musl/src/dirent/ |
H A D | versionsort.c | 7 return strverscmp((*a)->d_name, (*b)->d_name); in versionsort()
|
/third_party/musl/src/string/ |
H A D | strverscmp.c | 5 int strverscmp(const char *l0, const char *r0) in strverscmp() function
|
/third_party/libinput/src/ |
H A D | libinput-versionsort.h | 69 strverscmp(const char *l0, const char *r0) in strverscmp() function
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | string.h | 90 int strverscmp (const char *, const char *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | string.h | 92 int strverscmp (const char *, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | string.h | 90 int strverscmp (const char *, const char *);
|
/third_party/musl/include/ |
H A D | string.h | 93 int strverscmp (const char *, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | string.h | 90 int strverscmp (const char *, const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | string.h | 92 int strverscmp (const char *, const char *);
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 253 if (uname(&uts) == 0 && strverscmp(uts.release, "2.6.30") < 0) in exclude_non_seclabel_mounts()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 7214 extern int strverscmp (const char *__s1, const char *__s2) [all...] |
Completed in 31 milliseconds