Searched refs:dirname (Results 251 - 275 of 1283) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-ServiceManagement/
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.9.5/pyobjc-42/pyobjc/pyobjc-framework-SyncServices/
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.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/
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.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/
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.9.5/pyobjc-42/pyobjc/pyobjc-framework-XgridFoundation/
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.9.5/pyobjc-42/pyobjc/pyobjc-core/
H A Dsetup.py78 rootdir = os.path.dirname(os.path.abspath(__file__))
86 for dirname in sys.path:
87 bn = os.path.basename(dirname)
89 to_remove.append(dirname)
91 for dirname in to_remove:
92 log.info("removing installed %r from sys.path before testing"%(dirname,))
93 sys.path.remove(dirname)
107 if not os.path.exists(os.path.dirname(filename)):
108 os.makedirs(os.path.dirname(filename))
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/user/unix/
H A Duserinfo.c69 APR_DECLARE(apr_status_t) apr_uid_homepath_get(char **dirname,
82 *dirname = apr_pstrcat(p, pw.pw_dir, pw.pw_name, NULL);
84 *dirname = apr_pstrdup(p, pw.pw_dir);
/macosx-10.9.5/apr-30/apr/apr/user/unix/
H A Duserinfo.c69 APR_DECLARE(apr_status_t) apr_uid_homepath_get(char **dirname,
82 *dirname = apr_pstrcat(p, pw.pw_dir, pw.pw_name, NULL);
84 *dirname = apr_pstrdup(p, pw.pw_dir);
/macosx-10.9.5/configd-596.15/Plugins/SCNetworkReachability/
H A DMakefile7 SYMROOT = ${shell basename ${shell dirname ${shell dirname ${PWD}}}}
12 @sudo mkdir -p ${shell dirname ${REACH_SERVER_PLIST}}
/macosx-10.9.5/ruby-104/ruby/tool/
H A Deval.rb38 def dirname idx method
44 dir = dirname(idx)
65 FileUtils.cd(dirname(idx)){
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dqwrap.tcl122 cd [file dirname $tmpdir]
126 source [file join [file dirname [info script]] wrap.tcl]
131 source [file join [file dirname [info script]] wrap.tcl]
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dcomplete.c1898 static char *dirname = (char *)NULL; local
1915 FREE (dirname);
1922 dirname = savestring (text);
1924 temp = strrchr (dirname, '/');
1928 if (dirname[0] == '/' && dirname[1] == '/' && ISALPHA ((unsigned char)dirname[2]) && dirname[3] == '/')
1929 temp = strrchr (dirname + 3, '/');
1939 else if (ISALPHA ((unsigned char)dirname[
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Ddirname.c1 /* $OpenBSD: dirname.c,v 1.13 2005/08/08 08:05:33 espie Exp $ */
20 __FBSDID("$FreeBSD: src/lib/libc/gen/dirname.c,v 1.8 2008/11/03 05:19:45 delphij Exp $");
33 dirname(const char *path) function
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Ddirname.c1 /* $OpenBSD: dirname.c,v 1.13 2005/08/08 08:05:33 espie Exp $ */
19 /* OPENBSD ORIGINAL: lib/libc/gen/dirname.c */
29 dirname(const char *path) function
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Dapplication.rb12 APP_DIR = File.expand_path(File.dirname($0)).
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/
H A Dbuildall.rb25 name = File.dirname(sampleDir)
/macosx-10.9.5/WebKit2-7537.78.2/Shared/efl/
H A DProcessExecutablePathEfl.cpp50 char* executablePathPtr = dirname(readLinkBuffer);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/user/netware/
H A Duserinfo.c40 APR_DECLARE(apr_status_t) apr_uid_homepath_get(char **dirname,
/macosx-10.9.5/apr-30/apr/apr/user/netware/
H A Duserinfo.c40 APR_DECLARE(apr_status_t) apr_uid_homepath_get(char **dirname,
/macosx-10.9.5/curl-78.94.1/curl/packages/OS400/
H A Dmake-include.sh6 SCRIPTDIR=`dirname "${0}"`
/macosx-10.9.5/libffi-18.1/tests/
H A Ddejagnu.py117 dn = os.path.basename(os.path.dirname(self.filename))
157 def testSuiteForDirectory(dirname):
159 for fn in os.listdir(dirname):
161 tst = DgTestCase(os.path.join(dirname, fn))
/macosx-10.9.5/llvmCore-3425.0.33/utils/llvm-build/llvmbuild/
H A Dconfigutil.py39 output_parent_path = os.path.dirname(os.path.abspath(output_path))
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Ddejagnu.py102 dn = os.path.basename(os.path.dirname(self.filename))
146 def testSuiteForDirectory(dirname):
148 for fn in os.listdir(dirname):
150 tst = DgTestCase(os.path.join(dirname, fn))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Ddejagnu.py108 dn = os.path.basename(os.path.dirname(self.filename))
158 def testSuiteForDirectory(dirname):
160 for fn in os.listdir(dirname):
162 tst = DgTestCase(os.path.join(dirname, fn))
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dcmd_res_test.rb3 File.dirname(__FILE__)))

Completed in 767 milliseconds

<<11121314151617181920>>