Home
last modified time | relevance | path

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

12345

/titanic_41/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 …]
/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsend_file.c61 FileLength = ftell(FilePtr); in ADM_Send_file()
143 FilePos = ftell(FilePtr); in ADM_Send_file()
153 FilePos = ftell(FilePtr); in ADM_Send_file()
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dftell.c36 #pragma weak _ftell = ftell
53 ftell(FILE *iop) in ftell() function
H A Dftello.c94 return ((off_t)ftell(iop)); in ftello()
/titanic_41/usr/src/cmd/vi/misc/
H A Dctags.c87 long ftell();
496 lineftell = tokftell = ftell(inf); in C_entries()
502 lineftell = ftell(inf); in C_entries()
507 lineftell = ftell(inf); in C_entries()
518 lineftell = ftell(inf); in C_entries()
568 lineftell = ftell(inf); in C_entries()
739 lineftell = ftell(inf);
797 lineftell = ftell(inf);
817 lineftell = ftell(inf);
953 long saveftell = ftell(inf);
[all …]
H A Dmkstr.c41 long ftell();
269 hp->hpt = really ? ftell(mesgwrite) : fakept;
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c135 pos = ftell(f); in remexportent()
163 rempos = ftell(f) - remlen; in remexportent()
198 pos = ftell(f); in addexportent()
/titanic_41/usr/src/lib/libzonecfg/common/
H A Dscratchops.c247 roffs = ftell(fp); in zonecfg_delete_scratch()
251 roffs = ftell(fp); in zonecfg_delete_scratch()
256 woffs = ftell(fp); in zonecfg_delete_scratch()
/titanic_41/usr/src/lib/libproc/common/
H A Dproc_stdio.c146 if ((len = ftell(stdout)) > 0) in proc_flushstdio()
150 if ((len = ftell(stderr)) > 0) in proc_flushstdio()
/titanic_41/usr/src/cmd/refer/
H A Dinv2.c32 long lp, ftell(); in newkeys()
41 lp = ftell(recf); in newkeys()
H A Dsortbib.c100 long offset, lastoffset = 0, ftell(); /* byte offsets in file */ in sortbib()
105 while (offset = ftell(fp), fgets(line, BUF, fp)) { in sortbib()
146 offset = ftell(fp); /* measure byte offset at EOF */ in sortbib()
/titanic_41/usr/src/cmd/look/
H A Dlook.c88 top = ftell(dfile); in main()
115 while(ftell(dfile)<top) { in main()
/titanic_41/usr/src/cmd/oamuser/user/
H A Dproj.c85 p_curr = ftell(e_fptr); in edit_project()
96 p_curr = ftell(e_fptr); in edit_project()
H A Dgroups.c97 g_curr = ftell(e_fptr); in edit_group()
146 g_curr = ftell(e_fptr); in edit_group()
/titanic_41/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()
/titanic_41/usr/src/lib/libast/common/features/
H A Dsfio147 if(fread(buf, 1, 7, f2) != 7 || ftell(f2) != 7)
150 if(fseek(f1, 1010, 0) < 0 || ftell(f1) != 1010)
154 if(ftell(f2) != 1010)
/titanic_41/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()
/titanic_41/usr/src/cmd/lp/filter/postscript/common/
H A Dext.h55 extern long ftell();
/titanic_41/usr/src/lib/libast/common/stdio/
H A Dftell.c31 ftell(Sfio_t* f) in ftell() function
/titanic_41/usr/src/cmd/strings/
H A Dstrings.c361 ftell(stdin) - cc - 1);
366 ftell(stdin) - cc - 1);
371 ftell(stdin) - cc - 1);
/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Dftell.c42 ftell(iop) in ftell() function
/titanic_41/usr/src/cmd/tic/
H A Dtic_scan.c317 long ftell(); in next_char()
323 curr_file_pos = ftell(stdin); in next_char()
/titanic_41/usr/src/stand/lib/sa/
H A Dstdio.h84 extern long ftell(FILE *);
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h208 extern __MANGLE__ long ftell __PROTO__((FILE*));
319 #define ftell _ast_ftell macro
440 extern __MANGLE__ long ftell __PROTO__((FILE*));
491 #undef ftell
505 #define ftell ftell64 macro
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h187 extern __MANGLE__ long ftell __PROTO__((FILE*));
298 #define ftell _ast_ftell macro
419 extern __MANGLE__ long ftell __PROTO__((FILE*));
470 #undef ftell
484 #define ftell ftell64 macro

12345