Home
last modified time | relevance | path

Searched refs:_X (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/lib/libc/gen/
Dctype_.c62 #define _X _COMPAT_X macro
81 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
85 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
96 #undef _X
119 #define _X _CTYPE_X macro
137 _D|_G|_R|_X, _D|_G|_R|_X, _D|_G|_R|_X, _D|_G|_R|_X,
138 _D|_G|_R|_X, _D|_G|_R|_X, _D|_G|_R|_X, _D|_G|_R|_X,
139 _D|_G|_R|_X, _D|_G|_R|_X, _G|_R|_P, _G|_R|_P,
141 _G|_R|_P, _A|_G|_R|_U|_X, _A|_G|_R|_U|_X, _A|_G|_R|_U|_X,
142 _A|_G|_R|_U|_X, _A|_G|_R|_U|_X, _A|_G|_R|_U|_X, _A|_G|_R|_U,
[all …]
/netbsd/src/sys/arch/i386/include/
Dasm.h121 ALIGN_TEXT; .globl _X ## name; .type _X ## name,@function; _X ## name:
123 .size _X ## name, . - _X ## name
126 ALIGN_TEXT; .globl _X/**/name; .type _X/**/name,@function; _X/**/name:
128 .size _X/**/name, . - _X/**/name
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/newlib/
Dctype_base.h48 static const mask xdigit = _X | _N; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dreply_mig_hack.awk31 parse_phase == 0 && /^mig_internal void _X[a-zA-Z0-9_]*_reply/ {
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/
Dctype_base.h66 static const mask xdigit = _X; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/
Dctype_base.h64 static const mask xdigit = _X; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/bsd/libpcap/dist/
Dpcap-npf.c84 #define SWAPS(_X) ((_X & 0xff) << 8) | (_X >> 8) argument
/netbsd/src/external/bsd/ppp/usr.sbin/pppd/
Dsys-bsd.c1979 char _X[IFREQ_SAFE]; /* XXX */ in get_if_hwaddr() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20014684 _X, _S, _P, _C and _B instead of IRIX-6.5 _IS* macros.
DChangeLog-20218086 * include/experimental/bits/simd.h: Replace reserved _X, _B by
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201725173 * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
25175 (_subborrow_u64): Swap _X and _Y arguments in the call to
DChangeLog-200022302 (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.