Home
last modified time | relevance | path

Searched refs:dirspec (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DVMS.pm385 my($self,$dirspec) = @_;
387 return @dirs if ( (!defined $dirspec) || ('' eq $dirspec) );
390 $dirspec =~ s/(?<!\^)>/]/;
391 $dirspec =~ s/(?<!\^)\]\[\./\.\]\[/g; # ][. ==> .][
392 $dirspec =~ s/(?<!\^)\[000000\.\]\[/\[/g; # [000000.][ ==> [
393 $dirspec =~ s/(?<!\^)\[000000\./\[/g; # [000000. ==> [
394 $dirspec =~ s/(?<!\^)\.\]\[000000\]/\]/g; # .][000000] ==> ]
395 $dirspec =~ s/(?<!\^)\.\]\[/\./g; # foo.][bar ==> foo.bar
403 $dirspec = "[$dirspec]" unless $dirspec =~ /(?<!\^)[\[<]/; # make legal
404 $dirspec =~ s/^(\[|<)\./$1/;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-cc.c330 to_host_dir_spec (dirspec) in to_host_dir_spec() argument
331 char *dirspec; in to_host_dir_spec()
333 int len = strlen (dirspec);
335 strcpy (new_host_dirspec, dirspec);
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp331 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile() local
332 FileSystem::Instance().Resolve(dirspec); in LocateExecutableSymbolFile()
333 if (!FileSystem::Instance().IsDirectory(dirspec)) in LocateExecutableSymbolFile()
337 std::string dirname = dirspec.GetPath(); in LocateExecutableSymbolFile()
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dvms-cc.c321 to_host_dir_spec (char *dirspec) in to_host_dir_spec() argument
323 int len = strlen (dirspec); in to_host_dir_spec()
325 strcpy (new_host_dirspec, dirspec); in to_host_dir_spec()
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c671 const int dirspec = 4; in vms_split_path() local
721 item_list[dirspec].itmcode = FSCN$_DIRECTORY; in vms_split_path()
722 item_list[dirspec].length = 0; in vms_split_path()
723 item_list[dirspec].component = NULL; in vms_split_path()
766 *dir = item_list[dirspec].component; in vms_split_path()
767 *dir_len = item_list[dirspec].length; in vms_split_path()