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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-parser.c1332 #define IS_WILDCARD(str) ((str) && ((str)[0]) == '*' && ((str)[1]) == '\0') macro
1339 if (IS_WILDCARD (send_interface))
1341 if (IS_WILDCARD (send_member))
1343 if (IS_WILDCARD (send_error))
1345 if (IS_WILDCARD (send_destination))
1347 if (IS_WILDCARD (send_path))
1349 if (IS_WILDCARD (send_type))
1420 if (IS_WILDCARD (receive_interface))
1422 if (IS_WILDCARD (receive_member))
1424 if (IS_WILDCARD (receive_erro
[all...]

Completed in 109 milliseconds