/external/blktrace/ |
Android.mk | 8 LOCAL_SRC_FILES := blkparse.c blkparse_fmt.c rbtree.c act_mask.c strverscmp.c
|
strverscmp.c | 24 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2})
25 The @code{strverscmp} function compares the string @var{s1} against
27 value follows the same conventions as found in the @code{strverscmp}
29 @code{strverscmp} behaves like @code{strcmp}.
54 strverscmp ("no digit", "no digit")
56 strverscmp ("item#99", "item#100")
58 strverscmp ("alpha1", "alpha001")
60 strverscmp ("part1_f012", "part1_f01")
62 strverscmp ("foo.009", "foo.0")
89 strverscmp (const char *s1, const char *s2) function [all...] |
blkparse.c | [all...] |
/toolchain/binutils/binutils-2.27/libiberty/ |
strverscmp.c | 25 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2}) 26 The @code{strverscmp} function compares the string @var{s1} against 28 value follows the same conventions as found in the @code{strverscmp} 30 @code{strverscmp} behaves like @code{strcmp}. 55 strverscmp ("no digit", "no digit") 57 strverscmp ("item#99", "item#100") 59 strverscmp ("alpha1", "alpha001") 61 strverscmp ("part1_f012", "part1_f01") 63 strverscmp ("foo.009", "foo.0") 90 strverscmp (const char *s1, const char *s2 function [all...] |
configure | [all...] |
/toolchain/binutils/binutils-2.27/include/ |
libiberty.h | 664 extern int strverscmp (const char *, const char *); 691 extern int strverscmp (const char *, const char *);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
libiberty.h | 638 extern int strverscmp (const char *, const char *);
|
/external/selinux/libselinux/src/ |
load_policy.c | 162 if (preservebools && uname(&uts) == 0 && strverscmp(uts.release, "2.6.22") >= 0)
|
selinux_restorecon.c | 242 if (uname(&uts) == 0 && strverscmp(uts.release, "2.6.30") < 0)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
string.h | 586 extern int strverscmp (__const char *__s1, __const char *__s2)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/ |
x86_64-linux-android-gcc-4.9.x | 10 " ) 1 9 Q e n ? ? ? ? ? ?M ? ?M __libc_start_main GLIBC_2.2.5 libc.so.6 __gmon_start__ _Jv_RegisterClasses free memcpy GLIBC_2.14 access strcmp strncmp strlen __xstat strrchr puts stdout fflush strverscmp |