Home
last modified time | relevance | path

Searched refs:filespec (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-cc.c354 to_host_file_spec (filespec) in to_host_file_spec() argument
355 char *filespec; in to_host_file_spec()
358 if (strchr (filespec, ']') || strchr (filespec, ':'))
359 strcpy (new_host_filespec, filespec);
362 decc$to_vms (filespec, translate_unix, 1, 1);
H A Dvms-ld.c763 to_host_file_spec (filespec) in to_host_file_spec() argument
764 char *filespec; in to_host_file_spec()
767 if (strchr (filespec, ']') || strchr (filespec, ':'))
768 strcpy (new_host_filespec, filespec);
771 decc$to_vms (filespec, translate_unix, 1, 1);
/openbsd/gnu/llvm/lldb/source/API/
H A DSBDeclaration.cpp89 void SBDeclaration::SetFileSpec(lldb::SBFileSpec filespec) { in SetFileSpec() argument
90 LLDB_INSTRUMENT_VA(this, filespec); in SetFileSpec()
92 if (filespec.IsValid()) in SetFileSpec()
93 ref().SetFile(filespec.ref()); in SetFileSpec()
H A DSBLineEntry.cpp108 void SBLineEntry::SetFileSpec(lldb::SBFileSpec filespec) { in SetFileSpec() argument
109 LLDB_INSTRUMENT_VA(this, filespec); in SetFileSpec()
111 if (filespec.IsValid()) in SetFileSpec()
112 ref().file = filespec.ref(); in SetFileSpec()
H A DSBTarget.cpp245 FileSpec filespec(core_file); in LoadCore() local
246 FileSystem::Instance().Resolve(filespec); in LoadCore()
248 target_sp->GetDebugger().GetListener(), "", &filespec, false)); in LoadCore()
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dvms-cc.c344 to_host_file_spec (char *filespec) in to_host_file_spec() argument
347 if (strchr (filespec, ']') || strchr (filespec, ':')) in to_host_file_spec()
348 strcpy (new_host_filespec, filespec); in to_host_file_spec()
351 decc$to_vms (filespec, translate_unix, 1, 1); in to_host_file_spec()
H A Dvms-ld.c752 to_host_file_spec (char *filespec) in to_host_file_spec() argument
755 if (strchr (filespec, ']') || strchr (filespec, ':')) in to_host_file_spec()
756 strcpy (new_host_filespec, filespec); in to_host_file_spec()
759 decc$to_vms (filespec, translate_unix, 1, 1); in to_host_file_spec()
/openbsd/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.xs133 char filespec[NAM$C_MAXRSS], *acmode, *s, *colon, *dirend = NULL; variable
143 if (!PerlIO_getname(fp,filespec)) XSRETURN_UNDEF;
144 for (s = filespec; *s; s++) {
171 iotype, filespec);
175 name = sv_2mortal(newSVpvn(filespec,strlen(filespec)));
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBDeclaration.i42 SetFileSpec (lldb::SBFileSpec filespec);
H A DSBLineEntry.i75 SetFileSpec (lldb::SBFileSpec filespec);
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBDeclaration.h38 void SetFileSpec(lldb::SBFileSpec filespec);
H A DSBLineEntry.h42 void SetFileSpec(lldb::SBFileSpec filespec);
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_vms.xs161 dl_expandspec(filespec)
162 char * filespec
169 tovmsspec(filespec,vmsspec);
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c667 const int filespec = 0; in vms_split_path() local
699 item_list[filespec].length = 0; in vms_split_path()
5478 (const char *filespec, argument
5503 if (!filespec || !*filespec) {
5512 in_spec = filespec;
5913 (pTHX_ const char *filespec, argument
9415 $DESCRIPTOR(filespec, "");
9457 filespec.dsc$a_pointer = item;
9458 filespec.dsc$w_length = strlen(filespec.dsc$a_pointer);
10693 if (filespec && (filespec < wordbreak)) isdcl = 0;
[all …]
/openbsd/gnu/usr.bin/perl/cpan/AutoLoader/t/
H A D02AutoSplit.t138 my ($filespec, $replacement);
140 $filespec = $1;
141 $replacement = VMS::Filespec::unixify($filespec);
143 $output =~ s/\Q$filespec\E/$replacement/;
/openbsd/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat412 ext/vms-filespec/lib/vms/filespec.pm Verbatim line length including indents exceeds 78 by 1
/openbsd/gnu/usr.bin/binutils/ld/
H A Dldlang.c4318 lang_add_wild (struct wildcard_spec *filespec, in lang_add_wild() argument
4337 if (filespec != NULL && filespec->name != NULL) in lang_add_wild()
4339 if (strcmp (filespec->name, "*") == 0) in lang_add_wild()
4340 filespec->name = NULL; in lang_add_wild()
4341 else if (! wildcardp (filespec->name)) in lang_add_wild()
4348 if (filespec != NULL) in lang_add_wild()
4350 new->filename = filespec->name; in lang_add_wild()
4351 new->filenames_sorted = filespec->sorted; in lang_add_wild()
H A DChangeLog-00011055 filespec. Replace section_name, sections_sorted,
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlvms.pod261 the wildcard filespec uses VMS syntax, the resultant
262 filespecs will follow VMS syntax; if a Unix-style filespec is
283 If the wildcard filespec contains a device or directory
289 path as was present in the input filespec. For example, if
296 Similarly, the resultant filespec will contain the file version
297 only if one was present in the input filespec.
688 argument begins with '@' or '$' (other than as part of a filespec),
690 the command line is treated as the filespec of an image to run, and
692 defaults to expand the filespec) and pass the rest of C<exec>'s
H A Dperldiag.pod1104 =item Can't get filespec - stale stat buffer?
1111 the necessary information, and passes it, instead of the filespec, to
1112 the access-checking routine. It will try to retrieve the filespec using
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.c5598 lang_add_wild (struct wildcard_spec *filespec, in lang_add_wild() argument
5617 if (filespec != NULL && filespec->name != NULL) in lang_add_wild()
5619 if (strcmp (filespec->name, "*") == 0) in lang_add_wild()
5620 filespec->name = NULL; in lang_add_wild()
5621 else if (! wildcardp (filespec->name)) in lang_add_wild()
5628 if (filespec != NULL) in lang_add_wild()
5630 new->filename = filespec->name; in lang_add_wild()
5631 new->filenames_sorted = filespec->sorted == by_name; in lang_add_wild()
H A DChangeLog-00011055 filespec. Replace section_name, sections_sorted,
/openbsd/gnu/usr.bin/perl/
H A DMANIFEST5067 ext/VMS-Filespec/t/filespec.t See if VMS::Filespec functions work