Searched refs:strverscmp (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/tests/string/ |
H A D | strverscmp_test.c | 21 strverscmp(a, b) == 0, in check_all() 27 strverscmp(a, b) < 0, in check_all() 33 strverscmp(a, b) > 0, in check_all()
|
/freebsd/bin/ls/ |
H A D | cmp.c | 62 return (strverscmp(a->fts_name, b->fts_name)); in verscmp() 69 return (strverscmp(b->fts_name, a->fts_name)); in revverscmp()
|
/freebsd/lib/libc/string/ |
H A D | Makefile.inc | 20 strverscmp.c strxfrm.c swab.c \ 52 strspn.3 strstr.3 strtok.3 strverscmp.3 strxfrm.3 swab.3 \
|
H A D | strverscmp.c | 10 strverscmp(const char *s1, const char *s2) in strverscmp() function
|
H A D | Symbol.map | 115 strverscmp;
|
/freebsd/include/ |
H A D | string.h | 88 int strverscmp(const char *, const char *) __pure;
|
/freebsd/lib/libc/gen/ |
H A D | scandir.c | 194 return (strverscmp((*d1)->d_name, (*d2)->d_name)); in versionsort()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3028 fun:strverscmp=uninstrumented
|