| /freebsd-13.1/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-13.1/share/mk/ |
| H A D | meta.stage.mk | 184 STAGE_SETS += _default 185 STAGE_DIR._default = ${STAGE_DIR} 186 STAGE_LINKS_DIR._default = ${STAGE_LINKS_DIR:U${STAGE_OBJTOP}} 187 STAGE_SYMLINKS_DIR._default = ${STAGE_SYMLINKS_DIR:U${STAGE_OBJTOP}} 188 STAGE_FILES._default = ${STAGE_FILES} 189 STAGE_LINKS._default = ${STAGE_LINKS} 190 STAGE_SYMLINKS._default = ${STAGE_SYMLINKS} 201 .if target(stage_files.$s) || target(stage_files${s:S,^,.,:N._default}) 221 .if target(stage_links.$s) || target(stage_links${s:S,^,.,:N._default}) 240 .if target(stage_symlinks.$s) || target(stage_symlinks${s:S,^,.,:N._default})
|
| /freebsd-13.1/sys/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | zfs-lib.sh.in | 8 _default="$1"; shift 9 ! _b=$(getarg "$@") && [ -z "$_b" ] && _b="$_default"
|
| /freebsd-13.1/usr.sbin/bsdconfig/startup/ |
| H A D | rcdelete | 94 _${var}_default="$( f_sysrc_get_default $var )" 119 default = ENVIRON["_" var "_default"]
|
| H A D | rcconf | 138 default = ENVIRON["_" var "_default"]
|
| /freebsd-13.1/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-13.1/sys/dev/vt/ |
| H A D | vt.h | 87 #define VT_SYSCTL_INT(_name, _default, _descr) \ argument 88 int vt_##_name = (_default); \
|
| /freebsd-13.1/sys/dev/bhnd/ |
| H A D | bhnd_subr.c | 2126 #define OPT_BHND_GV(_dest, _name, _default) do { \ argument 2134 _dest = _default; \
|
| /freebsd-13.1/libexec/rc/ |
| H A D | network.subr | 283 local _if _punct _punct_c _var _default prefix suffix 293 _default=$3 297 eval echo \${${prefix}${_if}${suffix}-${_default}}
|
| /freebsd-13.1/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-13.1/sys/contrib/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-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 590 INSTR_PROF_CONCAT(INSTR_PROF_PROFILE_COUNTER_BIAS_VAR, _default)
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | context.c | 41 (C)->E = krb5_config_get_ ## T ## _default ((C), NULL, (D), \
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 1090 def _default : Pat<(prefetch (PredTy PPR_3b:$gp), GPR64:$base, (i32 sve_prfop:$prfop)), 1907 def _default : Pat<(Store (Ty ZPR:$vec), GPR64:$base, (PredTy PPR:$gp)), 2057 def _default : Pat<(store (Ty PPR:$Val), GPR64:$base), 2070 def _default : Pat<(Ty (load GPR64:$base)),
|
| /freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 21407 static size_t fn##_default( \ 21429 return fn##_default(dst, dstSize, cSrc, cSrcSize, DTable); \
|