Lines Matching refs:count
44 * The return value is a count of the number of bytes
64 int count = 0;
97 count += length;
107 return count;
124 * The return value is a count of the number of bytes
441 int count;
457 for (count = argc-2, args = argv+2; count > 1; count -= 2, args += 2) {
465 count--;
482 if (count != 1) {
505 for (count = argc-2, args = argv+2; count > 0; count -= 2, args += 2) {
509 if (count < 2) {
524 if (count > 0) {