Searched refs:dirname (Results 226 - 250 of 1289) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/tool/
H A Dfile2lastrev.rb40 srcdir ||= File.dirname(File.dirname(Program))
H A Did2token.rb5 $:.unshift(File.dirname(__FILE__))
H A Difchange40 timestamp=`dirname "$target"`/.time.`basename "$target"`
/macosx-10.10/tcl-105/tcl_ext/
H A DTEA.make60 export PATH := $(shell dirname $(Tclsh)):$(shell dirname $(Wish)):$(PATH)
61 export DYLD_FRAMEWORK_PATH := $(shell dirname $(TclFramework)):$(shell dirname $(TkFramework))
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/
H A Diwidgets.tcl.in24 variable library [file dirname [info script]]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/library/
H A Dconvlib.tcl48 set dir [file dirname $tclIndex] ;# Expected by the script.
98 set pkgName [file tail [file dirname $srcFile]]/[file tail [file root $srcFile]]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dinit.test21 source [file join [file dirname [info script]] testlib.tcl]
H A Dshowproc.test20 source [file join [file dirname [info script]] testlib.tcl]
H A Dsync.test20 source [file join [file dirname [info script]] testlib.tcl]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dinstcopy.tcl36 source [file join [file dirname [info script]] buildutil.tcl]
61 set targetDir [file dirname $target]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/tests/
H A Dall.tcl14 source [file join [pwd] [file dirname [info script]] defs.tcl]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxslt/test/
H A Dall.tcl13 source [file join [pwd] [file dirname [info script]] defs.tcl]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dtest_pics.sh15 BASE=`dirname $a`/`basename $a .tif`
/macosx-10.10/tcl-105/tcl_ext/tls/tls/tests/oldTests/
H A DtlsHttp.tcl8 set dir [file dirname [info script]]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/store/
H A DpkgIndex.tcl20 set dir [file dirname $index]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dtester7 lappend auto_path [file dirname [info script]]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Ddirent-test.c139 char dirname[_MAX_PATH]; local
145 if (_getcwd(dirname, sizeof(dirname)/sizeof(char)) != NULL &&
147 (len = strlen(dirname)) > sizeof(TESTDIR)/sizeof(char) &&
149 !strcmp(dirname + len + 1 - sizeof(TESTDIR)/sizeof(char), TESTDIR)) {
/macosx-10.10/apr-32/apr/apr/file_io/os2/
H A Ddir.c32 APR_DECLARE(apr_status_t) apr_dir_open(apr_dir_t **new, const char *dirname, apr_pool_t *pool)
40 thedir->dirname = apr_pstrdup(pool, dirname);
42 if (thedir->dirname == NULL)
79 rv = DosFindFirst(apr_pstrcat(thedir->pool, thedir->dirname, "/*", NULL), &thedir->handle,
/macosx-10.10/apache-793/httpd/support/
H A Dhtdigest.c191 char *dirname; local
236 if (apr_temp_dir_get((const char**)&dirname, cntxt) != APR_SUCCESS) {
241 dirname = apr_psprintf(cntxt, "%s/%s", dirname, tn);
243 if (apr_file_mktemp(&tfp, dirname, 0, cntxt) != APR_SUCCESS) {
244 apr_file_printf(errfile, "Could not open temp file %s.\n", dirname);
285 if (apr_file_copy(dirname, argv[1], APR_FILE_SOURCE_PERMS, cntxt) !=
/macosx-10.10/apr-32/apr/apr/user/win32/
H A Duserinfo.c67 APR_DECLARE(apr_status_t) apr_uid_homepath_get(char **dirname,
72 *dirname = apr_pstrdup(p, "/My Documents");
119 *dirname = apr_pstrdup(p, retdir);
129 *dirname = apr_pstrdup(p, retdir);
145 *dirname = apr_pstrdup(p, regkey);
150 *dirname = apr_pstrdup(p, path);
156 for (fixch = *dirname; *fixch; ++fixch)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Tools/
H A Dpyobjc_setup.py46 rootdir = os.path.dirname(os.path.abspath(__file__))
55 for dirname in sys.path:
56 bn = os.path.basename(dirname)
58 to_remove.append(dirname)
60 for dirname in to_remove:
61 log.info("removing installed %r from sys.path before testing"%(dirname,))
62 sys.path.remove(dirname)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/
H A Dpyobjc_setup.py46 rootdir = os.path.dirname(os.path.abspath(__file__))
55 for dirname in sys.path:
56 bn = os.path.basename(dirname)
58 to_remove.append(dirname)
60 for dirname in to_remove:
61 log.info("removing installed %r from sys.path before testing"%(dirname,))
62 sys.path.remove(dirname)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptKit/
H A Dpyobjc_setup.py46 rootdir = os.path.dirname(os.path.abspath(__file__))
55 for dirname in sys.path:
56 bn = os.path.basename(dirname)
58 to_remove.append(dirname)
60 for dirname in to_remove:
61 log.info("removing installed %r from sys.path before testing"%(dirname,))
62 sys.path.remove(dirname)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptObjC/
H A Dpyobjc_setup.py46 rootdir = os.path.dirname(os.path.abspath(__file__))
55 for dirname in sys.path:
56 bn = os.path.basename(dirname)
58 to_remove.append(dirname)
60 for dirname in to_remove:
61 log.info("removing installed %r from sys.path before testing"%(dirname,))
62 sys.path.remove(dirname)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/
H A Dpyobjc_setup.py46 rootdir = os.path.dirname(os.path.abspath(__file__))
55 for dirname in sys.path:
56 bn = os.path.basename(dirname)
58 to_remove.append(dirname)
60 for dirname in to_remove:
61 log.info("removing installed %r from sys.path before testing"%(dirname,))
62 sys.path.remove(dirname)

Completed in 142 milliseconds

1234567891011>>