HomeSort by: relevance | last modified time | path
    Searched defs:fbuflen (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mkdep/
mkdep.c 167 static int fbuflen; local in function:read_fname
177 if (len >= fbuflen - 1) {
178 fbuf = realloc(fbuf, fbuflen += 32);
mkdep.c 167 static int fbuflen; local in function:read_fname
177 if (len >= fbuflen - 1) {
178 fbuf = realloc(fbuf, fbuflen += 32);

Completed in 96 milliseconds