Home
last modified time | relevance | path

Searched refs:fputs_quoted_json (Results 1 – 3 of 3) sorted by last modified time

/dports/devel/util-linux/util-linux-2.36/libfdisk/src/
H A Dscript.c599 fputs_quoted_json(fi->data, f); in write_file_json()
637 fputs_quoted_json(p, f); in write_file_json()
652 fputs_quoted_json(fdisk_parttype_get_string(pa->type), f); in write_file_json()
661 fputs_quoted_json(pa->uuid, f); in write_file_json()
666 fputs_quoted_json(pa->name, f); in write_file_json()
676 fputs_quoted_json(pa->attrs, f); in write_file_json()
/dports/devel/util-linux/util-linux-2.36/libsmartcols/src/
H A Dprint.c480 fputs_quoted_json(data, tb->out); in print_data()
/dports/devel/util-linux/util-linux-2.36/include/
H A Dcarefulputc.h133 #define fputs_quoted_json(_d, _o) fputs_quoted_case_json(_d, _o, 0) macro