Searched refs:ftello (Results 1 – 25 of 32) sorted by relevance
12
| /dragonfly/usr.bin/csplit/ |
| HD | csplit.c | 200 printf("%jd\n", (intmax_t)ftello(ofp)); in main() 325 if (ftello(ofp) < (off_t)sizeof(buf)) in toomuch() 338 if (ftello(ofp) == 0) in toomuch() 349 truncofs = ftello(overfile); in toomuch() 413 nwritten = (intmax_t)ftello(ofp); in do_rexp() 422 nwritten = (intmax_t)ftello(ofp); in do_rexp() 459 printf("%jd\n", (intmax_t)ftello(ofp)); in do_lineno()
|
| /dragonfly/lib/libc/stdio/ |
| HD | ftell.c | 53 rv = ftello(fp); in ftell() 65 ftello(FILE *fp) in ftello() function
|
| HD | fgetpos.c | 45 if ((*pos = ftello(fp)) == (fpos_t)-1) in fgetpos()
|
| HD | Symbol.map | 55 ftello;
|
| HD | Makefile.inc | 69 fseek.3 ftello.3 \
|
| /dragonfly/gnu/usr.bin/grep/libgreputils/ |
| HD | stdio.h | 1072 # undef ftello 1073 # define ftello rpl_ftello 1075 _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); 1076 _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp)); 1079 _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); 1081 _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp)); 1083 _GL_CXXALIASWARN (ftello); 1087 # undef ftello 1089 _GL_WARN_ON_USE (ftello, "ftello is unportable - "
|
| /dragonfly/usr.bin/patch/ |
| HD | pch.c | 287 this_line = ftello(pfp); in intuit_diff_type() 490 while (ftello(pfp) < file_pos) { in skip_to() 565 line_beginning = ftello(pfp); in another_hunk() 586 line_beginning = ftello(pfp); in another_hunk() 698 repl_backtrack_position = ftello(pfp); in another_hunk() 911 line_beginning = ftello(pfp); /* file pos of the current line */ in another_hunk() 971 line_beginning = ftello(pfp); in another_hunk() 1074 line_beginning = ftello(pfp); in another_hunk() 1471 beginning_of_this_line = ftello(pfp); in do_ed_script()
|
| /dragonfly/usr.bin/strfile/ |
| HD | strfile.c | 167 add_offset(outf, ftello(inf)); in main() 172 pos = ftello(inf); in main()
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | sysdep.h | 151 extern off_t ftello (FILE *stream);
|
| HD | bfdio.c | 49 return ftello (file); in real_ftell()
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | sysdep.h | 148 extern off_t ftello (FILE *stream);
|
| HD | bfdio.c | 51 return ftello (file); in real_ftell()
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | system.h | 269 off_t ftello (FILE *);
|
| /dragonfly/usr.bin/mail/ |
| HD | lex.c | 141 mailsize = ftello(ibuf); in setfile() 181 mailsize = ftello(ibuf); in incfile()
|
| HD | edit.c | 100 size = ftello(otf); in edit1()
|
| HD | fio.c | 83 offset = ftello(otf); in setptr()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | sysdep.h | 152 extern off_t ftello (FILE *stream);
|
| HD | bfdio.c | 49 return ftello (file); in _bfd_real_ftell()
|
| /dragonfly/usr.sbin/pflogd/ |
| HD | pflogd.c | 464 off_t pos = ftello(f); in dump_packet_nobuf() 497 offset = ftello(f); in flush_buffer()
|
| /dragonfly/bin/ed/ |
| HD | buf.c | 109 sfseek = ftello(sfp); in put_sbuf_line()
|
| /dragonfly/lib/libc/gen/ |
| HD | getgrent.c | 873 pos = ftello(st->fp); in files_group() 895 pos = ftello(st->fp); in files_group() 1407 pos = ftello(st->fp); in compat_group() 1448 pos = ftello(st->fp); in compat_group()
|
| /dragonfly/contrib/cvs-1.12/ |
| HD | README.DELETED | 111 lib/ftello.c
|
| /dragonfly/usr.sbin/makefs/cd9660/ |
| HD | cd9660_write.c | 398 curpos = ftello(fd); in cd9660_write_filedata()
|
| /dragonfly/include/ |
| HD | stdio.h | 329 off_t ftello(FILE *);
|
| /dragonfly/contrib/libpcap/ |
| HD | sf-pcap.c | 1115 return (ftello((FILE *)p)); in pcap_dump_ftell64()
|
12