Home
last modified time | relevance | path

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

/third_party/curl/tests/unit/
Dunit1395.c41 struct dotdot { struct
50 const struct dotdot pairs[] = { argument
/third_party/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
/third_party/python/Lib/
Dposixpath.py344 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/
Dio_win32.cc159 static const wstring dotdot(L".."); in normalize() local
177 if (segment == dotdot) { in normalize()
/third_party/curl/lib/
Durlapi.c887 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/
Ddir.c836 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/
Dvmlinux.h47692 struct fake_dirent dotdot; member