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

/external/dbus/bus/
H A Dconfig-parser.c1328 #define IS_WILDCARD(str) ((str) && ((str)[0]) == '*' && ((str)[1]) == '\0') macro
1335 if (IS_WILDCARD (send_interface))
1337 if (IS_WILDCARD (send_member))
1339 if (IS_WILDCARD (send_error))
1341 if (IS_WILDCARD (send_destination))
1343 if (IS_WILDCARD (send_path))
1345 if (IS_WILDCARD (send_type))
1416 if (IS_WILDCARD (receive_interface))
1418 if (IS_WILDCARD (receive_member))
1420 if (IS_WILDCARD (receive_erro
[all...]

Completed in 34 milliseconds