| /src/contrib/bmake/mk/ |
| H A D | meta.stage.mk | 203 STAGE_SETS += _default 204 STAGE_DIR._default = ${STAGE_DIR} 205 STAGE_LINKS_DIR._default = ${STAGE_LINKS_DIR:U${STAGE_OBJTOP}} 206 STAGE_SYMLINKS_DIR._default = ${STAGE_SYMLINKS_DIR:U${STAGE_OBJTOP}} 207 STAGE_FILES._default = ${STAGE_FILES} 208 STAGE_LINKS._default = ${STAGE_LINKS} 209 STAGE_SYMLINKS._default = ${STAGE_SYMLINKS} 220 .if target(stage_files.$s) || target(stage_files${s:S,^,.,:N._default}) 240 .if target(stage_links.$s) || target(stage_links${s:S,^,.,:N._default}) 259 .if target(stage_symlinks.$s) || target(stage_symlinks${s:S,^,.,:N._default})
|
| /src/share/mk/ |
| H A D | meta.stage.mk | 198 STAGE_SETS += _default 199 STAGE_DIR._default = ${STAGE_DIR} 200 STAGE_LINKS_DIR._default = ${STAGE_LINKS_DIR:U${STAGE_OBJTOP}} 201 STAGE_SYMLINKS_DIR._default = ${STAGE_SYMLINKS_DIR:U${STAGE_OBJTOP}} 202 STAGE_FILES._default = ${STAGE_FILES} 203 STAGE_LINKS._default = ${STAGE_LINKS} 204 STAGE_SYMLINKS._default = ${STAGE_SYMLINKS} 215 .if target(stage_files.$s) || target(stage_files${s:S,^,.,:N._default}) 235 .if target(stage_links.$s) || target(stage_links${s:S,^,.,:N._default}) 254 .if target(stage_symlinks.$s) || target(stage_symlinks${s:S,^,.,:N._default})
|
| /src/usr.sbin/bsdconfig/startup/ |
| H A D | rcdelete | 93 _${var}_default="$( f_sysrc_get_default $var )" 118 default = ENVIRON["_" var "_default"]
|
| H A D | rcconf | 137 default = ENVIRON["_" var "_default"]
|
| /src/contrib/ldns/m4/ |
| H A D | ax_config_feature.m4 | 140 ax_config_feature_[]FEATURE[]_default=yes 145 ax_config_feature_[]FEATURE[]_default=no
|
| /src/sys/dev/vt/ |
| H A D | vt.h | 85 #define VT_SYSCTL_INT(_name, _default, _descr) \ argument 86 int vt_##_name = (_default); \
|
| /src/sys/ofed/include/rdma/ |
| H A D | uverbs_ioctl.h | 947 #define uverbs_get_const_default(_to, _attrs_bundle, _idx, _default) \ argument 950 s64 _def_val = _default; \
|
| /src/sys/dev/bhnd/ |
| H A D | bhnd_subr.c | 2108 #define OPT_BHND_GV(_dest, _name, _default) do { \ argument 2116 _dest = _default; \
|
| /src/libexec/rc/ |
| H A D | network.subr | 282 local _if _punct _punct_c _var _default prefix suffix 292 _default=$3 296 eval echo \${${prefix}${_if}${suffix}-${_default}}
|
| /src/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 3223 if ( (!special._default || special._default.apply( elem.ownerDocument, data ) === false) && 5732 _default: [ 0, "", "" ] property 5742 wrapMap._default = [ 1, "div<div>", "</div>" ]; 6341 wrap = wrapMap[ tag ] || wrapMap._default, 8633 opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default; 8686 ( jQuery.fx.step[ this.prop ] || jQuery.fx.step._default )( this ); 8871 _default: 400 property 8879 _default: function( fx ) { method
|
| /src/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 200 INSTR_PROF_CONCAT(INSTR_PROF_PROFILE_COUNTER_BIAS_VAR, _default)
|
| /src/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | huf_decompress.c | 101 static size_t fn##_default( \ 123 return fn##_default(dst, dstSize, cSrc, cSrcSize, DTable); \
|
| /src/crypto/heimdal/lib/krb5/ |
| H A D | context.c | 41 (C)->E = krb5_config_get_ ## T ## _default ((C), NULL, (D), \
|
| /src/sys/contrib/zstd/lib/decompress/ |
| H A D | huf_decompress.c | 91 static size_t fn##_default( \ 113 return fn##_default(dst, dstSize, cSrc, cSrcSize, DTable); \
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 1417 def _default : Pat<(Ty (Load1qOp (PredTy PPR3bAny:$Pg), (i64 GPR64sp:$base))), 1432 … def _default : Pat<(Store1qOp (DataType ZPR128:$Zt), (PredTy PPR3bAny:$Pg), (i64 GPR64sp:$base)), 1662 def _default : Pat<(prefetch (PredTy PPR_3b:$gp), GPR64:$base, (i32 sve_prfop:$prfop)), 2834 def _default : Pat<(Store Ty:$vec, GPR64:$base, PredTy:$gp), 2982 def _default : Pat<(store (Ty PPR:$Val), GPR64:$base), 2992 def _default : Pat<(Ty (load GPR64:$base)),
|