Searched refs:ST_EOF (Results 1 – 3 of 3) sorted by relevance
222 static enum {ST_EOF, ST_FILE, ST_STRING} state = ST_EOF; in cu_fgets() enumerator230 case ST_EOF: in cu_fgets()268 state = ST_EOF; in cu_fgets()284 state = ST_EOF; in cu_fgets()
722 ST_EOF, /* at filemark */ enumerator1191 #define IN_EOF(pos) (pos.eof == ST_EOF_PENDING || pos.eof == ST_EOF)
3416 if ((minor & MT_BSD) && (un->un_pos.eof == ST_EOF)) { in st_close()3480 case ST_EOF: in st_close()4001 un->un_pos.eof = ST_EOF; in st_rw()4350 un->un_pos.eof = ST_EOF; in st_queued_strategy()4354 case ST_EOF: in st_queued_strategy()4579 } else if (un->un_pos.eof > ST_EOF) { in st_space_fmks()4710 if (un->un_pos.eof > ST_EOF) { in st_find_eod()4714 if (un->un_pos.eof > ST_EOF) { in st_find_eod()11840 if (un->un_pos.eof <= ST_EOF) { in st_set_state()12134 un->un_pos.eof = ST_EOF; in st_set_state()[all …]