Home
last modified time | relevance | path

Searched refs:startup (Results 1 – 25 of 260) sorted by relevance

1234567891011

/openbsd/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/
H A DGCC.pm41 if ( $spec{startup} && @{$spec{startup}} );
69 @{$spec{startup}} ,
90 @{$spec{startup}} ,
121 if ( $spec{startup} && @{$spec{startup}} ) {
122 print $SCRIPT 'STARTUP(' . shift( @{$spec{startup}} ) . ")\n";
124 @{delete $spec{startup} || []};
H A DBCC.pm68 push( @{$spec{startup}}, 'c0d32.obj' )
69 unless ( $spec{startup} && @{$spec{startup}} );
79 @{$spec{startup}} ,
/openbsd/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11-crt0.S35 ; startup code
68 ;; To have a generic/configurable startup, initialize the stack to
94 ; end startup code
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11-crt0.S35 ; startup code
68 ;; To have a generic/configurable startup, initialize the stack to
94 ; end startup code
/openbsd/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLogProperties.td4 def EnableOnStartup: Property<"enable-on-startup", "Boolean">,
11 …darwin-log enable' that should be applied when automatically enabling logging on startup/attach.">;
/openbsd/sbin/unwind/libunbound/services/
H A Dmodstack.c247 if(stack->mod[i]->startup == NULL)
251 fptr_ok(fptr_whitelist_mod_startup(stack->mod[i]->startup));
252 if(!(*stack->mod[i]->startup)(env, i)) {
272 if(stack->mod[i]->startup || stack->mod[i]->destartup) {
/openbsd/usr.sbin/unbound/services/
H A Dmodstack.c247 if(stack->mod[i]->startup == NULL)
251 fptr_ok(fptr_whitelist_mod_startup(stack->mod[i]->startup));
252 if(!(*stack->mod[i]->startup)(env, i)) {
272 if(stack->mod[i]->startup || stack->mod[i]->destartup) {
/openbsd/usr.bin/vi/common/
H A Dmain.c57 int ch, flagchk, secure, startup, readonly, rval, silent; in editor() local
120 startup = 1; in editor()
150 startup = 0; in editor()
293 if (!silent && startup) { /* Read EXINIT, exrc files. */ in editor()
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DVanilla-Perl.tml22 dmake/startup: dmake/bin/startup
118 'dmake/startup' => 'dmake/bin/startup',
/openbsd/gnu/usr.bin/binutils/ld/scripttempl/
H A Dcrisaout.sc11 ${RELOCATING+*(.startup)}
16 DEFINED(.startup) ? .startup + 2 : 2;}
/openbsd/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Dcrisaout.sc11 ${RELOCATING+*(.startup)}
16 DEFINED(.startup) ? .startup + 2 : 2;}
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dt-vms641 # Assemble startup files.
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dt-vms641 # Assemble startup files.
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Dxstormy16.inc30 comment "crt0 startup"
H A Dm68k.inc28 comment "crt0 startup"
H A Dsparc.inc30 comment "crt0 startup"
H A Darm.inc30 comment "crt0 startup"
H A Di386.inc29 comment "crt0 startup"
H A Dx86_64.inc29 comment "crt0 startup"
H A Dsparc64.inc30 comment "crt0 startup"
H A Dm32r-linux.inc31 comment "crt0 startup"
H A Dpowerpc.inc37 comment "crt0 startup"
H A Dm32r.inc31 comment "crt0 startup"
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dt-crtstuff6 # Assemble startup files.
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dt-crtstuff6 # Assemble startup files.

1234567891011