/external/e2fsprogs/e2fsck/ |
D | dirinfo.c | 32 ext2_ino_t dotdot; /* Parent according to '..' */ member 146 ent.dotdot = parent; in e2fsck_add_dir_info() 175 dir->dotdot = parent; in e2fsck_add_dir_info() 213 ret_dir_info.dotdot = buf->dotdot; in e2fsck_get_dir_info() 216 printf("(%d,%d,%d)\n", ino, buf->dotdot, buf->parent); in e2fsck_get_dir_info() 230 ctx->dir_info->array[low].dotdot, in e2fsck_get_dir_info() 238 ctx->dir_info->array[high].dotdot, in e2fsck_get_dir_info() 251 ctx->dir_info->array[mid].dotdot, in e2fsck_get_dir_info() 271 printf("e2fsck_put_dir_info (%d, %d, %d)...", dir->ino, dir->dotdot, in e2fsck_put_dir_info() 279 buf.dotdot = dir->dotdot; in e2fsck_put_dir_info() [all …]
|
D | e2fsck.h | 97 ext2_ino_t dotdot; /* Parent according to '..' */ member 423 ext2_ino_t dotdot); 427 ext2_ino_t *dotdot);
|
/external/curl/tests/unit/ |
D | unit1395.c | 38 struct dotdot { struct 47 const struct dotdot pairs[] = { argument
|
/external/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
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeParser.cs | 51 static string dotdot = ".*[^.]\\.\\.[^.].*"; field in Antlr.Runtime.Tree.TreeParser 53 static Regex dotdotPattern = new Regex( dotdot, RegexOptions.Compiled );
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeParser.cs | 49 static string dotdot = ".*[^.]\\.\\.[^.].*"; field in Antlr.Runtime.Tree.TreeParser 51 static Regex dotdotPattern = new Regex(dotdot, RegexOptions.Compiled);
|
/external/fsck_msdos/ |
D | dir.c | 451 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/ |
D | TreeParser.java | 44 static String dotdot = ".*[^.]\\.\\.[^.].*"; field in TreeParser 46 static Pattern dotdotPattern = Pattern.compile(dotdot);
|
/external/curl/lib/ |
D | Makefile.inc | 47 hostcheck.c conncache.c pipeline.c dotdot.c x509asn1.c \ 67 dotdot.h x509asn1.h http2.h sigpipe.h smb.h curl_endian.h curl_des.h \
|
D | Makefile.vc6 | 556 $(DIROBJ)\dotdot.obj \
|
/external/smali/smalidea/src/main/antlr/ |
D | smalideaParser.g | 479 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/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | tree.py | 2227 dotdot = ".*[^.]\\.\\.[^.].*" variable in TreeParser 2229 dotdotPattern = re.compile(dotdot)
|