Searched refs:dotdot (Results 1 – 9 of 9) sorted by relevance
/third_party/curl/tests/unit/ |
D | unit1395.c | 41 struct dotdot { struct 50 const struct dotdot pairs[] = { argument
|
/third_party/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
|
/third_party/python/Lib/ |
D | posixpath.py | 344 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/ |
D | io_win32.cc | 159 static const wstring dotdot(L".."); in normalize() local 177 if (segment == dotdot) { in normalize()
|
/third_party/curl/lib/ |
D | urlapi.c | 887 bool dotdot = TRUE; in dedotdotify() local 909 dotdot = FALSE; in dedotdotify() 953 dotdot = FALSE; in dedotdotify() 956 dotdot = FALSE; in dedotdotify() 958 if(!dotdot) { in dedotdotify()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | dir.c | 836 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/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 47692 struct fake_dirent dotdot; member
|