Home | Sort by: relevance | last modified time | path |
/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); |