Searched refs:fseek (Results 1 - 25 of 87) sorted by relevance

1234

/osnet-11/usr/src/lib/libast/common/stdio/
H A Dfseek.c31 fseek(Sfio_t* f, long off, int op) function
33 STDIO_INT(f, "fseek", int, (Sfio_t*, long, int), (f, off, op))
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-macho2img.c68 fseek (in, 0, SEEK_END);
70 fseek (in, 0, SEEK_SET);
110 fseek (out, 0x5c, SEEK_SET);
H A Dgrub-editenv.c159 if (fseek (fp, 0, SEEK_END) < 0)
164 if (fseek (fp, 0, SEEK_SET) < 0)
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dfseek.c36 #pragma weak _fseek = fseek
50 fseek(FILE *iop, long offset, int ptrname) function
H A Dfseeko.c95 return (fseek(iop, offset, ptrname));
/osnet-11/usr/src/lib/libcurses/screen/
H A Dscr_reset.c175 if (fseek(filep, (long) (2 * labmax * lablen *
207 if (fseek(filep, (long) (colors * sizeof (_Color) +
240 if (fseek(filep, (long) (colors *
/osnet-11/usr/src/cmd/hal/hald/
H A Dids.c295 fseek (fp, 0, SEEK_END);
297 fseek (fp, 0, SEEK_SET);
512 fseek (fp, 0, SEEK_END);
514 fseek (fp, 0, SEEK_SET);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdio.in.h274 GNU Coding Standards discourage the use of fseek, since it imposes
276 fseek module depends on the fseeko module, so we only have three
285 arbitrary limitations of fseek, so issue a warning under
288 _GL_NO_LARGE_FILES in the compilation units where the use of fseek
291 3. The developer is using the fseeko module, but not fseek. Gnulib
292 guarantees that fseek will still work around platform bugs in that
294 fseek and was trying to avoid it, so issue a warning even when
298 fseek gets defined as a macro, it is recommended that the developer
299 uses the fseek module, even if he is not calling the fseek functio
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c279 if (fseek(KTFILEP(id), KTSTARTOFF(id), SEEK_SET) == -1) {
510 if (fseek(KTFILEP(id), *fileoff, 0) == -1) {
802 if (fseek(KTFILEP(keytab), fpos, SEEK_SET) == -1) {
853 if (fseek(KTFILEP(id), 0, 2) == -1) {
1198 if (fseek(KTFILEP(id), delete_point, SEEK_SET)) {
1212 if (fseek(KTFILEP(id), delete_point, SEEK_SET)) {
1262 /* fseek to synchronise buffered I/O on the key table. */
1264 if (fseek(KTFILEP(id), 0L, SEEK_CUR) < 0)
1278 if (fseek(KTFILEP(id), -size, SEEK_CUR)) {
1443 if (fseek(KTFILE
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dnostdio.h48 #undef fseek macro
101 #define fseek(f,o,w) _CANNOT _fseek_ macro
H A Dfakesdio.h35 #undef fseek macro
95 #define fseek(f,o,w) PerlIO_seek(f,o,w) macro
H A Dperlsdio.h74 #define PerlIO_seek(f,o,w) (((f) && (*f) && ((*f)->_flag &= ~_IOEOF)),fseek(f,o,w))
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dscratchops.c217 if (fseek(fp, 0, SEEK_END) == -1)
252 if (fseek(fp, woffs, SEEK_SET) == -1)
257 if (fseek(fp, roffs, SEEK_SET) == -1)
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c147 if (fseek(pwp->ifp, 0L, 0)) {
256 if (fseek(pwp->ifp, sizeof (struct pi_header) +
265 if (fseek(pwp->dfp, datum, 0)) {
/osnet-11/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) {
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c140 fseek(stdin, ptr->offset, 0);
668 fseek(stdin, ptr->offset, 0);
679 fseek(stdin, ptr->offset, 0);
695 fseek(stdin, ptr->offset, 0);
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c201 (void) fseek(fp, 0L, SEEK_SET);
259 (void) fseek(fp, 0L, SEEK_SET);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpihalt.c249 fseek (f, 0, SEEK_END);
251 fseek (f, 0, SEEK_SET);
/osnet-11/usr/src/cmd/ldap/common/
H A Dfileurl.c379 if ( fseek( fp, 0L, SEEK_END ) != 0 ) {
393 if ( fseek( fp, 0L, SEEK_SET ) != 0 ) {
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_stdio.c164 return ((fseek((FILE *)xdrs->x_private,
/osnet-11/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);
/osnet-11/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h203 #define dat_os_fungetc(file) fseek((file), -1, SEEK_CUR)
/osnet-11/usr/src/lib/libldap4/common/
H A Dgetfilter.c79 if ( fseek( fp, 0L, SEEK_END ) != 0 ) { /* move to end to get len */
86 if ( fseek( fp, 0L, SEEK_SET ) != 0 ) { /* back to start of file */

Completed in 70 milliseconds

1234