Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 2 of 2) sorted by relevance

/libio/
A Dbug-ftell.c32 unsigned int cnt; in do_test() local
33 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()
A Dgenops.c804 int cnt; in _IO_unbuffer_all() local
806 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