/openbsd/regress/lib/libc/fmemopen/ |
H A D | fmemopentest.c | 50 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 D | jv-scan.c | 192 ft = ftell (out); 217 if (ftell (out) != ft) 219 ft = ftell (out); 228 if (ftell (out) != ft)
|
/openbsd/lib/libc/stdio/ |
H A D | ftell.c | 89 ftell(FILE *fp) in ftell() function 98 DEF_STRONG(ftell);
|
/openbsd/usr.bin/ctags/ |
H A D | yacc.c | 128 lineftell = ftell(inf); in toss_yysec() 133 lineftell = ftell(inf); in toss_yysec()
|
H A D | ctags.h | 44 #define SETLINE {++lineno;lineftell = ftell(inf);}
|
H A D | lisp.c | 53 lineftell = ftell(inf); in l_entries()
|
H A D | print.c | 54 saveftell = ftell(inf); in get_line()
|
H A D | fortran.c | 52 lineftell = ftell(inf); in PF_funcs()
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/io/ |
H A D | basic_file_stdio.cc | 202 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 D | rpc_main.c | 398 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/regress/lib/libc/open_memstream/ |
H A D | open_memstreamtest.c | 151 if (ftell(fp) != 8) { in main() 162 if (ftell(fp) != 7) { in main()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cstdio.h | 72 #undef ftell 119 using ::ftell;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cstdio.h | 73 #undef ftell 120 using ::ftell;
|
/openbsd/gnu/usr.bin/perl/ |
H A D | nostdio.h | 52 # undef ftell 105 # define ftell(f) _CANNOT _ftell_ macro
|
H A D | fakesdio.h | 37 #undef ftell 95 #define ftell(f) PerlIO_tell(f) macro
|
/openbsd/games/monop/ |
H A D | initdeck.c | 184 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 D | StandaloneFuzzTargetMain.c | 31 size_t len = ftell(f); in main()
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | mkregtable.c | 215 end = ftell(file); in parser_auth() 236 if (ftell(file) == end) in parser_auth()
|
/openbsd/regress/lib/libpthread/stdio/ |
H A D | stdio.c | 63 ASSERT(ftell(fp) == statbuf.st_size); in test_1()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/ |
H A D | std_cstdio.h | 59 #undef ftell
|
/openbsd/gnu/gcc/libstdc++-v3/include/c/ |
H A D | std_cstdio.h | 59 #undef ftell
|
/openbsd/usr.bin/mandoc/ |
H A D | dba_write.c | 51 if ((pos = ftell(ofp)) == -1) in dba_tell()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | unimplemented.t | 46 [ftell => \'IO::Seekable::tell'],
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-pch.c | 161 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 D | stdio.h | 78 using std::ftell;
|