Home | History | Annotate | Download | only in util

Lines Matching defs:line_len

876 	size_t line_len;
886 while ((len = getline(&line, &line_len, fp)) > 0) {