HomeSort by: relevance | last modified time | path
    Searched refs:fseeko (Results 1 - 25 of 157) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/cddl/osnet/include/
stdio.h 39 #define fseeko64 fseeko
  /src/lib/libc/compat/stdio/
compat_fsetpos.c 67 return fseeko(iop, *pos, SEEK_SET) == (off_t)-1;
  /src/lib/libc/stdio/
fseek.c 65 return fseeko(fp, offset, whence);
fsetpos.c 69 return fseeko(fp, pos->_pos, SEEK_SET) == (off_t)-1;
Makefile.inc 11 fread.c freopen.c fscanf.c fseek.c fseeko.c fsetpos.c ftell.c ftello.c \
41 MLINKS+=fseek.3 fgetpos.3 fseek.3 fseeko.3 fseek.3 fsetpos.3 fseek.3 ftell.3 \
fseeko.c 1 /* $NetBSD: fseeko.c,v 1.14 2017/01/10 17:44:28 christos Exp $ */
37 __RCSID("$NetBSD: fseeko.c,v 1.14 2017/01/10 17:44:28 christos Exp $");
53 __weak_alias(fseeko, _fseeko)
63 fseeko(FILE *fp, off_t offset, int whence)
  /src/external/gpl2/xcvs/dist/lib/
fseeko.c 0 /* fseeko.c -- an implementation of fseek() with an off_t argument.
14 __RCSID("$NetBSD: fseeko.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
34 * A replacement/substitute for fseeko, for hosts that don't have it.
38 fseeko (FILE *stream, off_t offset, int whence) function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
stdio.d 256 int fseeko(FILE*, off_t, int);
272 alias fseeko64 fseeko;
276 int fseeko(FILE*, off_t, int);
300 alias fseeko64 fseeko;
304 int fseeko(FILE*, off_t, int);
327 alias fseeko64 fseeko;
331 int fseeko(FILE*, off_t, int);
354 alias fseeko64 fseeko;
358 int fseeko(FILE*, off_t, int);
378 int fseeko(FILE*, off_t, int)
    [all...]
  /src/usr.sbin/makefs/cd9660/
cd9660_write.c 306 if (fseeko(fd, working_sector * diskStructure->sectorSize,
308 err(EXIT_FAILURE, "fseeko");
331 if (fseeko(fd, working_sector *
333 err(EXIT_FAILURE, "fseeko");
342 if (fseeko(fd, working_sector *
346 err(EXIT_FAILURE, "fseeko");
396 if (fseeko(fd, sector * diskStructure->sectorSize, SEEK_SET) == -1)
397 err(EXIT_FAILURE, "fseeko");
401 if (fseeko(fd, curpos, SEEK_SET) == -1)
402 err(EXIT_FAILURE, "fseeko");
    [all...]
  /src/tests/fs/cd9660/
h_hexdump_r.c 75 if (fseeko(stdout, noff - 16, SEEK_SET) != 0)
76 err(1, "fseeko");
92 if (fseeko(stdout, noff, SEEK_SET) != 0)
93 err(1, "fseeko");
  /src/tests/lib/libc/stdio/
t_fmemopen.c 208 ATF_CHECK(fseeko(fp, (off_t)0, SEEK_END) == 0);
242 ATF_CHECK(fseeko(fp, (off_t)0, SEEK_END) == 0);
284 ATF_CHECK(fseeko(fp, (off_t)0, SEEK_END) == 0);
431 ATF_CHECK(fseeko(fp, (off_t)0, SEEK_SET) == 0);
436 ATF_CHECK(fseeko(fp, i, SEEK_SET) == 0);
440 ATF_CHECK(fseeko(fp, t->n + 1, SEEK_SET) == -1);
444 ATF_CHECK(fseeko(fp, (off_t)-1, SEEK_SET) == -1);
484 ATF_CHECK(fseeko(fp, (off_t)0, SEEK_CUR) == 0);
488 ATF_CHECK(fseeko(fp, (off_t)-1, SEEK_CUR) == -1);
493 ATF_CHECK(fseeko(fp, (off_t)1, SEEK_CUR) == 0)
    [all...]
  /src/share/examples/refuse/ian/libfetch/
file.c 57 if (u->offset && fseeko(f, u->offset, SEEK_SET) == -1) {
84 if (u->offset && fseeko(f, u->offset, SEEK_SET) == -1) {
  /src/lib/libc/gen/
utmp.c 55 (void)fseeko(ut, (off_t)0, SEEK_SET);
  /src/usr.bin/lastcomm/
lastcomm.c 117 if (fseeko(fp, size, SEEK_SET) == -1)
156 if (fseeko(fp, 2 * -(off_t)sizeof(ab), SEEK_CUR) == -1)
  /src/usr.bin/tail/
forward.c 102 if (fseeko(fp, off, SEEK_SET) == -1) {
133 fseeko(fp, -off, SEEK_END) == -1) {
350 if (fseeko(fp, file_remaining, SEEK_SET) == -1) {
  /src/usr.bin/csplit/
csplit.c 340 (void)fseeko(ofp, -(off_t)sizeof(buf), SEEK_CUR);
345 if (fseeko(ofp, -(off_t)nread, SEEK_CUR) != 0)
353 if (fseeko(ofp, (off_t)nread - i + 1, SEEK_CUR) != 0)
  /src/external/gpl3/binutils/dist/bfd/
sysdep.h 137 extern int fseeko (FILE *stream, off_t offset, int whence);
  /src/external/gpl3/binutils.old/dist/bfd/
sysdep.h 129 extern int fseeko (FILE *stream, off_t offset, int whence);
  /src/external/gpl3/gdb.old/dist/bfd/
sysdep.h 129 extern int fseeko (FILE *stream, off_t offset, int whence);
  /src/external/mpl/bind/dist/lib/isc/
stdio.c 53 r = fseeko(f, offset, whence);
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
stdio.c 53 r = fseeko(f, offset, whence);
  /src/external/gpl3/gdb/dist/bfd/
sysdep.h 129 extern int fseeko (FILE *stream, off_t offset, int whence);
  /src/external/bsd/zstd/dist/programs/
fileio_common.h 86 # define LONG_SEEK fseeko
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_open_file.c 177 if (fseeko(mine->f, skip, SEEK_CUR) == 0)
221 /* Newer Android versions have fseeko...to meditate. */
231 if (fseeko(mine->f, seek, whence) == 0) {
  /src/external/gpl3/gdb/dist/gnulib/import/
stdio.in.h 620 fseek module depends on the fseeko module, so we only have three
635 3. The developer is using the fseeko module, but not fseek. Gnulib
675 /* Provide an fseeko function that is aware of a preceding fflush(), and which
678 # undef fseeko
679 # define fseeko rpl_fseeko
681 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
683 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
686 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
689 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));
691 _GL_CXXALIASWARN (fseeko);
    [all...]

Completed in 29 milliseconds

1 2 3 4 5 6 7