| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCDynamicLibrarySearchGenerator.h | 37 SymbolPredicate Allow = SymbolPredicate()) 38 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)) {} 45 SymbolPredicate Allow = SymbolPredicate()); 51 SymbolPredicate Allow = SymbolPredicate()) { 52 return Load(ES, nullptr, std::move(Allow)); 62 SymbolPredicate Allow; variable
|
| H A D | ExecutionUtils.h | 228 SymbolPredicate Allow = SymbolPredicate()); 235 SymbolPredicate Allow = SymbolPredicate()); 241 SymbolPredicate Allow = SymbolPredicate()) { 242 return Load(nullptr, GlobalPrefix, std::move(Allow)); 251 SymbolPredicate Allow; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCDynamicLibrarySearchGenerator.cpp | 17 SymbolPredicate Allow) { in Load() argument 23 std::move(Allow)); in Load() 37 if (Allow && !Allow(KV.first)) in tryToGenerate()
|
| H A D | ExecutionUtils.cpp | 222 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow) in DynamicLibrarySearchGenerator() argument 223 : Dylib(std::move(Dylib)), Allow(std::move(Allow)), in DynamicLibrarySearchGenerator() 228 SymbolPredicate Allow) { in Load() argument 234 std::move(Lib), GlobalPrefix, std::move(Allow)); in Load() 250 if (Allow && !Allow(Name)) in tryToGenerate()
|
| /freebsd-13.1/contrib/libucl/ |
| H A D | ChangeLog.md | 13 - Allow userdata objects to be emitted and destructed 43 - Allow to save comments and macros when parsing UCL documents 51 - Allow searching an array of paths for includes (by Allan Jude) 89 - Allow to reserve space in arrays and hashes 99 - Allow to emit msgpack from Lua 101 - Allow to pass opaque objects in Lua API for transparent C passthrough
|
| /freebsd-13.1/share/examples/jails/ |
| H A D | rc.conf.jails | 15 #jail_sysvipc_allow="YES" # Allow SysV Interprocess Comm. 16 #jail_set_hostname_allow="YES" # Allow hostname to change
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | charger-manager.txt | 60 /* Allow charging for 5hr */ 62 /* Allow discharging for 2hr */
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbexec.c | 724 UINT8 Allow; in AcpiDbMethodThread() local 794 Allow = 0; in AcpiDbMethodThread() 802 Allow = 1; in AcpiDbMethodThread() 807 if (Allow) in AcpiDbMethodThread()
|
| /freebsd-13.1/bin/sh/tests/builtins/ |
| H A D | return5.0 | 7 # Allow return to return from the function or the dot script.
|
| /freebsd-13.1/bin/csh/ |
| H A D | csh.login | 11 # Allow terminal messages
|
| /freebsd-13.1/sys/arm/conf/ |
| H A D | std.armv6 | 13 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 14 options SCTP_SUPPORT # Allow kldload of SCTP
|
| H A D | std.armv7 | 13 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 14 options SCTP_SUPPORT # Allow kldload of SCTP
|
| /freebsd-13.1/sys/contrib/openzfs/etc/sudoers.d/ |
| H A D | zfs | 2 ## Allow any user to run `zpool iostat/status -c smart` in order
|
| /freebsd-13.1/bin/sh/ |
| H A D | profile | 13 # Allow terminal messages
|
| /freebsd-13.1/crypto/heimdal/lib/hdb/ |
| H A D | hdb.asn1 | 47 allow-kerberos4(15), -- Allow Kerberos 4 requests 48 allow-digest(16), -- Allow digest requests
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | Changes | 27 Allow bootptab syntax: ha="0:0:c0:80:e8:a7" 132 Allow underscore in host names - readfile.c:goodname() 142 Allow ieee802 hardware address in bit-reversed oreder 224 Allow host name anywhere IP address is expected. 239 Allow extended-length BOOTP packets (more vendor options)
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/opp/ |
| H A D | qcom-opp.txt | 10 - compatible: Allow OPPs to express their compatibility. It should be:
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 15 HelpText<"Allow the tool to remove sections even if it would leave " 123 HelpText<"Allow wildcard syntax for symbol-related flags. Incompatible "
|
| /freebsd-13.1/contrib/openbsm/ |
| H A D | TODO | 18 - Allow the path /etc/security to be configured at configure-time so that
|
| /freebsd-13.1/contrib/less/ |
| H A D | NEWS | 188 * Allow some debugging environment variables to be set in lesskey file. 232 * Allow "extra" string in lesskey file to append to a multi-char command 250 * Allow %% escape sequence in LESSOPEN variable. 256 * Allow backslash escaping of metacharacters in LESS environment variable 344 * Allow a fraction as the argument to the -# (--shift) option. 384 * Allow CSI character (0x9B) to work in UTF-8 mode. 436 * Allow decimal point in number for % (percent) command. 438 * Allow decimal point in number for -j option (fraction of screen height). 451 * Allow "/dev/null" as synomym for "-" in LESSHISTFILE to indicate 463 * Allow a few binary characters in the input file before warning [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Options.td | 153 HelpText<"Allow undefined and multiply defined symbols">; 155 HelpText<"Allow undefined symbols when creating executables">; 157 HelpText<"Allow multiply defined symbols when creating executables">; 159 HelpText<"Allow multiply defined resources when creating executables">;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiSchedule.td | 34 // Allow scheduler to assign default model to any unrecognized opcodes.
|
| /freebsd-13.1/usr.sbin/bsdconfig/usermgmt/share/ |
| H A D | user_input.subr | 439 # Allow the user to enter new GECOS information for a given user. This 458 # Allow the user to enter a new UID for a given user. If the user does not 476 # Allow the user to enter a new primary GID for a given user. If the user does 494 # Allow the user to enter a new login class for a given user. If the user does 512 # Allow the user to enter a date/time (in number-of-seconds since the `epoch') 655 # Allow the user to enter a date/time (in number-of-seconds since the `epoch') 798 # Allow the user to enter a new home directory for a given login. If the user 925 # Allow the user to select a new shell for a given login. If the user does not
|
| /freebsd-13.1/sys/riscv/conf/ |
| H A D | GENERIC | 33 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 36 options SCTP_SUPPORT # Allow kldload of SCTP
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | acx_python.m4 | 3 # Allow the use of a (user set) custom python version
|