HomeSort by: relevance | last modified time | path
    Searched defs:output_s (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/envstat/
envstat.c 1376 char *output_s = NULL; local in function:print_sensors_json
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);
    [all...]
envstat.c 1376 char *output_s = NULL; local in function:print_sensors_json
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);
    [all...]

Completed in 96 milliseconds