Home
last modified time | relevance | path

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

123456

/openbsd/src/regress/lib/libc/fmemopen/
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/src/gnu/usr.bin/gcc/gcc/java/
Djv-scan.c192 ft = ftell (out);
217 if (ftell (out) != ft)
219 ft = ftell (out);
228 if (ftell (out) != ft)
/openbsd/src/lib/libc/stdio/
Dftell.c89 ftell(FILE *fp) in ftell() function
98 DEF_STRONG(ftell);
/openbsd/src/usr.bin/ctags/
Dyacc.c128 lineftell = ftell(inf); in toss_yysec()
133 lineftell = ftell(inf); in toss_yysec()
Dctags.h44 #define SETLINE {++lineno;lineftell = ftell(inf);}
Dlisp.c53 lineftell = ftell(inf); in l_entries()
Dprint.c54 saveftell = ftell(inf); in get_line()
Dfortran.c52 lineftell = ftell(inf); in PF_funcs()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/
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/src/usr.bin/rpcgen/
Drpc_main.c398 tell = ftell(fout);
402 if (extend && tell == ftell(fout)) {
494 tell = ftell(fout);
507 if (extend && tell == ftell(fout)) {
710 tell = ftell(fout);
714 if (extend && tell == ftell(fout))
748 tell = ftell(fout);
755 if (extend && tell == ftell(fout))
/openbsd/src/regress/lib/libc/open_memstream/
Dopen_memstreamtest.c151 if (ftell(fp) != 8) { in main()
162 if (ftell(fp) != 7) { in main()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cstdio.h72 #undef ftell
119 using ::ftell;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cstdio.h73 #undef ftell
120 using ::ftell;
/openbsd/src/gnu/usr.bin/perl/
Dnostdio.h52 # undef ftell
105 # define ftell(f) _CANNOT _ftell_ macro
Dfakesdio.h37 #undef ftell
95 #define ftell(f) PerlIO_tell(f) macro
/openbsd/src/games/monop/
Dinitdeck.c184 CC_D.offsets[0] = ftell(outf); in putem()
200 in_deck->offsets[in_deck->num_cards++] = ftell(outf); in putem()
/openbsd/src/sys/dev/pci/drm/radeon/
Dmkregtable.c215 end = ftell(file); in parser_auth()
236 if (ftell(file) == end) in parser_auth()
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/standalone/
DStandaloneFuzzTargetMain.c31 size_t len = ftell(f); in main()
/openbsd/src/gnu/gcc/libstdc++-v3/include/c/
Dstd_cstdio.h59 #undef ftell
/openbsd/src/regress/lib/libpthread/stdio/
Dstdio.c63 ASSERT(ftell(fp) == statbuf.st_size); in test_1()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c/
Dstd_cstdio.h59 #undef ftell
/openbsd/src/usr.bin/mandoc/
Ddba_write.c51 if ((pos = ftell(ofp)) == -1) in dba_tell()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dunimplemented.t46 [ftell => \'IO::Seekable::tell'],
/openbsd/src/gnu/gcc/gcc/
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/src/gnu/gcc/libstdc++-v3/include/c_compatibility/
Dstdio.h78 using std::ftell;

123456