OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dot_idx
(Results
1 - 1
of
1
) sorted by null
/external/curl/src/
tool_doswin.c
342
int idx,
dot_idx
;
local
375
for(idx = 0,
dot_idx
= -1; *s && d < dlimit; s++, d++) {
404
else if(
dot_idx
>= 0) {
405
if(
dot_idx
< 5) { /* 5 is a heuristic ad-hoc'ery */
406
d[
dot_idx
- idx] = '_'; /* replace previous dot */
416
dot_idx
= idx;
419
if(idx - 2 ==
dot_idx
) { /* .c++, .h++ etc. */
448
dot_idx
= -1;
Completed in 200 milliseconds