HomeSort by: relevance | last modified time | path
    Searched refs:autostart (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
mac_label_proto.h 38 extern int autostart(void);
mac_label.c 228 ** autostart: make the HFS CD use the QuickTime 2.0 Autostart feature.
234 ** The name of the AutoStart file is stored in the area allocated for
237 ** hex value 0x006A7068. This value indicates that an AutoStart
239 ** at offset 110. In these 12 bytes, the name of the AutoStart file is
246 autostart() function
write.c 1583 /* set Autostart filename if required */
1585 if(autostart())
1586 errx(1, "Autostart filename must less than 12 characters");
  /src/usr.bin/cut/
cut.c 151 static size_t autostart, autostop, maxval; variable
182 if (setautostart && start > autostart)
183 autostart = start;
216 /* set autostart */
217 if (autostart)
218 (void)memset(positions + 1, '1', autostart);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
stopwatch.d 17 $(LREF AutoStart)
58 If set to `AutoStart.no`, then the StopWatch is not started when it is
61 Otherwise, if set to `AutoStart.yes`, then the StopWatch is started when
64 alias AutoStart = Flag!"autoStart";
88 $(LREF AutoStart) argument.
93 this(AutoStart autostart) @safe nothrow @nogc
95 if (autostart)
105 auto sw = StopWatch(AutoStart.yes)
    [all...]

Completed in 75 milliseconds