Searched refs:no (Results 1 - 25 of 776) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dsize_classes.h14 * lg_grp: Lg group base size (no deltas added).
17 * bin: 'yes' if a small bin size class, 'no' otherwise.
18 * lg_delta_lookup: Same as lg_delta if a lookup table size class, 'no'
76 SC( 32, 12, 10, 1, yes, no) \
77 SC( 33, 12, 10, 2, yes, no) \
78 SC( 34, 12, 10, 3, yes, no) \
79 SC( 35, 12, 10, 4, yes, no) \
81 SC( 36, 13, 11, 1, yes, no) \
82 SC( 37, 13, 11, 2, yes, no) \
83 SC( 38, 13, 11, 3, yes, no) \
[all...]
/freebsd-11-stable/usr.bin/bmake/tests/shell/builtin/
H A DMakefile.test2 # In compat mode (the default without -j) a line that contains no shell
3 # meta characters and no shell builtins is not passed to the shell but
12 .PHONY: builtin no-builtin
17 no-builtin:
/freebsd-11-stable/sys/conf/
H A DmakeLINT.sed4 /^(machine|files|ident|(no)?device|(no)?makeoption(s)?|(no)?option(s)?|profile|cpu|maxusers)[[:space:]]/ {
/freebsd-11-stable/targets/pseudo/
H A DMakefile.inc6 UPDATE_DEPENDFILE= no
/freebsd-11-stable/usr.bin/bmake/tests/shell/meta/
H A DMakefile.test2 # In compat mode (the default without -j) a line that contains no shell
3 # meta characters and no shell builtins is not passed to the shell but
12 .PHONY: meta no-meta
17 no-meta:
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh134 # Tries to enable pid$target:libc::entry, though there's no "libc" module.
199 # The second dtrace -G invocation returns an error with "no probes found," which
/freebsd-11-stable/release/scripts/
H A DFreeBSD_install_cdrom.conf14 enabled: no
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dinstall_openssl.sh34 if ! ./Configure "$OPENSSL_HOST" -DNO_FORK no-comp no-asm no-hw no-engine no-tests no-unit-test \
/freebsd-11-stable/lib/libarchive/
H A DMakefile13 # It has no real relation to the libarchive version number.
19 .if ${MK_OPENSSL} != "no"
26 .if ${MK_ICONV} != "no"
426 .if ${MK_TESTS} != "no"
/freebsd-11-stable/contrib/bmake/mk/
H A Dmkopt.sh20 # no need to be included more than once
29 # The semantics are simple, if MK_$OPT has no value
30 # WITHOUT_$OPT results in MK_$OPT=no
34 # For backwards compatability reasons we treat WITH_$OPT=no
43 [Nn][Oo]) _wov=no;;
45 _v=${_mov:-${_wov:+no}}
50 yes|no) ;; # sane
51 0|[NnFf]*) _v=no;; # they mean no
64 _d=no
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodmisc.exp1 path=':/bin:/tmp::/:.:/no/such/dir:.'
2 path='/bin:/tmp:/:/no/such/dir'
3 path='/bin:/tmp:/:/no/such/dir'
4 path='/bin':'/tmp':'/':'/no/such/dir'
5 path='/bin':'/tmp':'/':'/no/such/dir'
7 paths=/bin /tmp / /no/such/dir /opt/xbin
/freebsd-11-stable/lib/libc/locale/
H A Drpmatch.c37 regex_t yes, no; local
42 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) {
48 else if (regexec(&no, response, 0, NULL, 0) == 0)
53 regfree(&no);
/freebsd-11-stable/lib/libpam/modules/
H A DMakefile.inc5 MK_INSTALLLIB= no
6 MK_PROFILE= no
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dos.NetBSD.mk7 MKLINT= no # lint dies with a sigbus
/freebsd-11-stable/contrib/dialog/samples/
H A Dmsgbox39 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
H A Dmsgbox4-eucjp9 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
H A Dmsgbox510 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
/freebsd-11-stable/crypto/heimdal/include/
H A DMakefile.am8 CHECK_LOCAL = no-check-local
/freebsd-11-stable/targets/
H A DMakefile.inc15 # BUILD_AT_LEVEL0=no tells dirdeps.mk to use a sub-make for .CURDIR
17 BUILD_AT_LEVEL0 = no
19 PKG_METHOD = no
32 SHIPDIR = no
34 PKG_METHOD = no
41 # set this to "no" for manual control
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Drpcapd.xinetd.conf4 wait = no
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dinstall_openssl.sh26 if ! ./Configure "$OPENSSL_HOST" no-comp no-asm no-hw no-engine shared \
/freebsd-11-stable/stand/powerpc/uboot/
H A DMakefile4 LOADER_CD9660_SUPPORT?= no
5 LOADER_EXT2FS_SUPPORT?= no
8 LOADER_TFTP_SUPPORT?= no
9 LOADER_GZIP_SUPPORT?= no
10 LOADER_BZIP2_SUPPORT?= no
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_eaction.c92 struct named_object no; member in struct:eaction_obj
197 obj->no.name = obj->name;
198 obj->no.etlv = IPFW_TLV_EACTION;
215 if (ipfw_objhash_alloc_idx(ni, &obj->no.kidx) != 0) {
221 ipfw_objhash_add(ni, &obj->no);
223 SRV_OBJECT(ch, obj->no.kidx) = obj;
225 obj->no.refcnt++;
229 *eaction_id = obj->no.kidx;
234 destroy_eaction_obj(struct ip_fw_chain *ch, struct named_object *no) argument
243 obj = SRV_OBJECT(ch, no
258 struct named_object *no; local
320 struct named_object *no; local
359 struct named_object *no; local
438 struct named_object *no; local
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dltcf-gcj.sh50 with_gnu_ld=no
66 ld_shlibs=no
90 ld_shlibs=no
100 ld_shlibs=no
106 # no search path for DLLs.
193 ld_shlibs=no
208 ld_shlibs=no
216 hardcode_shlibpath_var=no
224 ld_shlibs=no
240 if $LD --help 2>&1 | egrep 'no
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dfixpaths12 die $0: nothing to do - no substitutions listed!

Completed in 243 milliseconds

1234567891011>>