/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | vms-cc.c | 354 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 D | vms-ld.c | 763 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 D | SBDeclaration.cpp | 89 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 D | SBLineEntry.cpp | 108 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 D | SBTarget.cpp | 245 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 D | vms-cc.c | 344 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 D | vms-ld.c | 752 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 D | Stdio.xs | 133 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 D | SBDeclaration.i | 42 SetFileSpec (lldb::SBFileSpec filespec);
|
H A D | SBLineEntry.i | 75 SetFileSpec (lldb::SBFileSpec filespec);
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBDeclaration.h | 38 void SetFileSpec(lldb::SBFileSpec filespec);
|
H A D | SBLineEntry.h | 42 void SetFileSpec(lldb::SBFileSpec filespec);
|
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/ |
H A D | dl_vms.xs | 161 dl_expandspec(filespec) 162 char * filespec 169 tovmsspec(filespec,vmsspec);
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vms.c | 667 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 D | 02AutoSplit.t | 138 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 D | known_pod_issues.dat | 412 ext/vms-filespec/lib/vms/filespec.pm Verbatim line length including indents exceeds 78 by 1
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | ldlang.c | 4318 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 D | ChangeLog-0001 | 1055 filespec. Replace section_name, sections_sorted,
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlvms.pod | 261 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 D | perldiag.pod | 1104 =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 D | ldlang.c | 5598 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 D | ChangeLog-0001 | 1055 filespec. Replace section_name, sections_sorted,
|
/openbsd/gnu/usr.bin/perl/ |
H A D | MANIFEST | 5067 ext/VMS-Filespec/t/filespec.t See if VMS::Filespec functions work
|