Searched refs:rewind (Results 1 - 25 of 104) sorted by relevance

12345

/freebsd-10.2-release/lib/libc/stdio/
H A Drewind.c34 static char sccsid[] = "@(#)rewind.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: releng/10.2/lib/libc/stdio/rewind.c 269482 2014-08-03 18:28:10Z pfg $");
47 rewind(FILE *fp) function
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DAllocationOrder.cpp37 rewind();
H A DAllocationOrder.h47 /// returning 0 until rewind() is called.
72 void rewind() { Pos = -int(Hints.size()); } function in class:llvm::AllocationOrder
/freebsd-10.2-release/share/examples/tests/tests/plain/
H A Dprintf_test.c84 rewind(file);
/freebsd-10.2-release/usr.bin/mail/
H A Dcollect.c378 rewind(fbuf);
416 rewind(collf);
446 rewind(collf);
457 rewind(collf);
467 rewind(collf);
480 rewind(collf);
694 rewind(collf);
704 rewind(collf);
731 rewind(fp);
H A Dsend.c483 rewind(fi);
491 rewind(fi);
496 rewind(nfi);
583 rewind(fi);
/freebsd-10.2-release/tools/regression/lib/libc/stdio/
H A Dtest-open_memstream.c66 rewind(fp);
106 rewind(fp);
138 rewind(fp);
H A Dtest-open_wmemstream.c66 rewind(fp);
106 rewind(fp);
138 rewind(fp);
H A Dtest-perror.c84 rewind(stderr);
/freebsd-10.2-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h71 #undef rewind macro
/freebsd-10.2-release/usr.sbin/ctm/ctm/
H A Dctm.c262 rewind(f);
273 rewind(f);
283 rewind(f);
308 rewind(f);
/freebsd-10.2-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h85 #undef rewind macro
132 using ::rewind;
/freebsd-10.2-release/release/picobsd/tinyware/help/
H A Dhelp.c59 rewind(fd);
127 rewind(fd);
/freebsd-10.2-release/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h79 using std::rewind;
/freebsd-10.2-release/contrib/openpam/t/
H A Dt_file.c106 rewind(tf->file);
108 err(1, "%s(): rewind()", __func__);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dui-file.h51 extern void set_ui_file_rewind (struct ui_file *stream, ui_file_rewind_ftype * rewind);
/freebsd-10.2-release/usr.bin/ctags/
H A Dctags.c285 rewind(inf);
302 rewind(inf);
318 rewind(inf);
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dmemstat.c267 rewind(fp);
/freebsd-10.2-release/lib/libsm/
H A DMakefile28 fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c \
/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dipft_hx.c34 rewind(tfp);
/freebsd-10.2-release/usr.bin/rwall/
H A Drwall.c172 rewind(fp);
/freebsd-10.2-release/usr.sbin/ppp/
H A Dauth.c198 rewind(fp);
267 rewind(fp);
324 rewind(fp);
379 rewind(fp);
/freebsd-10.2-release/lib/libbluetooth/
H A Dbluetooth.c159 rewind(hostf);
259 rewind(protof);
/freebsd-10.2-release/contrib/mtree/
H A Dgetid.c204 rewind(_gr_fp);
353 rewind(_pw_fp);
/freebsd-10.2-release/contrib/tcpdump/lbl/
H A Dos-sunos4.h38 void rewind(FILE *);

Completed in 308 milliseconds

12345