/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | ps_include.c | 129 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 D | send_file.c | 61 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 D | ftell.c | 36 #pragma weak _ftell = ftell 53 ftell(FILE *iop) in ftell() function
|
H A D | ftello.c | 94 return ((off_t)ftell(iop)); in ftello()
|
/titanic_41/usr/src/cmd/vi/misc/ |
H A D | ctags.c | 87 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 D | mkstr.c | 41 long ftell(); 269 hp->hpt = really ? ftell(mesgwrite) : fakept;
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | exportent.c | 135 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 D | scratchops.c | 247 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 D | proc_stdio.c | 146 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 D | inv2.c | 32 long lp, ftell(); in newkeys() 41 lp = ftell(recf); in newkeys()
|
H A D | sortbib.c | 100 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 D | look.c | 88 top = ftell(dfile); in main() 115 while(ftell(dfile)<top) { in main()
|
/titanic_41/usr/src/cmd/oamuser/user/ |
H A D | proj.c | 85 p_curr = ftell(e_fptr); in edit_project() 96 p_curr = ftell(e_fptr); in edit_project()
|
H A D | groups.c | 97 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 D | rpc_main.c | 425 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 D | sfio | 147 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 D | ar.cc | 300 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 D | ext.h | 55 extern long ftell();
|
/titanic_41/usr/src/lib/libast/common/stdio/ |
H A D | ftell.c | 31 ftell(Sfio_t* f) in ftell() function
|
/titanic_41/usr/src/cmd/strings/ |
H A D | strings.c | 361 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 D | ftell.c | 42 ftell(iop) in ftell() function
|
/titanic_41/usr/src/cmd/tic/ |
H A D | tic_scan.c | 317 long ftell(); in next_char() 323 curr_file_pos = ftell(stdin); in next_char()
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | stdio.h | 84 extern long ftell(FILE *);
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 208 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 D | ast_stdio.h | 187 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
|