Searched refs:no (Results 101 - 125 of 912) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dtime45 --default-no \
57 --default-no \
H A Dfinalconfig39 --cancel-label "Finish" --default-no --menu \
/freebsd-current/contrib/blocklist/test/
H A DMakefile3 MKMAN=no
/freebsd-current/usr.sbin/bsdinstall/
H A DMakefile14 UPDATE_DEPENDFILE= no
/freebsd-current/usr.sbin/bsdinstall/include/
H A DMakefile11 MK_STAGING= no
/freebsd-current/tools/test/gpioevents/
H A DMakefile7 MK_MAN= no
/freebsd-current/contrib/unbound/testdata/rpz_reload.tdir/
H A Drpz_reload.conf6 use-syslog: no
17 control-use-cert: no
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-mtime.mk23 not_found_mtime:= ${no/such/file:L:mtime}
32 .if ${no/such/file:L:mtime=0} != "0"
39 .if ${no/such/file:L:mtime=00042} != "42"
45 # expect+2: while evaluating variable "no/such/file": Invalid argument '123x' for modifier ':mtime'
46 # expect+1: Malformed conditional (${no/such/file:L:mtime=123x})
47 .if ${no/such/file:L:mtime=123x}
67 # expect+3: while evaluating variable "no/such/file1 no/such/file2": Cannot determine mtime for 'no/such/file1': <ENOENT>
68 # expect+2: while evaluating variable "no/suc
[all...]
H A Ddepsrc-meta.exp1 Skipping meta for actual-test: no commands
H A Dvarname-dot-parsefile.exp3 make: "varname-dot-parsefile.mk" line 43: The location is no longer fake.
H A Dvarname-dot-parsedir.exp3 make: "varname-dot-parsedir.mk" line 48: The location is no longer fake.
H A Dvarname-dot-make-save_dollars.mk35 .MAKE.SAVE_DOLLARS= no
48 # The 'no' converts each '$$' to '$'.
49 .MAKE.SAVE_DOLLARS= no
56 # evaluating an expression, but there is no practical need for it.
57 .MAKE.SAVE_DOLLARS= no
64 # parser (no matter whether directly or indirectly), they only appear as '$$'
67 .MAKE.SAVE_DOLLARS= no
75 .MAKE.SAVE_DOLLARS= no
97 .MAKE.SAVE_DOLLARS= no
113 # In both cases, each '$$' is replaced with a single '$', no matte
[all...]
H A Dopt-jobs-no-action.mk1 # $NetBSD: opt-jobs-no-action.mk,v 1.10 2022/05/08 06:51:27 rillig Exp $
13 # opt-no-action-combined.mk
71 # XXX: silent=no always=no ignerr={no,yes} should be almost the same.
73 SILENT.no= # none
75 ALWAYS.no= # none
77 IGNERR.no= echo running
86 .for silent in no yes
87 . for always in no ye
[all...]
/freebsd-current/contrib/bmake/mk/
H A Doptions.mk21 # We convert these to ${OPTION}/{yes,no} in OPTIONS_DEFAULT_VALUES.
24 # OPTIONS_DEFAULT_NO or adding ${OPTION}/no to OPTIONS_DEFAULT_VALUES.
31 ${OPTIONS_DEFAULT_NO:U:O:u:S,$,/no,} \
41 .if defined(WITH_${o:H}) && ${WITH_${o:H}} == "no"
43 .warning use WITHOUT_${o:H}=1 not WITH_${o:H}=no
47 ${OPTION_PREFIX}${o:H} ?= no
50 DOMINANT_${o:H} ?= no
52 .elif ${o:T:tl} == "no"
56 ${OPTION_PREFIX}${o:H} ?= no
60 ${OPTION_PREFIX}${o:H} ?= no
[all...]
/freebsd-current/contrib/kyua/admin/
H A Dcheck-api-docs.awk43 /engine\/kyuafile\.cpp.*no matching class member/ {next}
46 /utils\/optional\.ipp.*no matching file member/ {next}
57 /utils\/stacktrace_test\.cpp.*no matching class member/ {next}
/freebsd-current/contrib/bearssl/conf/
H A Dsamd20.mk18 DLL = no
19 TOOLS = no
20 TESTS = no
/freebsd-current/sys/geom/raid/
H A Dtr_raid5.c217 int no, pno, ddisks, pdisks, protate, pleft; local
257 no = nstripe % ddisks;
260 no += pdisks;
262 no = (pno + pdisks + no) % vol->v_disks_count;
263 } else if (no >= pno) /* Restart/Asymmetric */
264 no += pdisks;
266 no += imax(0, pno + pdisks - vol->v_disks_count);
281 cbp->bio_caller1 = &vol->v_subdisks[no];
283 no
[all...]
/freebsd-current/stand/uboot/
H A DMakefile3 LOADER_CD9660_SUPPORT?= no
4 LOADER_MSDOS_SUPPORT?= no
5 LOADER_EXT2FS_SUPPORT?= no
8 LOADER_TFTP_SUPPORT?= no
9 LOADER_GZIP_SUPPORT?= no
10 LOADER_BZIP2_SUPPORT?= no
20 .if ${LOADER_UBLDR_BIN} != "no"
76 .if ${LOADER_UBLDR_BIN} != "no"
/freebsd-current/sys/contrib/openzfs/config/
H A Dconfig.rpath148 hardcode_direct=no
149 hardcode_minus_L=no
157 with_gnu_ld=no
165 with_gnu_ld=no
181 ld_shlibs=no
198 ld_shlibs=no
203 # no search path for DLLs.
208 ld_shlibs=no
214 hardcode_direct=no
221 ld_shlibs=no
[all...]
/freebsd-current/secure/
H A Dssh.mk10 .if ${MK_USB} != "no"
/freebsd-current/contrib/openpam/modules/pam_permit/
H A DMakefile.am11 pam_permit_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-current/contrib/openpam/modules/pam_deny/
H A DMakefile.am11 pam_deny_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-current/contrib/openpam/modules/pam_return/
H A DMakefile.am11 pam_return_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-current/contrib/openpam/modules/pam_unix/
H A DMakefile.am11 pam_unix_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dstop_token.inc19 // no-shared-stop-state indicator

Completed in 210 milliseconds

1234567891011>>