Searched refs:fsetpos (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/lib/libc/compat/include/
H A Dstdio.h43 int fsetpos(FILE *, const off_t *);
/netbsd-current/lib/libc/compat/stdio/
H A Dcompat_fsetpos.c35 * NetBSD: fsetpos.c,v 1.10 2003/08/07 16:43:25 agc Exp
53 __warn_references(fsetpos,
54 "warning: reference to compatibility fsetpos(); include <stdio.h> for correct reference")
59 * fsetpos: like fseek.
62 fsetpos(FILE * __restrict iop, const off_t * __restrict pos) function
/netbsd-current/lib/libc/stdio/
H A Dfsetpos.c1 /* $NetBSD: fsetpos.c,v 1.10 2003/08/07 16:43:25 agc Exp $ */
38 static char sccsid[] = "@(#)fsetpos.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: fsetpos.c,v 1.10 2003/08/07 16:43:25 agc Exp $");
52 * fsetpos: like fseek.
55 fsetpos(FILE * __restrict fp, const fpos_t * __restrict pos) function
H A DMakefile.inc11 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 \
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dstdio.d77 int fsetpos(FILE*, const scope fpos_t*);
130 alias fsetpos64 fsetpos;
141 int fsetpos(FILE*, const scope fpos_t*);
151 int fsetpos(FILE*, const scope fpos_t*);
169 alias fsetpos64 fsetpos;
180 int fsetpos(FILE*, const scope fpos_t*);
200 alias fsetpos64 fsetpos;
211 int fsetpos(FILE*, const scope fpos_t*);
231 alias fsetpos = fsetpos64;
242 int fsetpos(FIL
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dstdio.h77 using std::fsetpos;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdio.h77 using std::fsetpos;
/netbsd-current/external/bsd/flex/dist/src/
H A Dtables.c253 || fsetpos (wr->out, &(wr->th_ssize_pos)) != 0
255 || fsetpos (wr->out, &pos)) {
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dtrace.c579 log_error("no curpos for fsetpos in "
584 status = fsetpos(traceinfile, &curpos);
586 log_error("fsetpos in tracefile failed: %m");
601 status = fsetpos (traceinfile, &curpos);
603 log_error ("fsetpos in tracefile failed: %m");
712 status = fsetpos (traceinfile, &curpos);
714 log_error ("fsetpos in tracefile failed: %m");
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_set_format.c242 (void)fsetpos(stderr, &pos);
/netbsd-current/include/
H A Dstdio.h286 int fsetpos(FILE *, const fpos_t *) __RENAME(__fsetpos50);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Diotrace.c488 __real_fsetpos = (int (*)(FILE*, const fpos_t*))dlvsym (dlflag, "fsetpos", SYS_FGETPOS_X_VERSION);
491 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fsetpos\n");
531 __real_fsetpos_2_0 = (int (*)(FILE*, const fpos_t*))dlvsym (dlflag, "fsetpos", "GLIBC_2.0");
666 __real_fsetpos = (int (*)(FILE*, const fpos_t*))dlvsym (dlflag, "fsetpos", SYS_FGETPOS_X_VERSION);
669 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fsetpos\n");
3415 /*------------------------------------------------------------- fsetpos */
3421 SYMVER_ATTRIBUTE (__collector_fsetpos_2_2, fsetpos@@GLIBC_2.2)
3425 if (NULL_PTR (fsetpos))
3431 SYMVER_ATTRIBUTE (__collector_fsetpos_2_0, fsetpos@GLIBC_2.0)
3435 if (NULL_PTR (fsetpos))
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diotrace.c568 __real_fsetpos_2_17 = dlvsym (dlflag, "fsetpos", "GLIBC_2.17");
569 __real_fsetpos_2_2_5 = dlvsym (dlflag, "fsetpos", "GLIBC_2.2.5");
570 __real_fsetpos_2_2 = dlvsym (dlflag, "fsetpos", "GLIBC_2.2");
571 __real_fsetpos_2_0 = dlvsym (dlflag, "fsetpos", "GLIBC_2.0");
581 __real_fsetpos = dlsym (dlflag, "fsetpos");
584 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT fsetpos\n");
3007 /*------------------------------------------------------------- fsetpos */
3050 DCL_FUNC_VER (DCL_FSETPOS, fsetpos_2_17, fsetpos@GLIBC_2.17)
3051 DCL_FUNC_VER (DCL_FSETPOS, fsetpos_2_2_5, fsetpos@GLIBC_2.2.5)
3052 DCL_FUNC_VER (DCL_FSETPOS, fsetpos_2_2, fsetpos
[all...]
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcp-common.c833 (void)fsetpos(fp, &fp_pos);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdio.d1325 int fsetpos(FILE* stream, scope const fpos_t* pos);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc81 #define fsetpos __fsetpos50
8411 INTERCEPTOR(int, fsetpos, __sanitizer_FILE *stream, const void *pos) {
8413 COMMON_INTERCEPTOR_ENTER(ctx, fsetpos, stream, pos);
8416 return REAL(fsetpos)(stream, pos);
8425 COMMON_INTERCEPT_FUNCTION(fsetpos)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc81 #define fsetpos __fsetpos50
8716 INTERCEPTOR(int, fsetpos, __sanitizer_FILE *stream, const void *pos) {
8718 COMMON_INTERCEPTOR_ENTER(ctx, fsetpos, stream, pos);
8721 return REAL(fsetpos)(stream, pos);
8730 COMMON_INTERCEPT_FUNCTION(fsetpos)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc81 #define fsetpos __fsetpos50
8924 INTERCEPTOR(int, fsetpos, __sanitizer_FILE *stream, const void *pos) {
8926 COMMON_INTERCEPTOR_ENTER(ctx, fsetpos, stream, pos);
8929 return REAL(fsetpos)(stream, pos);
8938 COMMON_INTERCEPT_FUNCTION(fsetpos)

Completed in 452 milliseconds