strextend        1337 src/libsystemd/sd-bus/bus-message.c                 e = strextend(&c->signature, CHAR_TO_STR(type), NULL);
strextend        1530 src/libsystemd/sd-bus/bus-message.c                 e = strextend(&c->signature, CHAR_TO_STR(SD_BUS_TYPE_STRING), NULL);
strextend        1634 src/libsystemd/sd-bus/bus-message.c                 e = strextend(&c->signature, CHAR_TO_STR(SD_BUS_TYPE_ARRAY), contents, NULL);
strextend        1719 src/libsystemd/sd-bus/bus-message.c                 e = strextend(&c->signature, CHAR_TO_STR(SD_BUS_TYPE_VARIANT), NULL);
strextend        1787 src/libsystemd/sd-bus/bus-message.c                 e = strextend(&c->signature, CHAR_TO_STR(SD_BUS_TYPE_STRUCT_BEGIN), contents, CHAR_TO_STR(SD_BUS_TYPE_STRUCT_END), NULL);
strextend        2669 src/libsystemd/sd-bus/bus-message.c                 e = strextend(&c->signature, CHAR_TO_STR(SD_BUS_TYPE_STRING), NULL);
strextend        1563 src/shared/cgroup-util.c                 if (!strextend(&s, escaped, "/", NULL))
strextend        1573 src/shared/cgroup-util.c         if (!strextend(&s, e, NULL))