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

/systemd/src/libsystemd/sd-bus/
H A Dbusctl-introspect.c203 _cleanup_free_ char *node_path = NULL, *argument_type = NULL, *argument_direction = NULL; local
455 if (!argument_direction || streq(argument_direction, "in")) {
458 } else if (streq(argument_direction, "out")) {
465 argument_direction = mfree(argument_direction);
505 free(argument_direction);
506 argument_direction = name;

Completed in 22 milliseconds