Home
last modified time | relevance | path

Searched refs:standalone (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/
H A DBUILD.gn9 deps = [ "//compiler-rt/lib/scudo/standalone:sources" ]
41 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
42 "//compiler-rt/lib/scudo/standalone:sources",
55 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
56 "//compiler-rt/lib/scudo/standalone:cxx_wrapper_sources",
57 "//compiler-rt/lib/scudo/standalone:sources",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/scudo/
H A DBUILD.gn18 "standalone/benchmarks:ScudoBenchmarks($toolchain)",
19 "standalone/tests:ScudoCUnitTest($toolchain)",
20 "standalone/tests:ScudoCxxUnitTest($toolchain)",
21 "standalone/tests:ScudoUnitTest($toolchain)",
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtimevar.cc182 def->standalone = 0; in push()
343 gcc_assert (!tv->standalone); in push_internal()
453 gcc_assert (!tv->standalone); in start()
454 tv->standalone = 1; in start()
480 gcc_assert (tv->standalone); in stop()
481 tv->standalone = 0; /* Enable a restart. */ in stop()
513 if (tv->standalone) in cond_start()
518 tv->standalone = 1; in cond_start()
549 gcc_assert (tv->standalone); in cond_stop()
550 tv->standalone = 0; /* Enable a restart. */ in cond_stop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.c182 def->standalone = 0; in push()
345 gcc_assert (!tv->standalone); in push_internal()
455 gcc_assert (!tv->standalone); in start()
456 tv->standalone = 1; in start()
482 gcc_assert (tv->standalone); in stop()
483 tv->standalone = 0; /* Enable a restart. */ in stop()
515 if (tv->standalone) in cond_start()
520 tv->standalone = 1; in cond_start()
551 gcc_assert (tv->standalone); in cond_stop()
552 tv->standalone = 0; /* Enable a restart. */ in cond_stop()
/netbsd-src/usr.sbin/bootp/bootpgw/
H A Dbootpgw.c148 int standalone; in main() local
186 standalone = TRUE; in main()
192 standalone = FALSE; in main()
263 standalone = FALSE; in main()
267 standalone = TRUE; in main()
338 if (standalone) { in main()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dblit12 #0 long 0407 68K Blit (standalone) executable
13 #0 short 0407 VAX-order2 68K Blit (standalone) executable
14 0 short 03401 VAX-order 68K Blit (standalone) executable
H A Dsequent17 0 lelong 0x30ea BALANCE NS32000 standalone executable
35 #0 leshort 0x42eb SYMMETRY i386 standalone executable
40 >>124 lelong !28867614 SYMMETRY i386 standalone executable
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A DREADME10 makeinfo is a standalone program to convert Texinfo source into Info
11 files readable with standalone info or M-x info in Emacs.
/netbsd-src/sys/arch/m68k/fpsp/
H A Dskeleton.sa66 * The following counters are used for standalone testing
99 add.l #1,sigdz ;for standalone testing
165 add.l #1,siginex ;for standalone testing
199 add.l #1,sigovfl ;for standalone testing
221 add.l #1,sigunfl ;for standalone testing
248 add.l #1,sigsnan ;for standalone testing
266 add.l #1,sigoperr ;for standalone testing
290 add.l #1,sigbsun ;for standalone testing
308 add.l #1,sigunimp ;for standalone testing
327 add.l #1,sigunsupp ;for standalone testin
[all...]
/netbsd-src/usr.sbin/bootp/bootpd/
H A Dbootpd.c183 int standalone; in main() local
223 standalone = TRUE; in main()
229 standalone = FALSE; in main()
307 standalone = FALSE; in main()
311 standalone = TRUE; in main()
371 if (standalone) { in main()
417 if (standalone) { in main()
H A DAnnounce.old17 standalone program (e.g. invoked by hand from a shell) or as a child of
19 standalone or inetd mode if necessary.
117 o The server may now be run by inetd or as a standalone program like the
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmltok_ns.c116 int *standalone) { in NS()
119 encoding, standalone); in NS()
/netbsd-src/sys/arch/next68k/stand/boot/
H A DREADME3 NeXT standalone bootblocks.
21 standalone library).
/netbsd-src/external/gpl2/texinfo/dist/info/
H A DREADME10 Info 2.0 is a complete rewrite of the original standalone Info I wrote in
20 Info 2.0 is substantially different from its original standalone
/netbsd-src/external/gpl2/texinfo/dist/
H A DREADME78 standalone Info reader that is part of
82 the standalone GNU Info reader that is
101 Source files for standalone C programs:
H A DINTRODUCTION34 one of two ways: using the standalone `info' program, or using Info mode in
45 Using the standalone `info', type the following at the shell prompt:
58 The `info-stnd.info' file describes the standalone Info reader in detail. To
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/
H A DBUILD.gn5 "//compiler-rt/lib/scudo/standalone:sources",
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibTooling.rst5 LibTooling is a library to support writing standalone tools based on Clang.
40 Writing a standalone tool
44 possibly break, it's time to create a standalone tool. For a standalone tool
/netbsd-src/tools/binstall/
H A Dmkmanifest12 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
/netbsd-src/external/mit/libuv/dist/docs/
H A DMakefile28 @echo " html to make standalone HTML files"
29 @echo " livehtml to make standalone HTML files and live reload them"
/netbsd-src/games/hunt/
H A DREADME24 either standalone or inetd mode *and* start hunt by
101 Hunt may be set up in one of three modes: standalone, inetd, or
102 nothing. In "standalone" mode, there is always a hunt server
115 recommend using "standalone" mode because it is simple to set
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-php/
H A DREADME1 The gettext/PHP binding has a limitation: While it works fine for standalone
/netbsd-src/external/bsd/openldap/dist/doc/guide/release/
H A Dinstall.sdf71 + Test the standalone system:
73 .This step requires the standalone LDAP server, {{slapd}}(8),
/netbsd-src/external/bsd/openldap/dist/
H A DINSTALL65 6. Test the standalone system:
67 This step requires the standalone LDAP server, slapd(8), with MDB
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DFindSphinx.cmake24 option(SPHINX_OUTPUT_HTML "Output standalone HTML files" ON)

12345678910>>...12