hello
if (write(sock, hello, strlen(hello)) < 0) {
const char *hello = "Hello World";
static const char hello[] = "Hello ";
len = dprintf(fd[1], "%s", hello);
check_len("dprintf(hello)", len, strlen(hello));
len = dprintf(fd[1], "%sagain, %s\n", hello, world);
strlen(hello) + strlen(world) + 8);
2 * (strlen(hello) + strlen(world) + 1) + 7);
if (memcmp(buf + OFFSET, hello, sizeof(hello)-1) != 0) {
if (size != OFFSET + sizeof(hello)-1) {
size, OFFSET + sizeof(hello)-1);
const char hello[] = "hello";
if (fprintf(fp, hello) == EOF) {
if (size != OFFSET + sizeof(hello)-1) {
size, OFFSET + sizeof(hello)-1);
static int broken(struct hello __user *sp)
static int test(struct hello *arg)