Searched refs:running (Results 51 - 75 of 345) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dplaintex.vim15 " Avoid problems if running in 'compatible' mode.
H A Dtex.vim16 " Avoid problems if running in 'compatible' mode.
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/Tester/
H A DColor.pm13 When running a test script
/macosx-10.10.1/ksh-23/ksh/src/lib/libcoshell/
H A Dcoclose.c59 if (co->running > 0)
H A Dcoshell.h97 Coshell_t* coshell; /* running in this coshell */
114 int running; /* number of running jobs */ member in struct:Coshell_s
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dapply.c162 uint32_t running, width = rq->dq_width; local
163 running = dispatch_atomic_add2o(rq, dq_running, da_width, relaxed);
164 if (slowpath(running > width)) {
165 uint32_t excess = width > 1 ? running - width : da_width;
/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_wacs.c90 * If we're running in a UTF-8 locale, will use the Unicode equivalents
/macosx-10.10.1/remote_cmds-47/ypinit.tproj/
H A Dypinit.sh115 echo "Can't enumerate maps from ${MASTER}. Please check that it is running." 1>&2
316 echo "Update the list of hosts running YP servers in domain ${DOMAIN}."
385 echo "Error running Makefile." 1>&2
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib1900.c141 int running; local
190 curl_multi_perform(m, &running);
211 if(handlenum == num_handles && !running) {
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dlwdclient.c79 ISC_LIST_INIT(cm->running);
147 * clients do not have a recv running nor do they have any finds
148 * or similar running.
159 if (!ISC_LIST_EMPTY(cm->running))
284 * If a recv is already running, don't bother.
313 * Remove the client from the idle list, and put it on the running
318 ISC_LIST_APPEND(cm->running, client, link);
335 * clients do not have a recv running nor do they have any finds
336 * or similar running.
353 * Run through the running clien
[all...]
/macosx-10.10.1/apache-793/httpd/server/
H A Dmpm_unix.c379 * check for bad rc from us and exit, running any
772 int running = 0; local
787 status = "httpd (no pid file) not running";
791 running = 1;
794 "running", otherpid);
798 "httpd (pid %" APR_PID_T_FMT "?) not running",
804 if (running) {
811 if (!running) {
821 if (!running) {
822 printf("httpd not running, tryin
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dt_api.pl137 b <dir> : cd to dir before running tests
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dcodegen-diff95 by running B<objdump> on the B<llc> compiled and linked binary. You need to
98 Second, you create I<GDB-DISASSEMBLY-FILE> by running B<gdb>, with my patch
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dserver_command.rb69 To install gems from a running server, use `gem install GEMNAME --source
H A Dhelp_command.rb54 your current platform by running `gem environment`.
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/importExport/
H A DimportExport11 echo === Try running this script from there.
19 # echo importExport test running as `whoami`
/macosx-10.10.1/apr-32/apr/apr/misc/unix/
H A Drandbyte_os2.inc18 * running at around 1.1MHz. The amount this changes in a time slice is
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DFile.pm336 be different from the effective user id of the running process.
337 Only makes sense if the process is running as root.
343 be different from the effective group id of the running process.
344 Only makes sense if the process is running as root.
415 of the currently running application gets written to.
H A DSocket.pm130 phase (while running the constructor C<new>), it will C<die()>.
147 running under Apache1 Apache2/prefork, because the parent process creates
/macosx-10.10.1/ICU-531.30/icuSources/tools/genren/
H A Dgenren.pl98 * - when running configure, e.g.
/macosx-10.10.1/bind9-45.101/bind9/bin/named/include/named/
H A Dlwdclient.h191 ISC_LIST(ns_lwdclient_t) running; /*%< running clients */ member in struct:ns_lwdclientmgr
/macosx-10.10.1/curl-83.1.2/curl/packages/Android/
H A DAndroid.mk12 # Note: you must first create a curl_config.h file by running configure in the
23 # Remember that the paths must be absolute since you will not be running
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkcombobox.rb183 @up_arrow.pack_forget unless @up_timer.running?
189 @down_arrow.pack_forget unless @down_timer.running?
210 @up_timer.stop if @up_timer.running?
211 @down_timer.stop if @down_timer.running?
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.h254 /* Set desired mode when timer list running */
255 boolean_t running; /* Set when timer list is being processed */ member in struct:tcptimerlist
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml51 (* FIXME: Ocaml is not running this setup code unless we use 'val' in the

Completed in 214 milliseconds

1234567891011>>