Searched refs:_c (Results 1 - 25 of 45) sorted by relevance

12

/openbsd-current/include/
H A Dctype.h115 __only_inline int isalnum(int _c) argument
117 return (_c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)_c] &
121 __only_inline int isalpha(int _c) argument
123 return (_c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)_c] &
127 __only_inline int iscntrl(int _c) argument
129 return (_c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)_c] & _CTYPE_C));
132 __only_inline int isdigit(int _c) argument
137 isgraph(int _c) argument
143 islower(int _c) argument
148 isprint(int _c) argument
154 ispunct(int _c) argument
159 isspace(int _c) argument
164 isupper(int _c) argument
169 isxdigit(int _c) argument
175 tolower(int _c) argument
182 toupper(int _c) argument
191 isblank(int _c) argument
198 isascii(int _c) argument
203 toascii(int _c) argument
208 _tolower(int _c) argument
213 _toupper(int _c) argument
221 isalnum_l(int _c, locale_t _l __attribute__((__unused__))) argument
227 isalpha_l(int _c, locale_t _l __attribute__((__unused__))) argument
233 isblank_l(int _c, locale_t _l __attribute__((__unused__))) argument
239 iscntrl_l(int _c, locale_t _l __attribute__((__unused__))) argument
245 isdigit_l(int _c, locale_t _l __attribute__((__unused__))) argument
251 isgraph_l(int _c, locale_t _l __attribute__((__unused__))) argument
257 islower_l(int _c, locale_t _l __attribute__((__unused__))) argument
263 isprint_l(int _c, locale_t _l __attribute__((__unused__))) argument
269 ispunct_l(int _c, locale_t _l __attribute__((__unused__))) argument
275 isspace_l(int _c, locale_t _l __attribute__((__unused__))) argument
281 isupper_l(int _c, locale_t _l __attribute__((__unused__))) argument
287 isxdigit_l(int _c, locale_t _l __attribute__((__unused__))) argument
293 tolower_l(int _c, locale_t _l __attribute__((__unused__))) argument
299 toupper_l(int _c, locale_t _l __attribute__((__unused__))) argument
[all...]
H A Dsiphash.h71 #define SipHash24_Init(_c, _k) SipHash_Init((_c), (_k))
72 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l))
74 #define SipHash24_Final(_d, _c) SipHash_Final((_d), (_c), 2, 4)
77 #define SipHash48_Init(_c, _k) SipHash_Init((_c), (_k))
78 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c),
[all...]
H A Dstdio.h391 static __inline int __sputc(int _c, FILE *_p) { argument
392 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
393 return (*_p->_p++ = _c);
395 return (__swbuf(_c, _p));
/openbsd-current/lib/libc/hidden/
H A Dctype.h22 __only_inline int isalnum(int _c);
23 __only_inline int isalpha(int _c);
24 __only_inline int iscntrl(int _c);
25 __only_inline int isdigit(int _c);
26 __only_inline int isgraph(int _c);
27 __only_inline int islower(int _c);
28 __only_inline int isprint(int _c);
29 __only_inline int ispunct(int _c);
30 __only_inline int isspace(int _c);
31 __only_inline int isupper(int _c);
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11110.C15 conatiner& _c; member in class:user
19 return (_c.contents (_c.first)); // ERROR -
H A Dp12306a.C26 virtual class b* get() {return &_c;}
27 c _c; member in class:f
33 D._c.i = 42;
34 return &D._c.i != &bp->i;
H A Dp658.C34 char _c; member in class:Char
79 _c('a')
84 _c(c)
89 _c(other._c)
99 return _c;
/openbsd-current/sys/crypto/
H A Dsiphash.h75 #define SipHash24_Init(_c, _k) SipHash_Init((_c), (_k))
76 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l))
78 #define SipHash24_Final(_d, _c) SipHash_Final((_d), (_c), 2, 4)
81 #define SipHash48_Init(_c, _k) SipHash_Init((_c), (_k))
82 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c),
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dconcept_check.h54 #define __glibcxx_class_requires2(_a,_b,_c)
55 #define __glibcxx_class_requires3(_a,_b,_c,_d)
56 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
78 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
79 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C);
80 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \
81 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dconcept_check.h54 #define __glibcpp_class_requires2(_a,_b,_c)
55 #define __glibcpp_class_requires3(_a,_b,_c,_d)
56 #define __glibcpp_class_requires4(_a,_b,_c,_d,_e)
78 #define __glibcpp_class_requires3(_a,_b,_c,_C) \
79 _GLIBCPP_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C);
80 #define __glibcpp_class_requires4(_a,_b,_c,_d,_C) \
81 _GLIBCPP_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
/openbsd-current/sys/sys/
H A Dstdint.h217 #define INT8_C(_c) (_c)
218 #define INT16_C(_c) (_c)
219 #define INT32_C(_c) (_c)
220 #define INT64_C(_c) __CONCAT(_c, LL)
222 #define UINT8_C(_c) (_c)
[all...]
H A Dsrp.h55 #define SRP_GC_INITIALIZER(_d, _c) { (_d), (_c), REFCNT_INITIALIZER() }
67 #define SRPL_RC_INITIALIZER(_r, _u, _c) { _r, SRP_GC_INITIALIZER(_u, _c) }
124 #define SRPL_FOREACH(_c, _sr, _sl, _ENTRY) \
125 for ((_c) = SRPL_FIRST(_sr, _sl); \
126 (_c) != NULL; \
127 (_c) = SRPL_FOLLOW(_sr, _c, _ENTRY))
137 #define SRPL_FOREACH_LOCKED(_c, _s
[all...]
/openbsd-current/etc/
H A Dnetstart41 local _af=0 _name=1 _mask=2 _bc=3 _prefix=2 _c _cmd _prev _daddr _dhcp _i
42 set -A _c -- "$@"
45 case ${_c[_af]} in
49 inet) ((${#_c[*]} > 1)) || return
50 if [[ ${_c[_name]} == autoconf ]]; then
51 _cmds[${#_cmds[*]}]="ifconfig $_if ${_c[@]}"
55 [[ ${_c[_name]} == alias ]] && _mask=3 _bc=4
56 [[ -n ${_c[_mask]} ]] && _c[_mask]="netmask ${_c[_mas
[all...]
/openbsd-current/sys/arch/i386/include/
H A Dbus.h152 #define bus_space_read_multi_1(_t, _h, _o, _a, _c) \
153 ((_t)->read_multi_1((_h), (_o), (_a), (_c)))
154 #define bus_space_read_multi_2(_t, _h, _o, _a, _c) \
155 ((_t)->read_multi_2((_h), (_o), (_a), (_c)))
156 #define bus_space_read_multi_4(_t, _h, _o, _a, _c) \
157 ((_t)->read_multi_4((_h), (_o), (_a), (_c)))
201 #define bus_space_read_region_1(_t, _h, _o, _a, _c) \
202 ((_t)->read_region_1((_h), (_o), (_a), (_c)))
203 #define bus_space_read_region_2(_t, _h, _o, _a, _c) \
204 ((_t)->read_region_2((_h), (_o), (_a), (_c)))
[all...]
/openbsd-current/sys/arch/amd64/include/
H A Dbus.h168 #define bus_space_read_multi_1(_t, _h, _o, _a, _c) \
169 ((_t)->read_multi_1((_h), (_o), (_a), (_c)))
170 #define bus_space_read_multi_2(_t, _h, _o, _a, _c) \
171 ((_t)->read_multi_2((_h), (_o), (_a), (_c)))
172 #define bus_space_read_multi_4(_t, _h, _o, _a, _c) \
173 ((_t)->read_multi_4((_h), (_o), (_a), (_c)))
174 #define bus_space_read_multi_8(_t, _h, _o, _a, _c) \
175 ((_t)->read_multi_8((_h), (_o), (_a), (_c)))
188 #define bus_space_read_raw_multi_2(_t, _h, _o, _a, _c) \
189 ((_t)->read_multi_2((_h), (_o), (u_int16_t *)(_a), (_c) >>
[all...]
/openbsd-current/sys/net80211/
H A Dieee80211_var.h158 #define IEEE80211_IS_CHAN_A(_c) \
159 (((_c)->ic_flags & IEEE80211_CHAN_A) == IEEE80211_CHAN_A)
160 #define IEEE80211_IS_CHAN_B(_c) \
161 (((_c)->ic_flags & IEEE80211_CHAN_B) == IEEE80211_CHAN_B)
162 #define IEEE80211_IS_CHAN_PUREG(_c) \
163 (((_c)->ic_flags & IEEE80211_CHAN_PUREG) == IEEE80211_CHAN_PUREG)
164 #define IEEE80211_IS_CHAN_G(_c) \
165 (((_c)->ic_flags & IEEE80211_CHAN_G) == IEEE80211_CHAN_G)
166 #define IEEE80211_IS_CHAN_N(_c) \
167 (((_c)
[all...]
/openbsd-current/regress/sys/net/rtable/
H A Dsrp_compat.h61 #define SRPL_FOREACH(_c, _srp, _sl, _ENTRY) \
62 SLIST_FOREACH(_c, _sl, _ENTRY)
69 #define SRPL_FOREACH_LOCKED(_c, _sl, _ENTRY) \
70 SLIST_FOREACH(_c, _sl, _ENTRY)
72 #define SRPL_FOREACH_SAFE_LOCKED(_c, _sl, _ENTRY, _tc) \
73 SLIST_FOREACH_SAFE(_c, _sl, _ENTRY, _tc)
/openbsd-current/regress/lib/libc/locale/setlocale/
H A Dsetlocale.c28 #define test_setlocale(_e, _c, _l) _test_setlocale(_e, _c, _l, __LINE__)
30 #define test_isalpha(_e, _c) _test_isalpha(_e, _c, __LINE__)
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dop-common.h34 _FP_I_TYPE X##_c __attribute__((unused)), X##_s, X##_e; \
50 X##_c = FP_CLS_NORMAL; \
55 X##_c = FP_CLS_ZERO; \
64 X##_c = FP_CLS_NORMAL; \
71 X##_c = FP_CLS_INF; \
74 X##_c = FP_CLS_NAN; \
173 switch (X##_c) \
192 X##_c = FP_CLS_INF; \
195 if (!X##_s) X##_c = FP_CLS_INF; \
198 if (X##_s) X##_c
[all...]
/openbsd-current/sys/arch/sparc64/include/
H A Datomic.h54 #define _def_atomic_swap(_f, _t, _c) \
64 r = _c(p, e, v); \
92 #define _def_atomic_op_nv(_f, _t, _c, _op) \
102 r = _c(p, e, f); \
/openbsd-current/usr.sbin/syspatch/
H A Dsyspatch.sh168 local _c _f _cmd _l="$(ls_installed)" _p _sha=${_TMP}/SHA256
181 while read _c; do _c=${_c##syspatch${_OSrev}-} &&
182 [[ -n ${_l} ]] && echo ${_c} | grep -qw -- "${_l}" || echo ${_c}
/openbsd-current/usr.sbin/sysupgrade/
H A Dsysupgrade.sh66 local _a=$1 _b _c
70 [[ $_a != "$_b" ]] && _c="${_c:+$_c }$_b"
72 echo -n "$_c"
/openbsd-current/sys/dev/pci/
H A Dif_nxe.c84 #define NXE_DB_COUNT(_c) ((_c)<<3) /* count */
85 #define NXE_DB_CTXID(_c) ((_c)<<18) /* context id */
288 #define NXE_1_SW_RX_PRODUCER(_c) (nxe_regmap[6][(_c)])
290 #define NXE_1_SW_RX_CONSUMER(_c) (nxe_regmap[7][(_c)])
292 #define NXE_1_SW_RX_RING(_c) (nxe_regmap[8][(_c)])
[all...]
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Dsfp-machine.h40 R##_c = FP_CLS_NAN; \
/openbsd-current/sys/dev/fdt/
H A Drkusbphy.c158 #define RKUSBPHY_ID(_n, _c) { _n, _c, nitems(_c) }

Completed in 310 milliseconds

12