Searched refs:__testis (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Dctype_inline.h62 bool __testis; local
66 __testis = isspace(__c);
69 __testis = isprint(__c);
72 __testis = iscntrl(__c);
75 __testis = isupper(__c);
78 __testis = islower(__c);
81 __testis = isalpha(__c);
84 __testis = isdigit(__c);
87 __testis = ispunct(__c);
90 __testis
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/os/generic/
H A Dctype_inline.h60 bool __testis; local
64 __testis = isspace(__c);
67 __testis = isprint(__c);
70 __testis = iscntrl(__c);
73 __testis = isupper(__c);
76 __testis = islower(__c);
79 __testis = isalpha(__c);
82 __testis = isdigit(__c);
85 __testis = ispunct(__c);
88 __testis
[all...]

Completed in 138 milliseconds