Searched refs:stream (Results 1 – 1 of 1) sorted by relevance
54 static int att_readline(char *s, int size, FILE *stream) { in att_readline() argument60 while ((i < size - 1) && ((c=getc(stream)) != EOF) && c!='\n') { in att_readline()76 bs_skipline(stream); in att_readline()