Searched refs:_c (Results 1 - 25 of 45) sorted by last modified time

12

/openbsd-current/distrib/miniroot/
H A Dinstall.sub135 local _a=$1 _b _c
139 [[ $_a != "$_b" ]] && _c="${_c:+$_c }$_b"
141 echo "$_c"
2448 local _af=0 _name=1 _mask=2 _bc=3 _prefix=2 _c _cmd _prev _daddr _dhcp _i
2450 set -A _c -- "$@"
2456 case ${_c[_af]} in
2460 inet) ((${#_c[*]} > 1)) || return
2461 if [[ ${_c[_nam
[all...]
/openbsd-current/usr.sbin/pcidump/
H A Dpcidump.c1323 #define CLASS(_c, _n, _s) { \
1324 .class = _c, \
/openbsd-current/sbin/disklabel/
H A Deditor.c47 #define CHUNKSZ(_c) ((_c)->stop - (_c)->start)
/openbsd-current/usr.sbin/fw_update/
H A Dfw_update.sh447 while read -r _c _g; do
448 case $_c in
453 *) set -A _remove -- "$_cwd/$_c" "${_remove[@]}"
/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/sys/net/
H A Dif_var.h373 #define if_rxr_put(_r, _c) do { (_r)->rxr_alive -= (_c); } while (0)
/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/sys/arch/hppa/hppa/
H A Dlocore.S1012 ldil L%__CONCAT(t,_c), r25 ! \
1013 ldo R%__CONCAT(t,_c)(r25), r25 ! \
/openbsd-current/sys/dev/ic/
H A Dmfi.c188 #define mfi_post(_s, _c) ((_s)->sc_iop->mio_post((_s), (_c)))
189 #define mfi_sgd_load(_s, _c) ((_s)->sc_iop->mio_sgd_load((_s), (_c)))
H A Dar5212.c1344 #define _TX_FLAGS(_c, _flag) \
1346 tx_desc->tx_control_##_c |= \
1347 AR5K_AR5212_DESC_TX_CTL##_c##_##_flag
H A Dar5211.c1152 #define _TX_FLAGS(_c, _flag) \
1154 tx_desc->tx_control_##_c |= \
1155 AR5K_AR5211_DESC_TX_CTL##_c##_##_flag
H A Dar5210.c1034 #define _TX_FLAGS(_c, _flag) \
1036 tx_desc->tx_control_##_c |= \
1037 AR5K_AR5210_DESC_TX_CTL##_c##_##_flag
/openbsd-current/sys/dev/pci/
H A Dif_tht.c107 #define THT_REG_RDINTCM_PKT_TH(_c) ((_c)<<20) /* pkt count threshold */
108 #define THT_REG_RDINTCM_RXF_TH(_c) ((_c)<<16) /* rxf intr req thresh */
110 #define THT_REG_RDINTCM_COAL(_c) (_c) /* coalescing timer */
112 #define THT_REG_TDINTCM_PKT_TH(_c) ((_c)<<20) /* pkt count threshold */
114 #define THT_REG_TDINTCM_COAL(_c) (_c) /* coalescin
[all...]
H A Dif_oce.c139 #define OCE_RING_FOREACH(_r, _v, _c) \
140 for ((_v) = oce_ring_first(_r); _c; (_v) = oce_ring_next(_r))
H A Dif_nxe.c87 #define NXE_DB_COUNT(_c) ((_c)<<3) /* count */
88 #define NXE_DB_CTXID(_c) ((_c)<<18) /* context id */
291 #define NXE_1_SW_RX_PRODUCER(_c) (nxe_regmap[6][(_c)])
293 #define NXE_1_SW_RX_CONSUMER(_c) (nxe_regmap[7][(_c)])
295 #define NXE_1_SW_RX_RING(_c) (nxe_regmap[8][(_c)])
[all...]
/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/fdt/
H A Drkusbphy.c158 #define RKUSBPHY_ID(_n, _c) { _n, _c, nitems(_c) }
/openbsd-current/sys/dev/acpi/
H A Dacpidmar.c2274 #define _c(x) (int)((iommu->ecap >> x ##_SHIFT) & x ## _MASK) macro
2319 _c(EFR_HATS), _c(EFR_GATS), _c(EFR_GLXSUP), _c(EFR_SMIFSUP),
2320 _c(EFR_SMIFRC), _c(EFR_GAMSUP));
/openbsd-current/lib/libc/stdio/
H A Dvfwscanf.c95 #define INCCL(_c) \
96 (cclcompl ? (wmemchr(ccls, (_c), ccle - ccls) == NULL) : \
97 (wmemchr(ccls, (_c), ccle - ccls) != NULL))
/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/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/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/lib/libelf/
H A Dlibelf_ehdr.c113 size_t _c, int _swap);

Completed in 397 milliseconds

12