Searched refs:DEFAULT (Results 51 - 75 of 205) sorted by relevance

123456789

/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/File/
H A DLocked.pm8 use Fcntl qw(:DEFAULT :flock);
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/File/
H A DLocked.pm11 use Fcntl qw(:DEFAULT :flock);
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Druserpass.c40 #define DEFAULT 1 macro
55 { "default", DEFAULT },
130 case DEFAULT:
162 while ((t = token()) && t != MACH && t != DEFAULT) switch(t) {
/macosx-10.9.5/hunspell-9/
H A DGNUmakefile49 .DEFAULT:
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Druserpass.c65 #define DEFAULT 1 macro
79 { "default", DEFAULT },
114 case DEFAULT:
147 t != MACH && t != DEFAULT) switch(t) {
/macosx-10.9.5/python_modules-35/
H A DGNUmakefile10 DEFAULT := $(shell sed -n '/^DEFAULT = /s///p' $(PYTHONVERSIONS)) macro
12 ORDEREDVERS := $(DEFAULT) $(filter-out $(DEFAULT),$(VERSIONS))
172 cd $(OBJROOT)/$(DEFAULT)/DSTROOT && rsync -Ra $(MERGEMAN) $(DSTROOT)
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/vms/tools/
H A Dmakevms.com12 $ CURRENT_DIR=F$ENVIRONMENT("DEFAULT")
33 $ SET DEFAULT 'THIS_DIR'
112 $ SET DEFAULT 'CURRENT_DIR'
/macosx-10.9.5/texinfo-18/
H A DGNUmakefile46 .DEFAULT:
/macosx-10.9.5/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DAppendRecnoTest.java95 Cursor dbcp = db.openCursor(null, CursorConfig.DEFAULT);
103 while (dbcp.getNext(readkey, readdata, LockMode.DEFAULT) == OperationStatus.SUCCESS) {
H A DHashCompareTest.java93 dbc = db.openCursor(null, CursorConfig.DEFAULT);
94 while (dbc.getNext(key, data, LockMode.DEFAULT) ==
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A DNWGNUglobalmutexchild110 NLM_SCREEN_NAME = DEFAULT
H A DNWGNUmod_test110 NLM_SCREEN_NAME = DEFAULT
H A DNWGNUproc_child110 NLM_SCREEN_NAME = DEFAULT
H A DNWGNUreadchild110 NLM_SCREEN_NAME = DEFAULT
H A DNWGNUsockchild110 NLM_SCREEN_NAME = DEFAULT
H A DNWGNUtryread110 NLM_SCREEN_NAME = DEFAULT
/macosx-10.9.5/apache-786.1/httpd/support/
H A DNWGNUhtcacheclean113 NLM_SCREEN_NAME = DEFAULT
H A DNWGNUrotlogs112 NLM_SCREEN_NAME = DEFAULT
/macosx-10.9.5/apr-30/apr/apr/test/
H A DNWGNUglobalmutexchild110 NLM_SCREEN_NAME = DEFAULT
H A DNWGNUmod_test110 NLM_SCREEN_NAME = DEFAULT
H A DNWGNUproc_child110 NLM_SCREEN_NAME = DEFAULT
H A DNWGNUreadchild110 NLM_SCREEN_NAME = DEFAULT
H A DNWGNUsockchild110 NLM_SCREEN_NAME = DEFAULT
H A DNWGNUtryread110 NLM_SCREEN_NAME = DEFAULT
/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Dssl.rb26 DEFAULT = {
135 @config[key] || DEFAULT[key]

Completed in 282 milliseconds

123456789