Searched refs:path (Results 26 - 50 of 4335) sorted by relevance

1234567891011>>

/macosx-10.9.5/bash-92/bash-3.2/examples/functions/
H A Dwhence13 local vflag= path=
39 path=$(builtin type -path $cmd)
40 if [ "$path" ] ; then
41 echo $path
H A Drecurse32 # $4 secret argument for passing down path
37 local path
40 path="${1%/}/"
42 path="$4$1/"
56 recurse "$file" "$2" "$3" "$path"
63 recurse "$1" "$2" 'echo "$path$file"'
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dfs.hpp57 // The "path" class.
61 //! \brief A class to represent a path to a file.
63 //! The path class represents the route to a file or directory in the
68 //! It is important to note that the file pointed to by a path need not
71 class path { class in namespace:atf::fs
73 //! \brief Internal representation of a path.
78 //! \brief Constructs a new path from a user-provided string.
81 //! code or by the user and constructs a new path object. The string
87 explicit path(const std::string&);
92 path(cons
[all...]
/macosx-10.9.5/CPANInternal-140/URI/URI/file/
H A DUnix.pm11 my($class, $path) = @_;
13 # tidy path
14 $path =~ s,//+,/,g;
15 $path =~ s,(/\.)+/,/,g;
16 $path = "./$path" if $path =~ m,^[^:/]+:,,; # look like "scheme:"
18 return $path;
22 my($class, $path) = @_;
23 return $path
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dfs.hpp41 std::auto_ptr< atf::fs::path > m_path;
44 temp_dir(const atf::fs::path&);
47 const atf::fs::path& get_path(void) const;
50 atf::fs::path change_directory(const atf::fs::path&);
51 void cleanup(const atf::fs::path&);
52 atf::fs::path get_current_dir(void);
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddialog.tcl62 proc Dialog::create { path args } {
83 toplevel $path \
86 wm withdraw $path
88 Widget::initFromODB Dialog $path $maps(Dialog)
90 bindtags $path [list $path BwDialog all]
92 wm overrideredirect $path 1
93 wm title $path [Widget::cget $path -title]
94 set parent [Widget::cget $path
[all...]
H A Dpagesmgr.tcl42 proc PagesManager::create { path args } {
43 variable $path
44 upvar 0 $path data
46 Widget::init PagesManager $path $args
53 eval canvas $path -relief flat -bd 0 -highlightthickness 0 \
54 [Widget::subcget $path :cmd]
56 bind $path <Configure> [list PagesManager::_realize $path]
57 bind $path <Destroy> [list PagesManager::_destroy $path]
[all...]
H A Ddynhelp.tcl111 proc DynamicHelp::sethelp { path subpath {force 0}} {
112 foreach {ctype ctext cvar} [Widget::hasChangedX $path \
115 set htype [Widget::cget $path -helptype]
119 [Widget::cget $path -helptext]]
123 [Widget::cget $path -helpvar] \
124 [Widget::cget $path -helptext]]
134 # DynamicHelp::register path balloon ?itemOrTag? text
135 # DynamicHelp::register path variable ?itemOrTag? text varName
136 # DynamicHelp::register path menu varName
137 # DynamicHelp::register path menuentr
[all...]
H A Dentry.tcl83 proc Entry::create { path args } {
84 variable $path
85 upvar 0 $path data
91 eval [list entry $path] $maps(:cmd)
92 Widget::initFromODB Entry $path $maps(Entry)
93 set state [Widget::getMegawidgetOption $path -state]
94 set editable [Widget::getMegawidgetOption $path -editable]
95 set text [Widget::getMegawidgetOption $path -text]
97 bindtags $path [list $path BwEntr
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-non-canonical-path/
H A Dmain.c30 static void tryPath(const char* path) argument
32 if ( dlopen_preflight(path) ) {
33 void* handle = dlopen(path, RTLD_LAZY);
35 FAIL("dlopen-non-canonical-path: dlopen(%s)", path);
40 FAIL("dlopen-non-canonical-path: dlopen_preflight(%s)", path);
56 PASS("dlopen-non-canonical-path");
/macosx-10.9.5/ruby-104/ruby/lib/rexml/parsers/
H A Dxpathparser.rb19 def parse path
20 path = path.dup
21 path.gsub!(/([\(\[])\s+/, '\1') # Strip ignorable spaces
22 path.gsub!( /\s+([\]\)])/, '\1')
24 path = OrExpr(path, parsed)
28 def predicate path
30 Predicate( "[#{path}]", parsed )
34 def abbreviate( path )
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dutils.h26 int global_ref_count_increase(char *path);
27 int global_ref_count_decrease(char *path);
28 int global_ref_count_get(const char *path);
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DDOMFilePath.h42 // DOMFileSystem path utilities. All methods in this class are static.
48 // Returns the name part from the given path.
49 static String getName(const String& path);
51 // Returns the parent directory path of the given path.
52 static String getDirectory(const String& path);
54 // Checks if a given path is a parent of mayBeChild. This method assumes given paths are absolute and do not have extra references to a parent (i.e. "../").
55 static bool isParentOf(const String& path, const String& mayBeChild);
57 // Appends the separator at the end of the path if it's not there already.
58 static String ensureDirectoryPath(const String& path);
63 isAbsolute(const String& path) argument
68 endsWithSeparator(const String& path) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dfreopen.c27 freopen(const char* path, const char* mode, Sfio_t* f) argument
29 STDIO_PTR(f, "freopen", Sfio_t*, (const char*, const char*, Sfio_t*), (path, mode, f))
31 return sfopen(f, path, mode);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dbasename.c9 /* char *basename(path)
10 /* const char *path;
38 char *basename(const char *path) argument
42 if ((result = strrchr(path, '/')) == 0)
43 result = (char *) path;
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dfastcwd.pl18 local(@path, $path);
38 unshift(@path, $_);
40 chdir($path = '/' . join('/', @path));
41 $path;
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dlstat.c39 lstat(const char *path, struct stat *buf) argument
41 return stat(path, buf);
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbasename.c27 basename(const char *path) argument
34 if (path == NULL || *path == '\0') {
41 endp = path + strlen(path) - 1;
42 while (endp > path && *endp == '/')
46 if (endp == path && *endp == '/') {
54 while (startp > path && *(startp - 1) != '/')
H A Ddirname.c29 dirname(const char *path) argument
36 if (path == NULL || *path == '\0') {
43 endp = path + strlen(path) - 1;
44 while (endp > path && *endp == '/')
48 while (endp > path && *endp != '/')
52 if (endp == path) {
60 } while (endp > path && *endp == '/');
63 len = endp - path
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DDOMFileSystemBlackBerry.cpp47 String typeString = url.innerURL()->path().substring(1);
55 filePath = decodeURLEscapeSequences(url.path());
57 KURL originURL(ParsedURLString, url.path());
58 String path = decodeURLEscapeSequences(originURL.path()); local
59 if (path.isEmpty() || path[0] != '/')
61 path = path.substring(1);
63 if (path
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Platform/
H A DModule.cpp31 Module::Module(const String& path) argument
32 : m_path(path)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DPathV2.h10 // This file declares the llvm::sys::path namespace. It is designed after
12 // path class.
26 namespace path { namespace in namespace:llvm::sys
34 /// components in \a path. The forward traversal order is as follows:
51 StringRef Path; ///< The entire path.
56 friend const_iterator begin(StringRef path);
57 friend const_iterator end(StringRef path);
81 /// @brief Get begin iterator over \a path.
82 /// @param path Input path
94 rbegin(StringRef path) argument
101 rend(StringRef path) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/llvm-lit/
H A Dllvm-lit.in11 sys.path.insert(0, os.path.join(llvm_source_root, 'utils', 'lit'))
18 'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg')
21 clang_obj_root = os.path.join(llvm_obj_root, 'tools', 'clang')
23 if os.path.exists(clang_obj_root):
25 os.path.join(clang_obj_root, 'test', 'lit.site.cfg')
26 clang_tools_extra_obj_root = os.path.join(clang_obj_root, 'tools', 'extra')
27 if os.path.exists(clang_tools_extra_obj_root):
29 os.path.join(clang_tools_extra_obj_root, 'test', 'lit.site.cfg')
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Ddirname.c33 dirname(const char *path) argument
46 if (path == NULL || *path == '\0') {
53 endp = path + strlen(path) - 1;
54 while (endp > path && *endp == '/')
58 while (endp > path && *endp != '/')
62 if (endp == path) {
70 } while (endp > path && *endp == '/');
73 len = endp - path
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TinyTinyEdit/
H A DTinyTinyEdit.py7 path = None variable in class:TinyTinyDocument
12 def readFromFile_ofType_(self, path, tp):
15 self.path = path
18 self.readFromUTF8(path)
21 def writeToFile_ofType_(self, path, tp):
22 f = file(path, "w")
29 if self.path:
30 self.readFromUTF8(self.path)
32 def readFromUTF8(self, path)
[all...]

Completed in 230 milliseconds

1234567891011>>