Home
last modified time | relevance | path

Searched refs:require (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/freebsd-12.1/stand/lua/
H A Dloader.lua36 require("cli")
37 local color = require("color")
38 local core = require("core")
39 local config = require("config")
40 local password = require("password")
54 menu = require("menu")
H A Dmenu.lua32 local cli = require("cli")
33 local core = require("core")
34 local color = require("color")
35 local config = require("config")
36 local screen = require("screen")
37 local drawer = require("drawer")
H A Dscreen.lua31 local color = require("color")
32 local core = require("core")
H A Dcli.lua30 local config = require("config")
31 local core = require("core")
H A Ddrawer.lua32 local color = require("color")
33 local config = require("config")
34 local core = require("core")
35 local screen = require("screen")
H A Dpassword.lua32 local core = require("core")
33 local screen = require("screen")
H A Dcore.lua32 local config = require("config")
33 local hook = require("hook")
72 local status, ret = pcall(require, module)
H A Dlogo-beastiebw.lua30 local drawer = require("drawer")
H A Dlogo-beastie.lua30 local drawer = require("drawer")
H A Dlogo-fbsdbw.lua30 local drawer = require("drawer")
H A Dlogo-orbbw.lua30 local drawer = require("drawer")
H A Dlogo-orb.lua30 local drawer = require("drawer")
/freebsd-12.1/sbin/setkey/
H A Dsample.cf74 ah/tunnel/172.16.0.1-172.16.0.2/require ;
76 ah/tunnel/172.16.0.2-172.16.0.1/require ;
91 ah/tunnel/172.16.0.2-172.16.0.1/require ;
93 ah/tunnel/172.16.0.1-172.16.0.2/require ;
114 esp/tunnel/fec0:0:0:1::1-fec0:0:0:2::1/require
115 ah/transport//require ;
117 esp/tunnel/fec0:0:0:2::1-fec0:0:0:1::1/require
118 ah/transport//require ;
150 esp/tunnel/fec0:0:0:1::1-fec0:0:0:2::1/require ;
153 esp/tunnel/fec0:0:0:2::1-fec0:0:0:1::1/require ;
/freebsd-12.1/crypto/heimdal/lib/hdb/
H A Dhdb.schema17 #-- initial(0), -- require as-req
25 #-- require-preauth(8), -- must use preauth
27 #-- require-hwauth(10), -- must use hwauth
H A Dhdb.asn132 initial(0), -- require as-req
40 require-preauth(8), -- must use preauth
42 require-hwauth(10), -- must use hwauth
/freebsd-12.1/contrib/openbsm/
H A DINSTALL17 Similarly, Mac OS X systems will require OpenSSL support:
21 Mac OS X systems will similarly require setting CFLAGS and LDFLAGS to notify
/freebsd-12.1/contrib/file/magic/Magdir/
H A Druby25 0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/]+'
48 0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/]+' Ruby script text
/freebsd-12.1/contrib/libc++/include/
H A Dmodule.modulemap10 // FIXME: The standard does not require that each of these submodules
53 // <stddef.h>'s __need_* macros require textual inclusion.
64 // <stdio.h>'s __need_* macros require textual inclusion.
70 // <stdlib.h>'s __need_* macros require textual inclusion.
81 // <wchar.h>'s __need_* macros require textual inclusion.
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm1026ejs.md60 ;; ALU instructions require three cycles to execute, and use the ALU
103 ;; The "smlaxy" and "smlawx" instructions require two iterations through
111 ;; The "smlalxy", "mul", and "mla" instructions require two iterations
159 ;; LSU instructions require six cycles to execute. They use the ALU
226 ;; therefore appear to require zero cycles to execute. We assume that
/freebsd-12.1/crypto/openssh/
H A DREADME.privsep2 operations that require root privilege are performed by a separate
42 will require 1 additional process per login session.
/freebsd-12.1/contrib/file/
H A DTODO25 could require structural changes to the matching code :-(
27 0 group 2 # require 2 matches
/freebsd-12.1/sbin/pfctl/tests/files/
H A Dpf0098.in1 # Test rule order processing should pass (require-order no longer required)
/freebsd-12.1/contrib/wpa/hostapd/
H A Dhostapd.eap_user21 # EAP-MD5, EAP-MSCHAPV2, EAP-GTC, EAP-PAX, EAP-PSK, and EAP-SAKE require a
23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration.
48 # TTLS-CHAP, TTLS-MSCHAP, TTLS-MSCHAPV2. TTLS-PAP and TTLS-CHAP require a
/freebsd-12.1/release/picobsd/tinyware/oinit/
H A DREADME14 (*very* primitive, but doesn't require any real shell to run it!),
15 * doesn't require the whole chain of init->getty->login->shell to be run,
27 providing shell() interface. Currently it doesn't require (and is unable to
/freebsd-12.1/contrib/atf/
H A DNEWS24 * Added a new "require.diskspace" metadata property to test cases so that
67 you require such code, please fetch a copy of the 0.19 release and extract
87 If you still require the old tools for some reason, grab a copy of the
114 * Issue 45: Added require.memory support in atf-run for FreeBSD.
225 * Added support for a 'require.memory' property, to specify the minimum
339 require.user=unprivileged. Note that this is, by no means, done for
461 specify which test cases require file system access. This is to
548 require ATF to be installed.
628 * Added a way for test cases to require a specific architecture and/or
629 machine type through the new 'require.arch' and 'require.machine'
[all …]

12345678910>>...24