Home
last modified time | relevance | path

Searched refs:fgetpos (Results 1 – 20 of 20) 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/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/__cxx03/
H A Dcstdio85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
143 using ::fgetpos _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdio85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
146 using ::fgetpos _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc21 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/include/
H A Dstdio.h280 int fgetpos(FILE * __restrict, fpos_t * __restrict);
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp458 INTERCEPTOR(int, fgetpos, FILE *stream, fpos_t *pos) { argument
460 return REAL(fgetpos)(stream, pos);
514 #define RTSAN_MAYBE_INTERCEPT_FGETPOS INTERCEPT_FUNCTION(fgetpos)
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_set_format.c426 fgetpos(stderr, &pos); in DEFINE_TEST()
/freebsd/contrib/pam-krb5/tests/tap/
H A Dbasic.c269 if (fgetpos(file->file, &where) < 0) in check_diag_files()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp684 int ret = fgetpos(GetOpenFile(), &pos); in TEST_F()
694 int ret = fgetpos(GetOpenFile(), &pos); in TEST_F()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1323 /// int fgetpos(FILE *stream, fpos_t *pos);
1324 TLI_DEFINE_ENUM_INTERNAL(fgetpos)
1325 TLI_DEFINE_STRING_INTERNAL("fgetpos")
/freebsd/contrib/byacc/
H A Dreader.c341 if (fgetpos(f, &save_area.line_fpos) != 0) in get_line()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc461 SYMBOL(fgetpos, None, <stdio.h>)
H A DStdSymbolMap.inc1245 SYMBOL(fgetpos, std::, <cstdio>)
1246 SYMBOL(fgetpos, None, <cstdio>)
1247 SYMBOL(fgetpos, None, <stdio.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc76 #define fgetpos __fgetpos50
9013 INTERCEPTOR(int, fgetpos, __sanitizer_FILE *stream, void *pos) {
9015 COMMON_INTERCEPTOR_ENTER(ctx, fgetpos, stream, pos);
9016 int ret = REAL(fgetpos)(stream, pos);
9034 COMMON_INTERCEPT_FUNCTION(fgetpos); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1716 fun:fgetpos=uninstrumented