Home
last modified time | relevance | path

Searched refs:osfgets (Results 1 – 23 of 23) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dtclibprs.cpp97 if (osfgets(buf, sizeof(buf), fp) == 0) in parse_lib()
120 if (osfgets(buf2, sizeof(buf2), fp) != 0) in parse_lib()
136 if (osfgets(buf2, sizeof(buf2), fp) == 0) in parse_lib()
H A Dtccmdutl.cpp137 if (osfgets(buf, buflen, fp) == 0) in parse_opt_file()
189 if (osfgets(buf + len, buflen - len, fp) == 0) in parse_opt_file()
H A Dmsgcomp.cpp83 if (osfgets(buf, sizeof(buf), fphdr) == 0) in read_header_file()
373 if (osfgets(buf, sizeof(buf), fpin) == 0) in main()
574 if (osfgets(buf, sizeof(buf), fpin) == 0) in main()
619 if (osfgets(buf, sizeof(buf), fpin) == 0) in main()
H A Dmkchrtab.cpp903 if (osfgets(buf, sizeof(buf), fp) == 0) in main()
H A Dvmconsol.cpp2464 if (osfgets(buf, buflen, script_fp_) == 0) in read_line_from_script()
/dports/games/tads/tads-3.0.8/tads2/
H A Dqas.c90 if (!osfgets(buf, bufl, scrfp)) in qasgets()
H A Dmkchrtab.c763 if (osfgets(buf, sizeof(buf), fp) == 0) in load_unicode_file()
1163 if (osfgets(buf, sizeof(buf), fp) == 0) in main()
H A Dosunixt.h312 #define osfgets(buf, len, fp) fgets(buf, len, fp) macro
H A Derrmsg.c574 osfgets(outbuf, outbufl, ctx->errcxfp); in errmsg()
H A Dlinf.c984 ret = (osfgets((char *)buf, siz, linf->linffp) != 0); in linfgets()
H A Dtadsrsc.c1480 if (!osfgets(buf, sizeof(buf), argfp)) break; in main()
H A Dbif.c3010 if (!osfgets((char *)buf, sizeof(buf) - 1, fp)) in biffread()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dqa_scriptor.cpp78 if (!osfgets(buf, bufl, scrfp)) in qasgets()
H A Dline_source_file.cpp981 ret = (osfgets((char *)buf, siz, linf->linffp) != 0); in linfgets()
H A Dbuilt_in.cpp3037 if (!osfgets((char *)dbuf, sizeof(dbuf) - 1, fp)) in biffread()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Dqa_scriptor.cpp78 if (!osfgets(buf, bufl, scrfp)) in qasgets()
H A Dline_source_file.cpp981 ret = (osfgets((char *)buf, siz, linf->linffp) != 0); in linfgets()
H A Dbuilt_in.cpp3037 if (!osfgets((char *)dbuf, sizeof(dbuf) - 1, fp)) in biffread()
/dports/games/tads/tads-3.0.8/tads2/glk/
H A Dos_glk.h189 #define osfgets(buf, len, fp) glk_get_line_stream(fp, buf, (glui32)len) macro
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/
H A Dos_frob_tads.h368 char *osfgets(char *buf, size_t len, osfildef *fp);
H A Dos_frob_tads.cpp110 char *osfgets(char *buf, size_t count, osfildef *fp) { in osfgets() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/
H A Dos_frob_tads.h368 char *osfgets(char *buf, size_t len, osfildef *fp);
H A Dos_frob_tads.cpp110 char *osfgets(char *buf, size_t count, osfildef *fp) { in osfgets() function