Searched refs:attempts (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dtempname.c233 unsigned int attempts = TMP_MAX; local
235 unsigned int attempts = ATTEMPTS_MIN; local
255 for (count = 0; count < attempts; ++count)
/haiku-fatelf/src/bin/diffutils/lib/
H A Dtempname.c249 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min; local
277 for (count = 0; count < attempts; value += 7777, ++count)
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c251 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min; local
279 for (count = 0; count < attempts; value += 7777, ++count)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A Dbeserved_rpc.cpp405 int attempts; local
412 attempts = 0;
446 attempts++;
447 if (attempts >= BT_MAX_TOTAL_ATTEMPTS)
454 else if (attempts == BT_ATTEMPTS_BEFORE_RESTART)
/haiku-fatelf/src/bin/zip/
H A Dfileio.c823 int attempts;
850 attempts = 0;
852 attempts++;
855 } while (tempf == NULL && attempts < 100);
857 if (attempts >= 100) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_i210.c317 u32 attempts = 100000; local
340 for (k = 0; k < attempts; k++) {
H A De1000_nvm.c228 u32 attempts = 100000; local
234 for (i = 0; i < attempts; i++) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/
H A DbtClient.c440 int attempts; local
447 attempts = 0;
488 attempts++;
489 if (attempts >= BT_MAX_TOTAL_ATTEMPTS)
496 else if (attempts == BT_ATTEMPTS_BEFORE_RESTART)

Completed in 66 milliseconds