Home
last modified time | relevance | path

Searched refs:strverscmp (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/regression/
H A Dstrverscmp.c10 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 Dversionsort.c7 return strverscmp((*a)->d_name, (*b)->d_name); in versionsort()
/third_party/musl/src/string/
H A Dstrverscmp.c5 int strverscmp(const char *l0, const char *r0) in strverscmp() function
/third_party/libinput/src/
H A Dlibinput-versionsort.h69 strverscmp(const char *l0, const char *r0) in strverscmp() function
/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h90 int strverscmp (const char *, const char *);
/third_party/musl/porting/linux/user/include/
H A Dstring.h92 int strverscmp (const char *, const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h90 int strverscmp (const char *, const char *);
/third_party/musl/include/
H A Dstring.h93 int strverscmp (const char *, const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstring.h90 int strverscmp (const char *, const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstring.h92 int strverscmp (const char *, const char *);
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c253 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 Dstylo.hpp7214 extern int strverscmp (const char *__s1, const char *__s2)
[all...]

Completed in 40 milliseconds