| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | prov_config_test.c | 78 char *full_path = NULL; in test_path_config() local 84 full_path = OPENSSL_zalloc(strlen(module_path) + strlen(P_TEST_PATH) + 1); in test_path_config() 85 if (!TEST_ptr(full_path)) in test_path_config() 88 strcpy(full_path, module_path); in test_path_config() 89 full_path = strcat(full_path, P_TEST_PATH); in test_path_config() 90 TEST_info("full path is %s", full_path); in test_path_config() 91 rc = stat(full_path, &sbuf); in test_path_config() 92 OPENSSL_free(full_path); in test_path_config()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_read_disk_windows.c | 76 const wchar_t *full_path; member 88 struct archive_wstring full_path; member 140 struct archive_wstring full_path; member 1331 tree_push(t, t->basename, t->full_path.s, in archive_read_disk_descend() 1337 tree_push(t, t->basename, t->full_path.s, in archive_read_disk_descend() 1597 handle = CreateFile2(rt->full_path, FILE_WRITE_ATTRIBUTES, in close_and_restore_time() 1600 handle = CreateFileW(rt->full_path, FILE_WRITE_ATTRIBUTES, in close_and_restore_time() 1622 tree_push(struct tree *t, const wchar_t *path, const wchar_t *full_path, in tree_push() argument 1635 archive_string_init(&te->full_path); in tree_push() 1636 archive_wstrcpy(&te->full_path, full_path); in tree_push() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | auto-load.c | 528 const char *full_path; member 625 const char *name, const char *full_path, in maybe_add_script_file() argument 646 + (full_path != NULL ? (strlen (full_path) + 1) : 0))); in maybe_add_script_file() 650 if (full_path != NULL) in maybe_add_script_file() 653 strcpy (p, full_path); in maybe_add_script_file() 654 (*slot)->full_path = p; in maybe_add_script_file() 657 (*slot)->full_path = NULL; in maybe_add_script_file() 696 (*slot)->full_path = NULL; in maybe_add_script_text() 922 ext_lang_name (language), opened->full_path.get (), in source_script_file() 925 if (!file_is_auto_load_safe (opened->full_path.get ())) in source_script_file() [all …]
|
| 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.
|
| D | ChangeLog-2012 | 9076 entry.full_path initialization. Initialize entry.language and
|
| D | ChangeLog-2017 | 10408 Remove "streamp" and "full_path" parameters.
|
| /netbsd/src/external/ibm-public/postfix/dist/src/local/ |
| 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/ |
| 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/bsd/kyua-cli/dist/engine/ |
| 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/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-cmds.h | 172 gdb::unique_xmalloc_ptr<char> full_path; member 177 full_path (std::move (full_path_)) in open_script()
|
| D | cli-cmds.c | 670 gdb::unique_xmalloc_ptr<char> full_path; in find_and_open_script() local 672 file.get (), O_RDONLY, &full_path); in find_and_open_script() 686 opened.emplace (gdb_file_up (result), std::move (full_path)); in find_and_open_script() 767 file_to_open = opened->full_path.get (); in source_script_with_search()
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | pcap-usb-linux.c | 471 char full_path[USB_LINE_LEN]; in usb_activate() local 508 snprintf(full_path, USB_LINE_LEN, "/dev/"USBMON_DEV_PREFIX"%d", in usb_activate() 510 handle->fd = open(full_path, O_RDONLY, 0); in usb_activate() 544 full_path); in usb_activate() 554 "Can't open USB bus file %s", full_path); in usb_activate()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | hw-properties.c | 261 ihandle = tree_instance (me, spec.full_path); 404 ihandle->full_path, strlen (ihandle->full_path) + 1, 424 ihandle->full_path = entry->init_array;
|
| D | hw-properties.h | 136 const char *full_path;
|
| D | hw-tree.c | 765 ihandle.full_path = value; in parse_ihandle_property() 1157 p->print (p->file, " *%s", spec.full_path); in print_properties()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | device.h | 293 const char *full_path; member 452 const char *full_path,
|
| D | device_table.h | 230 const char *full_path,
|
| D | device.c | 884 ihandle = tree_instance(me, spec.full_path); in device_init_runtime_properties() 1024 ihandle->full_path, strlen(ihandle->full_path) + 1, in device_add_ihandle_runtime_property() 1045 ihandle->full_path = entry->init_array; in device_find_ihandle_runtime_property()
|
| D | tree.c | 776 ihandle.full_path = value; in parse_ihandle_property() 1075 printf_filtered(" *%s", spec.full_path); in print_properties()
|