Home
last modified time | relevance | path

Searched refs:ftello (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/usr.bin/csplit/
HDcsplit.c200 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/
HDftell.c53 rv = ftello(fp); in ftell()
65 ftello(FILE *fp) in ftello() function
HDfgetpos.c45 if ((*pos = ftello(fp)) == (fpos_t)-1) in fgetpos()
HDSymbol.map55 ftello;
HDMakefile.inc69 fseek.3 ftello.3 \
/dragonfly/gnu/usr.bin/grep/libgreputils/
HDstdio.h1072 # 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/
HDpch.c287 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/
HDstrfile.c167 add_offset(outf, ftello(inf)); in main()
172 pos = ftello(inf); in main()
/dragonfly/contrib/binutils-2.27/bfd/
HDsysdep.h151 extern off_t ftello (FILE *stream);
HDbfdio.c49 return ftello (file); in real_ftell()
/dragonfly/contrib/gdb-7/bfd/
HDsysdep.h148 extern off_t ftello (FILE *stream);
HDbfdio.c51 return ftello (file); in real_ftell()
/dragonfly/contrib/cvs-1.12/lib/
HDsystem.h269 off_t ftello (FILE *);
/dragonfly/usr.bin/mail/
HDlex.c141 mailsize = ftello(ibuf); in setfile()
181 mailsize = ftello(ibuf); in incfile()
HDedit.c100 size = ftello(otf); in edit1()
HDfio.c83 offset = ftello(otf); in setptr()
/dragonfly/contrib/binutils-2.34/bfd/
HDsysdep.h152 extern off_t ftello (FILE *stream);
HDbfdio.c49 return ftello (file); in _bfd_real_ftell()
/dragonfly/usr.sbin/pflogd/
HDpflogd.c464 off_t pos = ftello(f); in dump_packet_nobuf()
497 offset = ftello(f); in flush_buffer()
/dragonfly/bin/ed/
HDbuf.c109 sfseek = ftello(sfp); in put_sbuf_line()
/dragonfly/lib/libc/gen/
HDgetgrent.c873 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/
HDREADME.DELETED111 lib/ftello.c
/dragonfly/usr.sbin/makefs/cd9660/
HDcd9660_write.c398 curpos = ftello(fd); in cd9660_write_filedata()
/dragonfly/include/
HDstdio.h329 off_t ftello(FILE *);
/dragonfly/contrib/libpcap/
HDsf-pcap.c1115 return (ftello((FILE *)p)); in pcap_dump_ftell64()

12