Searched refs:fgetpos (Results 1 – 16 of 16) sorted by relevance
/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/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdio.inc | 21 using ::fgetpos _LIBCPP_USING_IF_EXISTS;
|
/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/ |
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/modules/std/ |
H A D | cstdio.cppm |
|
H A D | cstdio.inc | 21 using std::fgetpos _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_set_format.c | 221 fgetpos(stderr, &pos); in DEFINE_TEST()
|
/freebsd/include/ |
H A D | stdio.h | 272 int fgetpos(FILE * __restrict, fpos_t * __restrict);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1257 /// int fgetpos(FILE *stream, fpos_t *pos); 1258 TLI_DEFINE_ENUM_INTERNAL(fgetpos) 1259 TLI_DEFINE_STRING_INTERNAL("fgetpos")
|
/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 | 1227 SYMBOL(fgetpos, std::, <cstdio>) 1228 SYMBOL(fgetpos, None, <cstdio>) 1229 SYMBOL(fgetpos, None, <stdio.h>)
|
/freebsd/contrib/byacc/ |
H A D | reader.c | 341 if (fgetpos(f, &save_area.line_fpos) != 0) in get_line()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 75 #define fgetpos __fgetpos50 8852 INTERCEPTOR(int, fgetpos, __sanitizer_FILE *stream, void *pos) { 8854 COMMON_INTERCEPTOR_ENTER(ctx, fgetpos, stream, pos); 8855 int ret = REAL(fgetpos)(stream, pos); 8873 COMMON_INTERCEPT_FUNCTION(fgetpos); \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1716 fun:fgetpos=uninstrumented
|