| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| H A D | complex.c | 30 #define COMPLEX_ASSIGN(z_, r_, i_) {__real__(z_) = (r_); __imag__(z_) = (i_);} argument
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
| H A D | complex.c | 30 #define COMPLEX_ASSIGN(z_, r_, i_) {__real__(z_) = (r_); __imag__(z_) = (i_);} argument
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | ruby | 26 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+' 51 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+' Ruby script text
|
| H A D | perl | 37 >0 regex \^package[[:space:]]+[0-9A-Za-z_:]+[[:space:]]*([[:space:]]v?[0-9][0-9.]*)?[[:space:]]*; … 41 >0 regex \^package[[:space:]]+[0-9A-Za-z_:]+[[:space:]]*([[:space:]]v?[0-9][0-9.]*)?[[:space:]]*;
|
| /netbsd-src/external/bsd/libbind/dist/doc/ |
| H A D | inet_cidr.cat3 | 13 _s_i_z_e___t _s_i_z_e); 35 _d_s_t is a caller supplied buffer of at least _s_i_z_e bytes.
|
| H A D | getnameinfo.cat3 | 12 …_s_i_z_e___t _h_o_s_t_l_e_n, _c_h_a_r _*_s_e_r_v, _s_i_z_e___t _s_e_…
|
| H A D | tsig.cat3 | 9 … _*_m_s_g, _i_n_t _*_m_s_g_l_e_n, _i_n_t _m_s_g_s_i_z_e, _i_n_t _e_r_… 14 … _*_m_s_g, _i_n_t _*_m_s_g_l_e_n, _i_n_t _m_s_g_s_i_z_e, _i_n_t _e_r_…
|
| H A D | resolver.cat3 | 32 _s_i_z_e___t _b_u_f_l_e_n); 75 …_i_n_t _o_p_t_i_o_n_s, _c_h_a_r _*_z_n_a_m_e, _s_i_z_e___t _z_s_i_z_…
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/ |
| H A D | POTFILES.in | 5 # $ LC_ALL=C grep -l '[^A-Za-z_]_(' {gnulib-lib,src}/*.[chly]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | have-struct-field.m4 | 8 define(cache_val, translit(ac_cv_type_$1_$2, [A-Z ], [a-z_]))
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | itbl-lex.l | 40 ALPHA [A-Za-z_]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | itbl-lex.l | 40 ALPHA [A-Za-z_]
|
| /netbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aicasm_macro_scan.l | 71 WORD [A-Za-z_][-A-Za-z_0-9]*
|
| H A D | aicasm_scan.l | 80 WORD [A-Za-z_][-A-Za-z_0-9]*
|
| /netbsd-src/external/bsd/flex/dist/examples/manual/ |
| H A D | pascal.lex | 20 alpha [A-Za-z_]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| H A D | llvm.vim | 225 syn match llvmConstant /\<DW_TAG_[a-z_]\+\>/ 229 syn match llvmConstant /\<DW_VIRTUALITY_[a-z_]\+\>/
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
| H A D | wildcard | 26 \t\@echo \$(sort \$(wildcard example.[!A-Za-z_\\!]))
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/ |
| H A D | POTFILES.in | 5 # $ LC_ALL=C grep -l '[^A-Za-z_]_(' {gnulib-lib,src,libgettextpo}/*.[chly]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/m4/druntime/ |
| H A D | os.m4 | 48 [[druntime_cv_target_os=`echo $target_os | sed 's/^\([A-Za-z_]+\)/\1/'`]])
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/m4/druntime/ |
| H A D | os.m4 | 48 [[druntime_cv_target_os=`echo $target_os | sed 's/^\([A-Za-z_]+\)/\1/'`]])
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| H A D | c99_functions.c | 46 #define COMPLEX_ASSIGN(z_, r_, i_) {__real__(z_) = (r_); __imag__(z_) = (i_);} argument
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| H A D | c99_functions.c | 46 #define COMPLEX_ASSIGN(z_, r_, i_) {__real__(z_) = (r_); __imag__(z_) = (i_);} argument
|
| /netbsd-src/usr.bin/config/ |
| H A D | scan.l | 128 WORD [A-Za-z_][-A-Za-z_0-9]*
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | aslcompiler.l | 87 LeadNameChar [A-Za-z_]
|
| /netbsd-src/external/mit/isl/dist/imath/ |
| H A D | imath.c | 111 static inline void CLAMP(mp_int z_) { in CLAMP() argument 112 mp_size uz_ = MP_USED(z_); in CLAMP() 113 mp_digit *dz_ = MP_DIGITS(z_) + uz_ - 1; in CLAMP() 115 z_->used = uz_; in CLAMP()
|