Home
last modified time | relevance | path

Searched refs:fgetpos (Results 1 – 16 of 16) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dfgetpos.c38 fgetpos(FILE * __restrict fp, fpos_t * __restrict pos) in fgetpos() function
H A DMakefile.inc6 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \
66 MLINKS+=fseek.3 fgetpos.3 \
H A DSymbol.map15 fgetpos;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc21 using ::fgetpos _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/flex/src/
H A Dtables.c153 if (fgetpos (wr->out, &(wr->th_ssize_pos)) != 0) in yytbl_hdr_fwrite()
248 if (fgetpos (wr->out, &pos) != 0 in yytbl_data_fwrite()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdio85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
143 using ::fgetpos _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdio.cppm
H A Dcstdio.inc21 using std::fgetpos _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_set_format.c221 fgetpos(stderr, &pos); in DEFINE_TEST()
/freebsd/include/
H A Dstdio.h272 int fgetpos(FILE * __restrict, fpos_t * __restrict);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1257 /// int fgetpos(FILE *stream, fpos_t *pos);
1258 TLI_DEFINE_ENUM_INTERNAL(fgetpos)
1259 TLI_DEFINE_STRING_INTERNAL("fgetpos")
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc461 SYMBOL(fgetpos, None, <stdio.h>)
H A DStdSymbolMap.inc1227 SYMBOL(fgetpos, std::, <cstdio>)
1228 SYMBOL(fgetpos, None, <cstdio>)
1229 SYMBOL(fgetpos, None, <stdio.h>)
/freebsd/contrib/byacc/
H A Dreader.c341 if (fgetpos(f, &save_area.line_fpos) != 0) in get_line()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc75 #define fgetpos __fgetpos50
8852 INTERCEPTOR(int, fgetpos, __sanitizer_FILE *stream, void *pos) {
8854 COMMON_INTERCEPTOR_ENTER(ctx, fgetpos, stream, pos);
8855 int ret = REAL(fgetpos)(stream, pos);
8873 COMMON_INTERCEPT_FUNCTION(fgetpos); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1716 fun:fgetpos=uninstrumented