Searched refs:right_side (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | device_info.c | 277 match_compare_property (HalDevice *d, const char *key, const char *right_side, dbus_int64_t *result) in match_compare_property() argument 290 *result = (dbus_int64_t) strcmp (hal_device_property_get_string (d, key), right_side); in match_compare_property() 295 *result = ((dbus_int64_t) hal_device_property_get_int (d, key)) - strtoll (right_side, NULL, 0); in match_compare_property() 300 …int64_t) hal_device_property_get_uint64 (d, key)) - ((dbus_int64_t) strtoll (right_side, NULL, 0)); in match_compare_property() 305 *result = (dbus_int64_t) ceil (hal_device_property_get_double (d, key) - atof (right_side)); in match_compare_property()
|