Searched refs:fsetpos (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/lib/libc/stdio/ |
| H A D | fsetpos.c | 45 fsetpos(FILE *iop, const fpos_t *pos) in fsetpos() function
|
| H A D | Makefile.inc | 13 fputwc.c fputws.c fread.c freopen.c fscanf.c fseek.c fsetpos.c \ 61 MLINKS+=fseek.3 fgetpos.3 fseek.3 fseeko.3 fseek.3 fsetpos.3 fseek.3 ftell.3 \
|
| H A D | Symbol.map | 38 fsetpos;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cstdio.inc | 31 using ::fsetpos;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstdio.inc | 31 using std::fsetpos;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | cstdio | 87 int fsetpos(FILE*stream, const fpos_t* pos); 146 using ::fsetpos _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14.2/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-14.2/contrib/libarchive/libarchive/test/ |
| H A D | test_read_set_format.c | 242 (void)fsetpos(stderr, &pos); in DEFINE_TEST()
|
| /freebsd-14.2/include/ |
| H A D | stdio.h | 266 int fsetpos(FILE *, const fpos_t *);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1435 /// int fsetpos(FILE *stream, const fpos_t *pos); 1436 TLI_DEFINE_ENUM_INTERNAL(fsetpos) 1437 TLI_DEFINE_STRING_INTERNAL("fsetpos")
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 76 #define fsetpos __fsetpos50 8846 INTERCEPTOR(int, fsetpos, __sanitizer_FILE *stream, const void *pos) { 8848 COMMON_INTERCEPTOR_ENTER(ctx, fsetpos, stream, pos); 8851 return REAL(fsetpos)(stream, pos); 8860 COMMON_INTERCEPT_FUNCTION(fsetpos)
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1788 fun:fsetpos=uninstrumented
|