HomeSort by: relevance | last modified time | path
    Searched defs:IS_CHAR_CLASS (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl2/gmake/dist/glob/
fnmatch.c 103 # define IS_CHAR_CLASS(string) __wctype (string)
105 # define IS_CHAR_CLASS(string) wctype (string)
110 # define IS_CHAR_CLASS(string) \
357 wt = IS_CHAR_CLASS (str);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch.c 107 # define IS_CHAR_CLASS(string) __wctype (string)
109 # define IS_CHAR_CLASS(string) wctype (string)
126 # define IS_CHAR_CLASS(string) \
204 # undef IS_CHAR_CLASS
212 is_char_class (const wchar_t *wcs) function
269 # define IS_CHAR_CLASS(string) is_char_class (string)
  /src/external/gpl2/xcvs/dist/lib/
fnmatch.c 134 # define IS_CHAR_CLASS(string) __wctype (string)
136 # define IS_CHAR_CLASS(string) wctype (string)
153 # define IS_CHAR_CLASS(string) \
235 # undef IS_CHAR_CLASS
243 is_char_class (const wchar_t *wcs) function
300 # define IS_CHAR_CLASS(string) is_char_class (string)
  /src/external/gpl3/gdb/dist/gnulib/import/
fnmatch.c 115 #define IS_CHAR_CLASS(string) wctype (string)
169 #undef IS_CHAR_CLASS
177 is_char_class (const wchar_t *wcs) function
230 #define IS_CHAR_CLASS(string) is_char_class (string)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fnmatch.c 115 #define IS_CHAR_CLASS(string) wctype (string)
169 #undef IS_CHAR_CLASS
177 is_char_class (const wchar_t *wcs) function
230 #define IS_CHAR_CLASS(string) is_char_class (string)
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 2197 # define IS_CHAR_CLASS(string) __wctype (string)
2199 # define IS_CHAR_CLASS(string) wctype (string)
2204 # define IS_CHAR_CLASS(string) \
2837 wt = IS_CHAR_CLASS (str);
3244 wt = IS_CHAR_CLASS (str);
3280 if (!IS_CHAR_CLASS (str))
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 2198 # define IS_CHAR_CLASS(string) __wctype (string)
2200 # define IS_CHAR_CLASS(string) wctype (string)
2205 # define IS_CHAR_CLASS(string) \
2837 wt = IS_CHAR_CLASS (str);
3244 wt = IS_CHAR_CLASS (str);
3285 if (!IS_CHAR_CLASS (str))
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 2198 # define IS_CHAR_CLASS(string) __wctype (string)
2200 # define IS_CHAR_CLASS(string) wctype (string)
2205 # define IS_CHAR_CLASS(string) \
2837 wt = IS_CHAR_CLASS (str);
3244 wt = IS_CHAR_CLASS (str);
3285 if (!IS_CHAR_CLASS (str))
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 2198 # define IS_CHAR_CLASS(string) __wctype (string)
2200 # define IS_CHAR_CLASS(string) wctype (string)
2205 # define IS_CHAR_CLASS(string) \
2837 wt = IS_CHAR_CLASS (str);
3244 wt = IS_CHAR_CLASS (str);
3285 if (!IS_CHAR_CLASS (str))
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 2198 # define IS_CHAR_CLASS(string) __wctype (string)
2200 # define IS_CHAR_CLASS(string) wctype (string)
2205 # define IS_CHAR_CLASS(string) \
2837 wt = IS_CHAR_CLASS (str);
3244 wt = IS_CHAR_CLASS (str);
3285 if (!IS_CHAR_CLASS (str))
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 2198 # define IS_CHAR_CLASS(string) __wctype (string)
2200 # define IS_CHAR_CLASS(string) wctype (string)
2205 # define IS_CHAR_CLASS(string) \
2837 wt = IS_CHAR_CLASS (str);
3244 wt = IS_CHAR_CLASS (str);
3285 if (!IS_CHAR_CLASS (str))
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 2198 # define IS_CHAR_CLASS(string) __wctype (string)
2200 # define IS_CHAR_CLASS(string) wctype (string)
2205 # define IS_CHAR_CLASS(string) \
2837 wt = IS_CHAR_CLASS (str);
3244 wt = IS_CHAR_CLASS (str);
3285 if (!IS_CHAR_CLASS (str))
  /src/external/gpl2/diffutils/dist/lib/
regex.c 2267 # define IS_CHAR_CLASS(string) __wctype (string)
2269 # define IS_CHAR_CLASS(string) wctype (string)
2274 # define IS_CHAR_CLASS(string) \
2909 wt = IS_CHAR_CLASS (str);
3316 wt = IS_CHAR_CLASS (str);
3352 if (!IS_CHAR_CLASS (str))
  /src/external/gpl2/grep/dist/lib/
regex.c 2183 # define IS_CHAR_CLASS(string) __wctype (string)
2185 # define IS_CHAR_CLASS(string) wctype (string)
2190 # define IS_CHAR_CLASS(string) \
2825 wt = IS_CHAR_CLASS (str);
3232 wt = IS_CHAR_CLASS (str);
3273 if (!IS_CHAR_CLASS (str))

Completed in 78 milliseconds