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

1234

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-cleanup-mountpoint.c67 hal_mtab_orig_len = ftell (hal_mtab_orig);
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h137 extern long ftell(FILE *);
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c425 tell = ftell(fout);
429 if (extend && tell == ftell(fout)) {
562 tell = ftell(fout);
611 if (extend && tell == ftell(fout)) {
802 tell = ftell(fout);
805 if (extend && tell == ftell(fout))
838 tell = ftell(fout);
845 if (extend && tell == ftell(fout))
/illumos-gate/usr/src/cmd/hal/hald/
H A Dids.c296 pci_ids_len = ftell (fp);
513 usb_ids_len = ftell (fp);
/illumos-gate/usr/src/cmd/tic/
H A Dtic_scan.c317 long ftell();
323 curr_file_pos = ftell(stdin);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_stdio.c157 return ((uint_t)ftell((FILE *)xdrs->x_private));
/illumos-gate/usr/src/tools/tokenize/
H A Dforth_preload.c143 { "ftell", 0 },
259 ipose(ftell)
/illumos-gate/usr/src/cmd/logadm/
H A Derr.c226 if (ftell(Errorfile)) {
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h201 extern long ftell(FILE *);
/illumos-gate/usr/src/common/ficl/softcore/
H A Dmakesoftcore.c108 size = ftell(f);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_srvtab.c301 *fileoff = ftell(KTFILEP(id));
322 *fileoff = ftell(KTFILEP(id));
H A Dkt_file.c467 *fileoff = ftell(KTFILEP(id));
500 *fileoff = ftell(KTFILEP(id));
662 fpos = ftell(ktdata->openf);
1268 *delete_point = ftell(KTFILEP(id));
1286 start_pos = ftell(KTFILEP(id));
1663 *commit_point = ftell(KTFILEP(id));
1721 zero_point = ftell(KTFILEP(id));
/illumos-gate/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 macro
505 #define ftell ftell64 macro
/illumos-gate/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 macro
484 #define ftell ftell64 macro
/illumos-gate/usr/src/lib/libast/i386/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 macro
505 #define ftell ftell64 macro
/illumos-gate/usr/src/lib/libast/i386/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 macro
484 #define ftell ftell64 macro
/illumos-gate/usr/src/lib/libast/sparc/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 macro
505 #define ftell ftell64 macro
/illumos-gate/usr/src/lib/libast/sparc/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 macro
484 #define ftell ftell64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/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 macro
505 #define ftell ftell64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/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 macro
484 #define ftell ftell64 macro
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c536 long ftell();
541 pgadr[np] = ftell(fp);
/illumos-gate/usr/src/common/ficl/
H A Dfileaccess.c173 long ud = ftell(ff->f);
201 currentPosition = ftell(ff->f);
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c270 curr_file_pos = ftell(stdin);
/illumos-gate/usr/src/head/
H A Dstdio.h135 using std::ftell;
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Deftread.c132 long npos = ftell(fp) + (long)hdr.identlen; /* after ident */

Completed in 3763 milliseconds

1234