Searched refs:test_mode (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestmutexscope.c44 static void lock_init(apr_lockmech_e mech, test_mode_e test_mode) argument
46 if (test_mode == TEST_PROC) {
60 static void lock_destroy(test_mode_e test_mode) argument
62 if (test_mode == TEST_PROC) {
70 static void lock_grab(test_mode_e test_mode) argument
72 if (test_mode == TEST_PROC) {
80 static void lock_release(test_mode_e test_mode) argument
82 if (test_mode == TEST_PROC) {
92 test_mode_e test_mode = (test_mode_e)p; local
94 lock_grab(test_mode);
103 test_mech_mode(apr_lockmech_e mech, const char *mech_name, test_mode_e test_mode) argument
[all...]
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestmutexscope.c44 static void lock_init(apr_lockmech_e mech, test_mode_e test_mode) argument
46 if (test_mode == TEST_PROC) {
60 static void lock_destroy(test_mode_e test_mode) argument
62 if (test_mode == TEST_PROC) {
70 static void lock_grab(test_mode_e test_mode) argument
72 if (test_mode == TEST_PROC) {
80 static void lock_release(test_mode_e test_mode) argument
82 if (test_mode == TEST_PROC) {
92 test_mode_e test_mode = (test_mode_e)p; local
94 lock_grab(test_mode);
103 test_mech_mode(apr_lockmech_e mech, const char *mech_name, test_mode_e test_mode) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dinstall-sh66 test_mode=u=rwx,g=rx,o=rx,u+wx
254 if $mkdirprog -m $test_mode -p -- / >/dev/null 2>&1; then
258 rmdir ./-m "$test_mode" ./-p ./-- 2>/dev/null
279 intermediate_mode=$test_mode
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dtest.c65 static int test_mode(const char*);
348 return(test_mode(arg)&S_ISUID);
350 return(test_mode(arg)&S_ISGID);
353 return(test_mode(arg)&S_ISVTX);
552 * The static buffer statb is shared with test_mode.
644 static int test_mode(register const char *file) function
/macosx-10.9.5/ruby-104/ruby/test/open-uri/
H A Dtest_open-uri.rb131 def test_mode method
/macosx-10.9.5/ruby-104/ruby/test/bigdecimal/
H A Dtest_bigdecimal.rb175 def test_mode method in class:TestBigDecimal

Completed in 85 milliseconds