HomeSort by relevance Sort by last modified time
    Searched refs:mbslen (Results 1 - 4 of 4) sorted by null

  /external/bison/lib/
string.in.h 34 /* MirBSD defines mbslen as a macro. */
720 # ifdef __MirBSD__ /* MirBSD defines mbslen as a macro. Override it. */
721 # undef mbslen macro
723 # if @HAVE_MBSLEN@ /* AIX, OSF/1, MirBSD define mbslen already in libc. */
725 # define mbslen rpl_mbslen macro
727 _GL_FUNCDECL_RPL (mbslen, size_t, (const char *string)
730 _GL_CXXALIAS_RPL (mbslen, size_t, (const char *string));
732 _GL_FUNCDECL_SYS (mbslen, size_t, (const char *string)
735 _GL_CXXALIAS_SYS (mbslen, size_t, (const char *string));
737 _GL_CXXALIASWARN (mbslen); variable
    [all...]
  /external/bison/darwin-lib/
string.h 35 /* MirBSD defines mbslen as a macro. */
    [all...]
  /external/bison/linux-lib/
string.h 35 /* MirBSD defines mbslen as a macro. */
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 429 extern size_t mbslen (const char *string);
489 at most mbslen (PREFIX) characters with the character string PREFIX,

Completed in 109 milliseconds