Searched refs:fsetpos (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | fsetpos.c | 42 fsetpos(FILE *iop, const fpos_t *pos) in fsetpos() function
|
H A D | Makefile.inc | 11 fputwc.c fputws.c fread.c freopen.c fscanf.c fseek.c fsetpos.c \ 68 fseek.3 fsetpos.3 \
|
H A D | Symbol.map | 37 fsetpos;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdio.inc | 31 using ::fsetpos _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/flex/src/ |
H A D | tables.c | 249 || 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 D | cstdio | 87 int fsetpos(FILE*stream, const fpos_t* pos); 145 using ::fsetpos _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdio.cppm |
|
H A D | cstdio.inc | 31 using std::fsetpos _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_set_format.c | 242 (void)fsetpos(stderr, &pos); in DEFINE_TEST()
|
/freebsd/include/ |
H A D | stdio.h | 282 int fsetpos(FILE *, const fpos_t *);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1455 /// 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 D | CSymbolMap.inc | 501 SYMBOL(fsetpos, None, <stdio.h>)
|
H A D | StdSymbolMap.inc | 1382 SYMBOL(fsetpos, std::, <cstdio>) 1383 SYMBOL(fsetpos, None, <cstdio>) 1384 SYMBOL(fsetpos, None, <stdio.h>)
|
/freebsd/contrib/byacc/ |
H A D | reader.c | 318 if (fsetpos(input_file, &save_area.line_fpos) != 0) in restore_line()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 76 #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 D | libc_ubuntu1404_abilist.txt | 1788 fun:fsetpos=uninstrumented
|