Searched refs:check_no_attributes (Results 1 – 1 of 1) sorted by relevance
/external/dbus/bus/ |
D | config-parser.c | 651 check_no_attributes (BusConfigParser *parser, in check_no_attributes() function 681 if (!check_no_attributes (parser, "user", attribute_names, attribute_values, error)) in start_busconfig_child() 694 if (!check_no_attributes (parser, "type", attribute_names, attribute_values, error)) in start_busconfig_child() 707 if (!check_no_attributes (parser, "fork", attribute_names, attribute_values, error)) in start_busconfig_child() 722 if (!check_no_attributes (parser, "syslog", attribute_names, attribute_values, error)) in start_busconfig_child() 737 if (!check_no_attributes (parser, "keep_umask", attribute_names, attribute_values, error)) in start_busconfig_child() 752 if (!check_no_attributes (parser, "pidfile", attribute_names, attribute_values, error)) in start_busconfig_child() 765 if (!check_no_attributes (parser, "listen", attribute_names, attribute_values, error)) in start_busconfig_child() 778 if (!check_no_attributes (parser, "auth", attribute_names, attribute_values, error)) in start_busconfig_child() 791 if (!check_no_attributes (parser, "servicehelper", attribute_names, attribute_values, error)) in start_busconfig_child() [all …]
|