sbin/disklabel32/disklabel.c
1001
if (streq(cp, "cylinderskew")) {
sbin/disklabel32/disklabel.c
1011
if (streq(cp, "headswitch")) {
sbin/disklabel32/disklabel.c
1016
if (streq(cp, "track-to-track seek")) {
sbin/disklabel32/disklabel.c
840
if (streq(cp, "type")) {
sbin/disklabel32/disklabel.c
860
if (streq(cp, "flags")) {
sbin/disklabel32/disklabel.c
863
if (streq(cp, "removeable"))
sbin/disklabel32/disklabel.c
865
else if (streq(cp, "ecc"))
sbin/disklabel32/disklabel.c
867
else if (streq(cp, "badsect"))
sbin/disklabel32/disklabel.c
879
if (streq(cp, "drivedata")) {
sbin/disklabel32/disklabel.c
898
if (streq(cp, "disk")) {
sbin/disklabel32/disklabel.c
902
if (streq(cp, "label")) {
sbin/disklabel32/disklabel.c
906
if (streq(cp, "bytes/sector")) {
sbin/disklabel32/disklabel.c
917
if (streq(cp, "sectors/track")) {
sbin/disklabel32/disklabel.c
931
if (streq(cp, "sectors/cylinder")) {
sbin/disklabel32/disklabel.c
941
if (streq(cp, "tracks/cylinder")) {
sbin/disklabel32/disklabel.c
951
if (streq(cp, "cylinders")) {
sbin/disklabel32/disklabel.c
961
if (streq(cp, "sectors/unit")) {
sbin/disklabel32/disklabel.c
971
if (streq(cp, "rpm")) {
sbin/disklabel32/disklabel.c
981
if (streq(cp, "interleave")) {
sbin/disklabel32/disklabel.c
991
if (streq(cp, "trackskew")) {
sbin/disklabel64/disklabel64.c
367
if (streq(type, "auto"))
sbin/disklabel64/disklabel64.c
900
if (streq(cp, "diskid")) {
sbin/disklabel64/disklabel64.c
911
if (streq(cp, "label")) {
sbin/disklabel64/disklabel64.c
916
if (streq(cp, "alignment")) {
sbin/disklabel64/disklabel64.c
928
if (streq(cp, "total size")) {
sbin/disklabel64/disklabel64.c
939
if (streq(cp, "boot2 data base")) {
sbin/disklabel64/disklabel64.c
950
if (streq(cp, "partitions data base")) {
sbin/disklabel64/disklabel64.c
961
if (streq(cp, "partitions data stop")) {
sbin/disklabel64/disklabel64.c
972
if (streq(cp, "backup label")) {
sbin/disklabel64/disklabel64.c
983
if (streq(cp, "display block size")) {
tools/regression/lib/libc-regex/testregex.c
1342
if (streq(state.file, "-") || streq(state.file, "/dev/stdin") || streq(state.file, "/dev/fd/0"))
tools/regression/lib/libc-regex/testregex.c
1502
if (streq(s, "NIL"))
tools/regression/lib/libc-regex/testregex.c
1504
else if (streq(s, "NULL"))
tools/regression/lib/libc-regex/testregex.c
1564
if (!s || streq(s, "POSIX"))
tools/regression/lib/libc-regex/testregex.c
1566
if ((ans = setlocale(LC_COLLATE, s)) && streq(ans, "POSIX"))
tools/regression/lib/libc-regex/testregex.c
1568
if (!ans || !streq(ans, s) && streq(s, "C"))
tools/regression/lib/libc-regex/testregex.c
1570
else if ((ans = setlocale(LC_CTYPE, s)) && streq(ans, "POSIX"))
tools/regression/lib/libc-regex/testregex.c
1572
if (!ans || !streq(ans, s) && streq(s, "C"))
tools/regression/lib/libc-regex/testregex.c
1800
if (streq(re, "SAME"))
tools/regression/lib/libc-regex/testregex.c
2042
if (!(test & (TEST_DECOMP|TEST_SUB)) && *ans && *ans != '(' && !streq(ans, "OK") && !streq(ans, "NOMATCH"))
tools/regression/lib/libc-regex/testregex.c
2059
else if (!*ans || ans[0]=='(' || cret == REG_BADPAT && streq(ans, "NOMATCH"))
tools/regression/lib/libc-regex/testregex.c
2079
if (streq(ans, codes[i].name))
tools/regression/lib/libc-regex/testregex.c
2160
if (eret != REG_NOMATCH || !streq(ans, "NOMATCH"))
tools/regression/lib/libc-regex/testregex.c
2171
else if (streq(ans, "NOMATCH"))
tools/regression/lib/libc-regex/testregex.c
2184
if (eret != REG_NOMATCH || !streq(ans, "NOMATCH"))
tools/regression/lib/libc-regex/testregex.c
2200
else if (streq(ans, "NOMATCH"))
tools/regression/lib/libc-regex/testregex.c
311
#ifndef streq
tools/regression/lib/libc-regex/testregex.c
889
if (streq(ans, "OK"))
tools/tools/ath/athkey/athkey.c
101
if (streq(name, "wep"))
tools/tools/ath/athkey/athkey.c
103
if (streq(name, "tkip"))
tools/tools/ath/athkey/athkey.c
105
if (streq(name, "aes-ocb") || streq(name, "ocb"))
tools/tools/ath/athkey/athkey.c
107
if (streq(name, "aes-ccm") || streq(name, "ccm") ||
tools/tools/ath/athkey/athkey.c
108
streq(name, "aes"))
tools/tools/ath/athkey/athkey.c
110
if (streq(name, "ckip"))
tools/tools/ath/athkey/athkey.c
112
if (streq(name, "none") || streq(name, "clr"))
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
123
} else if (streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_clntout.c
176
if (streq(proc->res_type, "void"))
usr.bin/rpcgen/rpc_clntout.c
186
(streq(proc->args.decls->decl.type, "void"))) {
usr.bin/rpcgen/rpc_clntout.c
255
if (streq(proc->res_type, "void")) {
usr.bin/rpcgen/rpc_cout.c
106
return(streq(def->def_name, type));
usr.bin/rpcgen/rpc_cout.c
182
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
238
if (streq(type, "string"))
usr.bin/rpcgen/rpc_cout.c
240
else if (streq(type, "opaque"))
usr.bin/rpcgen/rpc_cout.c
243
if (streq(type, "string")) {
usr.bin/rpcgen/rpc_cout.c
320
if (!streq(cs->type, "void")) {
usr.bin/rpcgen/rpc_cout.c
338
if (!streq(dflt->type, "void")) {
usr.bin/rpcgen/rpc_hout.c
199
if (streq(decl->type, "bool"))
usr.bin/rpcgen/rpc_hout.c
210
if (decl && !streq(decl->type, "void")) {
usr.bin/rpcgen/rpc_hout.c
240
else if (streq(proc->proc_name, stop->proc_name))
usr.bin/rpcgen/rpc_hout.c
335
streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_hout.c
394
if (!streq(name, old)) {
usr.bin/rpcgen/rpc_hout.c
395
if (streq(old, "string")) {
usr.bin/rpcgen/rpc_hout.c
398
} else if (streq(old, "opaque")) {
usr.bin/rpcgen/rpc_hout.c
400
} else if (streq(old, "bool")) {
usr.bin/rpcgen/rpc_hout.c
437
if (streq(dec->type, "void"))
usr.bin/rpcgen/rpc_hout.c
441
if (streq(dec->type, name) && !dec->prefix)
usr.bin/rpcgen/rpc_hout.c
444
if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_hout.c
448
if (streq(dec->type, "bool")) {
usr.bin/rpcgen/rpc_hout.c
450
} else if (streq(dec->type, "opaque")) {
usr.bin/rpcgen/rpc_hout.c
494
if (streq(def->def_name, stop))
usr.bin/rpcgen/rpc_hout.c
496
else if (streq(def->def_name, type))
usr.bin/rpcgen/rpc_main.c
246
if (infile != NULL && streq(outfile, infile)) {
usr.bin/rpcgen/rpc_main.c
849
if (streq(argv[i], "-s")) {
usr.bin/rpcgen/rpc_main.c
859
if (streq(argv[i], "-s")) {
usr.bin/rpcgen/rpc_main.c
865
} else if (streq(argv[i], "-n")) {
usr.bin/rpcgen/rpc_parse.c
162
if (streq(plist->res_type, "opaque"))
usr.bin/rpcgen/rpc_parse.c
176
if (streq(dec.type, "void"))
usr.bin/rpcgen/rpc_parse.c
190
if (streq(dec.type, "void"))
usr.bin/rpcgen/rpc_parse.c
420
if (streq(dec->type, "void"))
usr.bin/rpcgen/rpc_parse.c
449
if (streq(dec->type, "opaque")) {
usr.bin/rpcgen/rpc_parse.c
453
} else if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_parse.c
486
if (streq(dec->type, "void")) {
usr.bin/rpcgen/rpc_parse.c
490
if (streq(dec->type, "opaque"))
usr.bin/rpcgen/rpc_parse.c
493
if (streq(dec->type, "string"))
usr.bin/rpcgen/rpc_parse.c
502
if (!streq(dec->type, "string"))
usr.bin/rpcgen/rpc_parse.c
514
if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_sample.c
103
if(!streq(proc->args.decls->decl.type, "void"))
usr.bin/rpcgen/rpc_sample.c
111
} else if (!streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_sample.c
142
if(streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_sample.c
152
} else if (streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_sample.c
203
if(!streq(proc->res_type, "void"))
usr.bin/rpcgen/rpc_sample.c
216
if(!streq(proc->res_type, "void"))
usr.bin/rpcgen/rpc_svcout.c
353
if (!streq(proc->args.decls->decl.type, "void"))
usr.bin/rpcgen/rpc_svcout.c
390
if (streq(proc->args.decls->decl.type, "void"))
usr.bin/rpcgen/rpc_svcout.c
414
if (streq(proc->res_type, "void"))
usr.bin/rpcgen/rpc_svcout.c
556
if (streq(proc->proc_num, "0"))
usr.bin/rpcgen/rpc_svcout.c
941
if (streq(transp, "udp"))
usr.bin/rpcgen/rpc_tblout.c
160
if (streq(type, "void")) {
usr.bin/rpcgen/rpc_util.c
119
return(streq(def->def_name, type));
usr.bin/rpcgen/rpc_util.c
132
if (streq(def->def.ty.old_type, "opaque"))
usr.bin/rpcgen/rpc_util.c
153
if (streq(type, "string"))
usr.bin/rpcgen/rpc_util.c
163
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
182
return(streq(def->def_name, type));
usr.bin/rpcgen/rpc_util.c
193
return(!streq(type, "string"));
usr.bin/rpcgen/rpc_util.h
175
int streq(const char *, const char *);
usr.bin/systat/netcmds.c
163
if (proto == NULL || streq(proto, "all"))
usr.bin/systat/netcmds.c
165
else if (streq(proto, "tcp"))
usr.bin/systat/netcmds.c
167
else if (streq(proto, "udp"))
usr.bin/systat/netstat.c
257
if (!streq(proto, p->ni_proto))
usr.bin/systat/netstat.c
368
if (streq(p->ni_proto, "tcp")) {