Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Idents

124     II_fopen = &Ctx.Idents.get("fopen");
126 II_tmpfile = &Ctx.Idents.get("tmpfile");
128 II_fclose = &Ctx.Idents.get("fclose");
130 II_fread = &Ctx.Idents.get("fread");
132 II_fwrite = &Ctx.Idents.get("fwrite");
134 II_fseek = &Ctx.Idents.get("fseek");
136 II_ftell = &Ctx.Idents.get("ftell");
138 II_rewind = &Ctx.Idents.get("rewind");
140 II_fgetpos = &Ctx.Idents.get("fgetpos");
142 II_fsetpos = &Ctx.Idents.get("fsetpos");
144 II_clearerr = &Ctx.Idents.get("clearerr");
146 II_feof = &Ctx.Idents.get("feof");
148 II_ferror = &Ctx.Idents.get("ferror");
150 II_fileno = &Ctx.Idents.get("fileno");