Home | History | Annotate | Download | only in genext2fs

Lines Matching full:getline

319 // getline() replacement for Darwin and Solaris etc.
321 // on pipes etc. However, add2fs_from_file() only calls getline() for
386 #define getline(a,b,c) getdelim(a,b,'\n',c)
1520 while(getline(&line, &len, fh) >= 0)