Home
last modified time | relevance | path

Searched refs:redo (Results 1 – 25 of 82) sorted by relevance

1234

/netbsd-src/lib/libc/db/btree/
H A Dbt_delete.c292 int deleted, exact, redo; in __bt_bdelete() local
309 redo = 0; in __bt_bdelete()
329 redo = 1; in __bt_bdelete()
340 redo = 1; in __bt_bdelete()
353 if (redo) in __bt_bdelete()
/netbsd-src/lib/libedit/
H A Dsearch.c219 int done, redo; in ce_inc_search() local
238 done = redo = 0; in ce_inc_search()
270 redo++; in ce_inc_search()
275 redo++; in ce_inc_search()
358 if (redo && newdir == dir) { in ce_inc_search()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_gen.c163 redo: in rsa_builtin_keygen()
185 goto redo; in rsa_builtin_keygen()
275 goto redo; in rsa_builtin_keygen()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_gen.c190 redo: in rsa_multiprime_keygen()
213 goto redo; in rsa_multiprime_keygen()
303 goto redo; in rsa_multiprime_keygen()
/netbsd-src/external/public-domain/tz/dist/
H A Dzishrink.awk369 if (redo != "posix_right") {
370 print "# redo " redo
/netbsd-src/lib/libukfs/
H A Dukfs.c1194 int error, nloaded = 0, redo; in ukfs_modload_dir() local
1247 for (redo = 1; redo;) { in ukfs_modload_dir()
1248 redo = 0; in ukfs_modload_dir()
1254 redo = 1; in ukfs_modload_dir()
/netbsd-src/sys/arch/next68k/stand/boot/
H A Dscsi.c197 redo: in scsiicmd()
254 goto redo; in scsiicmd()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/
H A Dstdio2.diff224 @@ -1413,7 +1417,7 @@ redo: while ((ch = inch()) == ' ' || ch
225 goto redo;
H A Dstdio.diff418 @@ -1416,7 +1413,7 @@ redo: while ((ch = inch()) == ' ' || ch
419 goto redo;
/netbsd-src/sys/ufs/lfs/
H A Dlfs_segment.c605 int redo; in lfs_segwrite() local
768 redo = (do_ckp ? lfs_writeinode(fs, sp, ip) : 0); in lfs_segwrite()
770 redo = lfs_writeinode(fs, sp, ip); in lfs_segwrite()
772 redo += lfs_writeseg(fs, sp); in lfs_segwrite()
774 redo += (fs->lfs_flags & LFS_IFDIRTY); in lfs_segwrite()
781 } while (redo && do_ckp); in lfs_segwrite()
1068 int redo = 0; in lfs_writeinode() local
1080 redo = 1; in lfs_writeinode()
1085 if (redo == 0) in lfs_writeinode()
1086 redo = lfs_update_iaddr(fs, sp, ip, 0x0); in lfs_writeinode()
[all …]
/netbsd-src/sbin/fsck_lfs/
H A Dsegwrite.c153 int redo; in lfs_segwrite() local
170 redo = lfs_writeinode(fs, sp, ip); in lfs_segwrite()
171 redo += lfs_writeseg(fs, sp); in lfs_segwrite()
172 redo += (fs->lfs_flags & LFS_IFDIRTY); in lfs_segwrite()
173 } while (redo); in lfs_segwrite()
/netbsd-src/external/gpl3/gcc/dist/libphobos/m4/druntime/
H A Dlibraries.m430 dnl 2. Use each function name only once: can't redo a check because
31 dnl autoconf caches the results of the last check and won't redo it.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/m4/druntime/
H A Dlibraries.m430 dnl 2. Use each function name only once: can't redo a check because
31 dnl autoconf caches the results of the last check and won't redo it.
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dsa/
H A Ddsa_ossl.c98 redo: in dsa_do_sign()
161 goto redo; in dsa_do_sign()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dlang-c++67 # relinking is faster because doesn't need to redo the first step.
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_ossl.c112 redo: in ossl_dsa_do_sign_int()
184 goto redo; in ossl_dsa_do_sign_int()
/netbsd-src/sys/ufs/ffs/
H A Dffs_snapshot.c179 int error, redo = 0, snaploc;
266 error = cgaccount(vp, 2, &redo);
401 endtime.tv_usec / 1000, redo, fs->fs_ncg);
917 cgaccount(struct vnode *vp, int passno, int *redo)
923 if (redo != NULL)
924 *redo = 0;
932 if (redo != NULL)
933 *redo += 1;
/netbsd-src/external/lgpl3/gmp/dist/mpn/ia64/
H A Ddivrem_1.asm230 (p8) cmp.ltu p6, p7 = r28, r36 C redo last cmp if needed
359 (p8) cmp.ltu p6, p7 = r28, r36 C redo last cmp if needed
456 (p8) cmp.ltu p6, p7 = r28, r36 C redo last cmp if needed
/netbsd-src/distrib/miniroot/
H A Dupgrade.sh217 opportunity to redo the default route in the event that it failed above.
H A Dinstall.sh311 opportunity to redo the default route in the event that it failed above.
/netbsd-src/lib/libc/
H A Dshlib_version43 # - redo stdin/stdout/stderr to not require copy relocations
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dxfrin.c524 redo: in xfr_rr()
609 goto redo; in xfr_rr()
622 goto redo; in xfr_rr()
649 goto redo; in xfr_rr()
/netbsd-src/sys/arch/ia64/
H A DTODO31 - redo _regset.h in netbsd style with __greg_t __gregset_t
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dxfrin.c747 redo: in dns_xfrin_create()
835 goto redo; in xfrin_cancelio()
848 goto redo; in xfrin_reset()
877 goto redo; in xfrin_fail()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
H A DREADME38 the strings, but also redo the layout of each dialog.

1234