Home
last modified time | relevance | path

Searched refs:subsubprefix (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/udev/
Dudevadm-info.c519 _cleanup_free_ char *subprefix = NULL, *subsubprefix = NULL; in output_tree_device() local
532 subsubprefix = strjoin(subprefix, special_glyph(SPECIAL_GLYPH_VERTICAL_DOTTED), " "); in output_tree_device()
533 if (!subsubprefix) in output_tree_device()
536 (void) print_record(device, subsubprefix); in output_tree_device()