Home
last modified time | relevance | path

Searched refs:mbsrchr (Results 1 – 11 of 11) sorted by relevance

/external/bison/lib/
Dstring.in.h777 # 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);
Dmbsrchr.c28 mbsrchr (const char *string, int c) in mbsrchr() function
DMakefile.in241 glthread/lock.c math.c mbchar.c mbschr.c mbsrchr.c mbswidth.h \
271 mbschr.$(OBJEXT) mbsrchr.$(OBJEXT) mbswidth.$(OBJEXT) \
1586 glthread/lock.c math.c mbchar.c mbschr.c mbsrchr.c mbswidth.h \
1815 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsrchr.Po@am__quote@
Dgnulib.mk1151 libbison_a_SOURCES += mbsrchr.c
/external/bison/linux-lib/
Dstring.h1089 # 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);
/external/bison/darwin-lib/
Dstring.h1089 # 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);
/external/bison/src/
Dlocation.c221 char *delim = mbsrchr (loc_str, '.'); in boundary_set_from_string()
225 delim = mbsrchr (loc_str, ':'); in boundary_set_from_string()
Dfiles.c210 *ext = mbsrchr (*base, '.'); in file_name_split()
/external/bison/
DAndroid.mk67 lib/mbsrchr.c \
DChangeLog-2012210 * src/symtab.c (symbol_new): Use mbschr and mbsrchr instead of
/external/bison/m4/
Dgnulib-comp.m4133 # Code from module mbsrchr:
495 gl_STRING_MODULE_INDICATOR([mbsrchr])
1012 lib/mbsrchr.c