Searched refs:outmsg (Results 1 – 2 of 2) sorted by relevance
45 print " atf_fail \"$outmsg\""47 print " atf_skip \"$outmsg\""
471 uint8_t *outmsg; member719 c->outmsg = erealloc(c->outmsg, c->olen + len); in output_data()720 memcpy(&c->outmsg[c->olen], data, len); in output_data()961 len = write(c->fd, c->outmsg, c->olen); in handle_write()966 memmove(&c->outmsg[0], &c->outmsg[len], c->olen - len); in handle_write()970 free(c->outmsg); in handle_write()971 c->outmsg = NULL; in handle_write()