Searched refs:fseek (Results 26 - 50 of 170) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c93 (void) fseek(e_fptr, p_curr, SEEK_SET);
H A Dgroups.c142 (void) fseek(e_fptr, g_curr, SEEK_SET);
/illumos-gate/usr/src/cmd/refer/
H A Dhunt7.c114 fseek(fa, lp, 0);
H A Dmkey2.c111 fseek(f, 0L, 2);
/illumos-gate/usr/src/cmd/mail/
H A Dcopyback.c62 fseek(malf, let[nlet].adr, 0);
H A Dgoback.c76 fseek(tmpf, let[letnum].adr, 0);
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsend_file.c60 if (fseek(FilePtr, 0L, SEEK_END) == 0) {
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-cleanup-all-mountpoints.c63 if (fseek (hal_mtab_orig, 0L, SEEK_END) != 0) {
H A Dhal-storage-cleanup-mountpoint.c64 if (fseek (hal_mtab_orig, 0L, SEEK_END) != 0) {
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c174 (void) fseek(fp, psizes[pass], SEEK_CUR);
479 (void) fseek(fp, sizeof (ATYPE) * nargs, SEEK_CUR);
488 (void) fseek(fp, sizeof (ATYPE), SEEK_CUR);
494 (void) fseek(fp, curoff, SEEK_SET);
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h136 extern int fseek(FILE *, long int, int);
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c206 (void) fseek(fp, 0L, SEEK_SET);
264 (void) fseek(fp, 0L, SEEK_SET);
/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.c379 if ( fseek( fp, 0L, SEEK_END ) != 0 ) {
393 if ( fseek( fp, 0L, SEEK_SET ) != 0 ) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c514 fseek(fp_temp, 0L, 0);
520 fseek(fp_in, 0L, 0);
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.c553 fseek (Handle, 0, SEEK_SET);
559 fseek (Handle, 0, SEEK_SET);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_stdio.c164 return ((fseek((FILE *)xdrs->x_private,
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmntent.c170 if (fseek(mnttabp, 0L, 2) < 0)
/illumos-gate/usr/src/cmd/vi/misc/
H A Dmkstr.c257 fseek(mesgread, (long) hp->hpt, 0);
/illumos-gate/usr/src/cmd/mailx/
H A Dedit.c219 fseek(otf, (long) 0, 2);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A DMakefile41 fpos.o fprintf.o fpurge.o fput.o fread.o fscanf.o fseek.o fvwrite.o \
H A Dsmstdio.c199 ** result from fseek().
213 return fseek(s, offset, whence);
/illumos-gate/usr/src/cmd/bnu/
H A Dlogent.c77 (void) fseek(_Lf, 0L, 2);
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c191 fseek(stdin, ptr->offset, 0);
203 fseek(stdin, ptr->offset, 0);
225 fseek(stdin, ptr->offset, 0);
242 fseek(stdin, ptr->offset, 0);
/illumos-gate/usr/src/tools/tokenize/
H A Dforth_preload.c141 { "fseek", 0 },
257 ipose(fseek)
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h203 #define dat_os_fungetc(file) fseek((file), -1, SEEK_CUR)

Completed in 93 milliseconds

1234567