Searched refs:ALL (Results 1 - 25 of 519) sorted by relevance

1234567891011>>

/macosx-10.10/sudo-73/src/
H A Dsudoers.in72 root ALL=(ALL) ALL
75 # %wheel ALL=(ALL) ALL
78 # %wheel ALL=(ALL) NOPASSWD: ALL
81 # %sudo ALL
[all...]
H A Dsample.sudoers66 root ALL = (ALL) ALL
67 %wheel ALL = (ALL) ALL
70 FULLTIMERS ALL = NOPASSWD: ALL
73 PARTTIMERS ALL = ALL
[all...]
H A Dgram.h23 #define ALL 279 macro
/macosx-10.10/libclosure-65/escapeTests/
H A Dmakefile8 ALL = $(SRC:.m=.32) macro
10 $(ALL): common.o
17 all: $(ALL)
26 rm -fr *.o $(ALL) *.dSYM
/macosx-10.10/vim-55/runtime/syntax/
H A Dmysql.vim128 syn region mysqlOperator start="isnull(" end=")" contains=ALL
129 syn region mysqlOperator start="coalesce(" end=")" contains=ALL
130 syn region mysqlOperator start="interval(" end=")" contains=ALL
134 syn region mysqlFlow start="ifnull(" end=")" contains=ALL
135 syn region mysqlFlow start="nullif(" end=")" contains=ALL
136 syn region mysqlFlow start="if(" end=")" contains=ALL
150 syn region mysqlFunction start="abs(" end=")" contains=ALL
151 syn region mysqlFunction start="acos(" end=")" contains=ALL
152 syn region mysqlFunction start="adddate(" end=")" contains=ALL
153 syn region mysqlFunction start="ascii(" end=")" contains=ALL
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A DMakefile36 BINS= $(ALL:%=../bin-$(ARCH)/%)
38 default $(ALL): $(BINS)
H A DMakefile.benchmarks31 ALL = \
69 ALL += od_query_create_with_node
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DReplicationManagerAckPolicy.java26 public static final ReplicationManagerAckPolicy ALL = field in class:ReplicationManagerAckPolicy
27 new ReplicationManagerAckPolicy("ALL", DbConstants.DB_REPMGR_ACKS_ALL);
79 return ALL;
/macosx-10.10/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DRepmgrConfigTest.java86 { new ConfigOptions(true, true, false, true, true, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //0:
87 new ConfigOptions(false, true, false, true, true, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //1: disable txnSync
88 new ConfigOptions(true, false, false, true, true, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, false ), //2: don't call initRep
89 new ConfigOptions(true, true, true, true, true, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //3: enable verbose rep
90 new ConfigOptions(true, true, false, false, true, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, false ), //4: don't set a local site
91 new ConfigOptions(true, true, false, true, false, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //5: don't assign priority explicitly
92 new ConfigOptions(true, true, false, true, true, -1, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //6: ??assign an invalid priority.
93 new ConfigOptions(true, true, false, true, true, 50, false, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, false ), //7: don't set the event handler.
94 new ConfigOptions(true, true, false, true, true, 50, true, false, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //8: ?? don't set ack policy
100 new ConfigOptions(true, true, false, true, true, 50, true, true, ReplicationManagerAckPolicy.ALL,
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dparallel.tcl45 [string match $nitems ALL] } {
55 [string match $nitems ALL] } {
63 if { [string compare ALL $nitems] != 0 } {
103 $list ALL -n
104 load_queue ALL.OUT $dbdir $nitems
106 file rename ALL.OUT TEST.LIST
109 proc run_parallel { nprocs {list run_all} {nitems ALL} } {
116 set files [glob -nocomplain ALL.OUT.*]
155 if { [file exists ALL.OUT.$i] == 1 } {
156 puts -nonewline "Checking output from ALL
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/
H A DStartTLSServers.sh28 ${OPENSSL_DIR}/bin/openssl s_server -accept 4001 -state -key test-certs/ServerKey.rsa.pem -cert test-certs/ServerCert.rsa.rsa.pem -www -cipher ALL:eNULL > /tmp/s_server.rsa.rsa.log 2>&1 &
31 ${OPENSSL_DIR}/bin/openssl s_server -accept 4002 -state -key test-certs/ServerKey.rsa.pem -cert test-certs/ServerCert.rsa.ecc.pem -www -cipher ALL:eNULL > /tmp/s_server.rsa.ecc.log 2>&1 &
34 ${OPENSSL_DIR}/bin/openssl s_server -accept 4003 -state -key test-certs/ServerKey.ecc.pem -cert test-certs/ServerCert.ecc.rsa.pem -www -cipher ALL:eNULL > /tmp/s_server.ecc.rsa.log 2>&1 &
37 ${OPENSSL_DIR}/bin/openssl s_server -accept 4004 -state -key test-certs/ServerKey.ecc.pem -cert test-certs/ServerCert.ecc.ecc.pem -www -cipher ALL:eNULL > /tmp/s_server.ecc.ecc.log 2>&1 &
52 ${OPENSSL_DIR}/bin/openssl s_server -accept 4011 -verify 3 -CAfile test-certs/CACert.rsa.pem -state -key test-certs/ServerKey.rsa.pem -cert test-certs/ServerCert.rsa.rsa.pem -www -cipher ALL:eNULL > /tmp/s_server.rsa.rsa.csa.log 2>&1 &
55 ${OPENSSL_DIR}/bin/openssl s_server -accept 4012 -verify 3 -CAfile test-certs/CACert.rsa.pem -state -key test-certs/ServerKey.rsa.pem -cert test-certs/ServerCert.rsa.ecc.pem -www -cipher ALL:eNULL > /tmp/s_server.rsa.ecc.csa.log 2>&1 &
58 ${OPENSSL_DIR}/bin/openssl s_server -accept 4013 -verify 3 -CAfile test-certs/CACert.rsa.pem -state -key test-certs/ServerKey.ecc.pem -cert test-certs/ServerCert.ecc.rsa.pem -www -cipher ALL:eNULL > /tmp/s_server.ecc.rsa.csa.log 2>&1 &
61 ${OPENSSL_DIR}/bin/openssl s_server -accept 4014 -verify 3 -CAfile test-certs/CACert.rsa.pem -state -key test-certs/ServerKey.ecc.pem -cert test-certs/ServerCert.ecc.ecc.pem -www -cipher ALL:eNULL > /tmp/s_server.ecc.ecc.csa.log 2>&1 &
H A DPreSecurityTests.sh30 ${OPENSSL_DIR}/bin/openssl s_server -accept 4445 -state -key test-certs/ServerKey.rsa.pem -cert test-certs/ServerCert.rsa.rsa.pem -www -cipher ALL:eNULL > /tmp/s_server.rsa.rsa.log 2>&1 &
33 ${OPENSSL_DIR}/bin/openssl s_server -accept 4446 -state -key test-certs/ServerKey.rsa.pem -cert test-certs/ServerCert.rsa.ecc.pem -www -cipher ALL:eNULL > /tmp/s_server.rsa.ecc.log 2>&1 &
36 ${OPENSSL_DIR}/bin/openssl s_server -accept 4447 -state -key test-certs/ServerKey.ecc.pem -cert test-certs/ServerCert.ecc.rsa.pem -www -cipher ALL:eNULL > /tmp/s_server.ecc.rsa.log 2>&1 &
39 ${OPENSSL_DIR}/bin/openssl s_server -accept 4448 -state -key test-certs/ServerKey.ecc.pem -cert test-certs/ServerCert.ecc.ecc.pem -www -cipher ALL:eNULL > /tmp/s_server.ecc.ecc.log 2>&1 &
/macosx-10.10/uucp-11/configs/
H A Dsys59 commands ALL
/macosx-10.10/vim-55/src/testdir/
H A DMake_ming.mak59 echo ALL DONE
62 echo ALL DONE
65 echo ALL DONE
68 echo ALL DONE
71 echo ALL DONE
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DTestEnv.java57 public static final TestEnv[] ALL; field in class:TestEnv
60 ALL = new TestEnv[] { BDB, CDB, TXN };
62 ALL = new TestEnv[] { BDB, TXN };
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/util/test/
H A DTestEnv.java57 public static final TestEnv[] ALL; field in class:TestEnv
60 ALL = new TestEnv[] { BDB, CDB, TXN };
62 ALL = new TestEnv[] { BDB, TXN };
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A DMakefile36 BINS= $(ALL:%=bin-$(ARCH)/%) bin-$(ARCH)/tattle
45 $(ALL:%=%.c) \
79 default $(ALL) run cstyle lint tattle: $(BINS)
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D003Layout-Rr.t112 # log4perl.logger.test = ALL, A, B
117 # log4perl.appender.A.Threshold = ALL
127 $logger->level($ALL);
130 A => $ALL,
/macosx-10.10/bind9-45.101/bind9/bin/rndc/
H A Drndc.conf9 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dndc.conf9 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/addzone/ns2/
H A Dnamed1.conf8 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/allow_query/ns2/
H A Dnamed01.conf8 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
H A Dnamed02.conf8 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
H A Dnamed03.conf8 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
H A Dnamed04.conf8 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY

Completed in 303 milliseconds

1234567891011>>