Searched refs:running (Results 101 - 125 of 345) sorted by relevance

1234567891011>>

/macosx-10.10.1/zsh-61/zsh/
H A Dinstall-sh416 # Don't fail if two instances are running concurrently.
430 # Don't fail if two instances are running concurrently.
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DResurrector.pm122 statements commented out and running at full speed in normal mode.
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Util/
H A DSemaphore.pm229 translates into the corresponding uid by running C<getpwnam>.
/macosx-10.10.1/cups-408/cups/test/
H A Drun-stp-tests.sh74 echo "server. The question you may want to ask yourself before running a"
80 echo "0 - No testing, keep the scheduler running for me (all systems)"
634 # Not running tests...
642 echo "# Helper script for running CUPS test instance." >>$runcups
683 running=`../systemv/lpstat -r 2>/dev/null`
684 if test "x$running" = "xscheduler is running"; then
789 running=`../systemv/lpstat -r 2>/dev/null`
790 if test "x$running" = "xscheduler is running"; the
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dname.h104 short running; /* function is running */ member in struct:Ufunction
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dmanager.rb125 @@afterobj.start unless @@afterobj.running?
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_signal.rb215 Thread.pass while th.running?
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkAudIO.h187 int running; /* flag as to whether we have started yet */ member in struct:ADesc
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dchrootvfs.tcl21 running a process safely with limited filesystem access: its file access commands are re-enabled, the exec
H A Dquotavfs.tcl16 a running total of a certain quantity. Each quota is defined by a set of switches composing
25 The exception for the running total variety is if the file's attribute is large enough to
61 If the quota group contains this switch, then the vfs will keep a running count of all files that satisfy
/macosx-10.10.1/vim-55/src/
H A Dswis.s102 ; (eg when running FileFind)
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dcommpage_tests.c324 if (processor_basic_info.running) {
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c1764 u_int8_t running, cmd; local
1776 running = 1; // keep running until SerReset or other interruption
1777 while (running) { // find the next script line
1790 running = !Ask(); // wait until User data arrives in ReceiveDataFromAbove().
1816 running = 0;
1876 running = 0;
1907 running = 0; // stop running script til match or timeout
1916 running
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DHarness.pm154 used to set perl command line options used for running the test
965 C<perlcc> before running it.
1018 If true, Test::Harness will output the verbose results of running
1022 If true, Test::Harness will output the verbose results of running
1056 The included F<prove> utility for running test scripts from the command line,
1063 Provide a way of running tests quietly (ie. no printing) for automated
/macosx-10.10.1/OpenSSL098-52/src/Netware/
H A Dcpy_tests.bat24 rem Assume running in \openssl directory unless cpy_tests.bat exists then
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dclean_gnv_curl.com8 $! The default is to remove all the left over stuff from running the
H A Dstage_curl_install.com6 $! new_gnu:[*...] directory tree for running the self tests.
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A Dbuildall.vc.bat48 :: the INSTALLDIR envar prior to running this batchfile affects all builds.
/macosx-10.10.1/tcl-105/tk/tk/win/
H A Dbuildall.vc.bat48 :: the INSTALLDIR envar prior to running this batchfile affects all builds.
/macosx-10.10.1/vim-55/src/VisVim/
H A DVisVim.mak19 !MESSAGE You can specify a configuration when running NMAKE on this makefile
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.c337 basic_info->running = FALSE;
339 basic_info->running = TRUE;
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dtest-exec.sh183 echo no sshd running
341 # If PuTTY is present and we are running a PuTTY test, prepare keys and
400 test -f $PIDFILE || fatal "no sshd running on port $PORT"
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq-opts.def137 to the NTP servers running on each of the hosts given as command
143 standard input and execute these on the NTP server running on the
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c1307 if (listp->running)
1500 listp->running = TRUE;
1617 listp->running = FALSE;
1696 if (listp->running) {
/macosx-10.10.1/ruby-106/ruby/lib/test/
H A Dunit.rb107 opts.on '--retry', "Retry running testcase when --jobs specified" do
144 warn "#{caller(1)[0]}: warning: Parallel running disabled because can't get path to ruby; run specify with --ruby argument"
525 worker.status = :running
570 # Require needed things for parallel running
593 !@workers.any? {|x| [:running, :prepare].include? x.status})
602 @ios.select!{|x| @workers_hash[x].status == :running }

Completed in 362 milliseconds

1234567891011>>