Searched refs:ftell (Results 76 - 96 of 96) sorted by relevance

1234

/illumos-gate/usr/src/cmd/bnu/
H A Duux.c911 cfileUsed = (ftell(fpc) != 0L); /* was cfile used? */
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c783 if ((length = ftell(Lfile)) > 0) {
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c514 size = ftell(fdlint);
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile112 fputc.o fputs.o fread.o fseek.o ftell.o \
/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c1275 if (ftell(errlog) > 0) {
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c1022 hal_mtab_len = ftell (hal_mtab);
H A Ddevice_info.c1396 filesize = (int) ftell (file);
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c935 hal_mtab_orig_len = ftell (hal_mtab_orig);
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c115 bv->bv_len = ftell( fp );
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3945 loc->offset = ftell(etcf);
3989 loc->offset = ftell(etcf);
4005 loc->offset = ftell(etcf);
4025 loc->offset = ftell(etcf);
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com402 common/stdio/ftell.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com689 ftell.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com666 ftell.o \
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c845 first_record = ftell(fp);
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile642 ftell.o \
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c390 first_record = ftell(fp);
417 first_record = ftell(fp);
441 first_record = ftell(fp);
/illumos-gate/usr/src/man/man3c/
H A DMakefile152 ftell.3c \
1739 ftello.3c := LINKSRC = ftell.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1268 /* ftell.c */
1269 long ftell(FILE *iop);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com723 ftell.o \
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c892 if (fflush(fp) || (len = ftell(fp)) < 0 ||
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c2307 filesize = ftell(fp);

Completed in 143 milliseconds

1234