Home | History | Annotate | Download | only in tools

Lines Matching defs:linelen

1888 		size_t j, n_deps, linepos, linelen, slen;
1897 linelen = strlen(p) + 1;
1900 linelen += 1 + strlen(mod_get_compressed_path(d));
1903 line = malloc(linelen + 1);