HomeSort by: relevance | last modified time | path
    Searched defs:full_path (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.h 172 gdb::unique_xmalloc_ptr<char> full_path; member in struct:open_script
177 full_path (std::move (full_path_))
cli-cmds.c 652 gdb::unique_xmalloc_ptr<char> full_path;
654 file.get (), O_RDONLY, &full_path);
668 opened.emplace (gdb_file_up (result), std::move (full_path));
741 /* The python support reopens the file, so we need to pass full_path here
749 file_to_open = opened->full_path.get ();
647 gdb::unique_xmalloc_ptr<char> full_path; member in class:gdb
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.h 172 gdb::unique_xmalloc_ptr<char> full_path; member in struct:open_script
177 full_path (std::move (full_path_))
cli-cmds.c 675 gdb::unique_xmalloc_ptr<char> full_path;
677 file.get (), O_RDONLY, &full_path);
691 opened.emplace (gdb_file_up (result), std::move (full_path));
764 /* The python support reopens the file, so we need to pass full_path here
772 file_to_open = opened->full_path.get ();
670 gdb::unique_xmalloc_ptr<char> full_path; member in class:gdb
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_file.h 42 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_file.h 42 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_file.h 42 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile
  /src/external/ibm-public/postfix/dist/src/local/
token.c 113 char *full_path; local
131 full_path = concatenate(usr_attr.home, addr + 1, (char *) 0);
132 status = deliver_file(state, usr_attr, full_path);
133 myfree(full_path);
  /src/sbin/nvmectl/
nvmectl.c 200 char full_path[64]; local
212 snprintf(full_path, sizeof(full_path), _PATH_DEV"%s", str);
213 *fd = open(full_path, O_RDWR);
216 warn("could not open %s", full_path);
  /src/crypto/external/apache2/openssl/dist/test/
prov_config_test.c 78 char *full_path = NULL; local
84 full_path = OPENSSL_zalloc(strlen(module_path) + strlen(P_TEST_PATH) + 1);
85 if (!TEST_ptr(full_path))
88 strcpy(full_path, module_path);
89 full_path = strcat(full_path, P_TEST_PATH);
90 TEST_info("full path is %s", full_path);
91 rc = stat(full_path, &sbuf);
92 OPENSSL_free(full_path);
  /src/crypto/external/bsd/openssl/dist/test/
prov_config_test.c 78 char *full_path = NULL; local
84 full_path = OPENSSL_zalloc(strlen(module_path) + strlen(P_TEST_PATH) + 1);
85 if (!TEST_ptr(full_path))
88 strcpy(full_path, module_path);
89 full_path = strcat(full_path, P_TEST_PATH);
90 TEST_info("full path is %s", full_path);
91 rc = stat(full_path, &sbuf);
92 OPENSSL_free(full_path);
  /src/sys/arch/evbppc/stand/wii/
sdmmc.c 169 const char *full_path; local
175 full_path = pathbuf;
178 full_path = fname;
185 if (strncmp(full_path, DEFAULT_DEVICE, 3) != 0) {
188 if (full_path[3] < 'a' || full_path[3] >= 'a' + MAXPARTITIONS ||
189 full_path[4] != ':') {
192 *part = full_path[3] - 'a';
  /src/external/bsd/kyua-cli/dist/engine/
test_program.cpp 313 const fs::path full_path = _pimpl->root / _pimpl->binary; local
314 return full_path.is_absolute() ? full_path : full_path.to_absolute();
  /src/sys/stand/efiboot/
efinet.c 516 const char *fname, *full_path; local
531 full_path = pathbuf;
537 full_path = fname;
541 if (strncmp(full_path, "net", 3) != 0)
543 dev = strtoimax(full_path + 3, &ep, 10);
efiblock.c 70 const char *full_path; local
78 full_path = pathbuf;
84 full_path = fname;
92 if (strncasecmp(full_path, "hd", 2) != 0)
94 dev = strtoimax(full_path + 2, &ep, 10);
  /src/external/bsd/tmux/dist/
file.c 45 char *path, *full_path; local
57 xasprintf(&full_path, "%s/%s", server_client_get_cwd(c, NULL), path);
58 return (full_path);
  /src/external/gpl3/gdb/dist/sim/ppc/
device.h 293 const char *full_path; member in struct:_ihandle_runtime_property_spec
452 const char *full_path,
  /src/external/gpl3/gdb.old/dist/sim/ppc/
device.h 293 const char *full_path; member in struct:_ihandle_runtime_property_spec
452 const char *full_path,
  /src/external/bsd/am-utils/dist/amd/
mapc.c 1225 static char full_path[MAXPATHLEN]; local
1249 xstrlcpy(full_path, str, sizeof(full_path));
1250 len = strlen(full_path);
1251 if (full_path[len - 1] != '/') /* add trailing "/" if needed */
1252 xstrlcat(full_path, "/", sizeof(full_path));
1253 xstrlcat(full_path, map, sizeof(full_path));
1254 if (access(full_path, R_OK) == 0
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-usb-linux.c 471 char full_path[USB_LINE_LEN]; local
508 snprintf(full_path, USB_LINE_LEN, "/dev/"USBMON_DEV_PREFIX"%d",
510 handle->fd = open(full_path, O_RDONLY, 0);
544 full_path);
554 "Can't open USB bus file %s", full_path);
  /src/external/gpl3/gdb/dist/gdb/
auto-load.c 533 const char *full_path; member in struct:loaded_script
624 FULL_PATH is NULL if the script wasn't found.
630 const char *name, const char *full_path,
651 + (full_path != NULL ? (strlen (full_path) + 1) : 0)));
655 if (full_path != NULL)
658 strcpy (p, full_path);
659 (*slot)->full_path = p;
662 (*slot)->full_path = NULL;
701 (*slot)->full_path = NULL
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
auto-load.c 528 const char *full_path; member in struct:loaded_script
619 FULL_PATH is NULL if the script wasn't found.
625 const char *name, const char *full_path,
646 + (full_path != NULL ? (strlen (full_path) + 1) : 0)));
650 if (full_path != NULL)
653 strcpy (p, full_path);
654 (*slot)->full_path = p;
657 (*slot)->full_path = NULL;
696 (*slot)->full_path = NULL
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_windows.c 79 const wchar_t *full_path; member in struct:restore_time
91 struct archive_wstring full_path; member in struct:tree_entry
143 struct archive_wstring full_path; member in struct:tree
1334 tree_push(t, t->basename, t->full_path.s,
1340 tree_push(t, t->basename, t->full_path.s,
1604 handle = CreateFile2(rt->full_path, FILE_WRITE_ATTRIBUTES,
1607 handle = CreateFileW(rt->full_path, FILE_WRITE_ATTRIBUTES,
1629 tree_push(struct tree *t, const wchar_t *path, const wchar_t *full_path,
1642 archive_string_init(&te->full_path);
1643 archive_wstrcpy(&te->full_path, full_path)
    [all...]
  /src/external/mit/libuv/dist/src/unix/
linux.c 2312 char full_path[256]; local
2354 snprintf(full_path, sizeof(full_path), "%s/cpu.max", path);
2357 if (uv__slurp(full_path, quota_buf, sizeof(quota_buf)) < 0)
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 5598 char full_path[PATH_MAX]; local
5601 result = ns_plugin_expandpath(plugin_path, full_path,
5602 sizeof(full_path));
5611 result = ns_plugin_check(full_path, parameters, config,
5616 "%s: plugin check failed: %s", full_path,

Completed in 68 milliseconds

1 2