Searched refs:loop_count (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/cmd/
H A Dfor.t69 $loop_count = 0;
71 $loop_count++;
73 print $loop_count == 4 ? "ok" : "not ok", " 12\n";
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c1199 ssize_t nread, loop_count; local
1212 loop_count = 1;
1213 while (nread == (loop_count * BUFSIZ)) {
1216 loop_count++;
1218 buf1 = realloc(*buf, loop_count * BUFSIZ);
1225 *buf + ((loop_count - 1) * BUFSIZ), BUFSIZ);

Completed in 19 milliseconds