Symbol: prop_string_equals_string
common/include/prop/prop_string.h
51
bool prop_string_equals_string(prop_string_t, const char *);
common/lib/libprop/prop_string.c
624
return prop_string_equals_string(ps, cp);
sys/dev/bluetooth/bthidev.c
175
if (prop_string_equals_string(obj, "HID"))
sys/dev/bluetooth/bthidev.c
232
if (prop_string_equals_string(obj, BTDEVauth))
sys/dev/bluetooth/bthidev.c
234
else if (prop_string_equals_string(obj, BTDEVencrypt))
sys/dev/bluetooth/bthidev.c
236
else if (prop_string_equals_string(obj, BTDEVsecure))
sys/dev/bluetooth/btmagic.c
321
if (prop_string_equals_string(obj, BTDEVauth))
sys/dev/bluetooth/btmagic.c
323
else if (prop_string_equals_string(obj, BTDEVencrypt))
sys/dev/bluetooth/btmagic.c
325
else if (prop_string_equals_string(obj, BTDEVsecure))
sys/dev/bluetooth/btsco.c
261
if (prop_string_equals_string(obj, "HSET"))
sys/dev/bluetooth/btsco.c
264
if (prop_string_equals_string(obj, "HF"))
sys/dev/bluetooth/btsco.c
297
if (prop_string_equals_string(obj, "HF")) {
sys/dev/dm/device-mapper.c
455
if (prop_string_equals_string(command, cmd_fn[i].cmd))
sys/dev/i2c/i2c.c
475
if (prop_string_equals_string(pstr, cf->cf_name)) {
sys/dev/i2c/i2c.c
508
} else if (prop_string_equals_string(pstr,
sys/dev/i2c/i2c.c
511
} else if (prop_string_equals_string(pstr,
sys/dev/i2c/i2c.c
514
} else if (prop_string_equals_string(pstr,
sys/dev/sysmon/sysmon_envsys.c
1156
if (prop_string_equals_string(obj, index))
sys/dev/sysmon/sysmon_envsys_util.c
141
if (!prop_string_equals_string(obj, str)) {
sys/kern/kern_drvctl.c
508
if (prop_string_equals_string(devname_string,
sys/kern/kern_drvctl.c
567
if (prop_string_equals_string(command_string,
tests/lib/libprop/t_proplib.c
767
ATF_REQUIRE(prop_string_equals_string(s1, "12345-67890"));
usr.sbin/btdevctl/db.c
202
if (prop_string_equals_string(obj, "bthidev"))
usr.sbin/btdevctl/db.c
204
else if (prop_string_equals_string(obj, "btsco")) {
usr.sbin/btdevctl/print.c
120
if (prop_string_equals_string(obj, "bthidev")) {
usr.sbin/btdevctl/print.c
125
if (prop_string_equals_string(obj, "btsco")) {
usr.sbin/envstat/config.c
487
if (prop_string_equals_string(obj2, sensor_key))
usr.sbin/envstat/config.c
723
if (prop_string_equals_string(obj, "Battery capacity"))
usr.sbin/envstat/config.c
729
if (prop_string_equals_string(obj, "Temperature")) {
usr.sbin/envstat/config.c
760
} else if (prop_string_equals_string(obj, "Fan") ||
usr.sbin/envstat/config.c
761
prop_string_equals_string(obj, "Integer")) {
usr.sbin/envstat/envstat.c
483
if (!prop_string_equals_string(desc, sensor))
usr.sbin/envstat/envstat.c
699
if ((prop_string_equals_string(state, "invalid") ||
usr.sbin/envstat/envstat.c
700
prop_string_equals_string(state, "unknown")))