Searched refs:rv (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Djson.h89 int json_parse(const char *string, JsonVariant **rv);
H A Djson.c736 static int json_parse_tokens(JsonVariant **tokens, size_t ntokens, JsonVariant **rv) { argument
757 *rv = p;
852 int json_parse(const char *string, JsonVariant **rv) { argument
859 assert(rv);
869 *rv = v;
/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c1034 const char *rv; local
1052 rv = ellipsized;
1054 rv = strdash(m->result);
1063 (int) result_width, rv,

Completed in 17 milliseconds