Home
last modified time | relevance | path

Searched defs:dotdot (Results 1 – 12 of 12) sorted by relevance

/external/curl/tests/unit/
Dunit1395.c38 struct dotdot { struct
47 const struct dotdot pairs[] = { argument
/external/e2fsprogs/e2fsck/
Ddirinfo.c38 ext2_ino_t dotdot; /* Parent according to '..' */ member
445 ext2_ino_t dotdot) in e2fsck_dir_info_set_dotdot()
478 ext2_ino_t *dotdot) in e2fsck_dir_info_get_dotdot()
Dpass2.c915 struct ext2_dir_entry *dirent, *prev, dot, dotdot; in check_dir_block() local
De2fsck.h97 ext2_ino_t dotdot; /* Parent according to '..' */ member
Dpass1.c708 __u32 dotdot; in check_is_really_dir() local
/external/libchrome/base/files/
Dfile_enumerator_posix.cc124 FileInfo dotdot; in Next() local
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs51 static string dotdot = ".*[^.]\\.\\.[^.].*"; field in Antlr.Runtime.Tree.TreeParser
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs49 static string dotdot = ".*[^.]\\.\\.[^.].*"; field in Antlr.Runtime.Tree.TreeParser
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java44 static String dotdot = ".*[^.]\\.\\.[^.].*"; field in TreeParser
/external/protobuf/src/google/protobuf/io/
Dio_win32.cc155 static const wstring dotdot(L".."); in normalize() local
/external/antlr/runtime/Python3/antlr3/
Dtree.py2214 dotdot = ".*[^.]\\.\\.[^.].*" variable in TreeParser
/external/antlr/runtime/Python/antlr3/
Dtree.py2227 dotdot = ".*[^.]\\.\\.[^.].*" variable in TreeParser