Searched refs:retried (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sbin/fsck/
H A Dfsutil.c199 int retried = 0; local
222 } else if (S_ISCHR(stblock.st_mode) && !retried) {
224 retried++;
226 } else if ((fsp = getfsfile(newname)) != 0 && !retried) {
228 retried++;
/openbsd-current/sys/dev/fdt/
H A Dexrtc.c101 int retried = 0; local
112 if (dt.dt_sec > FROMBCD(HREAD4(sc, RTCSEC)) && !retried) {
113 retried = 1;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Drs6000-nat.c840 int got_one, retried;
855 retried = 0;
898 if (!retried)
923 if (!got_one && !retried)
926 ++retried;
837 int got_one, retried; local
/openbsd-current/usr.bin/ftp/
H A Dfetch.c106 static int retried; variable
998 if (retried || retryafter != 0)
1004 retried = 1;
1306 retried = 0;
/openbsd-current/usr.bin/ssh/
H A Dssh-agent.c829 int r, ok = -1, retried = 0; local
932 if (pin == NULL && !retried && sshkey_is_sk(id->key) &&
942 retried = 1;
H A Dsshconnect2.c1198 int is_agent = 0, retried = 0, r = SSH_ERR_INTERNAL_ERROR; local
1247 if (!retried && pin == NULL && !is_agent &&
1255 retried = 1;
/openbsd-current/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.pm527 successful if it is retried later.
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm2097 the offending operation is retried.
2127 process, is ignored, or the offending operation is retried.
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm3863 retried, everything resolved nicely. Can this be fixed to work

Completed in 137 milliseconds