Searched refs:check_no_attributes (Results 1 – 1 of 1) sorted by relevance
/external/dbus/bus/ |
D | config-parser.c | 652 check_no_attributes (BusConfigParser *parser, in check_no_attributes() function 682 if (!check_no_attributes (parser, "user", attribute_names, attribute_values, error)) in start_busconfig_child() 695 if (!check_no_attributes (parser, "type", attribute_names, attribute_values, error)) in start_busconfig_child() 708 if (!check_no_attributes (parser, "fork", attribute_names, attribute_values, error)) in start_busconfig_child() 723 if (!check_no_attributes (parser, "syslog", attribute_names, attribute_values, error)) in start_busconfig_child() 738 if (!check_no_attributes (parser, "keep_umask", attribute_names, attribute_values, error)) in start_busconfig_child() 753 if (!check_no_attributes (parser, "pidfile", attribute_names, attribute_values, error)) in start_busconfig_child() 766 if (!check_no_attributes (parser, "listen", attribute_names, attribute_values, error)) in start_busconfig_child() 779 if (!check_no_attributes (parser, "auth", attribute_names, attribute_values, error)) in start_busconfig_child() 792 if (!check_no_attributes (parser, "servicehelper", attribute_names, attribute_values, error)) in start_busconfig_child() [all …]
|