Searched defs:type_width (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c875 unsigned name_width, type_width, signature_width, result_width; local
991 type_width = strlen("TYPE");
1007 type_width = MAX(type_width, strlen(m->type));
1026 (int) type_width, "TYPE",
1061 (int) type_width, strdash(m->type),

Completed in 17 milliseconds