Searched refs:full_path (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dtype.c171 char *full_path, *x; local
179 full_path = (char *)NULL;
290 if (full_path = phash_search (command))
295 printf (_("%s is hashed (%s)\n"), command, full_path);
297 printf ("%s\n", full_path);
299 free (full_path);
308 full_path = find_user_command (command);
310 full_path =
314 if (!full_path)
321 if (STREQ (full_path, comman
[all...]
H A Dhash.c159 char *full_path; local
164 full_path = find_user_command (w);
165 if (full_path && executable_file (full_path))
166 phash_insert (w, full_path, dot_found_in_search, 0);
173 FREE (full_path);
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dwhich_command.rb62 full_path = File.join dir, "#{package_name}#{ext}"
63 if File.exist? full_path and not File.directory? full_path then
64 result << full_path
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dfindcmd.c455 char *full_path, *xpath; local
464 full_path = sh_makepath (xpath, name, 0);
466 status = file_status (full_path);
473 free (full_path);
479 return (full_path);
484 return (full_path);
493 return (full_path);
500 file_to_lose_on = savestring (full_path);
509 free (full_path);
513 return (full_path);
534 char *full_path, *path; local
[all...]
H A Dhashcmd.c93 phash_insert (filename, full_path, check_dot, found)
94 char *filename, *full_path;
113 pathdata(item)->path = savestring (full_path);
117 if (*full_path != '/')
/macosx-10.10.1/python_modules-40/
H A Dtar-remove.pl21 my @data = grep { !$list{$_->full_path} } @{$self->_data};
45 my @list = grep { /$match/ } map { $_->full_path } $tar->get_files();
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-FSEvents/Examples/
H A Dwatcher.py138 full_path = clientInfo
152 path = full_path
158 path = full_path
169 get_total_size(), path, full_path)
207 full_path = os.path.abspath(settings.array_of_paths[0])
209 streamRef = my_FSEventStreamCreate(full_path)
222 dir_sz = get_directory_size(full_path, 1)
223 print "Initial total size is: %d for path: %s"%(get_total_size(), full_path)
278 full_path = os.path.join(dirname, nm)
279 st = os.lstat(full_path)
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-FSEvents/Examples/
H A Dwatcher.py138 full_path = clientInfo
152 path = full_path
158 path = full_path
169 get_total_size(), path, full_path)
207 full_path = os.path.abspath(settings.array_of_paths[0])
209 streamRef = my_FSEventStreamCreate(full_path)
222 dir_sz = get_directory_size(full_path, 1)
223 print "Initial total size is: %d for path: %s"%(get_total_size(), full_path)
278 full_path = os.path.join(dirname, nm)
279 st = os.lstat(full_path)
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-FSEvents-2.5.1/Examples/
H A Dwatcher.py138 full_path = clientInfo
152 path = full_path
158 path = full_path
169 get_total_size(), path, full_path)
207 full_path = os.path.abspath(settings.array_of_paths[0])
209 streamRef = my_FSEventStreamCreate(full_path)
222 dir_sz = get_directory_size(full_path, 1)
223 print "Initial total size is: %d for path: %s"%(get_total_size(), full_path)
278 full_path = os.path.join(dirname, nm)
279 st = os.lstat(full_path)
[all...]
/macosx-10.10.1/Security-57031.1.35/codesign_wrapper/
H A Dcodesign.c158 char full_path[1024] = {}; local
171 require(CFURLGetFileSystemRepresentation(exec, true, (uint8_t*)full_path, sizeof(full_path)), out);
177 return fopen(full_path, "r");
183 char full_path[1024] = {}; local
188 require(strlcpy(full_path, path, sizeof(full_path)) < sizeof(full_path), out);
189 require(strlcat(full_path, "/", sizeof(full_path)), ou
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dlocale.rb122 return each_localized_path(dir, base).find{|full_path| File.readable? full_path}
147 full_path = File.join(libpath, lc_path)
148 return full_path if File.readable?(full_path)
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A Dscprefs_observer.c51 char full_path[MAXPATHLEN]; local
60 snprintf(full_path, sizeof(full_path), "%s/%s", d_name, dp->d_name);
61 if (stat(full_path, &s) == 0) {
64 iterate_dir(full_path, f_name, ctxP, found);
71 CC_SHA1_Update(ctxP, full_path, (CC_LONG)strlen(full_path));
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/generator/
H A Dmarkup.rb45 # Build a webcvs URL starting for the given +url+ with +full_path+ appended
46 # as the destination path. If +url+ contains '%s' +full_path+ will be
49 def cvs_url(url, full_path)
51 sprintf url, full_path
53 url + full_path
/macosx-10.10.1/ruby-106/ruby/nacl/
H A Dpackage.rb68 full_path = nil
71 full_path = File.join(path, basename)
72 if File.exist? full_path
79 system("#{INSTALL_PROGRAM} #{full_path} #{dest_dir}")
/macosx-10.10.1/postfix-255/postfix/src/local/
H A Dtoken.c111 char *full_path; local
129 full_path = concatenate(usr_attr.home, addr + 1, (char *) 0);
130 status = deliver_file(state, usr_attr, full_path);
131 myfree(full_path);
/macosx-10.10.1/vim-55/src/proto/
H A Dfileio.pro11 char_u *shorten_fname1 __ARGS((char_u *full_path));
12 char_u *shorten_fname __ARGS((char_u *full_path, char_u *dir_name));
H A Dos_win32.pro51 void used_file_arg __ARGS((char *name, int literal, int full_path, int diff_mode));
/macosx-10.10.1/man-16/man/misc/
H A Dman-preformat.c247 just_filename(const char *full_path) { argument
249 Return pointer into <full_path> of start of filename part.
252 char *slash_p; /* Pointer to last slash in <full_path> */
255 slash_p = strrchr(full_path, '/');
256 if (slash_p == NULL) filename = (char *) full_path;
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_specification.rb302 full_path = @a2.spec_file
303 write_file full_path do |io|
307 spec = Gem::Specification.load full_path
315 full_path = @a2.spec_file
316 write_file full_path do |io|
320 full_path.taint
321 loader = Thread.new { $SAFE = 1; Gem::Specification.load full_path }
332 full_path = @a2.spec_file
333 write_file full_path do |io|
337 spec = Gem::Specification.load full_path
[all...]
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DLoadDirectoryTree.pm97 my $full_path = File::Spec->catdir($path, $item);
98 if (-d $full_path) {
101 $self->_recursiveLoad($new_tree, $full_path);
103 elsif (-f $full_path) {
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Tool/
H A Dcodesign.c210 char full_path[1024] = {}; local
224 require(CFURLGetFileSystemRepresentation(exec, true, (uint8_t*)full_path, sizeof(full_path)), out);
231 return fopen(full_path, "r");
/macosx-10.10.1/Security-57031.1.35/certificates/CertificateTool/BuildOSXRootKeychain/
H A DbuildRootKeychain.rb290 full_path = File.join(dir, f)
301 cmd_str += Utilities.quote_str(full_path)
303 Utilities.bail("Security add-trusted-cert returned an error for #{full_path}") if $? != 0
406 full_path = File.join(cert_path, f)
413 cmd_str += Utilities.quote_str(full_path)
415 Utilities.bail("Security add-certificates returned an error for #{full_path}") if $? != 0
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-usb-linux.c344 char full_path[USB_LINE_LEN]; local
367 snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index);
368 handle->fd = open(full_path, O_RDONLY, 0);
402 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handlep->bus_index);
403 handle->fd = open(full_path, O_RDONLY, 0);
412 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handlep->bus_index);
413 handle->fd = open(full_path, O_RDONLY, 0);
418 "Can't open USB bus file %s: %s", full_path, strerror(errno));
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Duninstaller.rb280 full_path = File.join gem_dir, 'gems', spec.full_name
283 full_path == spec.full_gem_path || original_path == spec.full_gem_path
/macosx-10.10.1/nano-12/src/
H A Dfiles.c1069 char *full_path = get_full_path(path); local
1072 if (full_path == NULL)
1077 if (access(full_path, W_OK) != 0 ||
1078 full_path[strlen(full_path) - 1] != '/') {
1079 free(full_path);
1084 return full_path;

Completed in 197 milliseconds

12