Home | History | Annotate | Download | only in director

Lines Matching refs:acount

402 			unsigned long acount;
404 acount = strtoul($3, NULL, 10);
405 for (i = 0; i < acount; i++) {
410 unsigned long i, acount;
413 acount = strtoul($3, NULL, 10);
415 for (i = 0; i < acount; i++) {
420 unsigned long i, acount;
422 acount = strtoul($3, NULL, 10);
423 for (i = 0; i < acount; i++) {
428 unsigned long i, acount;
430 acount = strtoul($3, NULL, 10);
431 for (i = 0; i < acount; i++) {