/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
H A D | git_update_version.py | 47 full_path = os.path.join(folder, entry, 'ChangeLog') 48 print('writing to %s' % full_path) 49 if os.path.exists(full_path): 50 with open(full_path) as f: 54 with open(full_path, 'w+') as f: 60 repo.git.add(full_path)
|
H A D | git_commit.py | 748 full_path = os.path.join(entry.folder, file) 749 changelog_location = self.get_changelog_by_path(full_path)
|
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
H A D | git_update_version.py | 49 full_path = os.path.join(folder, entry, 'ChangeLog') 50 print('writing to %s' % full_path) 51 if os.path.exists(full_path): 52 with open(full_path) as f: 56 with open(full_path, 'w+') as f: 62 repo.git.add(full_path)
|
H A D | git_commit.py | 748 full_path = os.path.join(entry.folder, file) 749 changelog_location = self.get_changelog_by_path(full_path)
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_file.cpp | 56 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary() 59 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary() 62 internal_strlcat(full_path, common_flags()->log_suffix, kMaxPathLength); in ReopenIfNecessary() 65 fd = OpenFile(full_path, WrOnly, &err); in ReopenIfNecessary() 69 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary() 119 return full_path; in GetReportPath()
|
H A D | sanitizer_file.h | 42 char full_path[kMaxPathLength]; member
|
/netbsd-src/sbin/nvmectl/ |
H A D | nvmectl.c | 200 char full_path[64]; in open_dev() local 212 snprintf(full_path, sizeof(full_path), _PATH_DEV"%s", str); in open_dev() 213 *fd = open(full_path, O_RDWR); in open_dev() 216 warn("could not open %s", full_path); in open_dev()
|
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | path_offset_aliases.c | 20 static void check_alias(void *fdt, const char *full_path, const char *alias_path) in check_alias() argument 24 offset = fdt_path_offset(fdt, full_path); in check_alias() 29 full_path, offset, alias_path, offset_a); in check_alias()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_file.cc | 55 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary() 58 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary() 60 fd = OpenFile(full_path, WrOnly); in ReopenIfNecessary() 64 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
|
H A D | sanitizer_file.h | 40 char full_path[kMaxPathLength]; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_file.cc | 57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary() 60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary() 62 fd = OpenFile(full_path, WrOnly); in ReopenIfNecessary() 66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
|
H A D | sanitizer_file.h | 42 char full_path[kMaxPathLength]; member
|
/netbsd-src/external/ibm-public/postfix/dist/src/local/ |
H A D | token.c | 113 char *full_path; in deliver_token_home() local 131 full_path = concatenate(usr_attr.home, addr + 1, (char *) 0); in deliver_token_home() 132 status = deliver_file(state, usr_attr, full_path); in deliver_token_home() 133 myfree(full_path); in deliver_token_home()
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | mapc.c | 1225 static char full_path[MAXPATHLEN]; in get_full_path() local 1249 xstrlcpy(full_path, str, sizeof(full_path)); in get_full_path() 1250 len = strlen(full_path); in get_full_path() 1251 if (full_path[len - 1] != '/') /* add trailing "/" if needed */ in get_full_path() 1252 xstrlcat(full_path, "/", sizeof(full_path)); in get_full_path() 1253 xstrlcat(full_path, map, sizeof(full_path)); in get_full_path() 1254 if (access(full_path, R_OK) == 0) in get_full_path() 1255 return full_path; in get_full_path()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | demangle_tree.py | 165 full_path = os.path.join(root, f) 166 full_path = os.path.normpath(full_path) 167 pending.append(full_path)
|
/netbsd-src/external/bsd/kyua-cli/dist/engine/ |
H A D | test_program.cpp | 313 const fs::path full_path = _pimpl->root / _pimpl->binary; in absolute_path() local 314 return full_path.is_absolute() ? full_path : full_path.to_absolute(); in absolute_path()
|
/netbsd-src/sys/stand/efiboot/ |
H A D | efinet.c | 516 const char *fname, *full_path; in efi_net_open() local 531 full_path = pathbuf; in efi_net_open() 537 full_path = fname; in efi_net_open() 541 if (strncmp(full_path, "net", 3) != 0) in efi_net_open() 543 dev = strtoimax(full_path + 3, &ep, 10); in efi_net_open()
|
H A D | efiblock.c | 70 const char *full_path; in efi_block_parse() local 78 full_path = pathbuf; in efi_block_parse() 84 full_path = fname; in efi_block_parse() 92 if (strncasecmp(full_path, "hd", 2) != 0) in efi_block_parse() 94 dev = strtoimax(full_path + 2, &ep, 10); in efi_block_parse()
|
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | device.h | 293 const char *full_path; member 452 const char *full_path,
|
H A D | device_table.h | 230 const char *full_path,
|
/netbsd-src/external/mpl/bind/dist/lib/bind9/ |
H A D | check.c |
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2013 | 12534 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path. 12536 (dw2_map_symtabs_matching_filename): Remove parameter full_path. 12539 * psymtab.c (partial_map_expand_apply): Remove parameter full_path. 12541 (partial_map_symtabs_matching_filename): Remove parameter full_path. 12548 * symfile.h (struct quick_symbol_functions): Remove parameter full_path 12552 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path, 12555 (iterate_over_symtabs): Drop variable full_path and its use. 12556 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
|
H A D | ChangeLog-2012 | 9076 entry.full_path initialization. Initialize entry.language and
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2013 | 12534 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path. 12536 (dw2_map_symtabs_matching_filename): Remove parameter full_path. 12539 * psymtab.c (partial_map_expand_apply): Remove parameter full_path. 12541 (partial_map_symtabs_matching_filename): Remove parameter full_path. 12548 * symfile.h (struct quick_symbol_functions): Remove parameter full_path 12552 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path, 12555 (iterate_over_symtabs): Drop variable full_path and its use. 12556 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
|
H A D | ChangeLog-2012 | 9076 entry.full_path initialization. Initialize entry.language and
|