Searched refs:fgetpos (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dfgetpos.c34 static char sccsid[] = "@(#)fgetpos.c 8.1 (Berkeley) 6/4/93";
42 fgetpos(FILE * __restrict fp, fpos_t * __restrict pos) function
H A DMakefile.inc9 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \
62 MLINKS+=fseek.3 fgetpos.3 fseek.3 fseeko.3 fseek.3 fsetpos.3 fseek.3 ftell.3 \
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h48 #undef fgetpos macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h62 #undef fgetpos macro
109 using ::fgetpos;
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h75 using std::fgetpos;
/freebsd-11-stable/contrib/flex/
H A Dtables.c155 if (fgetpos (wr->out, &(wr->th_ssize_pos)) != 0)
156 flex_die (_("fgetpos failed"));
250 if (fgetpos (wr->out, &pos) != 0
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h171 #pragma redefine_extname fgetpos __mfwrap_fgetpos
H A Dmf-hooks2.c1202 WRAPPER2(int, fgetpos, FILE *stream, fpos_t *pos)
1206 "fgetpos stream");
1207 MF_VALIDATE_EXTENT (pos, sizeof (*pos), __MF_CHECK_WRITE, "fgetpos pos");
1208 return fgetpos (stream, pos);
/freebsd-11-stable/include/
H A Dstdio.h255 int fgetpos(FILE * __restrict, fpos_t * __restrict);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h337 extern int fgetpos(FILE *, fpos_t *);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc80 #define fgetpos __fgetpos50
8533 INTERCEPTOR(int, fgetpos, __sanitizer_FILE *stream, void *pos) {
8535 COMMON_INTERCEPTOR_ENTER(ctx, fgetpos, stream, pos);
8536 int ret = REAL(fgetpos)(stream, pos);
8554 COMMON_INTERCEPT_FUNCTION(fgetpos); \

Completed in 116 milliseconds