Lines Matching defs:end
42 char *end;47 end = p + strlen(p);48 while (end > p && av_isspace(*(end-1)))49 *(--end) = '\0';253 const char *end;271 end = strchr(start, ';');272 if (end)273 len = end - start - 1;330 /* no size was given -- we read until the next boundary or end-of-file */