| /freebsd-14.2/share/mk/ |
| H A D | meta.stage.mk | 186 STAGE_SETS += _default 187 STAGE_DIR._default = ${STAGE_DIR} 188 STAGE_LINKS_DIR._default = ${STAGE_LINKS_DIR:U${STAGE_OBJTOP}} 189 STAGE_SYMLINKS_DIR._default = ${STAGE_SYMLINKS_DIR:U${STAGE_OBJTOP}} 190 STAGE_FILES._default = ${STAGE_FILES} 191 STAGE_LINKS._default = ${STAGE_LINKS} 192 STAGE_SYMLINKS._default = ${STAGE_SYMLINKS} 203 .if target(stage_files.$s) || target(stage_files${s:S,^,.,:N._default}) 223 .if target(stage_links.$s) || target(stage_links${s:S,^,.,:N._default}) 242 .if target(stage_symlinks.$s) || target(stage_symlinks${s:S,^,.,:N._default})
|
| /freebsd-14.2/contrib/bmake/mk/ |
| H A D | meta.stage.mk | 186 STAGE_SETS += _default 187 STAGE_DIR._default = ${STAGE_DIR} 188 STAGE_LINKS_DIR._default = ${STAGE_LINKS_DIR:U${STAGE_OBJTOP}} 189 STAGE_SYMLINKS_DIR._default = ${STAGE_SYMLINKS_DIR:U${STAGE_OBJTOP}} 190 STAGE_FILES._default = ${STAGE_FILES} 191 STAGE_LINKS._default = ${STAGE_LINKS} 192 STAGE_SYMLINKS._default = ${STAGE_SYMLINKS} 203 .if target(stage_files.$s) || target(stage_files${s:S,^,.,:N._default}) 223 .if target(stage_links.$s) || target(stage_links${s:S,^,.,:N._default}) 242 .if target(stage_symlinks.$s) || target(stage_symlinks${s:S,^,.,:N._default})
|
| /freebsd-14.2/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"]
|
| /freebsd-14.2/contrib/ldns/m4/ |
| H A D | ax_config_feature.m4 | 140 ax_config_feature_[]FEATURE[]_default=yes 145 ax_config_feature_[]FEATURE[]_default=no
|
| /freebsd-14.2/sys/dev/vt/ |
| H A D | vt.h | 86 #define VT_SYSCTL_INT(_name, _default, _descr) \ argument 87 int vt_##_name = (_default); \
|
| /freebsd-14.2/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; \
|
| /freebsd-14.2/sys/dev/bhnd/ |
| H A D | bhnd_subr.c | 2109 #define OPT_BHND_GV(_dest, _name, _default) do { \ argument 2117 _dest = _default; \
|
| /freebsd-14.2/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}}
|
| /freebsd-14.2/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
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | huf_decompress.c | 60 static size_t fn##_default( \ 82 return fn##_default(dst, dstSize, cSrc, cSrcSize, DTable); \
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 198 INSTR_PROF_CONCAT(INSTR_PROF_PROFILE_COUNTER_BIAS_VAR, _default)
|
| /freebsd-14.2/crypto/heimdal/lib/krb5/ |
| H A D | context.c | 41 (C)->E = krb5_config_get_ ## T ## _default ((C), NULL, (D), \
|
| /freebsd-14.2/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); \
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 1381 def _default : Pat<(Ty (Load1qOp (PredTy PPR3bAny:$Pg), (i64 GPR64sp:$base))), 1396 … def _default : Pat<(Store1qOp (DataType ZPR128:$Zt), (PredTy PPR3bAny:$Pg), (i64 GPR64sp:$base)), 1626 def _default : Pat<(prefetch (PredTy PPR_3b:$gp), GPR64:$base, (i32 sve_prfop:$prfop)), 2742 def _default : Pat<(Store (Ty ZPR:$vec), GPR64:$base, (PredTy PPR:$gp)), 2890 def _default : Pat<(store (Ty PPR:$Val), GPR64:$base), 2900 def _default : Pat<(Ty (load GPR64:$base)),
|