Lines Matching defs:count
26 static void nfputs(const char *str, unsigned int count)32 while (count > 64) {36 count -= 64;38 memcpy(buf, str, count);39 buf[count] = 0;44 unsigned int count)46 nfputs(str, count);74 size_t count)76 nfputs(buf, count);77 return count;