/external/bison/lib/ |
mbsrchr.c | 28 mbsrchr (const char *string, int c) function
|
string.in.h | 520 "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 [all...] |
gnulib.mk | 24 # 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 [all...] |
/external/bison/src/ |
location.c | 221 char *delim = mbsrchr (loc_str, '.'); 225 delim = mbsrchr (loc_str, ':');
|
files.c | 212 *ext = mbsrchr (*base, '.');
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
string.in.h | 294 "use mbsrchr if you care about internationalization"), \ 452 # define mbsrchr rpl_mbsrchr /* avoid collision with HP-UX function */ macro 453 extern char * mbsrchr (const char *string, int c);
|
/external/bison/darwin-lib/ |
string.h | 832 "use mbsrchr if you care about internationalization"); 1089 # define mbsrchr macro 1101 _GL_CXXALIASWARN (mbsrchr); variable [all...] |
/external/bison/linux-lib/ |
string.h | 832 "use mbsrchr if you care about internationalization"); 1089 # define mbsrchr macro 1101 _GL_CXXALIASWARN (mbsrchr); variable [all...] |
/external/bison/ |
Android.mk | 67 lib/mbsrchr.c \
|