Lines Matching defs:end
215 char *end;226 end = strstr(start, "]");227 if (!end)230 *end = '\0';505 char *start, *end;513 end = strstr(start, "\n");515 while (end) {516 *end = '\0';520 start = ++end;521 end = strstr(start, "\n");586 /* detect the end of the options. */