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

1 2

  /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/external/gpl2/dtc/dist/tests/
path_offset_aliases.c 20 static void check_alias(void *fdt, const char *full_path, const char *alias_path)
24 offset = fdt_path_offset(fdt, full_path);
29 full_path, offset, alias_path, offset_a);
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
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)
  /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/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_))
  /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_))
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_file.cpp 57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix,
60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid);
63 internal_strlcat(full_path, common_flags()->log_suffix, kMaxPathLength);
66 fd = OpenFile(full_path, WrOnly, &err);
70 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
124 return full_path;
sanitizer_file.h 42 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_file.cpp 56 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix,
59 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid);
62 internal_strlcat(full_path, common_flags()->log_suffix, kMaxPathLength);
65 fd = OpenFile(full_path, WrOnly, &err);
69 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
119 return full_path;
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/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_update_version.py 63 full_path = os.path.join(folder, entry, 'ChangeLog')
64 logging.info('writing to %s' % full_path)
65 if os.path.exists(full_path):
66 with open(full_path) as f:
70 with open(full_path, 'w+') as f:
76 repo.git.add(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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_file.cc 57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix,
60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid);
62 fd = OpenFile(full_path, WrOnly);
66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
sanitizer_file.h 42 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile
  /src/external/gpl3/gdb.old/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/dist/gdb/
auto-load.c 594 const char *full_path; member in struct:loaded_script
685 FULL_PATH is NULL if the script wasn't found.
691 const char *name, const char *full_path,
712 + (full_path != NULL ? (strlen (full_path) + 1) : 0)));
716 if (full_path != NULL)
719 strcpy (p, full_path);
720 (*slot)->full_path = p;
723 (*slot)->full_path = NULL;
762 (*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/apache2/llvm/dist/llvm/utils/
demangle_tree.py 165 full_path = os.path.join(root, f)
166 full_path = os.path.normpath(full_path)
167 pending.append(full_path)
  /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/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/gpl3/gdb.old/dist/sim/common/
hw-properties.h 136 const char *full_path;
  /src/external/gpl3/gdb/dist/sim/common/
hw-properties.h 136 const char *full_path;
  /src/sys/stand/efiboot/
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);

Completed in 33 milliseconds

1 2