Searched refs:startup (Results 1 - 25 of 46) sorted by relevance

12

/openbsd-current/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}} ,
118 # gcc takes only one startup file, so the first object in startup is
119 # specified as the startup file and any others are shifted into the
121 if ( $spec{startup} && @{$spec{startup}} ) {
122 print $SCRIPT 'STARTUP(' . shift( @{$spec{startup}} )
[all...]
H A DBCC.pm68 push( @{$spec{startup}}, 'c0d32.obj' )
69 unless ( $spec{startup} && @{$spec{startup}} );
79 @{$spec{startup}} ,
112 @spec{ qw(lddlflags libpath other_ldflags startup objects) } )
H A DMSVC.pm87 @{$spec{startup}} ,
123 startup objects libperl perllibs
/openbsd-current/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-current/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-current/games/adventure/
H A Dextern.h46 void startup(void);
H A Dinit.c213 startup(void) function
/openbsd-current/usr.bin/vi/common/
H A Dmain.c57 int ch, flagchk, secure, startup, readonly, rval, silent; local
120 startup = 1;
150 startup = 0;
293 if (!silent && startup) { /* Read EXINIT, exrc files. */
305 * Note, options must be initialized and startup information
349 * files if -r specified. If the tag option or ex startup commands
370 * If the ex startup commands and or/the tag option haven't already
399 * was forced to initialize the screen during startup. We'd like to
/openbsd-current/distrib/arm64/iso/
H A DMakefile57 echo bootaa64.efi > ${MOUNT_POINT}/efi/boot/startup.nsh
79 echo bootaa64.efi > ${MOUNT_POINT}/efi/boot/startup.nsh
/openbsd-current/usr.sbin/smtpd/
H A Dqueue_fs.c62 static struct timespec startup; variable in typeref:struct:timespec
610 if (timespeccmp(&e->fts_statp->st_mtim, &startup, >))
651 if (clock_gettime(CLOCK_REALTIME, &startup))
/openbsd-current/games/hack/
H A Dhack.termcap.c84 startup(void) function
H A Dhack.main.c179 startup();
H A Dhack.h612 void startup(void);
/openbsd-current/distrib/riscv64/iso/
H A DMakefile35 echo bootriscv64.efi > ${MOUNT_POINT}/efi/boot/startup.nsh
/openbsd-current/distrib/arm64/ramdisk/
H A DMakefile54 echo bootaa64.efi > ${MOUNT_POINT}/efi/boot/startup.nsh
76 echo bootaa64.efi > ${MOUNT_POINT}/efi/boot/startup.nsh
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dsearch.pl148 -all don't skip any files marked to be skipped by the startup file.
419 ## Process any 'magic' things from the startup file.
631 $file = "<internal default startup file>";
1206 See the section on the startup file
1212 skipped by the startup file.
1271 in the startup file (see that section below).
1418 Ignore any 'magic' or 'option' lines in the startup file.
1429 startup file. Something like
1433 will turn on "flag1" and "flag2" in the startup file (and is
1437 For example, the internal-default startup fil
[all...]
/openbsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c108 static void startup(void);
255 startup();
560 startup(void) function
581 syslog(LOG_WARNING, "startup: cannot fork");
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/
H A DWindows.pm179 startup => [ ],
228 foreach my $opt ( qw(libpath startup objects) ) {
/openbsd-current/distrib/riscv64/ramdisk/
H A DMakefile33 echo bootriscv64.efi > ${MOUNT_POINT}/efi/boot/startup.nsh
/openbsd-current/lib/libcrypto/conf/
H A Dkeysets.pl74 * This can be in the form of a textual message at program startup or
/openbsd-current/distrib/special/more/
H A Dmore.c118 int startup = 1; variable
575 startup = 0;
1442 if (startup)
/openbsd-current/libexec/spamd/
H A Dgrey.c109 time_t startup; variable
810 ((startup + 60) < now)) {
1097 startup = time(NULL);
/openbsd-current/lib/libcrypto/objects/
H A Dobj_dat.pl196 * This can be in the form of a textual message at program startup or
H A Dobjects.pl148 * This can be in the form of a textual message at program startup or
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DScheduler.pm90 # Run some startup tests in sequence, then some parallel tests then some
94 { seq => 't/startup/*.t' },
382 t/startup/foo.t
391 { seq => 't/startup/*.t' },
406 't/startup/foo.t'

Completed in 289 milliseconds

12