Home | History | Annotate | Download | only in basic_buffer

Lines Matching refs:printf

26     printf("name: \"%s\"\n", person.name);
27 printf("id: %ld\n", (long)person.id);
30 printf("email: \"%s\"\n", person.email);
35 printf("phone {\n");
36 printf(" number: \"%s\"\n", phone->number);
43 printf(" type: WORK\n");
47 printf(" type: HOME\n");
51 printf(" type: MOBILE\n");
55 printf("}\n");
73 printf("Message does not fit in buffer\n");
83 printf("Parsing failed: %s\n", PB_GET_ERROR(&stream));