/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ |
H A D | generate_header_tests.py | 99 relpath = os.path.relpath(p, include_path) 100 relpath = posixpath.join(*os.path.split(relpath)) 101 if relpath in exclusions: 107 def produce_include(relpath, indent_level, post_include=None): argument 108 relpath = posixpath.join(*os.path.split(relpath)) 115 markup = header_markup.get(relpath, None) 131 include=relpath, 145 produce_include(os.path.relpath(p, include_path),
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/ |
H A D | project_tree.py | 17 def __init__(self, name, relpath): argument 19 self.relpath = relpath 24 return self.relpath.startswith(other_project.relpath) 40 ignored_paths.add(os.path.join(checkout_root, other_project.relpath)) 45 project_root = os.path.join(checkout_root, project.relpath)
|
H A D | llvm_checksum.py | 98 project_root = os.path.join(root_path, proj.relpath) 100 logging.info("Folder %s doesn't exist, skipping project %s", proj.relpath, 124 file_path = os.path.relpath(file_path, project_root)
|
/netbsd-src/usr.sbin/dev_mkdb/ |
H A D | dev_mkdb.c | 88 cdb_add_entry(dev_t dev, mode_t type, const char *relpath) in cdb_add_entry() argument 93 len = strlen(relpath) + 1; in cdb_add_entry() 97 memcpy(buf + 10, relpath, len); in cdb_add_entry() 130 compat_add_entry(dev_t dev, mode_t type, const char *relpath) in compat_add_entry() argument 151 data.data = __UNCONST(relpath); in compat_add_entry() 152 data.size = strlen(relpath) + 1; in compat_add_entry() 169 data.data = __UNCONST(relpath); in compat_add_entry() 170 data.size = strlen(relpath) + 1; in compat_add_entry()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/ |
H A D | generate_formatted_state.py | 103 path = os.path.relpath(root, TOP_DIR) 121 relpath = os.path.relpath(file_path, TOP_DIR) variable 122 relpath = relpath.replace('\\', '/') variable 124 print(relpath, ":", "FAIL") 127 print(relpath, ":", "PASS")
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/ |
H A D | gn.py | 58 dotfile = os.path.relpath(os.path.join(THIS_DIR, '.gn'), cwd) 59 root = os.path.relpath(ROOT_DIR, cwd)
|
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | fs-event.c | 68 WCHAR** relpath) { in uv__relative_path() argument 76 *relpath = uv__malloc((relpathlen + 1) * sizeof(WCHAR)); in uv__relative_path() 77 if (!*relpath) in uv__relative_path() 79 wcsncpy(*relpath, filename + dirlen + 1, relpathlen); in uv__relative_path() 80 (*relpath)[relpathlen] = L'\0'; in uv__relative_path()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/ |
H A D | build.info.in | 70 my $relpath = abs2rel($p, $sourcedir); 71 my $imagefile = abs2rel(catfile($buildtop, "doc", "$relpath"),
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/libcxx/utils/ |
H A D | gen_link_script.py | 30 libcxx = os.path.relpath(args.input, os.path.dirname(args.output))
|
/netbsd-src/external/cddl/osnet/dist/cmd/zinject/ |
H A D | translate.c | 87 parse_pathname(const char *inpath, char *dataset, char *relpath, in parse_pathname() argument 137 (void) strcpy(relpath, rel); in parse_pathname()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/ |
H A D | write_vcsrevision.py | 78 os.path.relpath(os.path.join(git_dir, 'logs', 'HEAD'),
|
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 2330 const char *relpath; in zfs_prop_get() local 2340 relpath = ""; in zfs_prop_get() 2342 relpath = zhp->zfs_name + strlen(source); in zfs_prop_get() 2343 if (relpath[0] == '/') in zfs_prop_get() 2344 relpath++; in zfs_prop_get() 2365 relpath[0] != '\0')) in zfs_prop_get() 2368 if (relpath[0] == '\0') in zfs_prop_get() 2373 root, str, relpath[0] == '@' ? "" : "/", in zfs_prop_get() 2374 relpath); in zfs_prop_get()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/ |
H A D | ScanView.py | 706 relpath = '/'.join(components) 707 path = posixpath.join(self.server.root, relpath)
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | file.d | 4060 size_t equalEntries(string relpath, SpanMode mode) 4063 auto len = enforce(walkLength(dirEntries(absolutePath(relpath), mode))); 4064 assert(walkLength(dirEntries(relpath, mode)) == len); 4066 map!(a => absolutePath(a.name))(dirEntries(relpath, mode)), 4067 map!(a => a.name)(dirEntries(absolutePath(relpath), mode))));
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
H A D | report.py | 543 return filename if not len(prefix) else os.path.relpath(filename, prefix)
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
H A D | dsl.py | 80 pathInSuite = [os.path.relpath(tmp.name, sourceRoot)]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 1422 const char* relpath = "."; in TEST() local 1424 char* res = realpath(relpath, path); in TEST() 1430 const char* relpath = "."; in TEST() local 1431 char* res = realpath(relpath, NULL); in TEST() 1440 const char* relpath = "."; in TEST() local 1441 char* res = canonicalize_file_name(relpath); in TEST()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | file.d | 4987 size_t equalEntries(string relpath, SpanMode mode) 4990 auto len = enforce(walkLength(dirEntries(absolutePath(relpath), mode))); 4991 assert(walkLength(dirEntries(relpath, mode)) == len); 4993 map!((return a) => absolutePath(a.name))(dirEntries(relpath, mode)), 4994 map!(a => a.name)(dirEntries(absolutePath(relpath), mode))));
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
H A D | AddLLVM.cmake | 1538 # ourselves. cmake has no relpath function, so use Python for that. 1546 def relpath(p):\n 1550 return os.path.relpath(p, base)\n 1552 sys.stdout.write(';'.join(relpath(p) for p in sys.argv[2].split(';')))"
|
/netbsd-src/external/mpl/dhcp/dist/doc/devel/ |
H A D | doxyfile.in | 907 # $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | doxygen.cfg.in | 1078 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | doxygen.cfg.in | 1079 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/netbsd-src/external/mit/libcbor/dist/ |
H A D | Doxyfile | 1130 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/doxygen/ |
H A D | user.cfg.in | 1344 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/doc/doxygen/ |
H A D | user.cfg.in | 1397 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|