| /src/lib/libc/stdio/ |
| rewind.c | 1 /* $NetBSD: rewind.c,v 1.14 2012/03/15 18:22:30 christos Exp $ */ 38 static char sccsid[] = "@(#)rewind.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: rewind.c,v 1.14 2012/03/15 18:22:30 christos Exp $"); 51 rewind(FILE *fp) function
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/ |
| msvc.c | 97 #ifdef rewind 98 #undef rewind macro 101 rewind (FILE *fp) function 107 #endif /* rewind */
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/ |
| nouveau_nvkm_falcon_cmdq.c | 33 nvkm_falcon_cmdq_has_room(struct nvkm_falcon_cmdq *cmdq, u32 size, bool *rewind) 46 *rewind = true; 81 bool rewind = false; local 85 if (!nvkm_falcon_cmdq_has_room(cmdq, size, &rewind)) { 93 if (rewind)
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| SnippetGenerator.h | 128 // Rewind the tape, placing the position to again point at the beginning. 129 void rewind() { Position = Range.begin(); } function in struct:llvm::exegesis::CombinationGenerator::WrappingIterator 137 rewind(); 146 rewind();
|
| /src/external/bsd/tre/dist/lib/ |
| tre.h | 266 void (*rewind)(size_t pos, void *context); member in struct:__anon8204
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-out.c | 297 mi_ui_out::rewind () function in class:mi_ui_out 372 return as_mi_ui_out (uiout)->rewind ();
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-out.c | 296 mi_ui_out::rewind () function in class:mi_ui_out 371 return as_mi_ui_out (uiout)->rewind ();
|
| /src/external/bsd/tre/dist/include/tre/ |
| tre.h | 235 void (*rewind)(size_t pos, void *context); member in struct:__anon8174
|
| /src/external/bsd/elftosb/dist/common/ |
| options.cpp | 139 OptArgvIter::rewind(void) { ndx = 0; } function in class:OptArgvIter 173 OptStrTokIter::rewind(void) { function in class:OptStrTokIter
|
| /src/external/bsd/libbind/dist/include/ |
| irs.h | 49 void (*rewind) __P((struct irs_gr *)); member in struct:irs_gr 65 void (*rewind) __P((struct irs_pw *)); member in struct:irs_pw 82 void (*rewind) __P((struct irs_sv *)); member in struct:irs_sv 98 void (*rewind) __P((struct irs_pr *)); member in struct:irs_pr 116 void (*rewind) __P((struct irs_ho *)); member in struct:irs_ho 134 void (*rewind) __P((struct irs_nw *)); member in struct:irs_nw 152 void (*rewind) __P((struct irs_ng *, const char *)); member in struct:irs_ng
|
| /src/sys/arch/luna68k/dev/ |
| omrasops.c | 730 /* rewind y for the next transfer */ 767 /* rewind y for the next transfer */ 833 int rewind; local 967 /* rewind y for the next transfer */ 975 /* This rewind rewinds the plane, so Y order is irrelevant */ 976 rewind = OMFB_STRIDE - OMFB_PLANEOFFS * 3; 991 " adda.l %[rewind],%[src0] ;\n" 1007 [rewind] "r" (rewind), 1021 src0 += rewind; [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_engine_types.h | 420 void (*rewind)(struct intel_engine_cs *engine, bool stalled); member in struct:intel_engine_cs::__anon4982
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| iotrace.c | 843 __real_rewind = (void (*)(FILE*))dlsym (dlflag, "rewind"); 846 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT rewind\n"); 2841 /*------------------------------------------------------------- rewind */ 2843 rewind (FILE *stream) function 2847 if (NULL_PTR (rewind)) 2851 CALL_REAL (rewind)(stream); 2856 CALL_REAL (rewind)(stream);
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| iotrace.c | 843 __real_rewind = (void (*)(FILE*))dlsym (dlflag, "rewind"); 846 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT rewind\n"); 2841 /*------------------------------------------------------------- rewind */ 2843 rewind (FILE *stream) function 2847 if (NULL_PTR (rewind)) 2851 CALL_REAL (rewind)(stream); 2856 CALL_REAL (rewind)(stream);
|
| /src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
| netpgpperl_wrap.c | 1374 #ifdef rewind 1375 #undef rewind macro
|
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 163 (void) fprintf(stderr, " -F attempt automatic rewind within " 167 (void) fprintf(stderr, " -X attempt extreme rewind (does not " 3591 int rewind = ZPOOL_NEVER_REWIND; local 3740 rewind = ZPOOL_DO_REWIND | 3745 nvlist_add_uint32(policy, ZPOOL_REWIND_REQUEST, rewind) != 0)
|