Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtimevar.c135 unsigned standalone : 1; member
264 gcc_assert (!tv->standalone); in timevar_push_1()
344 gcc_assert (!tv->standalone); in timevar_start()
345 tv->standalone = 1; in timevar_start()
363 gcc_assert (tv->standalone); in timevar_stop()
364 tv->standalone = 0; /* Enable a restart. */ in timevar_stop()
388 if (tv->standalone) in timevar_cond_start()
393 tv->standalone = 1; in timevar_cond_start()
416 gcc_assert (tv->standalone); in timevar_cond_stop()
417 tv->standalone = 0; /* Enable a restart. */ in timevar_cond_stop()
/dragonfly/contrib/gcc-8.0/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()
H A Dtimevar.h155 unsigned standalone : 1; member
/dragonfly/libexec/bootpd/bootpgw/
H A Dbootpgw.c162 int standalone; in main() local
200 standalone = TRUE; in main()
206 standalone = FALSE; in main()
278 standalone = FALSE; in main()
282 standalone = TRUE; in main()
349 if (standalone) { in main()
/dragonfly/contrib/file/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
H A Dxenix54 >0x1e leshort &0x400 standalone
88 >0x1e leshort &0x400 standalone
H A Dmotorola16 >20 beshort 0421 (standalone)
H A Dcoff94 # >20 beshort 0421 (standalone)
H A Dpgp556 # sub-key are normally part of secret key. So it does not occur as standalone file
H A Dconsole290 >2 byte 0 \b, last in series or standalone
/dragonfly/libexec/bootpd/
H A Dbootpd.c189 int standalone; in main() local
230 standalone = TRUE; in main()
236 standalone = FALSE; in main()
321 standalone = FALSE; in main()
325 standalone = TRUE; in main()
379 if (standalone) { in main()
425 if (standalone) { in main()
H A DProblems41 Start bootpd in "standalone" mode when the server boots.
/dragonfly/contrib/expat/lib/
H A Dxmltok_ns.c116 int *standalone) { in NS()
119 encoding, standalone); in NS()
H A Dxmltok.c1162 const ENCODING **encoding, int *standalone) { in doParseXmlDecl() argument
1219 if (standalone) in doParseXmlDecl()
1220 *standalone = 1; in doParseXmlDecl()
1222 if (standalone) in doParseXmlDecl()
1223 *standalone = 0; in doParseXmlDecl()
H A Dxmlparse.c378 XML_Bool standalone; member
4285 int standalone = -1; in processXmlDecl() local
4304 parser->m_dtd->standalone = XML_TRUE; in processXmlDecl()
4328 standalone); in processXmlDecl()
5074 if (! dtd->standalone in doProlog()
5372 dtd->keepProcessing = dtd->standalone; in doProlog()
5415 dtd->keepProcessing = dtd->standalone; in doProlog()
5455 dtd->keepProcessing = dtd->standalone; in doProlog()
6740 p->standalone = XML_FALSE; in dtdCreate()
6782 p->standalone = XML_FALSE; in dtdReset()
[all …]
H A Dexpat.h216 int standalone);
/dragonfly/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
/dragonfly/contrib/gdb-7/gdb/
H A DREADME113 standalone `info' program, available as part of the GNU Texinfo
520 standalone on an m68k, i386, or SPARC cpu and communicate properly
583 into an `info' file for use with Emacs' info mode or the standalone
637 testsuite `standalone', without it being part of the GDB source tree.
H A Dxml-support.c855 const XML_Char *encoding, int standalone) in xml_xinclude_xml_decl() argument
H A Dconfigure.tgt352 # Target: Xilinx MicroBlaze running standalone
/dragonfly/contrib/lvm2/dist/
H A DWHATS_NEW1041 Fix mirror log detachment so it correctly becomes a standalone LV.
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt294 assumes that string objects are standalone objects that are not contained
3649 are fully standalone components of ACPICA. Removed cross-component
3731 components. This allows the Debugger to be used standalone within kernel
11971 standalone method invocations and invocations as the source operand of a
14646 Added support to allow a standalone Return operator, with no parentheses
16941 standalone and the search rule (to root) was inadvertently
17886 Fixed a problem in the interpreter where a standalone parent
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dinvoke.texi5348 Dump after the standalone dead code elimination passes.
11655 Build standalone application for multicore Blackfin processor. Proper
11669 Build standalone application for Core A of BF561 when using
11676 Build standalone application for Core B of BF561 when using
11685 Build standalone application for SDRAM. Proper start files and
11694 are enabled; for standalone applications the default is off.
H A Dcpp.texi3668 also be used in the more conventional standalone mode, where it produces

12