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

1234

/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dext.h55 extern long ftell();
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c129 page.start = ftell(fin);
134 page.end = ftell(fin);
139 page.end = ftell(fin);
142 page.start = ftell(fin);
148 prolog.end = page.start = ftell(fin);
150 trailer.start = ftell(fin);
157 global[nglobal].start = ftell(fin);
161 global[nglobal++].end = ftell(fin);
165 trailer.start = ftell(fin);
166 trailer.end = ftell(fi
[all...]
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dftell.c31 ftell(Sfio_t* f) function
33 STDIO_INT(f, "ftell", long, (Sfio_t*), (f))
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dftell.c42 ftell(iop) function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dftell.c36 #pragma weak _ftell = ftell
53 ftell(FILE *iop) function
H A Dftello.c94 return ((off_t)ftell(iop));
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsend_file.c61 FileLength = ftell(FilePtr);
143 FilePos = ftell(FilePtr);
153 FilePos = ftell(FilePtr);
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h84 extern long ftell(FILE *);
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_stdio.c146 if ((len = ftell(stdout)) > 0)
150 if ((len = ftell(stderr)) > 0)
/illumos-gate/usr/src/cmd/refer/
H A Dinv2.c32 long lp, ftell();
41 lp = ftell(recf);
H A Dsortbib.c100 long offset, lastoffset = 0, ftell(); /* byte offsets in file */
105 while (offset = ftell(fp), fgets(line, BUF, fp)) {
146 offset = ftell(fp); /* measure byte offset at EOF */
H A Dmkey2.c112 return (ftell(f));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c135 pos = ftell(f);
163 rempos = ftell(f) - remlen;
198 pos = ftell(f);
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c85 p_curr = ftell(e_fptr);
96 p_curr = ftell(e_fptr);
H A Dgroups.c97 g_curr = ftell(e_fptr);
146 g_curr = ftell(e_fptr);
/illumos-gate/usr/src/cmd/look/
H A Dlook.c88 top = ftell(dfile);
115 while(ftell(dfile)<top) {
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h86 extern long ftell(FILE *);
/illumos-gate/usr/src/cmd/vi/misc/
H A Dmkstr.c41 long ftell();
269 hp->hpt = really ? ftell(mesgwrite) : fakept;
H A Dctags.c87 long ftell();
144 static long lineftell; /* ftell after getc( inf ) == '\n' */
496 lineftell = tokftell = ftell(inf);
502 lineftell = ftell(inf);
507 lineftell = ftell(inf);
518 lineftell = ftell(inf);
568 lineftell = ftell(inf);
739 lineftell = ftell(inf);
797 lineftell = ftell(inf);
817 lineftell = ftell(in
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c247 roffs = ftell(fp);
251 roffs = ftell(fp);
256 woffs = ftell(fp);
/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc300 arp->first_ar_mem = ftell(arp->fd);
308 arp->first_ar_mem = ftell(arp->fd) - (long) sizeof (Ar_port);
332 arp->sym_begin = ftell(arp->fd);
470 ftell(arp->fd)
599 arp->first_ar_mem = ftell(arp->fd);
841 ftell(fd)
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c361 ftell(stdin) - cc - 1);
366 ftell(stdin) - cc - 1);
371 ftell(stdin) - cc - 1);
/illumos-gate/usr/src/cmd/mail/
H A Dsendlist.c186 "%s@%d\n", mbox, ftell(malf));
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dio.c154 if (ftell(Bodyfp) == 0) {
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-cleanup-all-mountpoints.c66 hal_mtab_orig_len = ftell (hal_mtab_orig);

Completed in 77 milliseconds

1234