Home
last modified time | relevance | path

Searched refs:dotdot (Results 1 – 15 of 15) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Ddirinfo.c38 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 …]
De2fsck.h98 ext2_ino_t dotdot; /* Parent according to '..' */ member
510 ext2_ino_t dotdot);
514 ext2_ino_t *dotdot);
Dpass1.c699 __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()
Dpass2.c1043 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/
Dunit1395.c38 struct dotdot { struct
47 const struct dotdot pairs[] = { argument
/third_party/curl/tests/data/
Dtest12316 dotdot removal
37 HTTP URL with dotdot removal from path
Dtest12413 # verify that dotdot removal can be disabled!
38 HTTP _without_ dotdot removal
Dtest12328 dotdot removal
39 HTTP URL with dotdot removal from path using an HTTP proxy
/third_party/python/Lib/
Dposixpath.py344 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/
Dio_win32.cc159 static const wstring dotdot(L".."); in normalize() local
177 if (segment == dotdot) { in normalize()
/third_party/curl/lib/
DMakefile.inc126 dotdot.c \
260 dotdot.h \
/third_party/mindspore/tests/ut/cpp/mindrecord/
Dut_common.cc126 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/
DCHANGELOG.md322 - failing dotdot test (([`3ee0f0e`][])
323 - fixes for dotdot tests (([`a67f230`][])
324 - failing sync dotdot test (([`55515e7`][])
/third_party/ntfs-3g/libntfs-3g/
Ddir.c836 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/
DBUILD.gn46 "//third_party/curl/lib/dotdot.c",