Searched refs:cnt (Results 1 – 2 of 2) sorted by relevance
32 unsigned int cnt; in do_test() local33 for (cp = L"hello", cnt = 1; *cp != L'\0'; ++cp, ++cnt) in do_test()43 if (o != cnt) in do_test()46 (unsigned long int) o, cnt); in do_test()49 printf ("round %u OK\n", cnt); in do_test()
804 int cnt; in _IO_unbuffer_all() local806 for (cnt = 0; cnt < MAXTRIES; ++cnt) in _IO_unbuffer_all()830 if (cnt < MAXTRIES && fp->_lock != NULL) in _IO_unbuffer_all()
Completed in 6 milliseconds