Home
last modified time | relevance | path

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

123

/netbsd/src/tests/lib/libc/stdio/
Dt_fmemopen.c173 ATF_CHECK(ftello(fp) == (off_t)0); in ATF_TC_BODY()
201 ATF_CHECK(ftello(fp) == (off_t)0); in ATF_TC_BODY()
209 ATF_CHECK(ftello(fp) == (off_t)sizeof(buf)); in ATF_TC_BODY()
237 ATF_CHECK(ftello(fp) == (off_t)0); in ATF_TC_BODY()
243 ATF_CHECK(ftello(fp) == (off_t)0); in ATF_TC_BODY()
275 ATF_CHECK(ftello(fp) == (off_t)sizeof(buf)); in ATF_TC_BODY()
285 ATF_CHECK(ftello(fp) == (off_t)sizeof(buf)); in ATF_TC_BODY()
432 ATF_CHECK(ftello(fp) == (off_t)0); in ATF_TC_BODY()
437 ATF_CHECK(ftello(fp) == i); in ATF_TC_BODY()
441 ATF_CHECK(ftello(fp) == t->n); in ATF_TC_BODY()
[all …]
Dt_open_memstream.c50 off = ftello(fp); in ATF_TC_BODY()
Dt_fopen.c525 ATF_REQUIRE(ftello(f) == 0); in ATF_TC_BODY()
531 ATF_REQUIRE(ftello(f) == 7); in ATF_TC_BODY()
/netbsd/src/usr.bin/csplit/
Dcsplit.c207 (void)printf("%jd\n", (intmax_t)ftello(ofp)); in main()
337 if (ftello(ofp) < (off_t)sizeof(buf)) in toomuch()
350 if (ftello(ofp) == 0) in toomuch()
361 truncofs = ftello(overfile); in toomuch()
425 nwritten = (intmax_t)ftello(ofp); in do_rexp()
435 nwritten = (intmax_t)ftello(ofp); in do_rexp()
472 (void)printf("%jd\n", (intmax_t)ftello(ofp)); in do_lineno()
/netbsd/src/lib/libc/stdio/
Dftello.c48 __weak_alias(ftello, _ftello) in __weak_alias() argument
55 ftello(FILE *fp) in __weak_alias()
Dfgetpos.c66 return (pos->_pos = ftello(fp)) == (off_t)-1; in fgetpos()
DMakefile.inc11 fread.c freopen.c fscanf.c fseek.c fseeko.c fsetpos.c ftell.c ftello.c \
42 fseek.3 ftello.3 fseek.3 rewind.3
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dslapadd.c50 # define ftello(fp) _ftelli64(fp) macro
58 # define ftello(fp) _telli64(fileno(fp)) macro
136 ftello( ldiffp->fp ), in getrec0()
502 lutil_meter_update( &meter, ftello( ldiffp->fp ), 1); in slapadd()
/netbsd/src/external/cddl/osnet/include/
Dstdio.h37 #define ftello64 ftello
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dftello.c24 ftello (FILE *stream) in ftello() function
Dlibcvs.mak54 -@erase "$(INTDIR)\ftello.obj"
162 "$(INTDIR)\ftello.obj" \
237 -@erase "$(INTDIR)\ftello.obj"
342 "$(INTDIR)\ftello.obj" \
474 SOURCE=.\ftello.c
476 "$(INTDIR)\ftello.obj" : $(SOURCE) "$(INTDIR)"
Dsystem.h269 off_t ftello (FILE *);
/netbsd/src/lib/libc/compat/stdio/
Dcompat_fgetpos.c63 return (*pos = ftello(fp)) == (off_t)-1; in fgetpos()
/netbsd/src/usr.bin/mail/
Dmime_decode.c343 beg_pos = ftello(fp); in split_multipart()
367 cur_pos = ftello(fp); in split_multipart()
427 beg_pos = ftello(fp); in split_message()
440 end_pos = ftello(fp); in split_message()
451 this_mp->m_size = ftello(fp) - beg_pos; in split_message()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dsysdep.h101 extern off_t ftello (FILE *stream);
Dconfig.in62 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
113 /* Define to 1 if you have the `ftello' function. */
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dsysdep.h117 extern off_t ftello (FILE *stream);
Dconfig.in62 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
113 /* Define to 1 if you have the `ftello' function. */
/netbsd/src/dist/pf/sbin/pflogd/
Dpflogd.c492 size_t pos = (size_t)ftello(f);
528 offset = ftello(f);
/netbsd/src/common/dist/zlib/contrib/minizip/
Dioapi.h55 #define ftello64 ftello
Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream)
Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream)
/netbsd/src/usr.sbin/makefs/cd9660/
Dcd9660_write.c394 curpos = ftello(fd); in cd9660_write_filedata()
/netbsd/src/include/
Dstdio.h381 off_t ftello(FILE *);

123