Lines Matching defs:end
21 char *start, *end;34 end = strchr(start, ':');35 if (!end)37 *end = 0;43 start = end + 1;44 end = strchr(start, ':');45 if (!end) {48 end = start;49 while (*end && !isspace(*end))50 end++;52 *end = 0;65 start = ++end;66 while (*end && !isspace(*end))67 end++;68 *end = 0;