Home
last modified time | relevance | path

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

/external/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("(%d,%d,%d)\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()
274 ctx->dir_info->array[mid].dotdot, in e2fsck_get_dir_info()
297 printf("e2fsck_put_dir_info (%d, %d, %d)...", dir->ino, dir->dotdot, in e2fsck_put_dir_info()
306 buf.dotdot = dir->dotdot; in e2fsck_put_dir_info()
[all …]
De2fsck.h97 ext2_ino_t dotdot; /* Parent according to '..' */ member
452 ext2_ino_t dotdot);
456 ext2_ino_t *dotdot);
Dpass2.c882 struct ext2_dir_entry *dirent, *prev, dot, dotdot; in check_dir_block() local
1198 memset(&dotdot, 0, sizeof(dotdot)); in check_dir_block()
1199 dirent = &dotdot; in check_dir_block()
Dpass1.c598 __u32 dotdot; in check_is_really_dir() local
614 memcpy(&dotdot, inode->i_block, sizeof(dotdot)); in check_is_really_dir()
617 dotdot = ext2fs_le32_to_cpu(dotdot); in check_is_really_dir()
621 if (dotdot >= ctx->fs->super->s_inodes_count || in check_is_really_dir()
622 (dotdot < EXT2_FIRST_INO(ctx->fs->super) && in check_is_really_dir()
623 dotdot != EXT2_ROOT_INO) || in check_is_really_dir()
/external/curl/tests/unit/
Dunit1395.c38 struct dotdot { struct
47 const struct dotdot pairs[] = { argument
/external/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
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs49 static string dotdot = ".*[^.]\\.\\.[^.].*"; field in Antlr.Runtime.Tree.TreeParser
51 static Regex dotdotPattern = new Regex(dotdot, RegexOptions.Compiled);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs51 static string dotdot = ".*[^.]\\.\\.[^.].*"; field in Antlr.Runtime.Tree.TreeParser
53 static Regex dotdotPattern = new Regex( dotdot, RegexOptions.Compiled );
/external/fsck_msdos/
Ddir.c451 int dot, dotdot; in check_dot_dot() local
452 dot = dotdot = 0; in check_dot_dot()
503 dotdot=1; in check_dot_dot()
507 if (!dot || !dotdot) { in check_dot_dot()
511 if (!dotdot) in check_dot_dot()
550 int dot,dotdot; in readDosDirSection() local
551 dot = dotdot = 0; in readDosDirSection()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java44 static String dotdot = ".*[^.]\\.\\.[^.].*"; field in TreeParser
46 static Pattern dotdotPattern = Pattern.compile(dotdot);
/external/curl/lib/
DMakefile.inc55 curl_multibyte.c hostcheck.c conncache.c pipeline.c dotdot.c \
73 curl_setup_once.h multihandle.h setup-vms.h pipeline.h dotdot.h \
DMakefile.vc6553 $(DIROBJ)\dotdot.obj \
/external/smali/smalidea/src/main/antlr/
DsmalideaParser.g479 dotdot
906 : open_brace (register (dotdot register)?)? close_brace;
913 …: CATCH_DIRECTIVE nonvoid_type_descriptor open_brace label_ref dotdot label_ref close_brace label_…
922 : CATCHALL_DIRECTIVE open_brace label_ref dotdot label_ref close_brace label_ref
/external/curl/
DAndroid.bp137 "lib/dotdot.c",
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py2227 dotdot = ".*[^.]\\.\\.[^.].*" variable in TreeParser
2229 dotdotPattern = re.compile(dotdot)
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...