Home
last modified time | relevance | path

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

/dports/devel/util-linux/util-linux-2.36/libfdisk/src/
H A Dscript.c596 fputs_quoted_json_lower(name, f); in write_file_json()
/dports/devel/util-linux/util-linux-2.36/libsmartcols/src/
H A Dprint.c473 fputs_quoted_json_lower(scols_cell_get_data(&cl->header), tb->out); in print_data()
/dports/devel/util-linux/util-linux-2.36/include/
H A Dcarefulputc.h135 #define fputs_quoted_json_lower(_d, _o) fputs_quoted_case_json(_d, _o, -1) macro