Symbol: streq
tools/tools/ath/athkey/athkey.c
101
if (streq(name, "tkip"))
tools/tools/ath/athkey/athkey.c
103
if (streq(name, "aes-ocb") || streq(name, "ocb"))
tools/tools/ath/athkey/athkey.c
105
if (streq(name, "aes-ccm") || streq(name, "ccm") ||
tools/tools/ath/athkey/athkey.c
106
streq(name, "aes"))
tools/tools/ath/athkey/athkey.c
108
if (streq(name, "ckip"))
tools/tools/ath/athkey/athkey.c
110
if (streq(name, "none") || streq(name, "clr"))
tools/tools/ath/athkey/athkey.c
99
if (streq(name, "wep"))
tools/tools/ath/athprom/athprom.c
491
if (streq(var, "mode")) {
tools/tools/ath/athprom/athprom.c
496
} else if (streq(var, "version")) {
tools/tools/ath/athprom/athprom.c
498
} else if (streq(var, "V_major")) {
tools/tools/ath/athprom/athprom.c
500
} else if (streq(var, "V_minor")) {
tools/tools/ath/athprom/athprom.c
502
} else if (streq(var, "earStart")) {
tools/tools/ath/athprom/athprom.c
504
} else if (streq(var, "tpStart")) {
tools/tools/ath/athprom/athprom.c
506
} else if (streq(var, "eepMap")) {
tools/tools/ath/athprom/athprom.c
508
} else if (streq(var, "exist32KHzCrystal")) {
tools/tools/ath/athprom/athprom.c
510
} else if (streq(var, "eepMap2PowerCalStart")) {
tools/tools/ath/athprom/athprom.c
512
} else if (streq(var, "Amode")) {
tools/tools/ath/athprom/athprom.c
514
} else if (streq(var, "Bmode")) {
tools/tools/ath/athprom/athprom.c
516
} else if (streq(var, "Gmode")) {
tools/tools/ath/athprom/athprom.c
518
} else if (streq(var, "regdomain")) {
tools/tools/ath/athprom/athprom.c
523
} else if (streq(var, "turbo2Disable")) {
tools/tools/ath/athprom/athprom.c
525
} else if (streq(var, "turbo5Disable")) {
tools/tools/ath/athprom/athprom.c
527
} else if (streq(var, "rfKill")) {
tools/tools/ath/athprom/athprom.c
529
} else if (streq(var, "disableXr5")) {
tools/tools/ath/athprom/athprom.c
531
} else if (streq(var, "disableXr2")) {
tools/tools/ath/athprom/athprom.c
533
} else if (streq(var, "turbo2WMaxPower5")) {
tools/tools/ath/athprom/athprom.c
535
} else if (streq(var, "cckOfdmDelta")) {
tools/tools/ath/athprom/athprom.c
537
} else if (streq(var, "gainI")) {
tools/tools/ath/athprom/athprom.c
539
} else if (streq(var, "WWR")) {
tools/tools/ath/athprom/athprom.c
542
} else if (streq(var, "falseDetectBackoff")) {
tools/tools/ath/athprom/athprom.c
544
} else if (streq(var, "deviceType")) {
tools/tools/ath/athprom/athprom.c
546
} else if (streq(var, "switchSettling")) {
tools/tools/ath/athprom/athprom.c
551
} else if (streq(var, "adcDesiredSize")) {
tools/tools/ath/athprom/athprom.c
556
} else if (streq(var, "xlnaGain")) {
tools/tools/ath/athprom/athprom.c
558
} else if (streq(var, "txEndToXLNAOn")) {
tools/tools/ath/athprom/athprom.c
560
} else if (streq(var, "thresh62")) {
tools/tools/ath/athprom/athprom.c
565
} else if (streq(var, "txEndToRxOn")) {
tools/tools/ath/athprom/athprom.c
567
} else if (streq(var, "txEndToXPAOff")) {
tools/tools/ath/athprom/athprom.c
572
} else if (streq(var, "txFrameToXPAOn")) {
tools/tools/ath/athprom/athprom.c
577
} else if (streq(var, "pgaDesiredSize")) {
tools/tools/ath/athprom/athprom.c
582
} else if (streq(var, "noiseFloorThresh")) {
tools/tools/ath/athprom/athprom.c
588
} else if (streq(var, "xgain")) {
tools/tools/ath/athprom/athprom.c
590
} else if (streq(var, "xpd")) {
tools/tools/ath/athprom/athprom.c
595
} else if (streq(var, "txrxAtten")) {
tools/tools/ath/athprom/athprom.c
597
} else if (streq(var, "capField")) {
tools/tools/ath/athprom/athprom.c
599
} else if (streq(var, "txrxAttenTurbo")) {
tools/tools/ath/athprom/athprom.c
602
} else if (streq(var, "switchSettlingTurbo")) {
tools/tools/ath/athprom/athprom.c
605
} else if (streq(var, "adcDesiredSizeTurbo")) {
tools/tools/ath/athprom/athprom.c
608
} else if (streq(var, "pgaDesiredSizeTurbo")) {
tools/tools/ath/athprom/athprom.c
611
} else if (streq(var, "rxtxMarginTurbo")) {
tools/tools/ath/athprom/athprom.c
628
} else if (streq(var, "xpdGain")) {
tools/tools/ath/athprom/athprom.c
636
} else if (streq(var, "pdGainOverlap")) {
tools/tools/ath/athprom/athprom.c
638
} else if (streq(var, "ob1")) {
tools/tools/ath/athprom/athprom.c
640
} else if (streq(var, "ob2")) {
tools/tools/ath/athprom/athprom.c
642
} else if (streq(var, "ob3")) {
tools/tools/ath/athprom/athprom.c
644
} else if (streq(var, "ob4")) {
tools/tools/ath/athprom/athprom.c
646
} else if (streq(var, "db1")) {
tools/tools/ath/athprom/athprom.c
648
} else if (streq(var, "db2")) {
tools/tools/ath/athprom/athprom.c
650
} else if (streq(var, "db3")) {
tools/tools/ath/athprom/athprom.c
652
} else if (streq(var, "db4")) {
tools/tools/ath/athprom/athprom.c
654
} else if (streq(var, "obFor24")) {
tools/tools/ath/athprom/athprom.c
656
} else if (streq(var, "ob2GHz0")) {
tools/tools/ath/athprom/athprom.c
658
} else if (streq(var, "dbFor24")) {
tools/tools/ath/athprom/athprom.c
660
} else if (streq(var, "db2GHz0")) {
tools/tools/ath/athprom/athprom.c
662
} else if (streq(var, "obFor24g")) {
tools/tools/ath/athprom/athprom.c
664
} else if (streq(var, "ob2GHz1")) {
tools/tools/ath/athprom/athprom.c
666
} else if (streq(var, "dbFor24g")) {
tools/tools/ath/athprom/athprom.c
668
} else if (streq(var, "db2GHz1")) {
tools/tools/ath/athprom/athprom.c
670
} else if (streq(var, "ob")) {
tools/tools/ath/athprom/athprom.c
672
} else if (streq(var, "db")) {
tools/tools/ath/athprom/athprom.c
674
} else if (streq(var, "xpaBiasLvl")) {
tools/tools/ath/athprom/athprom.c
676
} else if (streq(var, "pwrDecreaseFor2Chain")) {
tools/tools/ath/athprom/athprom.c
678
} else if (streq(var, "pwrDecreaseFor3Chain")) {
tools/tools/ath/athprom/athprom.c
680
} else if (streq(var, "txFrameToDataStart")) {
tools/tools/ath/athprom/athprom.c
682
} else if (streq(var, "txFrameToPaOn")) {
tools/tools/ath/athprom/athprom.c
684
} else if (streq(var, "ht40PowerIncForPdadc")) {
tools/tools/ath/athprom/athprom.c
686
} else if (streq(var, "checksum")) {
tools/tools/ath/athprom/athprom.c
688
} else if (streq(var, "length")) {
tools/tools/ath/athprom/athprom.c
690
} else if (streq(var, "regDmn0")) {
tools/tools/ath/athprom/athprom.c
692
} else if (streq(var, "regDmn1")) {
tools/tools/ath/athprom/athprom.c
694
} else if (streq(var, "txMask")) {
tools/tools/ath/athprom/athprom.c
696
} else if (streq(var, "rxMask")) {
tools/tools/ath/athprom/athprom.c
698
} else if (streq(var, "rfSilent")) {
tools/tools/ath/athprom/athprom.c
700
} else if (streq(var, "btOptions")) {
tools/tools/ath/athprom/athprom.c
702
} else if (streq(var, "deviceCap")) {
tools/tools/ath/athprom/athprom.c
707
} else if (streq(var, "opCapFlags")) {
tools/tools/ath/athprom/athprom.c
709
} else if (streq(var, "eepMisc")) {
tools/tools/ath/athprom/athprom.c
717
} else if (streq(var, "xpd_mask")) {
tools/tools/ath/athprom/athprom.c
722
} else if (streq(var, "numChannels")) {
tools/tools/ath/athprom/athprom.c
727
} else if (streq(var, "freq")) {
tools/tools/ath/athprom/athprom.c
732
} else if (streq(var, "maxpow")) {
tools/tools/ath/athprom/athprom.c
742
} else if (streq(var, "pd_gain")) {
tools/tools/ath/athprom/athprom.c
762
} else if (streq(var, "CTL")) {
tools/tools/ath/athprom/athprom.c
764
} else if (streq(var, "ctlType")) {
tools/tools/ath/athprom/athprom.c
771
} else if (streq(var, "ctlRD")) {
tools/tools/ath/athprom/athprom.c
812
} else if (streq(var, "singleXpd")) {
usr.bin/rpcgen/rpc_clntout.c
124
} else if (streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_clntout.c
178
if (streq(proc->res_type, "void")) {
usr.bin/rpcgen/rpc_clntout.c
190
(streq(proc->args.decls->decl.type, "void"))) {
usr.bin/rpcgen/rpc_clntout.c
260
if (streq(proc->res_type, "void")) {
usr.bin/rpcgen/rpc_cout.c
103
return (streq(def->def_name, type));
usr.bin/rpcgen/rpc_cout.c
181
if (streq(type, "bool")) {
usr.bin/rpcgen/rpc_cout.c
220
if (streq(type, "string")) {
usr.bin/rpcgen/rpc_cout.c
222
} else if (streq(type, "opaque")) {
usr.bin/rpcgen/rpc_cout.c
239
if (streq(type, "string")) {
usr.bin/rpcgen/rpc_cout.c
241
} else if (streq(type, "opaque")) {
usr.bin/rpcgen/rpc_cout.c
244
if (streq(type, "string")) {
usr.bin/rpcgen/rpc_cout.c
323
if (!streq(cs->type, "void")) {
usr.bin/rpcgen/rpc_cout.c
341
if (!streq(dflt->type, "void")) {
usr.bin/rpcgen/rpc_hout.c
205
if (streq(decl->type, "bool")) {
usr.bin/rpcgen/rpc_hout.c
216
if (decl && !streq(decl->type, "void")) {
usr.bin/rpcgen/rpc_hout.c
246
} else if (streq(proc->proc_name, stop->proc_name)) {
usr.bin/rpcgen/rpc_hout.c
342
streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_hout.c
404
if (!streq(name, old)) {
usr.bin/rpcgen/rpc_hout.c
405
if (streq(old, "string")) {
usr.bin/rpcgen/rpc_hout.c
408
} else if (streq(old, "opaque")) {
usr.bin/rpcgen/rpc_hout.c
410
} else if (streq(old, "bool")) {
usr.bin/rpcgen/rpc_hout.c
448
if (streq(dec->type, "void")) {
usr.bin/rpcgen/rpc_hout.c
452
if (streq(dec->type, name) && !dec->prefix) {
usr.bin/rpcgen/rpc_hout.c
455
if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_hout.c
459
if (streq(dec->type, "bool")) {
usr.bin/rpcgen/rpc_hout.c
461
} else if (streq(dec->type, "opaque")) {
usr.bin/rpcgen/rpc_hout.c
505
if (streq(def->def_name, stop)) {
usr.bin/rpcgen/rpc_hout.c
507
} else if (streq(def->def_name, type)) {
usr.bin/rpcgen/rpc_main.c
237
if (infile != NULL && streq(outfile, infile)) {
usr.bin/rpcgen/rpc_main.c
971
if (streq(argv[i], "-s")) {
usr.bin/rpcgen/rpc_main.c
981
if (streq(argv[i], "-s")) {
usr.bin/rpcgen/rpc_main.c
987
} else if (streq(argv[i], "-n")) {
usr.bin/rpcgen/rpc_parse.c
160
if (streq(plist->res_type, "opaque")) {
usr.bin/rpcgen/rpc_parse.c
175
if (streq(dec.type, "void"))
usr.bin/rpcgen/rpc_parse.c
189
if (streq(dec.type, "void"))
usr.bin/rpcgen/rpc_parse.c
415
if (streq(dec->type, "void")) {
usr.bin/rpcgen/rpc_parse.c
447
if (streq(dec->type, "opaque")) {
usr.bin/rpcgen/rpc_parse.c
451
} else if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_parse.c
484
if (streq(dec->type, "void")) {
usr.bin/rpcgen/rpc_parse.c
488
if (streq(dec->type, "opaque")) {
usr.bin/rpcgen/rpc_parse.c
492
if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_parse.c
502
if (!streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_parse.c
515
if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_sample.c
101
if(!streq(proc->args.decls->decl.type, "void"))
usr.bin/rpcgen/rpc_sample.c
109
} else if (!streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_sample.c
140
if(streq(proc->args.decls->decl.type, "void"))
usr.bin/rpcgen/rpc_sample.c
151
} else if (streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_sample.c
206
if(!streq(proc->res_type, "void"))
usr.bin/rpcgen/rpc_sample.c
219
if(!streq(proc->res_type, "void"))
usr.bin/rpcgen/rpc_svcout.c
361
if (!streq(proc->args.decls->decl.type, "void"))
usr.bin/rpcgen/rpc_svcout.c
399
if (streq(proc->args.decls->decl.type,
usr.bin/rpcgen/rpc_svcout.c
426
if (streq(proc->res_type, "void")) {
usr.bin/rpcgen/rpc_svcout.c
568
if (streq(proc->proc_num, "0")) {
usr.bin/rpcgen/rpc_svcout.c
964
if (streq(transp, "udp"))
usr.bin/rpcgen/rpc_tblout.c
153
if (streq(type, "void")) {
usr.bin/rpcgen/rpc_util.c
116
return (streq(def->def_name, type));
usr.bin/rpcgen/rpc_util.c
130
if (streq(def->def.ty.old_type, "opaque"))
usr.bin/rpcgen/rpc_util.c
151
if (streq(type, "string")) {
usr.bin/rpcgen/rpc_util.c
162
if (streq(prefix, "enum")) {
usr.bin/rpcgen/rpc_util.c
168
if (streq(type, "bool")) {
usr.bin/rpcgen/rpc_util.c
170
} else if (streq(type, "string")) {
usr.bin/rpcgen/rpc_util.c
183
return (streq(def->def_name, type));
usr.bin/rpcgen/rpc_util.c
195
return (!streq(type, "string"));
usr.bin/rpcgen/rpc_util.h
173
int streq(const char *a, const char *b);
usr.bin/systat/netcmds.c
166
if (proto == NULL || streq(proto, "all"))
usr.bin/systat/netcmds.c
168
else if (streq(proto, "tcp"))
usr.bin/systat/netcmds.c
170
else if (streq(proto, "udp"))
usr.bin/systat/netstat.c
282
if (!streq(proto, p->ni_proto))
usr.bin/systat/netstat.c
390
if (streq(p->ni_proto, "tcp")) {
usr.sbin/moused/moused/quirks.c
1006
} else if (streq(key, quirk_get_name(MOUSED_MAP_Z_AXIS))) {
usr.sbin/moused/moused/quirks.c
1007
} else if (streq(key, quirk_get_name(MOUSED_VIRTUAL_SCROLL_ENABLE))) {
usr.sbin/moused/moused/quirks.c
1014
} else if (streq(key, quirk_get_name(MOUSED_HOR_VIRTUAL_SCROLL_ENABLE))) {
usr.sbin/moused/moused/quirks.c
1021
} else if (streq(key, quirk_get_name(MOUSED_VIRTUAL_SCROLL_SPEED))) {
usr.sbin/moused/moused/quirks.c
1028
} else if (streq(key, quirk_get_name(MOUSED_VIRTUAL_SCROLL_THRESHOLD))) {
usr.sbin/moused/moused/quirks.c
1035
} else if (streq(key, quirk_get_name(MOUSED_WMODE))) {
usr.sbin/moused/moused/quirks.c
1042
} else if (streq(key, quirk_get_name(MOUSED_TWO_FINGER_SCROLL))) {
usr.sbin/moused/moused/quirks.c
1049
} else if (streq(key, quirk_get_name(MOUSED_NATURAL_SCROLL))) {
usr.sbin/moused/moused/quirks.c
1056
} else if (streq(key, quirk_get_name(MOUSED_THREE_FINGER_DRAG))) {
usr.sbin/moused/moused/quirks.c
1063
} else if (streq(key, quirk_get_name(MOUSED_SOFTBUTTON2_X))) {
usr.sbin/moused/moused/quirks.c
1070
} else if (streq(key, quirk_get_name(MOUSED_SOFTBUTTON3_X))) {
usr.sbin/moused/moused/quirks.c
1077
} else if (streq(key, quirk_get_name(MOUSED_SOFTBUTTONS_Y))) {
usr.sbin/moused/moused/quirks.c
1084
} else if (streq(key, quirk_get_name(MOUSED_TAP_TIMEOUT))) {
usr.sbin/moused/moused/quirks.c
1091
} else if (streq(key, quirk_get_name(MOUSED_TAP_PRESSURE_THRESHOLD))) {
usr.sbin/moused/moused/quirks.c
1098
} else if (streq(key, quirk_get_name(MOUSED_TAP_MAX_DELTA))) {
usr.sbin/moused/moused/quirks.c
1105
} else if (streq(key, quirk_get_name(MOUSED_TAPHOLD_TIMEOUT))) {
usr.sbin/moused/moused/quirks.c
1112
} else if (streq(key, quirk_get_name(MOUSED_VSCROLL_MIN_DELTA))) {
usr.sbin/moused/moused/quirks.c
1119
} else if (streq(key, quirk_get_name(MOUSED_VSCROLL_HOR_AREA))) {
usr.sbin/moused/moused/quirks.c
1126
} else if (streq(key, quirk_get_name(MOUSED_VSCROLL_VER_AREA))) {
usr.sbin/moused/moused/quirks.c
562
if (streq(key, "MatchName")) {
usr.sbin/moused/moused/quirks.c
565
} else if (streq(key, "MatchUniq")) {
usr.sbin/moused/moused/quirks.c
568
} else if (streq(key, "MatchBus")) {
usr.sbin/moused/moused/quirks.c
570
if (streq(value, "usb"))
usr.sbin/moused/moused/quirks.c
572
else if (streq(value, "bluetooth"))
usr.sbin/moused/moused/quirks.c
574
else if (streq(value, "ps2"))
usr.sbin/moused/moused/quirks.c
576
else if (streq(value, "rmi"))
usr.sbin/moused/moused/quirks.c
578
else if (streq(value, "i2c"))
usr.sbin/moused/moused/quirks.c
580
else if (streq(value, "spi"))
usr.sbin/moused/moused/quirks.c
584
} else if (streq(key, "MatchVendor")) {
usr.sbin/moused/moused/quirks.c
592
} else if (streq(key, "MatchProduct")) {
usr.sbin/moused/moused/quirks.c
605
} else if (streq(key, "MatchVersion")) {
usr.sbin/moused/moused/quirks.c
613
} else if (streq(key, "MatchDMIModalias")) {
usr.sbin/moused/moused/quirks.c
622
} else if (streq(key, "MatchUdevType") || streq(key, "MatchDevType")) {
usr.sbin/moused/moused/quirks.c
624
if (streq(value, "touchpad"))
usr.sbin/moused/moused/quirks.c
626
else if (streq(value, "mouse"))
usr.sbin/moused/moused/quirks.c
628
else if (streq(value, "pointingstick"))
usr.sbin/moused/moused/quirks.c
630
else if (streq(value, "keyboard"))
usr.sbin/moused/moused/quirks.c
632
else if (streq(value, "joystick"))
usr.sbin/moused/moused/quirks.c
634
else if (streq(value, "tablet"))
usr.sbin/moused/moused/quirks.c
636
else if (streq(value, "tablet-pad"))
usr.sbin/moused/moused/quirks.c
640
} else if (streq(key, "MatchDeviceTree")) {
usr.sbin/moused/moused/quirks.c
679
if (streq(key, quirk_get_name(q))) {
usr.sbin/moused/moused/quirks.c
720
if (streq(key, quirk_get_name(QUIRK_ATTR_SIZE_HINT))) {
usr.sbin/moused/moused/quirks.c
727
} else if (streq(key, quirk_get_name(QUIRK_ATTR_TOUCH_SIZE_RANGE))) {
usr.sbin/moused/moused/quirks.c
734
} else if (streq(key, quirk_get_name(QUIRK_ATTR_PALM_SIZE_THRESHOLD))) {
usr.sbin/moused/moused/quirks.c
741
} else if (streq(key, quirk_get_name(QUIRK_ATTR_LID_SWITCH_RELIABILITY))) {
usr.sbin/moused/moused/quirks.c
743
if (!streq(value, "reliable") &&
usr.sbin/moused/moused/quirks.c
744
!streq(value, "write_open") &&
usr.sbin/moused/moused/quirks.c
745
!streq(value, "unreliable"))
usr.sbin/moused/moused/quirks.c
750
} else if (streq(key, quirk_get_name(QUIRK_ATTR_KEYBOARD_INTEGRATION))) {
usr.sbin/moused/moused/quirks.c
752
if (!streq(value, "internal") && !streq(value, "external"))
usr.sbin/moused/moused/quirks.c
757
} else if (streq(key, quirk_get_name(QUIRK_ATTR_TRACKPOINT_INTEGRATION))) {
usr.sbin/moused/moused/quirks.c
759
if (!streq(value, "internal") && !streq(value, "external"))
usr.sbin/moused/moused/quirks.c
764
} else if (streq(key, quirk_get_name(QUIRK_ATTR_TPKBCOMBO_LAYOUT))) {
usr.sbin/moused/moused/quirks.c
766
if (!streq(value, "below"))
usr.sbin/moused/moused/quirks.c
771
} else if (streq(key, quirk_get_name(QUIRK_ATTR_PRESSURE_RANGE))) {
usr.sbin/moused/moused/quirks.c
778
} else if (streq(key, quirk_get_name(QUIRK_ATTR_PALM_PRESSURE_THRESHOLD))) {
usr.sbin/moused/moused/quirks.c
785
} else if (streq(key, quirk_get_name(QUIRK_ATTR_RESOLUTION_HINT))) {
usr.sbin/moused/moused/quirks.c
792
} else if (streq(key, quirk_get_name(QUIRK_ATTR_TRACKPOINT_MULTIPLIER))) {
usr.sbin/moused/moused/quirks.c
799
} else if (streq(key, quirk_get_name(QUIRK_ATTR_USE_VELOCITY_AVERAGING))) {
usr.sbin/moused/moused/quirks.c
806
} else if (streq(key, quirk_get_name(QUIRK_ATTR_TABLET_SMOOTHING))) {
usr.sbin/moused/moused/quirks.c
813
} else if (streq(key, quirk_get_name(QUIRK_ATTR_THUMB_PRESSURE_THRESHOLD))) {
usr.sbin/moused/moused/quirks.c
820
} else if (streq(key, quirk_get_name(QUIRK_ATTR_THUMB_SIZE_THRESHOLD))) {
usr.sbin/moused/moused/quirks.c
827
} else if (streq(key, quirk_get_name(QUIRK_ATTR_MSC_TIMESTAMP))) {
usr.sbin/moused/moused/quirks.c
829
if (!streq(value, "watch"))
usr.sbin/moused/moused/quirks.c
834
} else if (streq(key, quirk_get_name(QUIRK_ATTR_EVENT_CODE))) {
usr.sbin/moused/moused/quirks.c
853
} else if (streq(key, quirk_get_name(QUIRK_ATTR_INPUT_PROP))) {
usr.sbin/moused/moused/quirks.c
908
if (streq(key, quirk_get_name(MOUSED_GRAB_DEVICE))) {
usr.sbin/moused/moused/quirks.c
915
} else if (streq(key, quirk_get_name(MOUSED_IGNORE_DEVICE))) {
usr.sbin/moused/moused/quirks.c
922
} else if (streq(key, quirk_get_name(MOUSED_CLICK_THRESHOLD))) {
usr.sbin/moused/moused/quirks.c
929
} else if (streq(key, quirk_get_name(MOUSED_DRIFT_TERMINATE))) {
usr.sbin/moused/moused/quirks.c
936
} else if (streq(key, quirk_get_name(MOUSED_DRIFT_DISTANCE))) {
usr.sbin/moused/moused/quirks.c
943
} else if (streq(key, quirk_get_name(MOUSED_DRIFT_TIME))) {
usr.sbin/moused/moused/quirks.c
950
} else if (streq(key, quirk_get_name(MOUSED_DRIFT_AFTER))) {
usr.sbin/moused/moused/quirks.c
957
} else if (streq(key, quirk_get_name(MOUSED_EMULATE_THIRD_BUTTON))) {
usr.sbin/moused/moused/quirks.c
964
} else if (streq(key, quirk_get_name(MOUSED_EMULATE_THIRD_BUTTON_TIMEOUT))) {
usr.sbin/moused/moused/quirks.c
971
} else if (streq(key, quirk_get_name(MOUSED_EXPONENTIAL_ACCEL))) {
usr.sbin/moused/moused/quirks.c
978
} else if (streq(key, quirk_get_name(MOUSED_EXPONENTIAL_OFFSET))) {
usr.sbin/moused/moused/quirks.c
985
} else if (streq(key, quirk_get_name(MOUSED_LINEAR_ACCEL_X))) {
usr.sbin/moused/moused/quirks.c
992
} else if (streq(key, quirk_get_name(MOUSED_LINEAR_ACCEL_Y))) {
usr.sbin/moused/moused/quirks.c
999
} else if (streq(key, quirk_get_name(MOUSED_LINEAR_ACCEL_Z))) {
usr.sbin/moused/moused/util.c
207
if (streq(prop, "none")) {
usr.sbin/moused/moused/util.c
231
if (streq(prop, "1"))
usr.sbin/moused/moused/util.c
233
else if (streq(prop, "0"))