Home
last modified time | relevance | path

Searched refs:ftell (Results 1 – 25 of 135) sorted by relevance

123456

/openbsd/regress/lib/libc/fmemopen/
H A Dfmemopentest.c50 if (ftell(s2) != strlen(string) + 1) { in simpletest()
57 if (ftell(s2) != 0) { in simpletest()
86 if (ftell(s1) != 0) { in appendtest()
98 if (ftell(s1) != strlen("hello world")) { in appendtest()
138 if (ftell(s1) != 0) { in updatetest()
230 if (ftell(s1) != 8) { in seektest()
241 if (ftell(s1) != 7) { in seektest()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djv-scan.c192 ft = ftell (out);
217 if (ftell (out) != ft)
219 ft = ftell (out);
228 if (ftell (out) != ft)
/openbsd/lib/libc/stdio/
H A Dftell.c89 ftell(FILE *fp) in ftell() function
98 DEF_STRONG(ftell);
/openbsd/usr.bin/ctags/
H A Dyacc.c128 lineftell = ftell(inf); in toss_yysec()
133 lineftell = ftell(inf); in toss_yysec()
H A Dctags.h44 #define SETLINE {++lineno;lineftell = ftell(inf);}
H A Dlisp.c53 lineftell = ftell(inf); in l_entries()
H A Dprint.c54 saveftell = ftell(inf); in get_line()
H A Dfortran.c52 lineftell = ftell(inf); in PF_funcs()
/openbsd/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_stdio.cc202 return ftell(_M_cfile); in seekoff()
212 return ftell(_M_cfile); in seekpos()
247 return __buffer.st_size - ftell(_M_cfile); in showmanyc_helper()
/openbsd/usr.bin/rpcgen/
H A Drpc_main.c398 tell = ftell(fout);
402 if (extend && tell == ftell(fout)) {
491 tell = ftell(fout);
504 if (extend && tell == ftell(fout)) {
707 tell = ftell(fout);
711 if (extend && tell == ftell(fout))
745 tell = ftell(fout);
752 if (extend && tell == ftell(fout))
/openbsd/regress/lib/libc/open_memstream/
H A Dopen_memstreamtest.c151 if (ftell(fp) != 8) { in main()
162 if (ftell(fp) != 7) { in main()
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdio.h72 #undef ftell
119 using ::ftell;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h73 #undef ftell
120 using ::ftell;
/openbsd/gnu/usr.bin/perl/
H A Dnostdio.h52 #undef ftell
105 #define ftell(f) _CANNOT _ftell_ macro
H A Dfakesdio.h37 #undef ftell
95 #define ftell(f) PerlIO_tell(f) macro
/openbsd/games/monop/
H A Dinitdeck.c184 CC_D.offsets[0] = ftell(outf); in putem()
200 in_deck->offsets[in_deck->num_cards++] = ftell(outf); in putem()
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/standalone/
H A DStandaloneFuzzTargetMain.c31 size_t len = ftell(f); in main()
/openbsd/sys/dev/pci/drm/radeon/
H A Dmkregtable.c215 end = ftell(file); in parser_auth()
236 if (ftell(file) == end) in parser_auth()
/openbsd/regress/lib/libpthread/stdio/
H A Dstdio.c63 ASSERT(ftell(fp) == statbuf.st_size); in test_1()
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cstdio.h59 #undef ftell
/openbsd/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cstdio.h59 #undef ftell
/openbsd/usr.bin/mandoc/
H A Ddba_write.c51 if ((pos = ftell(ofp)) == -1) in dba_tell()
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dunimplemented.t46 [ftell => \'IO::Seekable::tell'],
/openbsd/gnu/gcc/gcc/
H A Dc-pch.c161 asm_file_startpos = ftell (asm_out_file); in pch_init()
184 asm_file_end = ftell (asm_out_file); in c_common_write_pch()
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dstdio.h78 using std::ftell;

123456