Searched refs:no (Results 126 - 150 of 912) sorted by relevance

1234567891011>>

/freebsd-current/contrib/dialog/samples/
H A Dform655 --backtitle "$backtitle" --no-collapse --cr-wrap \
62 --backtitle "$backtitle" --no-collapse --cr-wrap \
H A Dform555 --backtitle "$backtitle" --no-collapse --cr-wrap \
62 --backtitle "$backtitle" --no-collapse --cr-wrap \
H A Dform454 --backtitle "$backtitle" --no-collapse --cr-wrap \
61 --backtitle "$backtitle" --no-collapse --cr-wrap \
H A Dform353 --backtitle "$backtitle" --no-collapse --cr-wrap \
60 --backtitle "$backtitle" --no-collapse --cr-wrap \
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-info.exp11 make: "directive-info.mk" line 38: no-target: no-source
H A Dcond-late.mk25 # current "yes no" to "yes yes", since both variables are non-empty.
27 # expect: no
29 @echo ${ ${COND.true} :?yes:no}
30 @echo ${ ${COND.false} :?yes:no}
32 VAR= ${${UNDEF} != "no":?:}
34 # expect: make: Bad conditional expression ' != "no"' before '?:'
/freebsd-current/lib/libc_nonshared/
H A DMakefile3 # It is used exclusively with libc.so.* - there is no need for any other
6 MK_PROFILE?=no
/freebsd-current/lib/ofed/libmlx4/
H A DMakefile8 MK_PROFILE= no
/freebsd-current/lib/ofed/libibumad/
H A DMakefile8 MK_PROFILE= no
/freebsd-current/lib/ofed/libcxgb4/
H A DMakefile8 MK_PROFILE= no
/freebsd-current/lib/libalias/libalias/
H A DMakefile12 MK_WERROR= no
/freebsd-current/lib/libcom_err/
H A DMakefile11 LDFLAGS= -Wl,--no-undefined
/freebsd-current/stand/i386/
H A DMakefile.inc8 LDFLAGS.lld+= -Wl,--no-rosegment
9 MK_PIE:= no
22 # compact binary with no padding between text, data, bss
/freebsd-current/sys/geom/virstor/
H A Dg_virstor_md.h57 uint16_t no; /* Provider number/index */ member in struct:g_virstor_metadata
/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dnat64stl.h36 struct named_object no; member in struct:nat64stl_cfg
H A Dnat64stl_control.c79 cfg->no.name = cfg->name;
80 cfg->no.etlv = IPFW_TLV_NAT64STL_NAME;
81 cfg->no.set = set;
98 struct named_object *no; local
103 uc->set = cfg->no.set;
104 strlcpy(uc->name, cfg->no.name, sizeof(uc->name));
106 no = ipfw_objhash_lookup_table_kidx(ch, cfg->map64);
107 ipfw_export_obj_ntlv(no, &uc->ntlv6);
108 no = ipfw_objhash_lookup_table_kidx(ch, cfg->map46);
109 ipfw_export_obj_ntlv(no,
118 export_config_cb(struct namedobj_instance *ni, struct named_object *no, void *arg) argument
537 struct named_object *no; local
569 destroy_config_cb(struct namedobj_instance *ni, struct named_object *no, void *arg) argument
[all...]
/freebsd-current/tools/test/bsnmp/
H A DMakefile12 MK_MAN= no
/freebsd-current/usr.sbin/bootparamd/bootparamd/
H A DMakefile10 .if ${MK_NIS} != "no"
/freebsd-current/bin/ls/
H A DMakefile9 .if ${MK_LS_COLORS} != no
/freebsd-current/stand/efi/gptboot/
H A DMakefile5 MK_LOADER_ZFS=no
/freebsd-current/lib/libgcc_s/
H A DMakefile7 MK_UBSAN:= no
11 MK_SSP= no
30 # no option to silence its warning, so make warnings non-fatal.
31 MK_WERROR.gcc= no
/freebsd-current/contrib/bmake/mk/
H A Down.mk209 MK_PIC=no
216 .if ${MK_LINKLIB} == "no"
217 MK_PICINSTALL= no
218 MK_PROFILE= no
221 .if ${MK_MAN} == "no"
222 MK_CATPAGES= no
225 .if ${MK_OBJ} == "no"
226 MK_OBJDIRS= no
227 MK_AUTO_OBJ= no
230 .if ${MK_SHARE} == "no"
[all...]
/freebsd-current/sys/conf/
H A Dkern.opts.mk8 # Define MK_* variables (which are either "yes" or "no") for users
11 # These should be tested with `== "no"' or `!= "no"' in makefiles.
17 # building on 10.x and earlier work. This should be removed when that's no
114 MK_${var}:= no
119 .if ${MK_${var}} != "yes" && ${MK_${var}} != "no"
126 # Those that default to no
132 MK_${var}:= no
135 .if ${MK_${var}} != "yes" && ${MK_${var}} != "no"
143 # MK_* options which are always no, usuall
[all...]
/freebsd-current/sys/geom/stripe/
H A Dg_stripe.c139 u_int i, no; local
141 no = 0;
144 no++;
147 return (no);
179 /* If there are no valid disks anymore, remove device. */
300 g_stripe_start_fast(struct bio *bp, u_int no, off_t offset, off_t length) argument
330 cbp->bio_caller2 = sc->sc_disks[no];
336 for (no++; length > 0; no++, length -= stripesize, addr += stripesize) {
337 if (no > s
429 g_stripe_start_economic(struct bio *bp, u_int no, off_t offset, off_t length) argument
535 u_int no; local
570 u_int no; local
672 u_int no, sectorsize = 0; local
749 g_stripe_add_disk(struct g_stripe_softc *sc, struct g_provider *pp, u_int no) argument
834 u_int no; local
1058 u_int attached, no; local
[all...]
/freebsd-current/contrib/bearssl/conf/
H A DWin.mk64 # Set the values to 'no' to disable building of the corresponding element
67 #STATICLIB = no
68 #DLL = no
69 #TOOLS = no
70 #TESTS = no

Completed in 133 milliseconds

1234567891011>>