Home
last modified time | relevance | path

Searched defs:fseek (Results 1 – 25 of 1439) sorted by relevance

12345678910>>...58

/dports/lang/fpc-source/fpc-3.2.2/packages/paszlib/src/
H A Dziputils.pas43 function fseek(fp: FILEptr; recPos: longint; mode: seek_mode): longint; in fseek() function
155 function fseek(fp: FILEptr; recPos: longint; mode: seek_mode): int; in fseek() function
277 function fseek(fp : FILEptr; in fseek() function
/dports/lang/fpc/fpc-3.2.2/packages/paszlib/src/
H A Dziputils.pas43 function fseek(fp: FILEptr; recPos: longint; mode: seek_mode): longint; in fseek() function
155 function fseek(fp: FILEptr; recPos: longint; mode: seek_mode): int; in fseek() function
277 function fseek(fp : FILEptr; in fseek() function
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajarch.h142 #define fseek(a,b,c) fseeko(a,b,c) macro
154 #define fseek(a,b,c) fseeko(a,b,c) macro
166 #define fseek(a,b,c) fseeko(a,b,c) macro
178 #define fseek(a,b,c) fseeko(a,b,c) macro
193 #define fseek(a,b,c) fseek64(a,b,c) macro
205 #define fseek(a,b,c) fseeko(a,b,c) macro
217 #define fseek(a,b,c) fseeko(a,b,c) macro
228 #define fseek(a,b,c) fseeko(a,b,c) macro
238 #define fseek(a,b,c) _fseeki64(a,b,c) macro
/dports/net/librsync/librsync-2.3.2/src/
H A Dfileutil.c53 # define fseek(f, o, w) fseeko64((f), (o), (w)) macro
55 # define fseek(f, o, w) _fseeki64((f), (o), (w)) macro
57 # define fseek(f, o, w) fseeko((f), (o), (w)) macro
/dports/games/libretro-fmsx/fmsx-libretro-c2c26b1/EMULib/
H A DIPS.c11 #define fseek mseek macro
17 #define fseek(F,N,W) (gzseek((gzFile)(F),N,W)<0? -1:0) macro
/dports/net/rscsi/schily-2021-09-18/libschily/
H A Dstrcasecmp.c1 /* @(#)strcasecmp.c 1.1 11/11/24 Copyright 2011 J. Schilling */
2 /*
3 * strcasecmp() to be used if missing in libc
4 *
5 * Copyright (c) 2011 J. Schilling
6 */
7 /*
8 * The contents of this file are subject to the terms of the
9 * Common Development and Distribution License, Version 1.0 only
10 * (the "License"). You may not use this file except in compliance
[all …]
/dports/misc/amanda-client/amanda-3.3.9/gnulib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/misc/amanda-server/amanda-3.3.9/gnulib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/net/gnu-dico/dico-2.10/xdico/gnu/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/security/libgsasl/gsasl-1.10.0/lib/gl/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/security/libgsasl/gsasl-1.10.0/gl/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/archivers/sharutils/sharutils-4.15.2/lib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/archivers/gtar/tar-1.34/gnu/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/archivers/gcpio/cpio-2.13/gnu/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/databases/recutils/recutils-1.8/lib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/devel/idutils/idutils-4.6/lib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/math/pspp/pspp-1.4.1/gl/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/security/libprelude/libprelude-1.2.6/libmissing/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/mail/anubis/anubis-4.2/lib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/devel/m4/m4-1.4.19/lib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/deskutils/gcal/gcal-4.1/lib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/sysutils/cmogstored/cmogstored-1.8.1/lib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function
/dports/net/dhcpd-pools/dhcpd-pools-3.1/lib/
H A Dfseek.c26 fseek (FILE *fp, long offset, int whence) in fseek() function

12345678910>>...58