HomeSort by: relevance | last modified time | path
    Searched refs:require (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/sys/modules/lua/
test.lua 1 systm = require 'systm'
lua.c 168 CTLTYPE_BOOL, "require",
169 SYSCTL_DESCR("Enable the require command"),
284 struct lua_require *require; local in function:luaioctl
372 case LUAREQUIRE: /* 'require' a module in a State */
373 require = data;
375 if (!strcmp(s->lua_name, require->state)) {
377 if (!strcmp(m->mod_name, require->module))
381 require->module)) {
533 "require module %s\n",
705 lua_setglobal(K->L, "require");
    [all...]
  /src/share/misc/
NetBSD.el 62 (eval-when-compile (require 'whitespace nil t))
97 (require 'whitespace nil t))
  /src/sbin/luactl/
luactl.c 58 static void require(char *, char *);
101 } else if (!strcmp(argv[0], "require")) {
106 require(argv[1], argv[2]);
184 require(char *name, char *module) function in typeref:typename:void
226 fprintf(stderr, " %s [-cq] require name module\n", p);
  /src/sys/arch/mips/sibyte/include/
sb1250_defs.h 52 * These headers require ANSI C89 string concatenation, and GCC or other
56 #error SiByte headers require ANSI C89 support
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/
randombytes.c 108 var crypto = require('crypto');
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/mti/
malta.dts 32 * binding doesn't require it, such that the kernel can
sead3.dts 52 * binding doesn't require it, such that the kernel can
  /src/usr.sbin/sysinst/arch/ofppc/
msg.md.en 85 partitions, however some can utilize the FAT12. Most other machines require
msg.md.es 86 partitions, however some can utilize the FAT12. Most other machines require
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap3-gta04a5one.dts 31 * according to TRM. OneNAND seems to require PIN_INPUT on clock.
omap3-igep.dtsi 39 /* OneNAND seems to require PIN_INPUT on clock. */
  /src/libexec/httpd/
printenv.lua 15 local httpd = require 'httpd'
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 244 // this would require reading at most |new_size| bytes from
  /src/sys/arch/arm/samsung/
mct.c 61 #error MULTIPROCESSOR kernels require __HAVE_GENERIC_CPU_INITCLOCKS
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
CMakeLists.txt 90 # enough for the unittests. Some unittests require more than 2M.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-8040-db.dts 268 * Proper NAND usage will require DPR-76 to be in position 1-2, which disables
  /src/usr.bin/make/unit-tests/
directive-ifmake.mk 111 # require additional tricks, or it may even be impossible.
cond-op.mk 44 # for an example that doesn't require much thought.
directive-for-empty.mk 51 # loop would be naive and require many special cases, as there are many cases
  /src/sys/arch/acorn32/doc/
majors+minors 43 same device driver even if the driver does not require both.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8qxp-colibri.dtsi 273 * Linux would require rewritting the SCFW board file.
  /src/sys/external/isc/libsodium/dist/contrib/
Makefile.in 401 @echo "it deletes files that may require special tools to rebuild."
  /src/sys/external/isc/libsodium/dist/msvc-scripts/
Makefile.in 403 @echo "it deletes files that may require special tools to rebuild."
  /src/sys/external/isc/libsodium/dist/builds/
Makefile.in 464 @echo "it deletes files that may require special tools to rebuild."

Completed in 22 milliseconds

1 2