Searched refs:iswxdigit (Results 1 – 18 of 18) sorted by relevance
131 extern int iswxdigit(wint_t);152 using std::iswxdigit;
60 using std::iswxdigit;
95 extern int iswxdigit(wint_t);
101 if (base == 16 && c == L'0' && iswxdigit(str[2]) && in wcstoull()
104 if (base == 16 && c == L'0' && iswxdigit(str[2]) && in wcstoll()
354 #undef iswxdigit369 #define iswxdigit(c) isxdigit(c) macro
239 #ifndef iswxdigit240 #define iswxdigit(x) isxdigit(x) macro
90 static int Isxdigit(int c) { return iswxdigit(c);} in Isxdigit()
155 #pragma weak iswhexnumber = iswxdigit in DEFN_ISWTYPE()
155 func | iswxdigit |\
89 iswxdigit { TYPE = FUNCTION };
1001 if (iswxdigit(s[i])) in defin()1002 while (iswxdigit(s[i])) { in defin()
976 while (iswxdigit(c = lexgetc())) { in lexescape()
897 iswxdigit.3c \1811 iswxdigit.3c := LINKSRC = iswalpha.3c
1303 iswxdigit;
1450 int iswxdigit(wint_t c);
897 link path=usr/share/man/man3c/iswxdigit.3c target=iswalpha.3c
5000 usr/src/man/man3c/iswxdigit.3c