/third_party/e2fsprogs/e2fsck/ |
D | dirinfo.c | 38 ext2_ino_t dotdot; /* Parent according to '..' */ member 168 ent.dotdot = parent; in e2fsck_add_dir_info() 196 dir->dotdot = parent; in e2fsck_add_dir_info() 235 ret_dir_info.dotdot = buf->dotdot; in e2fsck_get_dir_info() 238 printf("(%u,%u,%u)\n", ino, buf->dotdot, buf->parent); in e2fsck_get_dir_info() 253 ctx->dir_info->array[low].dotdot, in e2fsck_get_dir_info() 261 ctx->dir_info->array[high].dotdot, in e2fsck_get_dir_info() 275 ctx->dir_info->array[mid].dotdot, in e2fsck_get_dir_info() 298 printf("e2fsck_put_dir_info (%u, %u, %u)...", dir->ino, dir->dotdot, in e2fsck_put_dir_info() 307 buf.dotdot = dir->dotdot; in e2fsck_put_dir_info() [all …]
|
D | e2fsck.h | 98 ext2_ino_t dotdot; /* Parent according to '..' */ member 510 ext2_ino_t dotdot); 514 ext2_ino_t *dotdot);
|
D | pass1.c | 699 __u32 dotdot; in check_is_really_dir() local 715 memcpy(&dotdot, inode->i_block, sizeof(dotdot)); in check_is_really_dir() 718 dotdot = ext2fs_le32_to_cpu(dotdot); in check_is_really_dir() 722 if (dotdot >= ctx->fs->super->s_inodes_count || in check_is_really_dir() 723 (dotdot < EXT2_FIRST_INO(ctx->fs->super) && in check_is_really_dir() 724 dotdot != EXT2_ROOT_INO) || in check_is_really_dir()
|
D | pass2.c | 1043 struct ext2_dir_entry *dirent, *prev, dot, dotdot; in check_dir_block() local 1403 memset(&dotdot, 0, sizeof(dotdot)); in check_dir_block() 1404 dirent = &dotdot; in check_dir_block()
|
/third_party/curl/tests/unit/ |
D | unit1395.c | 38 struct dotdot { struct 47 const struct dotdot pairs[] = { argument
|
/third_party/curl/tests/data/ |
D | test1231 | 6 dotdot removal 37 HTTP URL with dotdot removal from path
|
D | test1241 | 3 # verify that dotdot removal can be disabled! 38 HTTP _without_ dotdot removal
|
D | test1232 | 8 dotdot removal 39 HTTP URL with dotdot removal from path using an HTTP proxy
|
/third_party/python/Lib/ |
D | posixpath.py | 344 dotdot = b'..' 349 dotdot = '..' 364 if (comp != dotdot or (not initial_slashes and not new_comps) or 365 (new_comps and new_comps[-1] == dotdot)):
|
/third_party/protobuf/src/google/protobuf/io/ |
D | io_win32.cc | 159 static const wstring dotdot(L".."); in normalize() local 177 if (segment == dotdot) { in normalize()
|
/third_party/curl/lib/ |
D | Makefile.inc | 126 dotdot.c \ 260 dotdot.h \
|
/third_party/mindspore/tests/ut/cpp/mindrecord/ |
D | ut_common.cc | 126 char dotdot[6] = ".."; in GetAbsoluteFiles() local 128 if ((strcmp(d_ent->d_name, dot) != 0) && (strcmp(d_ent->d_name, dotdot) != 0)) { in GetAbsoluteFiles()
|
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/ |
D | CHANGELOG.md | 322 - failing dotdot test (([`3ee0f0e`][]) 323 - fixes for dotdot tests (([`a67f230`][]) 324 - failing sync dotdot test (([`55515e7`][])
|
/third_party/ntfs-3g/libntfs-3g/ |
D | dir.c | 836 static const ntfschar dotdot[3] = { const_cpu_to_le16('.'), variable 1154 rc = filldir(dirent, dotdot, 1, FILE_NAME_POSIX, *pos, in ntfs_readdir() 1171 rc = filldir(dirent, dotdot, 2, FILE_NAME_POSIX, *pos, in ntfs_readdir()
|
/third_party/curl/ |
D | BUILD.gn | 46 "//third_party/curl/lib/dotdot.c",
|