Home
last modified time | relevance | path

Searched refs:ftell (Results 1 – 25 of 104) sorted by relevance

12345

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c129 page.start = ftell(fin); in ps_include()
134 page.end = ftell(fin); in ps_include()
139 page.end = ftell(fin); in ps_include()
142 page.start = ftell(fin); in ps_include()
148 prolog.end = page.start = ftell(fin); in ps_include()
150 trailer.start = ftell(fin); in ps_include()
157 global[nglobal].start = ftell(fin); in ps_include()
161 global[nglobal++].end = ftell(fin); in ps_include()
165 trailer.start = ftell(fin); in ps_include()
166 trailer.end = ftell(fin); in ps_include()
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dfmemopentest.c60 if (ftell(s2) != strlen(string) + 1) { in simpletest()
67 if (ftell(s2) != 0) { in simpletest()
102 if (ftell(s1) != 0) { in updatetest()
192 if (ftell(s1) != 8) { in seektest()
203 if (ftell(s1) != 7) { in seektest()
H A Dopen_memstreamtest.c161 if (ftell(fp) != 8) { in main()
172 if (ftell(fp) != 7) { in main()
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsend_file.c59 FileLength = ftell(FilePtr); in ADM_Send_file()
141 FilePos = ftell(FilePtr); in ADM_Send_file()
151 FilePos = ftell(FilePtr); in ADM_Send_file()
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c88 long ftell();
476 lineftell = ftell(inf); in C_entries()
481 lineftell = ftell(inf); in C_entries()
492 lineftell = ftell(inf); in C_entries()
542 lineftell = ftell(inf); in C_entries()
711 lineftell = ftell(inf);
769 lineftell = ftell(inf);
789 lineftell = ftell(inf);
931 long saveftell = ftell(inf);
1308 off = ftell(inf);
[all …]
/illumos-gate/usr/src/cmd/acpi/common/
H A Dcmfsize.c184 CurrentOffset = ftell (File); in CmGetFileSize()
196 FileSize = ftell (File); in CmGetFileSize()
H A Dacfileio.c397 TableOffset = ftell (File); in AcGetOneTableFromFile()
499 FileOffset = ftell (File); in AcIsFileBinary()
554 OriginalOffset = ftell (File); in AcValidateTableHeader()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dftell.c34 #pragma weak _ftell = ftell
98 ftell(FILE *iop) in ftell() function
H A Dftello.c69 return ((off_t)ftell(iop)); in ftello()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c245 roffs = ftell(fp); in zonecfg_delete_scratch()
249 roffs = ftell(fp); in zonecfg_delete_scratch()
254 woffs = ftell(fp); in zonecfg_delete_scratch()
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_stdio.c144 if ((len = ftell(stdout)) > 0) in proc_flushstdio()
148 if ((len = ftell(stderr)) > 0) in proc_flushstdio()
/illumos-gate/usr/src/cmd/refer/
H A Dinv2.c30 long lp, ftell(); in newkeys()
39 lp = ftell(recf); in newkeys()
H A Dsortbib.c98 long offset, lastoffset = 0, ftell(); /* byte offsets in file */ in sortbib()
103 while (offset = ftell(fp), fgets(line, BUF, fp)) { in sortbib()
144 offset = ftell(fp); /* measure byte offset at EOF */ in sortbib()
/illumos-gate/usr/src/cmd/look/
H A Dlook.c86 top = ftell(dfile); in main()
113 while(ftell(dfile)<top) { in main()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c84 p_curr = ftell(e_fptr); in edit_project()
95 p_curr = ftell(e_fptr); in edit_project()
H A Dgroups.c94 g_curr = ftell(e_fptr); in edit_group()
143 g_curr = ftell(e_fptr); in edit_group()
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c425 tell = ftell(fout); in c_output()
429 if (extend && tell == ftell(fout)) { in c_output()
562 tell = ftell(fout); in h_output()
611 if (extend && tell == ftell(fout)) { in h_output()
802 tell = ftell(fout); in svc_output()
805 if (extend && tell == ftell(fout)) in svc_output()
838 tell = ftell(fout); in clnt_output()
845 if (extend && tell == ftell(fout)) in clnt_output()
/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc300 arp->first_ar_mem = ftell(arp->fd); in open_archive()
308 arp->first_ar_mem = ftell(arp->fd) - (long) sizeof (Ar_port); in open_archive()
332 arp->sym_begin = ftell(arp->fd); in open_archive()
470 ftell(arp->fd) in read_archive_dir()
599 arp->first_ar_mem = ftell(arp->fd); in process_long_names_member()
841 ftell(fd) in read_member_header()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsfio157 if(fread(buf, 1, 7, f2) != 7 || ftell(f2) != 7)
160 if(fseek(f1, 1010, 0) < 0 || ftell(f1) != 1010)
164 if(ftell(f2) != 1010)
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Ddtio.c605 Gbl_NextLineOffset = (UINT32) ftell (Handle); in DtGetNextLine()
725 Gbl_NextLineOffset = (UINT32) ftell (Handle); in DtGetNextLine()
767 Gbl_NextLineOffset = (UINT32) ftell (Handle); in DtGetNextLine()
809 Gbl_NextLineOffset = (UINT32) ftell (Handle); in DtGetNextLine()
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c359 ftell(stdin) - cc - 1);
364 ftell(stdin) - cc - 1);
369 ftell(stdin) - cc - 1);
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dext.h55 extern long ftell();
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dftell.c31 ftell(Sfio_t* f) in ftell() function
/illumos-gate/usr/src/cmd/tic/
H A Dtic_scan.c319 long ftell(); in next_char()
325 curr_file_pos = ftell(stdin); in next_char()
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h84 extern long ftell(FILE *);

12345