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

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
fullpath-expand.exp 16 standard_testfile .c fullpath-expand-func.c
49 "rbreak XXX/fullpath-expand-func.c:func"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
fullpath-expand.exp 16 standard_testfile .c fullpath-expand-func.c
49 "rbreak XXX/fullpath-expand-func.c:func"
  /src/external/cddl/osnet/dist/cmd/zinject/
translate.c 92 char fullpath[MAXPATHLEN]; local
94 compress_slashes(inpath, fullpath);
96 if (fullpath[0] != '/') {
98 "path\n", fullpath);
103 if (strlen(fullpath) >= MAXPATHLEN) {
108 if (stat64(fullpath, statbuf) != 0) {
110 fullpath, strerror(errno));
114 if (statfs(fullpath, &sfs) == -1) {
116 fullpath, strerror(errno));
122 "filesystem\n", fullpath);
    [all...]
  /src/external/gpl2/texinfo/dist/info/
dir.c 129 char *fullpath = xmalloc (3 + strlen (this_dir) + namelen); local
131 strcpy (fullpath, this_dir);
132 if (!IS_SLASH (fullpath[strlen (fullpath) - 1]))
133 strcat (fullpath, "/");
134 strcat (fullpath, from_file);
136 statable = (stat (fullpath, &finfo) == 0);
143 char *contents = filesys_read_info_file (fullpath, &filesize,
153 free (fullpath);
nodes.c 164 node->filename = file_buffer->fullpath;
232 || (FILENAME_CMP (filename, file_buffer->fullpath) == 0)
235 filename_non_directory (file_buffer->fullpath))
253 if (stat (file_buffer->fullpath, &new_info) == -1)
316 char *fullpath, *contents;
324 fullpath = info_find_fullpath (filename);
327 retcode = stat (fullpath, &finfo);
351 fullpath = info_find_fullpath (lowered_name);
353 retcode = stat (fullpath, &finfo);
365 contents = filesys_read_info_file (fullpath, &filesize, &finfo, &compressed)
313 char *fullpath, *contents; local
793 char *fullpath; local
    [all...]
