| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | path.d | 529 auto dirName(R)(R path) 536 auto dirName(C)(C[] path) 593 assert(dirName("") == "."); 594 assert(dirName("file"w) == "."); 595 assert(dirName("dir/"d) == "."); 596 assert(dirName("dir///") == "."); 597 assert(dirName("dir/file"w.dup) == "dir"); 598 assert(dirName("dir///file"d.dup) == "dir"); 599 assert(dirName("dir/subdir/") == "dir"); 600 assert(dirName("/dir/file"w) == "/dir"); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | path.d | 560 auto dirName(R)(return scope R path) 567 auto dirName(C)(return scope C[] path) 576 assert(dirName("") == "."); 577 assert(dirName("file"w) == "."); 578 assert(dirName("dir/"d) == "."); 579 assert(dirName("dir///") == "."); 580 assert(dirName("dir/file"w.dup) == "dir"); 581 assert(dirName("dir///file"d.dup) == "dir"); 582 assert(dirName("dir/subdir/") == "dir"); 583 assert(dirName("/dir/file"w) == "/dir"); [all …]
|
| H A D | file.d | 3020 import std.path : dirName, baseName; in mkdirRecurse() 3022 const left = dirName(pathname); in mkdirRecurse()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/ |
| H A D | filelogger.d | 66 import std.path : dirName; in this() 74 auto d = dirName(this.filename); in this() 209 import std.path : dirName; 211 const string tmpFolder = dirName(deleteme);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/ |
| H A D | filelogger.d | 69 import std.path : dirName; in this() 77 auto d = dirName(this.filename); in this() 216 import std.path : dirName; 218 const string tmpFolder = dirName(deleteme);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
| H A D | darwin-c.c | 251 struct framework_header {const char * dirName; int dirNameLen; }; member 316 for (i = 0; framework_header_dirs[i].dirName; i++) in framework_construct_pathname() 319 framework_header_dirs[i].dirName, in framework_construct_pathname() 392 for (i = 0; framework_header_dirs[i].dirName; i++) in find_subframework_file() 395 framework_header_dirs[i].dirName, in find_subframework_file()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
| H A D | darwin-c.cc | 251 struct framework_header {const char * dirName; int dirNameLen; }; member 316 for (i = 0; framework_header_dirs[i].dirName; i++) in framework_construct_pathname() 319 framework_header_dirs[i].dirName, in framework_construct_pathname() 392 for (i = 0; framework_header_dirs[i].dirName; i++) in find_subframework_file() 395 framework_header_dirs[i].dirName, in find_subframework_file()
|
| /netbsd-src/usr.bin/make/ |
| H A D | dir.c | 646 const char *dirName = dir->name; in DirMatchFiles() local 647 bool isDot = dirName[0] == '.' && dirName[1] == '\0'; in DirMatchFiles() 681 : str_concat3(dirName, "/", base); in DirMatchFiles()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man5/ |
| H A D | x509v3_config.pod | 164 registered ID: OBJECT IDENTIFIER), B<IP> (an IP address), B<dirName> 173 The value of B<dirName> should point to a section containing the distinguished 189 subjectAltName=dirName:dir_sect 264 CRLissuer=dirName:issuer_sect
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man5/ |
| H A D | x509v3_config.pod | 227 B<dirName> (a distinguished name), 239 The value of B<dirName> is specifies the configuration section containing 260 subjectAltName = dirName:dir_sect 361 CRLissuer = dirName:issuer_sect
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | DwarfLib.h | 135 DwrLineRegs (DwrSec *_secp, char *dirName);
|
| H A D | DwarfLib.cc | 1269 DwrLineRegs::DwrLineRegs (DwrSec *secp, char *dirName) in DwrLineRegs() argument 1303 (long long) (next_cu_offset - header_offset), STR (dirName), in DwrLineRegs() 1316 include_directories->append (dirName); in DwrLineRegs()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | DwarfLib.h | 139 DwrLineRegs (Dwarf *_dwarf, DwrSec *_secp, char *dirName);
|
| H A D | DwarfLib.cc | 1400 DwrLineRegs::DwrLineRegs (Dwarf *_dwarf, DwrSec *secp, char *dirName) in DwrLineRegs() argument 1444 (long long) (next_cu_offset - header_offset), STR (dirName), in DwrLineRegs() 1464 dir_names->append (new DwrFileName (dirName)); in DwrLineRegs() 1474 file_names->append (new DwrFileName (dirName)); in DwrLineRegs()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | CHANGES | 6622 req and dirName.
|