Home
last modified time | relevance | path

Searched refs:fsetpos (Results 1 – 16 of 16) 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/
H A Dcstdio87 int fsetpos(FILE*stream, const fpos_t* pos);
145 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.c242 (void)fsetpos(stderr, &pos); in DEFINE_TEST()
/freebsd/include/
H A Dstdio.h282 int fsetpos(FILE *, const fpos_t *);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1455 /// int fsetpos(FILE *stream, const fpos_t *pos);
1456 TLI_DEFINE_ENUM_INTERNAL(fsetpos)
1457 TLI_DEFINE_STRING_INTERNAL("fsetpos")
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc501 SYMBOL(fsetpos, None, <stdio.h>)
H A DStdSymbolMap.inc1382 SYMBOL(fsetpos, std::, <cstdio>)
1383 SYMBOL(fsetpos, None, <cstdio>)
1384 SYMBOL(fsetpos, None, <stdio.h>)
/freebsd/contrib/byacc/
H A Dreader.c318 if (fsetpos(input_file, &save_area.line_fpos) != 0) in restore_line()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc76 #define fsetpos __fsetpos50
8860 INTERCEPTOR(int, fsetpos, __sanitizer_FILE *stream, const void *pos) {
8862 COMMON_INTERCEPTOR_ENTER(ctx, fsetpos, stream, pos);
8865 return REAL(fsetpos)(stream, pos);
8874 COMMON_INTERCEPT_FUNCTION(fsetpos)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1788 fun:fsetpos=uninstrumented