Searched refs:allow (Results 51 - 75 of 101) sorted by relevance

12345

/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk156 # need to allow direct -I to avoid cicular dependencies
H A Dgendirdeps.mk258 # what modifiers do we allow in GENDIRDEPS_FILTER
H A Dmeta.autodep.mk59 # do not allow auto update if we ever built this dir without filemon
/freebsd-11-stable/share/mk/
H A Dbsd.obj.mk223 # allow parallel destruction
H A Dmeta.autodep.mk60 # do not allow auto update if we ever built this dir without filemon
H A Dbsd.dep.mk272 # kept to allow 'make depend' to generate files.
H A Dbsd.sys.mk256 # allow targets like beforeinstall to be leveraged
H A Dbsd.cpu.mk334 # when CPUTYPE has 'soft' in it, we use the soft-float ABI to allow
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc98 * is defined here to allow serialization code sharing by LLVM
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc98 * is defined here to allow serialization code sharing by LLVM
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c517 /* We do not allow odd length arrays to enter the system. */
973 /* Set this to allow use of invalid curves for testing */
1167 /* Don't allow TLS 1.2 only ciphers if we don't suppport them */
2190 * to allow the application to position itself to the right context.
3790 const unsigned char *allow,
3801 for (j = 0, atmp = allow; j < allowlen; j += 2, atmp += 2) {
3822 const unsigned char *pref, *allow, *conf; local
3845 allow = c->peer_sigalgs;
3848 allow = conf;
3853 nmatch = tls12_do_shared_sigalgs(NULL, pref, preflen, allow, allowle
3788 tls12_do_shared_sigalgs(TLS_SIGALGS *shsig, const unsigned char *pref, size_t preflen, const unsigned char *allow, size_t allowlen) argument
[all...]
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp736 "-N\tdon't allow newlines within eqn delimiters\n"
/freebsd-11-stable/etc/
H A DMakefile25 hosts.allow \
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi99 rebuilt, and copied to its subdirectory. This will allow you to, for
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js724 // Force left top to allow flipping
973 identicalState, allow, showEvent, delay;
982 allow = !identicalState ? !!this._trigger(type, [90]) : NULL;
985 if(allow !== FALSE && state) { this.focus(event); }
988 if(!allow || identicalState) { return this; }
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c974 * NOTRUST (RES_DONTTRUST) do not allow access unless
1772 deadband -= 3; /* allow greater fuzz after volley */
2025 /* We allow 0org for: */
3440 int allow; local
3662 * Here, nlist is the number of candidates and allow is the
3669 for (allow = 0; 2 * allow < nlist; allow++) {
3679 if (n >= nlist - allow)
3686 if (n >= nlist - allow)
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_jail.c188 "allow.set_hostname",
189 "allow.sysvipc",
190 "allow.raw_sockets",
191 "allow.chflags",
192 "allow.mount",
193 "allow.quotas",
194 "allow.socket_af",
195 "allow.mount.devfs",
196 "allow.mount.nullfs",
197 "allow
3616 int allow, error, i; local
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex477 % space in the output. Don't allow a line break at this space, as this
802 % Do not allow a page break right after this kern.
1652 % texinfo doesn't allow for producing subscripts and superscripts except
1916 % An additional complication: the above will allow breaks after, e.g.,
2429 % by itself, and do not allow a page break either before or after that
3610 % would allow a break between the index-whatever whatsit
4535 % Don't allow stretch, though.
4969 \advance\cartouter by 18.4pt % allow for 3pt kerns on either
5145 % If we want to allow any <char> as delimiter,
5315 % header. But if there's nothing but headers, we need to allow
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp89 "To allow lldb to source .lldbinit files in the current working "
168 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { argument
169 m_allow_exit_code = allow;
170 if (!allow)
991 // do not allow replacement of internal commands
1494 // Get a dummy target to allow for calculator mode while processing
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c77 /** for debug allow small timeout values for fast rollovers */
394 cfg->donotquery_localhost = 0; /* allow, so that you can ask a
1610 cfg_mark_ports(const char* str, int allow, int* avail, int num) argument
1625 avail[port] = (allow?port:0);
1647 avail[i] = (allow?i:0);
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex469 % space in the output. Don't allow a line break at this space, as this
779 % Do not allow a page break right after this kern.
1586 % texinfo doesn't allow for producing subscripts and superscripts except
2328 % by itself, and do not allow a page break either before or after that
3508 % would allow a break between the index-whatever whatsit
4433 % Don't allow stretch, though.
4845 \advance\cartouter by 18.4pt % allow for 3pt kerns on either
5021 % If we want to allow any <char> as delimiter,
5191 % header. But if there's nothing but headers, we need to allow a
5194 % commands also insert a nobreak penalty, and we don't want to allow
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql194 node at the same op-depth. Only certain types allow further
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_cms.in509 --allow-weak \
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh9 # which it populates, to allow you to compile a FOO module
411 * only handle basic functions. This would allow a specific
596 * This would allow a specific driver to over-ride us.
/freebsd-11-stable/stand/lua/
H A Dmenu.lua92 -- allow entry to have a function/side effect

Completed in 521 milliseconds

12345