Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Idents

115     II_fopen = &Ctx.Idents.get("fopen");
117 II_tmpfile = &Ctx.Idents.get("tmpfile");
119 II_fclose = &Ctx.Idents.get("fclose");
121 II_fread = &Ctx.Idents.get("fread");
123 II_fwrite = &Ctx.Idents.get("fwrite");
125 II_fseek = &Ctx.Idents.get("fseek");
127 II_ftell = &Ctx.Idents.get("ftell");
129 II_rewind = &Ctx.Idents.get("rewind");
131 II_fgetpos = &Ctx.Idents.get("fgetpos");
133 II_fsetpos = &Ctx.Idents.get("fsetpos");
135 II_clearerr = &Ctx.Idents.get("clearerr");
137 II_feof = &Ctx.Idents.get("feof");
139 II_ferror = &Ctx.Idents.get("ferror");
141 II_fileno = &Ctx.Idents.get("fileno");