Searched refs:alnum (Results 1 - 25 of 103) sorted by relevance

12345

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Dctype_base.h51 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct
54 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Dctype_base.h51 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct
54 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit member in struct:ctype_base
/netbsd-current/external/bsd/flex/dist/tests/
H A Dbasic_r.l40 IDENT [[:alnum:]_-]
H A Dbasic_nr.l40 IDENT [[:alnum:]_-]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_base.h57 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct
60 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_base.h57 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct
60 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_base.h57 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct
60 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_base.h57 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct
60 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/solaris/solaris2.10/
H A Dctype_base.h56 static const mask alnum = _ISALPHA | _ISDIGIT; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/netbsd/
H A Dctype_base.h58 static const mask alnum = _CTYPE_A | _CTYPE_D; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_base.h54 static const mask alnum = _CTYPE_A | _CTYPE_D; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/hpux/
H A Dctype_base.h54 static const mask alnum = _ISALPHA | _ISDIGIT; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/uclibc/
H A Dctype_base.h61 static const mask alnum = _ISalpha | _ISdigit; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Dctype_base.h52 static const mask alnum = __dj_ISALPHA | __dj_ISDIGIT; // Alphanumeric member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/solaris/
H A Dctype_base.h56 static const mask alnum = _ISALPHA | _ISDIGIT; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/tpf/
H A Dctype_base.h54 static const mask alnum = _ISalpha | _ISdigit; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/aix/
H A Dctype_base.h54 static const mask alnum = _ISALPHA | _ISDIGIT; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/gnu-linux/
H A Dctype_base.h59 static const mask alnum = _ISalpha | _ISdigit; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_base.h54 static const mask alnum = _CTYPE_A | _CTYPE_D; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/
H A Dctype_base.h58 static const mask alnum = _CTYPE_A | _CTYPE_D; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Dctype_base.h52 static const mask alnum = __dj_ISALPHA | __dj_ISDIGIT; // Alphanumeric member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/uclibc/
H A Dctype_base.h61 static const mask alnum = _ISalpha | _ISdigit; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/tpf/
H A Dctype_base.h54 static const mask alnum = _ISalpha | _ISdigit; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/
H A Dctype_base.h59 static const mask alnum = _ISalpha | _ISdigit; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/solaris/
H A Dctype_base.h56 static const mask alnum = _ISALPHA | _ISDIGIT; member in struct:ctype_base

Completed in 295 milliseconds

12345