Lines Matching defs:space
50 * from user space into our buffer at the right frequency. They take care about
51 * how much data there's actually to read, how much buffer space there is and
148 static int TTStateInfo(char *buffer, size_t space);
149 static int FalconStateInfo(char *buffer, size_t space);
1473 static int TTStateInfo(char *buffer, size_t space)
1484 if (len >= space) {
1486 len = space ;
1491 static int FalconStateInfo(char *buffer, size_t space)
1498 if (len >= space) {
1500 len = space ;