Home
last modified time | relevance | path

Searched refs:cntrl (Results 1 – 25 of 96) sorted by relevance

1234

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dctype_scan_char.cc72 VERIFY_SCAN_IS (std::ctype_base::cntrl, ca, ca+5); in test01()
84 VERIFY_SCAN_NOT (std::ctype_base::cntrl, ca, ca); in test01()
97 VERIFY_SCAN_IS (std::ctype_base::cntrl, cz, cz+5); in test01()
109 VERIFY_SCAN_NOT (std::ctype_base::cntrl, cz, cz); in test01()
122 VERIFY_SCAN_IS (std::ctype_base::cntrl, cA, cA+5); in test01()
134 VERIFY_SCAN_NOT (std::ctype_base::cntrl, cA, cA); in test01()
147 VERIFY_SCAN_IS (std::ctype_base::cntrl, cZ, cZ+5); in test01()
159 VERIFY_SCAN_NOT (std::ctype_base::cntrl, cZ, cZ); in test01()
184 VERIFY_SCAN_NOT (std::ctype_base::cntrl, c0, c0); in test01()
209 VERIFY_SCAN_NOT (std::ctype_base::cntrl, c9, c9); in test01()
[all …]
H A Dctype_scan_wchar_t.cc73 VERIFY_SCAN_IS (std::ctype_base::cntrl, ca, ca+5); in test01()
85 VERIFY_SCAN_NOT (std::ctype_base::cntrl, ca, ca); in test01()
98 VERIFY_SCAN_IS (std::ctype_base::cntrl, cz, cz+5); in test01()
110 VERIFY_SCAN_NOT (std::ctype_base::cntrl, cz, cz); in test01()
123 VERIFY_SCAN_IS (std::ctype_base::cntrl, cA, cA+5); in test01()
135 VERIFY_SCAN_NOT (std::ctype_base::cntrl, cA, cA); in test01()
148 VERIFY_SCAN_IS (std::ctype_base::cntrl, cZ, cZ+5); in test01()
160 VERIFY_SCAN_NOT (std::ctype_base::cntrl, cZ, cZ); in test01()
185 VERIFY_SCAN_NOT (std::ctype_base::cntrl, c0, c0); in test01()
210 VERIFY_SCAN_NOT (std::ctype_base::cntrl, c9, c9); in test01()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_inline.h66 | space | print | graph | cntrl | punct | alnum); in is()
77 if (this->is(cntrl, *__low)) __m |= cntrl; in is()
129 | space | print | graph | cntrl | punct | alnum); in do_is()
H A Dctype_base.h57 static const mask cntrl = _CTYPE_C; member
70 static const mask cntrl = _C; member
/openbsd/gnu/gcc/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_inline.h66 | space | print | graph | cntrl | punct | alnum); in is()
77 if (this->is(cntrl, *__low)) __m |= cntrl; in is()
129 | space | print | graph | cntrl | punct | alnum); in do_is()
H A Dctype_base.h59 static const mask cntrl = _CTYPE_C; member
72 static const mask cntrl = _C; member
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/bsd/freebsd/
H A Dctype_inline.h59 | space | print | graph | cntrl | punct | alnum); in is()
70 if (this->is(cntrl, *__low)) __m |= cntrl; in is()
H A Dctype_base.h56 static const mask cntrl = _CTYPE_C; member
69 static const mask cntrl = _C; member
/openbsd/sys/arch/luna88k/stand/boot/
H A Dcmd_luna88k.c38 volatile u_int8_t cntrl; member
52 p1->cntrl = (PIO1_POWER << 1) | PIO1_DISABLE; in Xpoweroff()
/openbsd/sys/arch/luna88k/dev/
H A Dlcd.c73 volatile u_int8_t cntrl; member
274 p1->cntrl = PIO1_MODE_INPUT; in lcdbusywait()
297 p1->cntrl = PIO1_MODE_OUTPUT; in lcdput()
314 p1->cntrl = PIO1_MODE_OUTPUT; in lcdctrl()
/openbsd/gnu/llvm/lldb/examples/synthetic/
H A Dlibcxx.py779 self.cntrl = None
804 if self.cntrl is None:
808 self.cntrl.GetChildMemberWithName('__shared_owners_').GetValueAsSigned()
813 if self.cntrl is None:
817 self.cntrl.GetChildMemberWithName('__shared_weak_owners_').GetValueAsSigned()
827 cntrl = self.valobj.GetChildMemberWithName('__cntrl_')
828 if cntrl.GetValueAsUnsigned(0):
829 self.cntrl = cntrl.Dereference()
831 self.cntrl = None
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/generic/
H A Dctype_base.h52 static const mask cntrl = 1 << 8; member
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_base.h52 static const mask cntrl = 040; member
/openbsd/gnu/gcc/libstdc++-v3/config/os/solaris/solaris2.5/
H A Dctype_base.h55 static const mask cntrl = 040; member
/openbsd/gnu/gcc/libstdc++-v3/config/os/generic/
H A Dctype_base.h55 static const mask cntrl = 1 << 8; member
/openbsd/usr.sbin/rbootd/
H A Drmp.h90 u_int16_t cntrl; /* 802.2 control field */ member
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/aix/
H A Dctype_base.h52 static const mask cntrl = _ISCNTRL; member
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/gnu-linux/
H A Dctype_base.h52 static const mask cntrl = _IScntrl; member
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_base.h54 static const mask cntrl = _ISCNTRL; member
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/djgpp/
H A Dctype_base.h45 static const mask cntrl = __dj_ISCNTRL; // Control character member
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/hpux/
H A Dctype_base.h52 static const mask cntrl = _ISCNTRL; member
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/irix/irix6.5/
H A Dctype_base.h52 static const mask cntrl = _IScntrl; member
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_base.h53 static const mask cntrl = _ISCNTRL; member
/openbsd/gnu/llvm/libcxx/src/
H A Dlocale.cpp1107 cntrl, cntrl, in classic_table()
1108 cntrl, cntrl, in classic_table()
1109 cntrl, cntrl, in classic_table()
1110 cntrl, cntrl, in classic_table()
1114 cntrl, cntrl, in classic_table()
1115 cntrl, cntrl, in classic_table()
1116 cntrl, cntrl, in classic_table()
1117 cntrl, cntrl, in classic_table()
1118 cntrl, cntrl, in classic_table()
1119 cntrl, cntrl, in classic_table()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/config/os/tpf/
H A Dctype_base.h55 static const mask cntrl = _IScntrl; member

1234