Searched refs:fseek (Results 76 - 100 of 170) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_pr.c185 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_class.c58 (void) fseek(au_class_file, 0L, 0);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c663 (void) fseek(fp, 0, SEEK_END);
665 (void) fseek(fp, -(long)sizeof (struct futmpx),
668 (void) fseek(fp, -(long)sizeof (struct futmpx), SEEK_CUR);
727 (void) fseek(fp, 0L, SEEK_SET);
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c956 (void) fseek(inf, where, 0);
965 (void) fseek(inf, saveftell, 0);
1372 (void) fseek(inf, off, 0);
1375 (void) fseek(inf, off, 0);
/illumos-gate/usr/src/head/
H A Dstdio.h133 using std::fseek;
/illumos-gate/usr/src/cmd/refer/
H A Dhunt1.c176 fseek(fa, 0L, 0);
H A Dsortbib.c186 if (fseek(fp[i], offset, 0) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c267 if (fseek(file, -1, SEEK_CUR) < 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keymgmt/
H A Dkeymgmt.c359 if (ret == WBKU_NOKEY && (fseek(keystore_fp, 0, SEEK_END) != 0 ||
/illumos-gate/usr/src/cmd/mail/
H A Dgethead.c112 if ((rc = fseek(file, let[ln].adr, 0)) != 0) {
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd4.c232 fseek(otf, (long) 0, 2);
H A Dfio.c452 if (fseek(itf, mp->m_offset, 0) < 0) {
453 perror("fseek");
543 fseek(ibuf, mailsize, 0);
H A Dsend.c536 fseek(mtf, textpos, 0);
751 fseek(fi, textpos, 0);
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Deftread.c137 if (fseek(fp, npos, SEEK_SET) == -1)
138 out(O_DIE|O_SYS, "%s: fseek", fname);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c140 if (fseek(fd, 0L, SEEK_END) < 0)
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c288 (void) fseek(mesgread, (long)hp->hpt, 0);
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c281 fseek(FILE *stream, long offset, int whence) function
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgparam.c366 if (fseek(fp, 0L, 0))
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DPlatformCommon.c90 fseek(f, 0, SEEK_SET); // set position to beginning of stream
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h253 extern int fseek(FILE *, long, int);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c119 if ( fseek( fp, 0L, SEEK_END ) != 0 ) { /* move to end to get len */
126 if ( fseek( fp, 0L, SEEK_SET ) != 0 ) { /* back to start of file */
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c428 fseek(opwfp, pwpos, SEEK_SET);
432 fseek(ospfp, sppos, SEEK_SET);
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c325 fseek(stdin, (long)(-nsize), 2);
477 if(fseek(stdin,
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c744 if ((fseek(memfile, nl[sym].n_value, 0)) != 0) {
745 fprintf(stderr, "%s: fseek error (in memseek)\n", mem);
764 if ((fseek(sysfile, eoff, 0)) != 0) {
765 fprintf(stderr, "%s: fseek error (in memseek)\n", os);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_srvtab.c318 if (fseek(KTFILEP(id), *fileoff, 0) == -1)

Completed in 89 milliseconds

1234567