Searched refs:tok_end (Results 1 – 1 of 1) sorted by relevance
131 char *tok_end; in parsenetrc() local149 tok_end = tok; in parsenetrc()152 while(!ISSPACE(*tok_end)) { in parsenetrc()153 tok_end++; in parsenetrc()164 tok_end++; /* pass the leading quote */ in parsenetrc()165 while(*tok_end) { in parsenetrc()166 char s = *tok_end; in parsenetrc()183 tok_end++; in parsenetrc()187 tok_end++; /* pass the ending quote */ in parsenetrc()195 tok_end++; in parsenetrc()[all …]
Completed in 3 milliseconds