Searched refs:dotdot (Results 1 - 8 of 8) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Ddirinfo.c32 ext2_ino_t dotdot; /* Parent according to '..' */ member in struct:dir_info_ent
146 ent.dotdot = parent;
175 dir->dotdot = parent;
213 ret_dir_info.dotdot = buf->dotdot;
216 printf("(%d,%d,%d)\n", ino, buf->dotdot, buf->parent);
230 ctx->dir_info->array[low].dotdot,
238 ctx->dir_info->array[high].dotdot,
251 ctx->dir_info->array[mid].dotdot,
271 printf("e2fsck_put_dir_info (%d, %d, %d)...", dir->ino, dir->dotdot,
409 e2fsck_dir_info_set_dotdot(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t dotdot) argument
442 e2fsck_dir_info_get_dotdot(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t *dotdot) argument
[all...]
H A De2fsck.h97 ext2_ino_t dotdot; /* Parent according to '..' */ member in struct:dir_info
422 ext2_ino_t dotdot);
426 ext2_ino_t *dotdot);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeParser.cs49 static string dotdot = ".*[^.]\\.\\.[^.].*"; field in class:Antlr.Runtime.Tree.TreeParser
51 static Regex dotdotPattern = new Regex(dotdot, RegexOptions.Compiled);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeParser.cs51 static string dotdot = ".*[^.]\\.\\.[^.].*"; field in class:Antlr.Runtime.Tree.TreeParser
53 static Regex dotdotPattern = new Regex( dotdot, RegexOptions.Compiled );
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeParser.java44 static String dotdot = ".*[^.]\\.\\.[^.].*"; field in class:TreeParser
46 static Pattern dotdotPattern = Pattern.compile(dotdot);
/external/fsck_msdos/
H A Ddir.c451 int dot, dotdot; local
452 dot = dotdot = 0;
503 dotdot=1;
507 if (!dot || !dotdot) {
511 if (!dotdot)
550 int dot,dotdot; local
551 dot = dotdot = 0;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py2227 dotdot = ".*[^.]\\.\\.[^.].*" variable in class:TreeParser
2229 dotdotPattern = re.compile(dotdot)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 209 milliseconds