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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_doswin.c127 int idx, dot_idx; local
146 for(idx = 0, dot_idx = -1; *s && d < dlimit; s++, d++) {
163 else if(dot_idx >= 0) {
164 if(dot_idx < 5) { /* 5 is a heuristic ad-hoc'ery */
165 d[dot_idx - idx] = '_'; /* replace previous dot */
175 dot_idx = idx;
178 if(idx - 2 == dot_idx) { /* .c++, .h++ etc. */
197 dot_idx = -1;

Completed in 57 milliseconds