Home | History | Annotate | Download | only in envstat

Lines Matching defs:output_s

1376 	char *output_s = NULL;
1726 mj_asprint(&output_s, &envstatj, MJ_JSON_ENCODE);
1727 printf("%s", output_s);
1728 if (output_s != NULL)
1729 free(output_s);
1743 output_s = calloc(1, output_size);
1744 if (output_s != NULL) {
1745 mj_snprint(output_s, output_size, &envstatj, MJ_JSON_ENCODE);
1746 printf("%s", output_s);
1747 free(output_s);