Searched refs:print_buf (Results 1 – 2 of 2) sorted by relevance
10 void print_buf(unsigned char *buf, size_t buflen) { in print_buf() function27 print_buf((unsigned char *)&i, sizeof(i)); in test_arc4random()33 print_buf((unsigned char *)&i, sizeof(i)); in test_arc4random_uniform()43 print_buf((unsigned char *)buf, sizeof(buf)); in test_arc4random_buf10()53 print_buf((unsigned char *)buf, sizeof(buf)); in test_arc4random_buf256()
593 char *print_buf = NULL; in do_read() local626 print_buf = xmalloc(print_bytes); in do_read()649 memcpy(print_buf, buf, print_bytes); in do_read()654 printf("%02x", print_buf[i - 1]); in do_read()