Home | History | Annotate | Download | only in Modules

Lines Matching defs:byte

241     unsigned char byte;
254 byte = (unsigned char)sig_num;
258 rc = send(fd, &byte, 1, 0);
272 byte = (unsigned char)sig_num;
276 rc = _Py_write_noraise(fd, &byte, 1);