Home
last modified time | relevance | path

Searched refs:b_slash (Results 1 – 6 of 6) sorted by relevance

/dports/security/spybye/spybye-0.3/
H A Dstatus.c56 char *a_slash, *b_slash; in site_compare() local
64 b_slash = strchr(b_url + sizeof(HTTP_PREFIX), '/'); in site_compare()
72 if (b_slash == NULL) { in site_compare()
75 b_slash = strchr(b_url + sizeof(HTTP_PREFIX), '/'); in site_compare()
76 assert(b_slash != NULL); in site_compare()
79 host_len = MIN((int)(a_slash - a_url), (int)(b_slash - b_url)); in site_compare()
84 return strcmp(a_slash, b_slash); in site_compare()
/dports/security/py-paramiko/paramiko-2.7.2/paramiko/
H A Dsftp_client.py87 b_slash = b"/" variable
908 if len(path) and path[0:1] == b_slash:
911 if self._cwd == b_slash:
913 return self._cwd + b_slash + path
/dports/www/py-seafdav/seafdav-8.0.7-server/wsgidav/
H A Dcompat.py119 b_slash = to_bytes("/") variable
/dports/www/py-wsgidav/WsgiDAV-3.1.0/wsgidav/
H A Dcompat.py120 b_slash = to_bytes("/") variable
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/paramiko/paramiko/
H A Dsftp_client.pyi13 b_slash: bytes
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/3rd-party/mimesis/
H A Dmimesis.cpp242 auto b_slash = b.find('/');
244 if (a_slash == string::npos || b_slash == string::npos)
245 return streqi(a, 0, a_slash, b, 0, b_slash);