Home
last modified time | relevance | path

Searched refs:fsetpos (Results 1 – 11 of 11) sorted by relevance

/dragonfly/lib/libc/stdio/
HDfsetpos.c44 fsetpos(FILE *iop, const fpos_t *pos) in fsetpos() function
HDMakefile.inc16 fseek.c fsetpos.c ftell.c funopen.c fvwrite.c fwalk.c fwide.c \
67 fseek.3 fsetpos.3 \
HDSymbol.map53 fsetpos;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
Dcstdio70 #undef fsetpos
116 using ::fsetpos;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
Dcstdio68 #undef fsetpos
117 using ::fsetpos;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
Dcstdio69 #undef fsetpos
116 using ::fsetpos;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
Dstdio.h77 using std::fsetpos;
/dragonfly/contrib/flex/src/
HDtables.c249 || fsetpos (wr->out, &(wr->th_ssize_pos)) != 0 in yytbl_data_fwrite()
251 || fsetpos (wr->out, &pos)) { in yytbl_data_fwrite()
/dragonfly/include/
HDstdio.h233 int fsetpos(FILE *, const fpos_t *);
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcfns.gperf87 #fsetpos -- POSIX thread cancellation point
/dragonfly/contrib/dhcpcd/src/
HDdhcp-common.c833 (void)fsetpos(fp, &fp_pos); in print_option()