| /freebsd/lib/libc/stdio/ |
| H A D | fgetpos.c | 38 fgetpos(FILE * __restrict fp, fpos_t * __restrict pos) in fgetpos() function
|
| H A D | Makefile.inc | 6 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \ 66 MLINKS+=fseek.3 fgetpos.3 \
|
| H A D | Symbol.map | 15 fgetpos;
|
| /freebsd/contrib/flex/src/ |
| H A D | tables.c | 153 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 D | cstdio | 85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos); 143 using ::fgetpos _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cstdio | 85 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 D | cstdio.inc | 21 using ::fgetpos _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstdio.cppm | |
| H A D | cstdio.inc | 21 using std::fgetpos _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/include/ |
| H A D | stdio.h | 280 int fgetpos(FILE * __restrict, fpos_t * __restrict);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 458 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 D | test_read_set_format.c | 426 fgetpos(stderr, &pos); in DEFINE_TEST()
|
| /freebsd/contrib/pam-krb5/tests/tap/ |
| H A D | basic.c | 269 if (fgetpos(file->file, &where) < 0) in check_diag_files()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| H A D | rtsan_test_interceptors_posix.cpp | 684 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 D | TargetLibraryInfo.def | 1323 /// int fgetpos(FILE *stream, fpos_t *pos); 1324 TLI_DEFINE_ENUM_INTERNAL(fgetpos) 1325 TLI_DEFINE_STRING_INTERNAL("fgetpos")
|
| /freebsd/contrib/byacc/ |
| H A D | reader.c | 341 if (fgetpos(f, &save_area.line_fpos) != 0) in get_line()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 461 SYMBOL(fgetpos, None, <stdio.h>)
|
| H A D | StdSymbolMap.inc | 1245 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 D | sanitizer_common_interceptors.inc | 76 #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 D | libc_ubuntu1404_abilist.txt | 1716 fun:fgetpos=uninstrumented
|