Lines Matching refs:lvalue
70 const char *lvalue, in xdg_config_parse_bool() argument
79 assert(lvalue); in xdg_config_parse_bool()
153 const char *lvalue, in xdg_config_parse_string() argument
164 assert(lvalue); in xdg_config_parse_string()
170 …ntax(unit, LOG_WARNING, filename, line, 0, "Key %s was defined multiple times, ignoring.", lvalue); in xdg_config_parse_string()
225 const char *lvalue, in xdg_config_parse_strv() argument
235 assert(lvalue); in xdg_config_parse_strv()
241 … log_syntax(unit, LOG_WARNING, filename, line, 0, "Key %s was already defined, ignoring.", lvalue); in xdg_config_parse_strv()
290 const char *lvalue, in xdg_config_item_table_lookup() argument
296 assert(lvalue); in xdg_config_item_table_lookup()
299 if (strchr(lvalue, '[')) { in xdg_config_item_table_lookup()
306 … return config_item_table_lookup(table, section, lvalue, ret_func, ret_ltype, ret_data, userdata); in xdg_config_item_table_lookup()