Searched refs:BYTES (Results 1 – 3 of 3) sorted by relevance
101 #define BYTES 8 in do_test() macro104 static char buff[BYTES]; in do_test()117 if (write (fd, "01234567", BYTES) != BYTES) in do_test()123 cb0.aio_nbytes = BYTES; in do_test()134 for (i = 0; i < BYTES; i++) in do_test()143 cb1.aio_nbytes = BYTES; in do_test()
11938 NBYTES, and unsigned char * for BYTES.11941 unsighed char * for NBYTES, BYTES parameters.
10718 * rt/tst-aio7.c (do_test): Change BYTES into a #define.