Searched refs:mbsrchr (Results 1 - 8 of 8) sorted by relevance

/external/bison/lib/
H A Dmbsrchr.c28 mbsrchr (const char *string, int c) function
H A Dstring.in.h520 "use mbsrchr if you care about internationalization");
777 # define mbsrchr rpl_mbsrchr /* avoid collision with system function */ macro
779 _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c)
782 _GL_CXXALIAS_RPL (mbsrchr, char *, (const char *string, int c));
784 _GL_FUNCDECL_SYS (mbsrchr, char *, (const char *string, int c)
787 _GL_CXXALIAS_SYS (mbsrchr, char *, (const char *string, int c));
789 _GL_CXXALIASWARN (mbsrchr); variable
H A Dgnulib.mk24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
1149 ## begin gnulib module mbsrchr
1151 libbison_a_SOURCES += mbsrchr.c
1153 ## end gnulib module mbsrchr
/external/bison/src/
H A Dlocation.c221 char *delim = mbsrchr (loc_str, '.');
225 delim = mbsrchr (loc_str, ':');
H A Dfiles.c212 *ext = mbsrchr (*base, '.');
/external/bison/darwin-lib/
H A Dstring.h832 "use mbsrchr if you care about internationalization");
1089 # define mbsrchr rpl_mbsrchr /* avoid collision with system function */ macro
1091 _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c)
1094 _GL_CXXALIAS_RPL (mbsrchr, char *, (const char *string, int c));
1096 _GL_FUNCDECL_SYS (mbsrchr, char *, (const char *string, int c)
1099 _GL_CXXALIAS_SYS (mbsrchr, char *, (const char *string, int c));
1101 _GL_CXXALIASWARN (mbsrchr); variable
/external/bison/linux-lib/
H A Dstring.h832 "use mbsrchr if you care about internationalization");
1089 # define mbsrchr rpl_mbsrchr /* avoid collision with system function */ macro
1091 _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c)
1094 _GL_CXXALIAS_RPL (mbsrchr, char *, (const char *string, int c));
1096 _GL_FUNCDECL_SYS (mbsrchr, char *, (const char *string, int c)
1099 _GL_CXXALIAS_SYS (mbsrchr, char *, (const char *string, int c));
1101 _GL_CXXALIASWARN (mbsrchr); variable
/external/bison/
H A DAndroid.mk67 lib/mbsrchr.c \

Completed in 565 milliseconds