Searched refs:mdot2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libfetch/
H A Dcommon.c508 const char *hdot, *mdot1, *mdot2; local
530 mdot2 = strnstr(mdot1 + 1, ".", mlen - mdot1idx - 1);
531 if (mdot2 == NULL || (mlen - (mdot2 - m)) < 2)

Completed in 100 milliseconds