Searched refs:path (Results 226 - 250 of 4335) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_argf.rb61 args ||= [@t1.path, @t2.path, @t3.path]
133 assert_in_out_err(["-", @t1.path, @t2.path], <<-INPUT, %w"1 1 1 2 2 2 3 3 1 4 4 2", [], "[ruby-core:25205]")
141 assert_in_out_err(["-", @t1.path, @t2.path, @t3.path], <<-INPUT, [], [])
147 assert_equal("1.new\n2.new\n", File.read(@t1.path))
148 assert_equal("3.new\n4.new\n", File.read(@t2.path))
[all...]
/macosx-10.9.5/postfix-252/postfix/src/fsstone/
H A Dfsstone.c81 char path[BUFSIZ]; local
87 snprintf(path, sizeof path, "%06d", seqno);
88 if ((fp = fopen(path, "w")) == 0)
89 msg_fatal("open %s: %m", path);
98 if ((fp = fopen(path, "r")) == 0)
99 msg_fatal("open %s: %m", path);
100 while (fgets(path, sizeof(path), fp))
110 char path[BUFSI local
138 char path[BUFSIZ]; local
150 char path[BUFSIZ]; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dscrollframe.tcl56 proc ScrollableFrame::create { path args } {
57 Widget::init ScrollableFrame $path $args
59 set bg [Widget::cget $path -background]
61 set canvas [eval [list canvas $path] [Widget::subcget $path :cmd] \
65 set frame [eval [list frame $path.frame] \
70 -width [Widget::cget $path -areawidth] \
71 -height [Widget::cget $path -areaheight]
83 bindtags $path [list $path BwScrollableFram
[all...]
H A Dpanelframe.tcl98 proc PanelFrame::create { path args } {
101 Widget::init PanelFrame $path $args
104 set outer [eval [list frame $path -class PanelFrame] \
105 [Widget::subcget $path :cmd]]
106 set title [eval [list frame $path.title] \
107 [Widget::subcget $path .title]]
108 set tlbl [eval [list label $path.title.text] $lblopts -anchor w \
109 [Widget::subcget $path .title.text]]
110 set inner [eval [list frame $path.frame] \
111 [Widget::subcget $path
[all...]
H A Dscrollview.tcl50 proc ScrollView::create { path args } {
51 Widget::init ScrollView $path $args
52 eval [list canvas $path] \
53 [Widget::subcget $path :cmd] -highlightthickness 0
55 Widget::create ScrollView $path
57 Widget::getVariable $path _widget
59 set w [Widget::cget $path -window]
60 set _widget(bd) [Widget::cget $path -borderwidth]
61 set _widget(width) [Widget::cget $path -width]
62 set _widget(height) [Widget::cget $path
[all...]
H A Dstatusbar.tcl117 proc StatusBar::create { path args } {
127 Widget::init StatusBar $path $args
129 eval [list frame $path -class StatusBar] [Widget::subcget $path :cmd]
131 foreach {padx pady} [_padval [Widget::cget $path -pad]] \
132 {ipadx ipady} [_padval [Widget::cget $path -ipad]] { break }
135 set sbar [ttk::frame $path.sbar -padding [list $padx $pady]]
137 set sbar [eval [list frame $path.sbar -padx $padx -pady $pady] \
138 [Widget::subcget $path .sbar]]
145 set resize [eval [list label $path
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathprobe.c27 * return in path the full path name of the probe(1)
29 * if attr != 0 then path attribute assignments placed here
31 * if path==0 then the space is malloc'd
35 * -3 return non-writable path name with no generation
36 * -2 return path name with no generation
37 * -1 return no $HOME path name with no generation
52 pathprobe(char* path, char* attr, const char* lang, const char* tool, const char* proc, int op) argument
54 return pathprobe_20100601(lang, tool, proc, op, path, PATH_MAX, attr, PATH_MAX);
68 * return non-0 if path i
72 rofs(const char* path) argument
98 pathprobe_20100601(const char* lang, const char* tool, const char* aproc, int op, char* path, size_t pathsize, char* attr, size_t attrsize) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFileSystemProjectDelegate.js57 return WebInspector.FileSystemProjectDelegate.projectId(this._fileSystem.path());
73 return this._fileSystem.path();
81 return this._fileSystem.path().substr(this._fileSystem.path().lastIndexOf("/") + 1);
85 * @param {Array.<string>} path
88 _filePathForPath: function(path)
90 return "/" + path.join("/");
94 * @param {Array.<string>} path
97 requestFileContent: function(path, callback)
99 var filePath = this._filePathForPath(path);
[all...]
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_tempfile.rb24 path = t.path
27 assert_equal "hello world", File.read(path)
32 assert_equal Dir.tmpdir, File.dirname(t.path)
46 assert_equal subdir, File.dirname(tempfile.path)
57 assert_match(/^foo/, File.basename(t.path))
62 assert_match(/^foo/, File.basename(t.path))
63 assert_match(/\.txt$/, File.basename(t.path))
68 path = t.path
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DDOMPath.h46 static PassRefPtr<DOMPath> create(DOMPath* path) { return adoptRef(new DOMPath(path)); } argument
48 static PassRefPtr<DOMPath> create(const Path& path) { return adoptRef(new DOMPath(path)); } argument
50 const Path& path() const { return m_path; } function in class:WebCore::DOMPath
55 DOMPath(const Path& path) argument
58 m_path = path;
60 DOMPath(DOMPath* path) argument
63 m_path = path->path();
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/Examples/IEWebArchive/
H A DMHTDocument.py8 path = None variable in class:MHTDocument
21 def readFromFile_ofType_(self, path, tp):
23 self.path = path
25 self.readMHT_(path)
29 def writeToFile_ofType_(self, path, tp):
34 if self.path:
35 self.readMHT_(self.path)
37 def readMHT_(self, path):
38 self.mht = MHTLoader(path)
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/Examples/IEWebArchive/
H A DMHTDocument.py8 path = None variable in class:MHTDocument
21 def readFromFile_ofType_(self, path, tp):
23 self.path = path
25 self.readMHT_(path)
29 def writeToFile_ofType_(self, path, tp):
34 if self.path:
35 self.readMHT_(self.path)
37 def readMHT_(self, path):
38 self.mht = MHTLoader(path)
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dsecure_path.c38 * Verify that path is the right type and not writable by other users.
41 sudo_secure_path(path, type, uid, gid, sbp)
42 const char *path;
51 if (path != NULL && stat(path, &sb) == 0) {
72 * Verify that path is a regular file and not writable by other users.
75 sudo_secure_file(path, uid, gid, sbp)
76 const char *path;
81 return sudo_secure_path(path, _S_IFREG, uid, gid, sbp);
85 * Verify that path i
[all...]
H A Dfind_path.c56 find_path(infile, outfile, sbp, path, ignore_dot)
60 char *path; /* path to search */
64 char *n; /* for traversing path */
65 char *origpath; /* so we can free path later */
74 * If we were given a fully qualified or relative path
86 if (path == NULL)
88 path = estrdup(path);
89 origpath = path;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dpaths.tcl3 # Generic path list management, for use by import management.
41 method add {path} {
42 set pos [lsearch $mypaths $path]
44 lappend mypaths $path
48 method remove {path} {
49 set pos [lsearch $mypaths $path]
/macosx-10.9.5/ksh-20/ksh/src/lib/libdll/
H A Ddllplug.c31 * if path!=0 then library path up to size chars copied to path with trailing 0
36 dllplugin(const char* lib, const char* name, const char* ver, unsigned long rel, unsigned long* cur, int flags, char* path, size_t size) argument
55 if (dll = dllopen(dle->path, flags|RTLD_GLOBAL|RTLD_PARENT))
57 if (!dllcheck(dll, dle->path, rel, cur))
64 if (path && size)
65 strlcpy(path, dle->path, size);
84 dll = dllplugin(lib, s, 0, 0, 0, flags, path, siz
123 dllplug(const char* lib, const char* name, const char* ver, int flags, char* path, size_t size) argument
[all...]
/macosx-10.9.5/man-16/man/catopen/
H A Dcatopen.c20 static nl_catd my_catopenpath(char *name, char *path);
64 * by NLSPATH, then an implementation defined default path is used"
96 char *path0, *path, *s, *file, *lang, *lang_l, *lang_t, *lang_c; local
158 path = path0;
165 *path++ = '%'; break;
167 strncpy(path, name, namesz); path += namesz; break;
169 strncpy(path, lang, langsz); path += langsz; break;
171 strncpy(path, lang_
[all...]
/macosx-10.9.5/securityd-55199.3/src/
H A Dtokencache.cpp52 // relative to cache root (use cache->path())
57 // relative to token directory (use token->path())
68 static unsigned long getFile(const string &path, unsigned long defaultValue) argument
71 AutoFileDesc fd(path, O_RDONLY, FileDesc::modeMissingOk);
82 static string getFile(const string &path, const string &defaultValue) argument
85 AutoFileDesc fd(path, O_RDONLY, FileDesc::modeMissingOk);
96 static void putFile(const string &path, uint32 value) argument
100 AutoFileDesc(path, O_WRONLY | O_CREAT | O_TRUNC).writeAll(buffer);
103 static void putFile(const string &path, const string &value) argument
105 AutoFileDesc(path, O_WRONL
118 string Rooted::path(const char *sub) const function in class:Rooted
169 makedir(const char *path, int flags, mode_t mode, Owner owner) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dpathcanon.c49 _is_cygdrive (path)
50 char *path;
56 /* If the path is the first part of a network path, treat it as
58 if (path[0] == '/' && path[1] == '/' && !strchr (path + 2, '/'))
69 return !strcasecmp (path, user) || !strcasecmp (path, system);
75 _path_isdir (path)
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dmkdir.c67 register char* path; local
122 while (path = *argv++)
124 if (!mkdir(path, mode))
127 error(0, "%s: directory created", path);
132 error(ERROR_system(0), "%s:", path);
145 n = strlen(path);
146 while (n > 0 && path[--n] == '/');
147 path[n + 1] = 0;
148 for (part = path, n = *part; n;)
157 if (mkdir(path,
[all...]
/macosx-10.9.5/patch_cmds-17/diffstat/porting/
H A Dwildcard.c27 # define DirFindFirst(path,p) (!_dos_findfirst(path, 0, &p))
42 has_wildcard(char *path) argument
45 return (strstr(path, "...") != 0
46 || strchr(path, '*') != 0
47 || strchr(path, '?') != 0);
49 return (strchr(path, '*') != 0
50 || strchr(path, '?') != 0);
55 expand_wildcard(char *path, int initiate) argument
62 if ((leaf = strchr(path, '/'))
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_addr_find.c39 /* Dictionary search path (see maps(3)).
95 const char *mail_addr_find(MAPS *path, const char *address, char **extp) argument
124 if ((result = maps_find(path, full_key, FULL)) == 0 && path->error == 0
125 && bare_key != 0 && (result = maps_find(path, bare_key, PARTIAL)) != 0
135 if (result == 0 && path->error == 0
140 result = maps_find(path, full_key, PARTIAL);
141 if (result == 0 && path->error == 0 && bare_key != 0) {
145 if ((result = maps_find(path, bare_key, PARTIAL)) != 0 && extp != 0) {
152 path
190 MAPS *path; local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/uri/
H A Dftp.rb18 # the structure of its path. draft-hoffman-ftp-uri-04 is a draft but it
32 :path, :typecode
48 def self.new2(user, password, host, port, path,
64 typecode ? path + TYPECODE_PREFIX + typecode : path,
73 # The components accepted are +userinfo+, +host+, +port+, +path+ and
80 # [userinfo, host, port, path, typecode]
82 # If the path supplied is absolute, it will be escaped in order to
88 # '/path/file.> zip', 'i'])
92 # :path
233 def path method in class:URI.FTP
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/pathname/lib/
H A Dpathname.rb41 # chop_basename(path) -> [pre-basename, basename] or nil
42 def chop_basename(path) # :nodoc:
43 base = File.basename(path)
47 return path[0, path.rindex(base)], base
52 # split_names(path) -> prefix, [name, ...]
53 def split_names(path) # :nodoc:
55 while r = chop_basename(path)
56 path, basename = r
59 return path, name
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Daemon/
H A DMakefile.PL29 my ($self, $path) = @_;
30 ($path =~ /\~$/) ? undef : $path;

Completed in 301 milliseconds

1234567891011>>