nodes.h 106 char *fullpath; /* The full pathname of this info file. */
105 char *fullpath; \/* The full pathname of this info file. *\/ member in struct:__anon9537
  /src/external/bsd/libarchive/dist/libarchive/test/
test_write_disk.c 242 wchar_t *fullpath; local
324 assert((fullpath = malloc((l + 20) * sizeof(wchar_t))) != NULL);
325 assert((l = GetCurrentDirectoryW(l, fullpath)) != 0);
326 wcscat(fullpath, L"\\f:i*l?e\"f<i>l|e");
328 archive_entry_copy_pathname_w(ae, fullpath);
333 free(fullpath);
337 assert((fullpath = malloc((l + 30) * sizeof(wchar_t))) != NULL);
338 assert((l = GetCurrentDirectoryW(l, fullpath)) != 0);
339 wcscat(fullpath, L"\\d:i*r?e\"c<t>o|ry/file1");
341 archive_entry_copy_pathname_w(ae, fullpath);
    [all...]
test_read_disk_directory_traversals.c 92 wchar_t *wcwd, *wp, *fullpath; local
436 fullpath = malloc(sizeof(wchar_t) * (wcslen(wcwd) + 32));
437 wcscpy(fullpath, L"//?/");
438 wcscat(fullpath, wcwd);
439 wcscat(fullpath, L"/dir1/file1");
441 assertEqualIntA(a, ARCHIVE_OK, archive_read_disk_open_w(a, fullpath));
442 while ((wcwd = wcschr(fullpath, L'\\')) != NULL)
448 assertEqualWString(archive_entry_pathname_w(ae), fullpath); local
462 free(fullpath);
468 fullpath = malloc(sizeof(wchar_t) * (wcslen(wcwd) + 32))
482 assertEqualWString(archive_entry_pathname_w(ae), fullpath); local
495 assertEqualWString(archive_entry_pathname_w(ae), fullpath); local
505 assertEqualWString(archive_entry_pathname_w(ae), fullpath); local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
filter_fork_windows.c 81 struct archive_string fullpath; local
92 archive_string_init(&fullpath);
116 if (archive_string_ensure(&fullpath, fl) == NULL)
119 fl = SearchPathA(NULL, acmd->path, ext, fl, fullpath.s,
187 if (CreateProcessA(fullpath.s, cmdline.s, NULL, NULL, TRUE, 0,
208 archive_string_free(&fullpath);
224 archive_string_free(&fullpath);
archive_write_open_filename.c 138 wchar_t *fullpath; local
161 fullpath = __la_win_permissive_name_w(wcs);
162 if (fullpath != NULL) {
163 mine->fd = _wopen(fullpath, flags, 0666);
164 free(fullpath);
archive_windows.c 422 wchar_t *fullpath; local
429 fullpath = NULL;
444 fullpath = __la_win_permissive_name_w(path);
445 if (fullpath == NULL) {
449 path = fullpath;
450 attr = GetFileAttributesW(fullpath);
454 free(fullpath);
460 if (fullpath != NULL)
461 handle = CreateFileW(fullpath, 0, 0, NULL,
478 handle = CreateFile2(fullpath, 0, 0
    [all...]
archive_read_open_filename.c 303 wchar_t *fullpath; local
304 fullpath = __la_win_permissive_name_w(wfilename);
305 if (fullpath != NULL) {
306 fd = _wopen(fullpath, O_RDONLY | O_BINARY);
307 free(fullpath);
  /src/external/gpl2/texinfo/dist/makeinfo/
files.c 112 char *fullpath;
120 fullpath = xmalloc (2 + strlen (dir) + strlen (filename));
121 sprintf (fullpath, "%s/%s", dir, filename);
124 result = stat (fullpath, finfo);
127 return fullpath;
129 free (fullpath);
200 char *fullpath, *result;
203 result = fullpath = NULL;
205 fullpath
209 if (!fullpath)
111 char *fullpath; local
198 char *fullpath, *result; local
    [all...]
  /src/usr.sbin/mtree/
mtree.c 64 char fullpath[MAXPATHLEN]; variable
282 if ((cflag || sflag) && !getcwd(fullpath, sizeof(fullpath)))
extern.h 95 extern char fullpath[];
  /src/external/bsd/pkg_install/dist/lib/
plist.c 726 char *fullpath, *oldvalue, *newvalue; local
728 fullpath = xasprintf("%s/%s", prefix, path);
729 oldvalue = pkgdb_retrieve(fullpath);
734 pkgdb_remove(fullpath);
738 pkgdb_store(fullpath, newvalue);
740 free(fullpath);
748 char *fullpath, *oldvalue, *newvalue, *iter; local
750 fullpath = xasprintf("%s/%s", prefix, path);
751 oldvalue = pkgdb_retrieve(fullpath);
768 pkgdb_remove(fullpath);
    [all...]
  /src/sbin/fsck_msdos/
dir.c 93 static char *fullpath(struct dosDirEntry *);
163 fullpath(struct dosDirEntry *dir) function
408 fullpath(dir), dir->size, physicalSize);
420 fullpath(dir));
525 fullpath(dir));
636 fullpath(dir), 2);
676 fullpath(&dirent), 0);
692 fullpath(&dirent));
718 fullpath(&dirent));
722 fullpath(&dirent)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
rehash.c 193 static int handle_symlink(const char *filename, const char *fullpath)
221 n = readlink(fullpath, linktarget, sizeof(linktarget));
232 static int do_file(const char *filename, const char *fullpath, enum Hash h)
254 if ((b = BIO_new_file(fullpath, "r")) == NULL) {
  /src/external/bsd/pkg_install/dist/add/
perform.c 695 char *fullpath; local
754 fullpath = xasprintf("%s/%s", pkg->prefix, p->name);
755 pkgdb_store(fullpath, pkg->pkgname);
756 free(fullpath);
762 fullpath = xasprintf("%s/%s", pkg->prefix, p->name);
763 mkdir_p(fullpath);
764 free(fullpath);
1095 char *fullpath, *existing; local
1116 fullpath = xasprintf("%s/%s", pkg->prefix, p->name);
1117 existing = pkgdb_retrieve(fullpath);
    [all...]
  /src/external/gpl2/dtc/dist/
dtc.c 38 tree->fullpath = join_path(prefix, tree->name);
47 fill_fullpaths(child, tree->fullpath);
checks.c 96 xasprintf_append(&str, "%s:%s: ", node->fullpath, prop->name);
98 xasprintf_append(&str, "%s: ", node->fullpath);
140 TRACE(c, "%s", node->fullpath);
414 ((prop) ? "' in " : ""), (node)->fullpath
539 phandle, other->fullpath);
637 path = refnode->fullpath;
790 c_addr_cells, node->parent->fullpath,
795 c_size_cells, node->parent->fullpath,
1255 FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath);
1418 provider_node->fullpath,
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
rehash.c 195 static int handle_symlink(const char *filename, const char *fullpath)
224 n = readlink(fullpath, linktarget, sizeof(linktarget));
235 static int do_file(const char *filename, const char *fullpath, enum Hash h)
257 if ((b = BIO_new_file(fullpath, "r")) == NULL) {
  /src/crypto/external/bsd/openssl/dist/apps/
rehash.c 195 static int handle_symlink(const char *filename, const char *fullpath)
223 n = readlink(fullpath, linktarget, sizeof(linktarget));
234 static int do_file(const char *filename, const char *fullpath, enum Hash h)
256 if ((b = BIO_new_file(fullpath, "r")) == NULL) {
  /src/external/gpl3/gdb.old/dist/sim/common/
gennltvals.py 116 fullpath = srcdir / header
117 assert fullpath.exists(), f'{fullpath} does not exist'
  /src/external/gpl3/gdb/dist/sim/common/
gennltvals.py 116 fullpath = srcdir / header
117 assert fullpath.exists(), f'{fullpath} does not exist'

Completed in 26 milliseconds

1 2