Searched defs:strverscmp (Results 1 - 5 of 5) sorted by relevance

/external/bison/lib/
H A Dstrverscmp.c49 #undef strverscmp macro
52 # define __strverscmp strverscmp
130 weak_alias (__strverscmp, strverscmp)
H A Dstring.in.h1013 _GL_FUNCDECL_SYS (strverscmp, int, (const char *, const char *)
1017 _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *));
1018 _GL_CXXALIASWARN (strverscmp); variable
1020 # undef strverscmp macro
1022 _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - "
1023 "use gnulib module strverscmp for portability");
/external/blktrace/
H A Dstrverscmp.c24 @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 (cons function
[all...]
/external/bison/darwin-lib/
H A Dstring.h1325 _GL_FUNCDECL_SYS (strverscmp, int, (const char *, const char *)
1329 _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *));
1330 _GL_CXXALIASWARN (strverscmp); variable
1332 # undef strverscmp macro
1334 _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - "
1335 "use gnulib module strverscmp for portability");
/external/bison/linux-lib/
H A Dstring.h1325 _GL_FUNCDECL_SYS (strverscmp, int, (const char *, const char *)
1329 _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *));
1330 _GL_CXXALIASWARN (strverscmp); variable
1332 # undef strverscmp macro
1334 _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - "
1335 "use gnulib module strverscmp for portability");

Completed in 125 milliseconds