| /netbsd/src/sys/net80211/ |
| D | _ieee80211.h | 185 #define IEEE80211_IS_CHAN_ANYC(_c) \ argument 186 ((_c) == IEEE80211_CHAN_ANYC) 188 #define _IEEE80211_IS_CHAN(_c, _ch) \ argument 189 (((_c)->ic_flags & IEEE80211_CHAN_ ## _ch) == IEEE80211_CHAN_ ## _ch) 191 #define IEEE80211_IS_CHAN_FHSS(_c) _IEEE80211_IS_CHAN(_c, FHSS) argument 192 #define IEEE80211_IS_CHAN_A(_c) _IEEE80211_IS_CHAN(_c, A) argument 193 #define IEEE80211_IS_CHAN_B(_c) _IEEE80211_IS_CHAN(_c, B) argument 194 #define IEEE80211_IS_CHAN_PUREG(_c) _IEEE80211_IS_CHAN(_c, PUREG) argument 195 #define IEEE80211_IS_CHAN_G(_c) _IEEE80211_IS_CHAN(_c, G) argument 196 #define IEEE80211_IS_CHAN_ANYG(_c) _IEEE80211_IS_CHAN(_c, ANYG) argument [all …]
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libopts/ |
| D | ag-char-map.h | 118 #define IS_NEWLINE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000001) argument 123 #define IS_NUL_BYTE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000002) argument 128 #define IS_DIR_SEP_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000004) argument 133 #define IS_PERCENT_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000008) argument 138 #define IS_COMMA_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000010) argument 143 #define IS_COLON_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000020) argument 148 #define IS_UNDERSCORE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000040) argument 153 #define IS_PLUS_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000080) argument 158 #define IS_DOLLAR_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000100) argument 163 #define IS_OPTION_MARKER_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000200) argument [all …]
|
| D | autoopts.c | 59 # define strrchr(_s, _c) option_strrchr(_s, _c) argument 60 # define strchr(_s, _c) option_strchr(_s, _c) argument
|
| D | autoopts.h | 270 #define AGALOC(_c, _w) ao_malloc((size_t)_c) argument 271 #define AGREALOC(_p, _c, _w) ao_realloc(VOIDP(_p), (size_t)_c) argument
|
| D | makeshell.c | 37 #define UPPER(_c) (toupper(to_uchar(_c))) argument 38 #define LOWER(_c) (tolower(to_uchar(_c))) argument
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ |
| D | ah_internal.h | 331 #define ath_hal_getNfAdjust(_ah, _c) \ argument 332 AH_PRIVATE(_ah)->ah_getNfAdjust(_ah, _c) 454 #define IS_CHAN_A(_c) (((_c)->channelFlags & CHANNEL_A) == CHANNEL_A) argument 455 #define IS_CHAN_B(_c) (((_c)->channelFlags & CHANNEL_B) == CHANNEL_B) argument 456 #define IS_CHAN_G(_c) (((_c)->channelFlags & (CHANNEL_108G|CHANNEL_G)) == CHANNEL_G) argument 457 #define IS_CHAN_108G(_c)(((_c)->channelFlags & CHANNEL_108G) == CHANNEL_108G) argument 458 #define IS_CHAN_T(_c) (((_c)->channelFlags & CHANNEL_T) == CHANNEL_T) argument 459 #define IS_CHAN_PUREG(_c) \ argument 460 (((_c)->channelFlags & CHANNEL_PUREG) == CHANNEL_PUREG) 462 #define IS_CHAN_TURBO(_c) (((_c)->channelFlags & CHANNEL_TURBO) != 0) argument [all …]
|
| /netbsd/src/external/gpl2/lvm2/dist/lib/uuid/ |
| D | uuid.c | 28 static const char _c[] = variable 45 uuid[i - 1] = _c[num % (sizeof(_c) - 1)]; in uuid_from_num() 46 num /= sizeof(_c) - 1; in uuid_from_num() 57 lvid->id[1].uuid[i - 1] = _c[lv_num % (sizeof(_c) - 1)]; in lvid_from_lvnum() 58 lv_num /= sizeof(_c) - 1; in lvid_from_lvnum() 72 lv_num *= sizeof(_c) - 1; in lvnum_from_lvid() 73 if ((c = strchr(_c, lvid->id[1].uuid[i]))) in lvnum_from_lvid() 74 lv_num += (int) (c - _c); in lvnum_from_lvid() 113 id->uuid[i] = _c[id->uuid[i] % (sizeof(_c) - 3)]; in id_create() 132 for (ptr = _c; *ptr; ptr++) in _build_inverse()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/sys/ |
| D | sysmacros.h | 355 #define DECL_BITFIELD3(_a, _b, _c) \ argument 356 uint8_t _a, _b, _c 357 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument 358 uint8_t _a, _b, _c, _d 359 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 360 uint8_t _a, _b, _c, _d, _e 361 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 362 uint8_t _a, _b, _c, _d, _e, _f 363 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 364 uint8_t _a, _b, _c, _d, _e, _f, _g [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | concept_check.h | 50 #define __glibcxx_class_requires2(_a,_b,_c) argument 51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument 52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument 74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument 75 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); 76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument 77 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
|
| /netbsd/src/lib/libc/arch/sparc64/softfloat/ |
| D | qp.c | 185 float64 _c; in _Qp_qtod() local 188 _c = float128_to_float64(*a); in _Qp_qtod() 190 memcpy(&c, &_c, sizeof(double)); in _Qp_qtod() 207 float32 _c; in _Qp_qtos() local 209 _c = float128_to_float32(*a); in _Qp_qtos() 211 memcpy(&c, &_c, sizeof(_c)); in _Qp_qtos()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | record.h | 62 ssize_t _c, _l; \ 63 for (_c = 1, _l = (buflen); (_l >>= 7U) != 0; _c++) \ 65 (reclen) = 1 + _c + (buflen); \
|
| /netbsd/src/sys/dev/pci/ixgbe/ |
| D | ixgbe_sriov.h | 87 #define ixgbe_add_vf(_a,_b,_c) do { } while (/*CONSTCOND*/false) argument 88 #define ixgbe_init_iov(_a,_b,_c) do { } while (/*CONSTCOND*/false) argument 96 #define ixgbe_vf_que_index(_a, _b, _c) (_c) argument
|
| D | ixgbe_rss.h | 56 #define rss_hash2bucket(_a,_b,_c) -1 argument 81 #define rss_hash2bucket(_a,_b,_c) -1 argument
|
| /netbsd/src/external/bsd/libbind/dist/doc/ |
| D | inet_cidr.cat3 | 4 …iinneett__cciiddrr__nnttoopp, iinneett__cciiddrr__ppttoonn -- network … 12 …iinneett__cciiddrr__nnttoopp(_i_n_t _a_f, _c_o_n_s_t _v_o_i_d _*_s_… 15 …iinneett__cciiddrr__ppttoonn(_i_n_t _a_f, _c_o_n_s_t _c_h_a_r _*_s_… 24 …iinneett__cciiddrr__nnttoopp() converts an address from network to presentation form… 37 …iinneett__cciiddrr__nnttoopp() returns _d_s_t on success or NULL. Check errno fo… 39 … iinneett__cciiddrr__ppttoonn() converts and address from presentation format, with 51 … iinneett__cciiddrr__ppttoonn() returns 0 on succces or -1 on error. Check errno for
|
| /netbsd/src/external/cddl/osnet/sys/sys/ |
| D | mman.h | 37 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f) argument
|
| D | atomic.h | 37 #define casptr(_a, _b, _c) \ argument 38 atomic_cas_ptr((volatile uint64_t *) _a, _b, _c);
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | mpfr-gmp.h | 390 int _c = 0; \ 394 _c += 16; \ 399 _c += 8; \ 404 _c += 4; \ 409 _c += 2; \ 413 _c ++; \ 414 (count) = _c; \
|
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_compat.h | 1521 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument 1522 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument 1523 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f) 1524 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument 1525 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h) 1529 # define DT2(_n,_a,_b,_c,_d) argument 1530 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument 1531 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument 1536 # define DT2(_n,_a,_b,_c,_d) argument 1537 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument [all …]
|
| /netbsd/src/include/ |
| D | stdio.h | 462 static __inline int __sputc(int _c, FILE *_p) { in __sputc() argument 463 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) in __sputc() 464 return *_p->_p++ = (unsigned char)_c; in __sputc() 466 return __swbuf(_c, _p); in __sputc()
|
| /netbsd/src/external/ibm-public/postfix/dist/conf/ |
| D | postfix-tls-script | 489 _c=$1; shift 494 if [ -r "${_c}" ]; then 495 $FATAL "New certificate file already exists: ${_c}" 519 -subj "/CN=$fqdn" -days 36525 -out "${_c}" || { 520 rm -f "${_c}" "${_k}"
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/cxx/ |
| D | t-prec.cc | 38 mpf_srcptr _c = _b.get_mpf_t(); \ 39 ASSERT_ALWAYS(mpf_eq(_a, _c, prec)); \
|
| /netbsd/src/sys/arch/luna68k/luna68k/ |
| D | machdep.c | 871 register _r, _c; \ 878 _c = GETC(); \ 883 _c; \
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/objects/ |
| D | objects.txt | 64 X9-62_c-TwoCurve 1 : c2pnb163v1 65 X9-62_c-TwoCurve 2 : c2pnb163v2 66 X9-62_c-TwoCurve 3 : c2pnb163v3 67 X9-62_c-TwoCurve 4 : c2pnb176v1 68 X9-62_c-TwoCurve 5 : c2tnb191v1 69 X9-62_c-TwoCurve 6 : c2tnb191v2 70 X9-62_c-TwoCurve 7 : c2tnb191v3 71 X9-62_c-TwoCurve 8 : c2onb191v4 72 X9-62_c-TwoCurve 9 : c2onb191v5 73 X9-62_c-TwoCurve 10 : c2pnb208w1 [all …]
|
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_lex.l | 75 int _c = c; \ 76 if (_c != EOF) \ 77 yyunput(_c, yytext_ptr); \
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/ |
| D | ar5416.h | 107 #define IS_5GHZ_FAST_CLOCK_EN(_ah, _c) \ argument 108 (IS_CHAN_5GHZ(_c) && ath_hal_eepromGetFlag(ah, AR_EEP_FSTCLK_5G))
|