Home
last modified time | relevance | path

Searched refs:fsetpos (Results 1 – 20 of 20) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dfsetpos.c42 fsetpos(FILE *iop, const fpos_t *pos) in fsetpos() function
H A DMakefile.inc11 fputwc.c fputws.c fread.c freopen.c fscanf.c fseek.c fsetpos.c \
68 fseek.3 fsetpos.3 \
H A DSymbol.map37 fsetpos;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc31 using ::fsetpos _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/flex/src/
H A Dtables.c249 || fsetpos (wr->out, &(wr->th_ssize_pos)) != 0 in yytbl_data_fwrite()
251 || fsetpos (wr->out, &pos)) { in yytbl_data_fwrite()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcstdio87 int fsetpos(FILE*stream, const fpos_t* pos);
145 using ::fsetpos _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdio87 int fsetpos(FILE*stream, const fpos_t* pos);
148 using ::fsetpos _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdio.cppm
H A Dcstdio.inc31 using std::fsetpos _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_set_format.c279 (void)fsetpos(stderr, &pos); in DEFINE_TEST()
/freebsd/include/
H A Dstdio.h282 int fsetpos(FILE *, const fpos_t *);
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp473 INTERCEPTOR(int, fsetpos, FILE *stream, const fpos_t *pos) { argument
475 return REAL(fsetpos)(stream, pos);
517 #define RTSAN_MAYBE_INTERCEPT_FSETPOS INTERCEPT_FUNCTION(fsetpos)
/freebsd/contrib/pam-krb5/tests/tap/
H A Dbasic.c240 if (fsetpos(file->file, &where) < 0) in handle_diag_file_line()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1554 /// int fsetpos(FILE *stream, const fpos_t *pos);
1555 TLI_DEFINE_ENUM_INTERNAL(fsetpos)
1556 TLI_DEFINE_STRING_INTERNAL("fsetpos")
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp697 int ret = fsetpos(GetOpenFile(), &pos); in TEST_F()
/freebsd/contrib/byacc/
H A Dreader.c318 if (fsetpos(input_file, &save_area.line_fpos) != 0) in restore_line()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc501 SYMBOL(fsetpos, None, <stdio.h>)
H A DStdSymbolMap.inc1406 SYMBOL(fsetpos, std::, <cstdio>)
1407 SYMBOL(fsetpos, None, <cstdio>)
1408 SYMBOL(fsetpos, None, <stdio.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc77 #define fsetpos __fsetpos50
9021 INTERCEPTOR(int, fsetpos, __sanitizer_FILE *stream, const void *pos) {
9023 COMMON_INTERCEPTOR_ENTER(ctx, fsetpos, stream, pos);
9026 return REAL(fsetpos)(stream, pos);
9035 COMMON_INTERCEPT_FUNCTION(fsetpos)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1788 fun:fsetpos=uninstrumented