Home
last modified time | relevance | path

Searched refs:search_dot (Results 1 – 3 of 3) sorted by relevance

/dports/dns/dns2tcp/dns2tcp-0.5.2/common/
H A Ddns.c168 static unsigned int search_dot(char *buffer) in search_dot() function
192 len = search_dot(buffer); in dns_encode()
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A Dfilename.ml208 let rec search_dot i =
211 else search_dot (i - 1)
213 search_dot (String.length name - 1)
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A Dfilename.ml208 let rec search_dot i =
211 else search_dot (i - 1)
213 search_dot (String.length name - 1)