bin/cat/cat.c
118
if (path == NULL || strcmp(path, "-") == 0) {
bin/cat/cat.c
131
if (path == NULL || strcmp(path, "-") == 0) {
bin/chio/chio.c
142
if (strcmp(*argv, commands[i].cc_name) == 0)
bin/chio/chio.c
186
if (strcmp(*argv, "voltag") == 0) {
bin/chio/chio.c
784
if (strcmp(elements[i].et_name, cp) == 0)
bin/chio/chio.c
833
if (strcmp(specials[i].sw_name, cp) == 0)
bin/chio/parse.y
158
return (strcmp(k, ((const struct keywords *)e)->k_name));
bin/chio/parse.y
452
if (strcmp(changer, p->name) == 0) {
bin/cp/cp.c
323
if (!strcmp(&curr->fts_path[base],
bin/dd/args.c
179
return (strcmp(((struct arg *)a)->name, ((struct arg *)b)->name));
bin/dd/args.c
259
if (strcmp(arg, "none") == 0)
bin/dd/args.c
261
else if (strcmp(arg, "noxfer") == 0)
bin/dd/args.c
300
if (strcmp(name, cp->name) == 0)
bin/df/df.c
187
if (!strcmp(mntbuf[i].f_mntfromname, name))
bin/ed/glbl.c
109
} else if (n == 1 && !strcmp(ibuf, "\n"))
bin/ed/glbl.c
111
else if (n == 2 && !strcmp(ibuf, "&\n")) {
bin/ed/glbl.c
88
if (!strcmp(ibufp, "\n"))
bin/expr/expr.c
501
if (argc > 1 && !strcmp(argv[1], "--"))
bin/kill/kill.c
102
if (strcmp(*argv, "--")) {
bin/kill/kill.c
65
if (!strcmp(*argv, "-l")) {
bin/kill/kill.c
67
if (argc > 0 && !strcmp(*argv, "--"))
bin/kill/kill.c
87
if (!strcmp(*argv, "-s")) {
bin/kill/kill.c
89
if (argc > 0 && !strcmp(*argv, "--"))
bin/kill/kill.c
95
if (strcmp(*argv, "0")) {
bin/ksh/c_ksh.c
1097
int bg = strcmp(*wp, "bg") == 0;
bin/ksh/c_ksh.c
1160
i = (wp[2] && strcmp(wp[2], "--") == 0) ? 3 : 2;
bin/ksh/c_ksh.c
233
if (*wp && strcmp(*wp, "-n") == 0) {
bin/ksh/c_ksh.c
299
strcmp(wp[builtin_opt.optind], "-") == 0)
bin/ksh/c_ksh.c
62
if (strcmp(dir, "-") == 0) {
bin/ksh/c_test.c
118
if (strcmp(wp[0], "[") == 0) {
bin/ksh/c_test.c
119
if (strcmp(wp[--argc], "]") != 0) {
bin/ksh/c_test.c
191
strcmp(s, otab->op_text) == 0)
bin/ksh/c_test.c
283
return strcmp(opnd1, opnd2) == 0;
bin/ksh/c_test.c
287
return strcmp(opnd1, opnd2) != 0;
bin/ksh/c_test.c
289
return strcmp(opnd1, opnd2) < 0;
bin/ksh/c_test.c
291
return strcmp(opnd1, opnd2) > 0;
bin/ksh/c_test.c
510
ret = strcmp(*te->pos.wp, tokens[(int) meta]) == 0;
bin/ksh/c_ulimit.c
140
if (strcmp(v, "unlimited") == 0)
bin/ksh/edit.c
490
t = strcmp(a->word + a->base, b->word + b->base);
bin/ksh/edit.c
568
if (strcmp(words[i], words[i + 1]))
bin/ksh/emacs.c
1422
if (!strcmp(k->seq, in)) {
bin/ksh/emacs.c
1433
if (!strcmp(k->seq, in)) {
bin/ksh/emacs.c
1444
if (!strcmp(k->seq, in)) {
bin/ksh/emacs.c
1456
if (!strcmp(x_ftab[i].xf_name, a2)) {
bin/ksh/emacs.c
1459
if (!strcmp(k->seq, in)) {
bin/ksh/emacs.c
871
if (!strcmp(k->seq, line))
bin/ksh/exec.c
1383
strcmp(*te->pos.wp, dbtest_tokens[(int) meta]) == 0;
bin/ksh/history.c
539
if (strcmp(tok, "ignoredups") == 0)
bin/ksh/history.c
541
else if (strcmp(tok, "ignorespace") == 0)
bin/ksh/history.c
593
if (hname && strcmp(hname, name) == 0)
bin/ksh/history.c
669
if (ignoredups && histptr >= history && strcmp(*histptr, c) == 0) {
bin/ksh/history.c
78
if (strcmp(p, "-") == 0)
bin/ksh/io.c
129
strcmp(source->file, kshname) != 0)
bin/ksh/lex.c
1382
if (strcmp(p, "/") == 0) {
bin/ksh/lex.c
1384
} else if (strcmp(p, str_val(global("HOME"))) == 0) {
bin/ksh/lex.c
1396
if (strcmp(p, str_val(global("HOME"))) == 0) {
bin/ksh/main.c
254
if (!strcmp(kshname, "sh") || !strcmp(kshname, "-sh") ||
bin/ksh/main.c
256
!strcmp(&kshname[strlen(kshname) - 3], "/sh"))) {
bin/ksh/main.c
840
if (strcmp(name, "rsh") && \
bin/ksh/main.c
841
strcmp(name, "rksh") && \
bin/ksh/main.c
842
strcmp(name, "rpdksh") && \
bin/ksh/main.c
843
strcmp(name, "pdrksh"))
bin/ksh/misc.c
181
if (sh_options[ele].name && strcmp(sh_options[ele].name, n) == 0)
bin/ksh/misc.c
511
return !strcmp(t, s);
bin/ksh/misc.c
834
return (strcmp(*(char **)p1, *(char **)p2));
bin/ksh/misc.c
953
!strcmp(&argv[go->optind - 1][go->p], "unlimited")) {
bin/ksh/misc.c
960
!strcmp(argv[go->optind], "unlimited"))) {
bin/ksh/syn.c
788
return (strcmp(s, "alias") == 0) ||
bin/ksh/syn.c
789
(strcmp(s, "export") == 0) ||
bin/ksh/syn.c
790
(strcmp(s, "readonly") == 0) ||
bin/ksh/syn.c
791
(strcmp(s, "typeset") == 0);
bin/ksh/syn.c
843
ret = uqword && strcmp(yylval.cp, dbtest_tokens[(int) TM_NOT]) == 0;
bin/ksh/syn.c
857
ret = uqword && strcmp(yylval.cp, db_close) == 0;
bin/ksh/table.c
121
if (*p->name == *n && strcmp(p->name, n) == 0)
bin/ksh/table.c
181
return strcmp(name1, name2);
bin/ksh/table.c
231
if (*p->name == *n && strcmp(p->name, n) == 0 &&
bin/ksh/table.c
97
if (*p->name == *n && strcmp(p->name, n) == 0 &&
bin/ksh/trap.c
105
if (!igncase && strcmp(p->name, name) == 0)
bin/ksh/var.c
640
if (Flag(FRESTRICTED) && (strcmp(tvar, "PATH") == 0 ||
bin/ksh/var.c
641
strcmp(tvar, "ENV") == 0 || strcmp(tvar, "SHELL") == 0))
bin/ksh/vi.c
1720
if (start != 0 && fwd && strcmp(holdbuf, pat) >= 0) {
bin/ksh/vi.c
2177
strcmp(words[i] + x_basename(words[i],
bin/ls/cmp.c
48
return (strcmp(a->fts_name, b->fts_name));
bin/ls/cmp.c
54
return (strcmp(b->fts_name, a->fts_name));
bin/md5/md5.c
1062
if (strcmp(__progname, "cksum") == 0)
bin/md5/md5.c
445
if (strcmp(__progname, "cksum") == 0)
bin/md5/md5.c
499
strcmp(hf->name, hftmp->name) == 0)
bin/md5/md5.c
713
if (strcmp(file, "-") == 0)
bin/md5/md5.c
783
if (strcmp(file, "-") == 0) {
bin/md5/md5.c
905
if (strcmp(sel[i], filename) == 0) {
bin/mt/mt.c
150
if (strcmp(__progname, "eject") == 0) {
bin/mv/cp.c
265
if (!strcmp(&curr->fts_path[base],
bin/mv/mv.c
234
if (!statfs(path, &sfs) && !strcmp(path, sfs.f_mntonname)) {
bin/pax/ar_io.c
1123
if (strcmp(arcname, STDO) && strcmp(arcname, STDN) && (artyp != ISREG)
bin/pax/ar_io.c
1147
if ((tty_read(buf,sizeof(buf))<0) || !strcmp(buf,".")){
bin/pax/ar_io.c
1194
if ((tty_read(buf, sizeof(buf)) < 0) || !strcmp(buf, ".")) {
bin/pax/ar_io.c
1205
if (!strcmp(buf, "..")) {
bin/pax/cpio.c
91
if ((strcmp(arcn->name, TRAILER) == 0) && (arcn->sb.st_size == 0))
bin/pax/options.c
1011
} else if (strcmp(*argv, "-I") == 0) {
bin/pax/options.c
1022
if (strcmp(file, "-") == 0)
bin/pax/options.c
1037
strcmp(file, "-") ? file :
bin/pax/options.c
1041
if (strcmp(file, "-") != 0)
bin/pax/options.c
1043
} else if (strcmp(*argv, "-C") == 0) {
bin/pax/options.c
1085
} else if (strcmp(*argv, "-I") == 0) {
bin/pax/options.c
1102
if (strcmp(file, "-") == 0)
bin/pax/options.c
1116
strcmp(file, "-") ? file : "stdin");
bin/pax/options.c
1119
if (strcmp(file, "-") != 0)
bin/pax/options.c
1121
} else if (strcmp(*argv, "-C") == 0) {
bin/pax/options.c
1366
strcmp(fsub[i].name, optarg) == 0)
bin/pax/options.c
277
if (strcmp(NM_TAR, argv0) == 0) {
bin/pax/options.c
281
} else if (strcmp(NM_CPIO, argv0) == 0) {
bin/pax/options.c
494
strcmp(fsub[i].name, optarg) == 0)
bin/pax/options.c
875
strcmp(fsub[i].name, optarg) == 0)
bin/pax/pat_rep.c
769
if (strcmp(tmpname, "..") == 0) {
bin/pax/tables.c
1002
if (strcmp(nname, pt->nname) == 0)
bin/pax/tables.c
1058
if (strcmp(oname, pt->oname) == 0) {
bin/pax/tables.c
1520
strcmp(name, pt->ft.ft_name) == 0)
bin/pax/tables.c
994
while ((pt != NULL) && (strcmp(oname, pt->oname) != 0))
bin/pax/tar.c
1699
if (!strcmp(keyword, "path")) {
bin/pax/tar.c
1702
} else if (!strcmp(keyword, "linkpath")) {
bin/pax/tar.c
1705
} else if (!strcmp(keyword, "mtime")) {
bin/pax/tar.c
1709
} else if (!strcmp(keyword, "atime")) {
bin/pax/tar.c
1713
} else if (!strcmp(keyword, "ctime")) {
bin/pax/tar.c
1717
} else if (!strcmp(keyword, "size")) {
bin/pax/tar.c
363
if (strcmp(opt->name, TAR_OPTION) ||
bin/pax/tar.c
364
strcmp(opt->value, TAR_NODIR)) {
bin/ps/keyword.c
290
return (strcmp(((VAR *)a)->name, ((VAR *)b)->name));
bin/ps/print.c
177
strcmp(cmdpart(argv[0]), kp->p_comm)) {
bin/ps/ps.c
212
if (strcmp(optarg, "co") == 0)
bin/ps/ps.c
427
if (strcmp(v->name, "vsz") == 0)
bin/ps/ps.c
429
if (strcmp(v->name, "rss") == 0)
bin/stty/cchar.c
111
#define CHK(s) (*arg == s[0] && !strcmp(arg, s))
bin/stty/cchar.c
85
return (strcmp(((struct cchar *)a)->name, ((struct cchar *)b)->name));
bin/stty/gfmt.c
82
#define CHK(s) (*p == s[0] && !strcmp(p, s))
bin/stty/key.c
105
return (strcmp(((struct key *)a)->name, ((struct key *)b)->name));
bin/stty/modes.c
202
#define CHK(s) (!strcmp(name, s))
bin/test/test.c
167
if (strcmp(__progname, "[") == 0) {
bin/test/test.c
168
if (strcmp(argv[--argc], "]"))
bin/test/test.c
375
return strcmp(opnd1, opnd2) == 0;
bin/test/test.c
377
return strcmp(opnd1, opnd2) != 0;
bin/test/test.c
379
return strcmp(opnd1, opnd2) < 0;
bin/test/test.c
381
return strcmp(opnd1, opnd2) > 0;
bin/test/test.c
414
if (strcmp(s, op->op_text) == 0)
bin/test/test.c
506
if (strcmp(s, op->op_text) == 0) {
distrib/special/more/more.c
1356
if (strcmp(__progname, "page") == 0 ||
distrib/special/sysctl/sysctl.c
134
if (strcmp(name, vars[i].name) == 0) {
games/atc/log.c
184
if (strcmp(thisscore.name, score[i].name) == 0 &&
games/atc/log.c
185
strcmp(thisscore.game, score[i].game) == 0) {
games/atc/main.c
272
if (strcmp(s, line) == 0) {
games/battlestar/battlestar.c
57
else if (strcmp(argv[1], "-r") == 0)
games/battlestar/parse.c
76
if (*s == *wp->string && strcmp(s, wp->string) == 0)
games/boggle/boggle/bog.c
131
if (strcmp(argv[0], "+") == 0)
games/boggle/boggle/bog.c
133
else if (strcmp(argv[0], "++") == 0)
games/boggle/boggle/bog.c
317
if (strcmp(pword[i], buf) == 0)
games/boggle/boggle/bog.c
553
while (*pw != NULL && (st = strcmp(*pw, w)) < 0)
games/boggle/boggle/bog.c
667
return (strcmp(*(char **)p, *(char **)q));
games/boggle/boggle/mach.c
468
if (strcmp(buf, pword[i]) == 0) {
games/boggle/boggle/mach.c
475
if (strcmp(buf, mword[i]) == 0) {
games/caesar/caesar.c
79
if (strcmp(__progname, "rot13") == 0)
games/cribbage/io.c
246
if (!strcmp(p, rankname[i]) || !strcmp(p, rankchar[i])) {
games/cribbage/io.c
257
if (!strcmp("OF", p)) {
games/cribbage/io.c
266
if (!strcmp(p, suitname[i]) || !strcmp(p, suitchar[i])) {
games/cribbage/support.c
126
i = scorehand(hand, turnover, CINHAND, strcmp(s, "crib") == 0, explain);
games/cribbage/support.c
162
j = scorehand(h, turnover, CINHAND, strcmp(s, "crib") == 0, FALSE);
games/fortune/fortune/fortune.c
376
if (strcmp(sp, "all") == 0)
games/fortune/fortune/fortune.c
694
if (strcmp(sp, suflist[i]) == 0) {
games/gomoku/main.c
157
if (strcmp(buf, "black") == 0)
games/gomoku/main.c
159
else if (strcmp(buf, "white") == 0)
games/gomoku/main.c
304
if (strcmp(buf, "save") == 0) {
games/gomoku/stoc.c
78
if (strcmp(mp, mv[i].m_text) == 0)
games/hack/hack.cmd.c
250
if(!strcmp(efp->ef_txt, buf))
games/hack/hack.end.c
492
if(!strcmp(" (with amulet)", t1->death+7))
games/hack/hack.end.c
506
else if(!strcmp(t1->death,"choked"))
games/hack/hack.end.c
683
if(strcmp(players[i], "all") == 0 ||
games/hack/hack.end.c
718
if(strcmp(players[i], "all") == 0 ||
games/hack/hack.fight.c
239
!strcmp(ONAME(obj), "Orcrist"))
games/hack/hack.invent.c
395
if((!strcmp(word, "take off") &&
games/hack/hack.invent.c
397
|| (!strcmp(word, "wear") &&
games/hack/hack.invent.c
399
|| (!strcmp(word, "wield") &&
games/hack/hack.invent.c
529
xchar allowgold = (u.ugold && !strcmp(word, "drop")) ? 1 : 0; /* BAH */
games/hack/hack.main.c
510
&& strcmp(dir, HACKDIR) /* and not the default? */
games/hack/hack.objnam.c
375
if(!strcmp(prefix, "a ") && strchr(vowels, *bp))
games/hack/hack.objnam.c
407
else if(!strcmp(verb, "are"))
games/hack/hack.objnam.c
474
if(strcmp(p, ")")) spe = 0;
games/hack/hack.objnam.c
514
if(!strcmp(p-7, "cookies"))
games/hack/hack.objnam.c
521
if(!strcmp(p-6, "knives")) {
games/hack/hack.objnam.c
527
if(!strcmp(p-5, "boxes")) {
games/hack/hack.objnam.c
535
if(!strcmp(p-9, "homunculi")) {
games/hack/hack.objnam.c
539
if(!strcmp(p-5, "teeth")) {
games/hack/hack.objnam.c
547
if(!strcmp(cp, "amulet of yendor")) {
games/hack/hack.objnam.c
552
if(!strcmp(p-5, " mail")){ /* Note: ring mail is not a ring ! */
games/hack/hack.objnam.c
566
if(!strcmp(p-j, wrp[i])){
games/hack/hack.objnam.c
575
if(!strcmp(p-6, " stone")){
games/hack/hack.objnam.c
581
if(!strcmp(cp, "very heavy iron ball")){
games/hack/hack.objnam.c
596
if(an && strcmp(an, zn))
games/hack/hack.objnam.c
598
if(dn && (!(zn = objects[i].oc_descr) || strcmp(dn, zn)))
games/hack/hack.objnam.c
600
if(un && (!(zn = objects[i].oc_uname) || strcmp(un, zn)))
games/hack/hack.potion.c
81
if(!strcmp(objects[otmp->otyp].oc_descr, "smoky") && !rn2(13)) {
games/hack/hack.rip.c
101
!strcmp(killer, "starvation") ? "" :
games/hack/hack.topl.c
120
!strcmp(toplines, last_redone_topl->topl_text)) return;
games/hack/hack.topl.c
122
!strcmp(toplines, old_toplines->topl_text)) return;
games/hack/hack.topl.c
218
if(flags.toplin == 1 && !strcmp(pbuf, toplines)) return;
games/hack/hack.vault.c
225
if(!strcmp(buf, "Croesus") || !strcmp(buf, "Kroisos")) {
games/hack/makedefs.c
220
if(!strcmp(identif, "WAND") ||
games/hack/makedefs.c
221
!strcmp(identif, "RING") ||
games/hack/makedefs.c
222
!strcmp(identif, "POTION") ||
games/hack/makedefs.c
223
!strcmp(identif, "SCROLL"))
games/hangman/getword.c
58
countwords = strcmp(Dict_name, _PATH_DICT);
games/hunt/huntd/conf.c
207
if (strcmp(kvp->kw, word) == 0)
games/mille/mille.c
54
if (strcmp(av[0], "a.out") == 0) {
games/mille/varpush.c
91
if (strcmp(buf, "/dev/null") != 0)
games/morse/morse.c
237
if (strcmp(digit[i], s) == 0) {
games/morse/morse.c
243
if (strcmp(alph[i], s) == 0) {
games/morse/morse.c
249
if (strcmp(other[i].morse, s) == 0) {
games/morse/morse.c
258
if (strcmp(ps[i].morse, s) == 0) {
games/phantasia/fight.c
770
&& strcmp(Curmonster.m_name, "A Mimic") != 0
games/phantasia/gamesupport.c
101
if (strcmp(Databuf, Player.p_name) == 0)
games/phantasia/gamesupport.c
198
&& (ingameflag || strcmp(Login, playerp->p_login) != 0))
games/phantasia/gamesupport.c
228
if (strcmp(Databuf, playerp->p_password) != 0)
games/phantasia/gamesupport.c
261
while (strcmp(playerp->p_password, Databuf) != 0);
games/phantasia/gamesupport.c
695
if (strcmp(Player.p_login, sbuf.sb_login) == 0) {
games/phantasia/interplayer.c
1055
if (strcmp(Player.p_name, Databuf) != 0)
games/phantasia/main.c
477
while (strcmp(Player.p_password, Databuf) != 0);
games/phantasia/main.c
899
if (strcmp(Databuf, Player.p_password) == 0)
games/phantasia/misc.c
688
if (strcmp(playerp->p_name, name) == 0) {
games/phantasia/misc.c
866
if (strcmp(how, "Stupidity") != 0) {
games/phantasia/setup.c
105
if (!strcmp(*filename, _PATH_PEOPLE))
games/phantasia/setup.c
112
if (!strcmp(*filename, _PATH_SCORE))
games/robots/main.c
117
if (strcmp(sp, "pattern_roll") == 0)
games/robots/main.c
119
else if (strcmp(sp, "stand_still") == 0)
games/sail/main.c
59
if (strcmp(p, "driver") == 0 || strcmp(p, "saildriver") == 0)
games/sail/main.c
61
else if (strcmp(p, "sail.log") == 0)
games/tetris/scores.c
155
if (sp->hs_level != level || strcmp(sp->hs_name, me) != 0)
games/tetris/scores.c
282
if (strcmp(sp->hs_name, pu->name) == 0)
games/tetris/scores.c
414
strcmp(sp->hs_name, me) == 0) {
games/trek/destruct.c
86
if (strcmp(checkpass, Game.passwd) != 0)
games/trek/setup.c
90
if (strcmp(Game.passwd, "tournament") == 0)
include/string.h
75
int strcmp(const char *, const char *);
lib/libc/asr/asr.c
604
if (!strcmp(tok[0], "nameserver")) {
lib/libc/asr/asr.c
616
} else if (!strcmp(tok[0], "domain")) {
lib/libc/asr/asr.c
623
} else if (!strcmp(tok[0], "lookup")) {
lib/libc/asr/asr.c
627
if (!strcmp(tok[i], tok[j]))
lib/libc/asr/asr.c
631
if (!strcmp(tok[i], "yp")) {
lib/libc/asr/asr.c
633
} else if (!strcmp(tok[i], "bind"))
lib/libc/asr/asr.c
635
else if (!strcmp(tok[i], "file"))
lib/libc/asr/asr.c
638
} else if (!strcmp(tok[0], "search")) {
lib/libc/asr/asr.c
648
} else if (!strcmp(tok[0], "family")) {
lib/libc/asr/asr.c
652
if (strcmp(tok[i], "inet4") && strcmp(tok[i], "inet6"))
lib/libc/asr/asr.c
655
ac->ac_family[i - 1] = strcmp(tok[i], "inet4") ? \
lib/libc/asr/asr.c
659
} else if (!strcmp(tok[0], "options")) {
lib/libc/asr/asr.c
661
if (!strcmp(tok[i], "tcp"))
lib/libc/asr/asr.c
663
else if (!strcmp(tok[i], "edns0"))
lib/libc/asr/asr.c
670
} else if (!strcmp(tok[i], "trust-ad"))
lib/libc/crypt/cryptutil.c
70
if (strcmp(pref, choice) == 0) {
lib/libc/crypt/cryptutil.c
75
if (strcmp(pref + len + 1, "a") == 0) {
lib/libc/gen/auth_subr.c
493
if (value == NULL || strcmp(value, defservice) == 0)
lib/libc/gen/auth_subr.c
645
if (strcmp(instance, "/root") == 0) {
lib/libc/gen/fstab.c
121
if (!strcmp(cp, FSTAB_RW)) {
lib/libc/gen/fstab.c
125
if (!strcmp(cp, FSTAB_RQ)) {
lib/libc/gen/fstab.c
129
if (!strcmp(cp, FSTAB_RO)) {
lib/libc/gen/fstab.c
133
if (!strcmp(cp, FSTAB_SW)) {
lib/libc/gen/fstab.c
137
if (!strcmp(cp, FSTAB_XX)) {
lib/libc/gen/fstab.c
166
if (!strcmp(_fs_fstab.fs_spec, name))
lib/libc/gen/fstab.c
176
if (!strcmp(_fs_fstab.fs_file, name))
lib/libc/gen/fstab.c
70
if (!strcmp(_fs_fstab.fs_type, FSTAB_XX))
lib/libc/gen/fstab.c
74
strcmp(_fs_fstab.fs_type, FSTAB_SW) ?
lib/libc/gen/getcap.c
1097
ret = strcmp(nf, rec);
lib/libc/gen/getgrent.c
408
if ((search && name && strcmp(bp, name)) ||
lib/libc/gen/getgrent.c
440
if (search && name && strcmp(p_gr->gr_name, name))
lib/libc/gen/getgrouplist.c
141
if (strcmp(line, key))
lib/libc/gen/getgrouplist.c
190
if (!strcmp(grp->gr_mem[i], uname)) {
lib/libc/gen/getnetgrent.c
150
if (strcmp(sl->sl_str[i], name) == 0)
lib/libc/gen/getnetgrent.c
416
strcmp(ng->ng_host, host) != 0)
lib/libc/gen/getnetgrent.c
420
strcmp(ng->ng_user, user) != 0)
lib/libc/gen/getnetgrent.c
424
strcmp(ng->ng_domain, domain) != 0)
lib/libc/gen/getpwent.c
263
if (strcmp(_pw_storage->name, name) == 0) {
lib/libc/gen/getpwent.c
681
(lookup == LOOKUP_BYNAME && strcmp(pw->pw_name, name) == 0))
lib/libc/gen/getttyent.c
49
if (!strcmp(tty, t->ty_name))
lib/libc/gen/glob.c
587
return(strcmp(*(char **)p, *(char **)q));
lib/libc/gen/glob.c
596
return(strcmp(p->gps_path, q->gps_path));
lib/libc/gen/login_cap.c
122
if (strcmp(lc->lc_class, LOGIN_DEFCLASS) == 0 &&
lib/libc/gen/login_cap.c
164
if (style && strcmp(style, "s/key") == 0)
lib/libc/gen/login_cap.c
202
while (*authtypes && strcmp(style, *authtypes))
lib/libc/gen/nlist.c
237
strcmp(&strtab[soff], sym) != 0) &&
lib/libc/gen/nlist.c
239
strcmp(&strtab[soff], sym + 1) != 0))
lib/libc/gen/pwcache.c
345
strcmp(name, ptr->name) == 0) {
lib/libc/gen/pwcache.c
406
strcmp(name, ptr->name) == 0) {
lib/libc/gen/scandir.c
180
return(strcmp((*d1)->d_name, (*d2)->d_name));
lib/libc/gen/strtofflags.c
125
if (strcmp(p, mapping[i].name + 2) == 0) {
lib/libc/gen/strtofflags.c
134
} else if (strcmp(p, mapping[i].name) == 0) {
lib/libc/gen/ttyslot.c
54
if (!strcmp(ttyp->ty_name, p)) {
lib/libc/hidden/string.h
49
PROTO_NORMAL(strcmp);
lib/libc/locale/_get_locname.c
69
if (strcmp(cp + 1, "UTF-8") != 0)
lib/libc/locale/iswctype.c
189
if (!strcmp(rl->rl_wctrans[i].te_name, charclass))
lib/libc/locale/iswctype_l.c
178
if (strcmp(rl->rl_wctrans[i].te_name, charclass) == 0)
lib/libc/locale/setlocale.c
156
if (strcmp(newgl[ic], newgl[1]) != 0)
lib/libc/locale/wctype.c
65
if (strcmp(wctype_entries[i].te_name, property) == 0)
lib/libc/net/ethers.c
148
if (ether_line(buf, e, try) == 0 && strcmp(hostname, try) == 0) {
lib/libc/net/getprotoname.c
44
if (strcmp(pe->p_name, name) == 0)
lib/libc/net/getprotoname.c
47
if (strcmp(*cp, name) == 0)
lib/libc/net/getservbyname.c
44
if (strcmp(name, se->s_name) == 0)
lib/libc/net/getservbyname.c
47
if (strcmp(name, *cp) == 0)
lib/libc/net/getservbyname.c
51
if (proto == 0 || strcmp(se->s_proto, proto) == 0)
lib/libc/net/getservbyport.c
45
if (proto == 0 || strcmp(se->s_proto, proto) == 0)
lib/libc/net/if_nametoindex.c
66
if (strcmp(ifni2->if_name, ifname) == 0) {
lib/libc/net/rcmdsh.c
130
if (!strcmp(*ahost, "localhost") && !strcmp(locuser, remuser)) {
lib/libc/net/rcmdsh.c
78
if (strcmp(*ahost, "localhost") != 0) {
lib/libc/net/ruserok.c
260
userok = strcmp(ruser, &auser[1]) ? 0 : 1;
lib/libc/net/ruserok.c
273
userok = strcmp(ruser, &auser[1]) ? 0 : -1;
lib/libc/net/ruserok.c
277
userok = strcmp(ruser, auser) ? 0 : 1;
lib/libc/net/ruserok.c
329
if (strcmp(h1, h2) == 0) {
lib/libc/net/ruserok.c
380
if (strcmp(h1, h2) == 0) {
lib/libc/nls/catopen.c
81
if (strcmp(lang, "POSIX") == 0)
lib/libc/regex/regerror.c
122
if (strcmp(r->name, preg->re_endp) == 0)
lib/libc/rpc/clnt_simple.c
83
&& strcmp(crp->oldhost, host) == 0) {
lib/libc/rpc/getrpcent.c
94
if (strcmp(rpc->r_name, name) == 0)
lib/libc/rpc/getrpcent.c
97
if (strcmp(*rp, name) == 0)
lib/libc/softfloat/timesoftfloat.c
2495
if ( strcmp( argPtr, "help" ) == 0 ) {
lib/libc/softfloat/timesoftfloat.c
2540
else if ( strcmp( argPtr, "precision32" ) == 0 ) {
lib/libc/softfloat/timesoftfloat.c
2543
else if ( strcmp( argPtr, "precision64" ) == 0 ) {
lib/libc/softfloat/timesoftfloat.c
2546
else if ( strcmp( argPtr, "precision80" ) == 0 ) {
lib/libc/softfloat/timesoftfloat.c
2550
else if ( ( strcmp( argPtr, "nearesteven" ) == 0 )
lib/libc/softfloat/timesoftfloat.c
2551
|| ( strcmp( argPtr, "nearest_even" ) == 0 ) ) {
lib/libc/softfloat/timesoftfloat.c
2554
else if ( ( strcmp( argPtr, "tozero" ) == 0 )
lib/libc/softfloat/timesoftfloat.c
2555
|| ( strcmp( argPtr, "to_zero" ) == 0 ) ) {
lib/libc/softfloat/timesoftfloat.c
2558
else if ( strcmp( argPtr, "down" ) == 0 ) {
lib/libc/softfloat/timesoftfloat.c
2561
else if ( strcmp( argPtr, "up" ) == 0 ) {
lib/libc/softfloat/timesoftfloat.c
2564
else if ( strcmp( argPtr, "tininessbefore" ) == 0 ) {
lib/libc/softfloat/timesoftfloat.c
2567
else if ( strcmp( argPtr, "tininessafter" ) == 0 ) {
lib/libc/softfloat/timesoftfloat.c
2570
else if ( strcmp( argPtr, "all1" ) == 0 ) {
lib/libc/softfloat/timesoftfloat.c
2575
else if ( strcmp( argPtr, "all2" ) == 0 ) {
lib/libc/softfloat/timesoftfloat.c
2580
else if ( strcmp( argPtr, "all" ) == 0 ) {
lib/libc/softfloat/timesoftfloat.c
2590
if ( strcmp( argPtr, functions[ functionCode ].name ) == 0 ) {
lib/libc/stdlib/getsubopt.c
89
if (!strcmp(suboptarg, *tokens))
lib/libc/stdlib/hcreate.c
171
if (strcmp(ie->ent.key, item.key) == 0)
lib/libc/string/strcmp.c
48
DEF_STRONG(strcmp);
lib/libc/string/strcoll.c
43
return (strcmp(s1, s2));
lib/libc/string/strcoll_l.c
13
return strcmp(s1, s2);
lib/libc/time/localtime.c
1181
if (lcl_is_set > 0 && strcmp(lcl_TZname, name) == 0)
lib/libc/time/localtime.c
293
strcmp(cp, GRANDPARENTED) != 0)
lib/libc/time/localtime.c
594
strcmp(&sp->chars[ap->tt_abbrind],
lib/libc/yp/ypexclude.c
63
if (strcmp(curr->name, name) == 0)
lib/libc/yp/ypmatch_cache.c
122
if (strcmp(ep->map, map))
lib/libc/yp/ypmatch_cache.c
161
if (!strcmp(_yp_domain, indomain) && ypmatch_find(inmap, inkey,
lib/libc/yp/ypmatch_cache.c
202
if (strcmp(_yp_domain, indomain) == 0)
lib/libcrypto/arc4random/getentropy_solaris.c
179
(devfscheck && (strcmp(st.st_fstype, "devfs") != 0))) {
lib/libcrypto/asn1/a_strnid.c
118
} else if (strcmp(p, "nombstr") == 0)
lib/libcrypto/asn1/a_strnid.c
120
else if (strcmp(p, "pkix") == 0)
lib/libcrypto/asn1/a_strnid.c
122
else if (strcmp(p, "utf8only") == 0)
lib/libcrypto/asn1/a_strnid.c
124
else if (strcmp(p, "default") == 0)
lib/libcrypto/asn1/asn_mime.c
455
if (!strcmp(hdr->value, "multipart/signed")) {
lib/libcrypto/asn1/asn_mime.c
490
if (strcmp(hdr->value, "application/x-pkcs7-signature") &&
lib/libcrypto/asn1/asn_mime.c
491
strcmp(hdr->value, "application/pkcs7-signature")) {
lib/libcrypto/asn1/asn_mime.c
517
if (strcmp (hdr->value, "application/x-pkcs7-mime") &&
lib/libcrypto/asn1/asn_mime.c
518
strcmp (hdr->value, "application/pkcs7-mime")) {
lib/libcrypto/asn1/asn_mime.c
590
if (strcmp (hdr->value, "text/plain")) {
lib/libcrypto/asn1/asn_mime.c
916
return (strcmp((*a)->name, (*b)->name));
lib/libcrypto/asn1/asn_mime.c
924
return (strcmp((*a)->param_name, (*b)->param_name));
lib/libcrypto/bio/b_sock.c
160
if (*h == '\0' || strcmp(h, "*") == 0)
lib/libcrypto/cmac/cm_pmeth.c
173
if (!strcmp(type, "key")) {
lib/libcrypto/cmac/cm_pmeth.c
178
if (!strcmp(type, "cipher")) {
lib/libcrypto/cmac/cm_pmeth.c
186
if (!strcmp(type, "hexkey")) {
lib/libcrypto/conf/conf_api.c
150
i = strcmp(a->section, b->section);
lib/libcrypto/conf/conf_api.c
155
i = strcmp(a->name, b->name);
lib/libcrypto/conf/conf_def.c
291
if (strcmp(psection, section) != 0) {
lib/libcrypto/dh/dh_pmeth.c
160
if (!strcmp(type, "dh_paramgen_prime_len")) {
lib/libcrypto/dh/dh_pmeth.c
165
} else if (!strcmp(type, "dh_paramgen_generator")) {
lib/libcrypto/dsa/dsa_pmeth.c
250
if (!strcmp(type, "dsa_paramgen_bits")) {
lib/libcrypto/dsa/dsa_pmeth.c
257
} else if (!strcmp(type, "dsa_paramgen_q_bits")) {
lib/libcrypto/dsa/dsa_pmeth.c
266
} else if (!strcmp(type, "dsa_paramgen_md")) {
lib/libcrypto/ec/ec_curve.c
1578
if (strcmp(nist_curves[i].name, name) == 0)
lib/libcrypto/ec/ec_pmeth.c
421
if (!strcmp(type, "ec_paramgen_curve")) {
lib/libcrypto/ec/ec_pmeth.c
433
} else if (strcmp(type, "ec_param_enc") == 0) {
lib/libcrypto/ec/ec_pmeth.c
435
if (strcmp(value, "explicit") == 0)
lib/libcrypto/ec/ec_pmeth.c
437
else if (strcmp(value, "named_curve") == 0)
lib/libcrypto/ec/ec_pmeth.c
442
} else if (strcmp(type, "ecdh_kdf_md") == 0) {
lib/libcrypto/ec/ec_pmeth.c
449
} else if (strcmp(type, "ecdh_cofactor_mode") == 0) {
lib/libcrypto/evp/evp_names.c
1633
return strcmp(a, ((const struct cipher_name *)b)->name);
lib/libcrypto/evp/evp_names.c
1658
return strcmp(a, ((const struct digest_name *)b)->name);
lib/libcrypto/evp/pmeth_lib.c
259
if (!strcmp(name, "digest")) {
lib/libcrypto/hmac/hm_pmeth.c
229
if (!strcmp(type, "key")) {
lib/libcrypto/hmac/hm_pmeth.c
233
if (!strcmp(type, "hexkey")) {
lib/libcrypto/kdf/hkdf_evp.c
172
if (strcmp(type, "mode") == 0) {
lib/libcrypto/kdf/hkdf_evp.c
175
if (strcmp(value, "EXTRACT_AND_EXPAND") == 0)
lib/libcrypto/kdf/hkdf_evp.c
177
else if (strcmp(value, "EXTRACT_ONLY") == 0)
lib/libcrypto/kdf/hkdf_evp.c
179
else if (strcmp(value, "EXPAND_ONLY") == 0)
lib/libcrypto/kdf/hkdf_evp.c
187
if (strcmp(type, "md") == 0)
lib/libcrypto/kdf/hkdf_evp.c
191
if (strcmp(type, "salt") == 0)
lib/libcrypto/kdf/hkdf_evp.c
195
if (strcmp(type, "hexsalt") == 0)
lib/libcrypto/kdf/hkdf_evp.c
199
if (strcmp(type, "key") == 0)
lib/libcrypto/kdf/hkdf_evp.c
202
if (strcmp(type, "hexkey") == 0)
lib/libcrypto/kdf/hkdf_evp.c
205
if (strcmp(type, "info") == 0)
lib/libcrypto/kdf/hkdf_evp.c
209
if (strcmp(type, "hexinfo") == 0)
lib/libcrypto/kdf/tls1_prf.c
158
if (strcmp(type, "md") == 0) {
lib/libcrypto/kdf/tls1_prf.c
169
if (strcmp(type, "secret") == 0)
lib/libcrypto/kdf/tls1_prf.c
171
if (strcmp(type, "hexsecret") == 0)
lib/libcrypto/kdf/tls1_prf.c
173
if (strcmp(type, "seed") == 0)
lib/libcrypto/kdf/tls1_prf.c
175
if (strcmp(type, "hexseed") == 0)
lib/libcrypto/lhash/lhash.c
218
ret->comp = ((c == NULL) ? (LHASH_COMP_FN_TYPE)strcmp : c);
lib/libcrypto/objects/obj_dat.c
145
return strcmp(a->sn, b->sn);
lib/libcrypto/objects/obj_dat.c
151
return strcmp(a->ln, b->ln);
lib/libcrypto/objects/obj_dat.c
368
return strcmp(sn, nid_objs[*nid].sn);
lib/libcrypto/objects/obj_dat.c
407
return strcmp(ln, nid_objs[*nid].ln);
lib/libcrypto/pem/pem_info.c
172
if ((strcmp(name, PEM_STRING_X509) == 0) ||
lib/libcrypto/pem/pem_info.c
173
(strcmp(name, PEM_STRING_X509_OLD) == 0)) {
lib/libcrypto/pem/pem_info.c
182
} else if ((strcmp(name, PEM_STRING_X509_TRUSTED) == 0)) {
lib/libcrypto/pem/pem_info.c
191
} else if (strcmp(name, PEM_STRING_X509_CRL) == 0) {
lib/libcrypto/pem/pem_info.c
202
if (strcmp(name, PEM_STRING_RSA) == 0) {
lib/libcrypto/pem/pem_info.c
222
if (strcmp(name, PEM_STRING_DSA) == 0) {
lib/libcrypto/pem/pem_info.c
242
if (strcmp(name, PEM_STRING_ECPRIVATEKEY) == 0) {
lib/libcrypto/pem/pem_lib.c
193
if (!strcmp(nm, name))
lib/libcrypto/pem/pem_lib.c
198
if (!strcmp(name, PEM_STRING_EVP_PKEY)) {
lib/libcrypto/pem/pem_lib.c
201
if (!strcmp(nm, PEM_STRING_PKCS8))
lib/libcrypto/pem/pem_lib.c
203
if (!strcmp(nm, PEM_STRING_PKCS8INF))
lib/libcrypto/pem/pem_lib.c
218
if (!strcmp(name, PEM_STRING_PARAMETERS)) {
lib/libcrypto/pem/pem_lib.c
238
if (!strcmp(nm, PEM_STRING_X509_OLD) &&
lib/libcrypto/pem/pem_lib.c
239
!strcmp(name, PEM_STRING_X509))
lib/libcrypto/pem/pem_lib.c
242
if (!strcmp(nm, PEM_STRING_X509_REQ_OLD) &&
lib/libcrypto/pem/pem_lib.c
243
!strcmp(name, PEM_STRING_X509_REQ))
lib/libcrypto/pem/pem_lib.c
247
if (!strcmp(nm, PEM_STRING_X509) &&
lib/libcrypto/pem/pem_lib.c
248
!strcmp(name, PEM_STRING_X509_TRUSTED))
lib/libcrypto/pem/pem_lib.c
251
if (!strcmp(nm, PEM_STRING_X509_OLD) &&
lib/libcrypto/pem/pem_lib.c
252
!strcmp(name, PEM_STRING_X509_TRUSTED))
lib/libcrypto/pem/pem_lib.c
256
if (!strcmp(nm, PEM_STRING_X509) &&
lib/libcrypto/pem/pem_lib.c
257
!strcmp(name, PEM_STRING_PKCS7))
lib/libcrypto/pem/pem_lib.c
260
if (!strcmp(nm, PEM_STRING_PKCS7_SIGNED) &&
lib/libcrypto/pem/pem_lib.c
261
!strcmp(name, PEM_STRING_PKCS7))
lib/libcrypto/pem/pem_lib.c
265
if (strcmp(nm, PEM_STRING_X509) == 0 &&
lib/libcrypto/pem/pem_lib.c
266
strcmp(name, PEM_STRING_CMS) == 0)
lib/libcrypto/pem/pem_lib.c
270
if (strcmp(nm, PEM_STRING_PKCS7) == 0 &&
lib/libcrypto/pem/pem_lib.c
271
strcmp(name, PEM_STRING_CMS) == 0)
lib/libcrypto/pem/pem_lib.c
860
if (strcmp(p, suffix))
lib/libcrypto/pem/pem_pkey.c
103
} else if (strcmp(nm, PEM_STRING_PKCS8) == 0) {
lib/libcrypto/pem/pem_pkey.c
92
if (strcmp(nm, PEM_STRING_PKCS8INF) == 0) {
lib/libcrypto/rsa/rsa_pmeth.c
640
if (strcmp(type, "rsa_padding_mode") == 0) {
lib/libcrypto/rsa/rsa_pmeth.c
642
if (strcmp(value, "pkcs1") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
644
else if (strcmp(value, "none") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
646
else if (strcmp(value, "oaep") == 0 || strcmp(value, "oeap") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
648
else if (strcmp(value, "x931") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
650
else if (strcmp(value, "pss") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
659
if (strcmp(type, "rsa_pss_saltlen") == 0) {
lib/libcrypto/rsa/rsa_pmeth.c
662
if (strcmp(value, "digest") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
664
else if (strcmp(value, "max") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
666
else if (strcmp(value, "auto") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
683
if (strcmp(type, "rsa_keygen_bits") == 0) {
lib/libcrypto/rsa/rsa_pmeth.c
695
if (strcmp(type, "rsa_keygen_pubexp") == 0) {
lib/libcrypto/rsa/rsa_pmeth.c
707
if (strcmp(type, "rsa_mgf1_md") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
713
if (strcmp(type, "rsa_pss_keygen_mgf1_md") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
717
if (strcmp(type, "rsa_pss_keygen_md") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
721
if (strcmp(type, "rsa_pss_keygen_saltlen") == 0) {
lib/libcrypto/rsa/rsa_pmeth.c
739
if (strcmp(type, "rsa_oaep_md") == 0)
lib/libcrypto/rsa/rsa_pmeth.c
743
if (strcmp(type, "rsa_oaep_label") == 0) {
lib/libcrypto/sm2/sm2_pmeth.c
282
if (strcmp(type, "ec_paramgen_curve") == 0) {
lib/libcrypto/sm2/sm2_pmeth.c
290
} else if (strcmp(type, "sm2_uid") == 0) {
lib/libcrypto/ts/ts_conf.c
406
if (strcmp(val->name, ENV_VALUE_SECS) == 0) {
lib/libcrypto/ts/ts_conf.c
416
} else if (strcmp(val->name, ENV_VALUE_MILLISECS) == 0) {
lib/libcrypto/ts/ts_conf.c
425
} else if (strcmp(val->name, ENV_VALUE_MICROSECS) == 0) {
lib/libcrypto/ts/ts_conf.c
485
if (strcmp(value, ENV_VALUE_YES) == 0)
lib/libcrypto/ts/ts_conf.c
487
else if (strcmp(value, ENV_VALUE_NO) != 0) {
lib/libcrypto/ui/ui_openssl.c
213
if (strcmp(UI_get0_result_string(uis),
lib/libcrypto/x509/x509_addr.c
1622
if (strcmp(s, "inherit") == 0) {
lib/libcrypto/x509/x509_akey.c
174
if (!strcmp(cnf->name, "keyid")) {
lib/libcrypto/x509/x509_akey.c
176
if (cnf->value && !strcmp(cnf->value, "always"))
lib/libcrypto/x509/x509_akey.c
178
} else if (!strcmp(cnf->name, "issuer")) {
lib/libcrypto/x509/x509_akey.c
180
if (cnf->value && !strcmp(cnf->value, "always"))
lib/libcrypto/x509/x509_alt.c
350
strcmp(cnf->value, "copy") == 0) {
lib/libcrypto/x509/x509_alt.c
432
!strcmp(cnf->value, "copy")) {
lib/libcrypto/x509/x509_alt.c
436
!strcmp(cnf->value, "move")) {
lib/libcrypto/x509/x509_asid.c
866
if (strcmp(val->value, "inherit") == 0) {
lib/libcrypto/x509/x509_bcons.c
195
if (!strcmp(val->name, "CA")) {
lib/libcrypto/x509/x509_bcons.c
198
} else if (!strcmp(val->name, "pathlen")) {
lib/libcrypto/x509/x509_bitst.c
220
if (!strcmp(bnam->sname, val->name) ||
lib/libcrypto/x509/x509_bitst.c
221
!strcmp(bnam->lname, val->name) ) {
lib/libcrypto/x509/x509_constraints.c
1162
return (strcmp(name->local, constraint->local) == 0 &&
lib/libcrypto/x509/x509_constraints.c
1163
strcmp(name->name, constraint->name) == 0);
lib/libcrypto/x509/x509_cpols.c
459
if (!strcmp(pstr, "ia5org")) {
lib/libcrypto/x509/x509_cpols.c
509
if (strcmp(cnf->name, "policyIdentifier") == 0) {
lib/libcrypto/x509/x509_cpols.c
601
if (!strcmp(cnf->name, "explicitText")) {
lib/libcrypto/x509/x509_cpols.c
610
} else if (!strcmp(cnf->name, "organization")) {
lib/libcrypto/x509/x509_cpols.c
625
} else if (!strcmp(cnf->name, "noticeNumbers")) {
lib/libcrypto/x509/x509_crld.c
147
if (!strcmp(cnf->name, "fullname")) {
lib/libcrypto/x509/x509_crld.c
151
} else if (!strcmp(cnf->name, "relativename")) {
lib/libcrypto/x509/x509_crld.c
239
if (!strcmp(pbn->sname, bnam)) {
lib/libcrypto/x509/x509_crld.c
297
if (!strcmp(cnf->name, "reasons")) {
lib/libcrypto/x509/x509_crld.c
301
else if (!strcmp(cnf->name, "CRLissuer")) {
lib/libcrypto/x509/x509_crld.c
710
if (!strcmp(name, "onlyuser")) {
lib/libcrypto/x509/x509_crld.c
714
else if (!strcmp(name, "onlyCA")) {
lib/libcrypto/x509/x509_crld.c
718
else if (!strcmp(name, "onlyAA")) {
lib/libcrypto/x509/x509_crld.c
722
else if (!strcmp(name, "indirectCRL")) {
lib/libcrypto/x509/x509_crld.c
726
else if (!strcmp(name, "onlysomereasons")) {
lib/libcrypto/x509/x509_pcons.c
183
if (!strcmp(val->name, "requireExplicitPolicy")) {
lib/libcrypto/x509/x509_pcons.c
186
} else if (!strcmp(val->name, "inhibitPolicyMapping")) {
lib/libcrypto/x509/x509_purp.c
224
if (!strcmp(xptmp->sname, sname))
lib/libcrypto/x509/x509_skey.c
131
if (strcmp(str, "hash"))
lib/libcrypto/x509/x509_utl.c
321
if (!strcmp(btmp, "TRUE") || !strcmp(btmp, "true") ||
lib/libcrypto/x509/x509_utl.c
322
!strcmp(btmp, "Y") || !strcmp(btmp, "y") ||
lib/libcrypto/x509/x509_utl.c
323
!strcmp(btmp, "YES") || !strcmp(btmp, "yes")) {
lib/libcrypto/x509/x509_utl.c
326
} else if (!strcmp(btmp, "FALSE") || !strcmp(btmp, "false") ||
lib/libcrypto/x509/x509_utl.c
327
!strcmp(btmp, "N") || !strcmp(btmp, "n") ||
lib/libcrypto/x509/x509_utl.c
328
!strcmp(btmp, "NO") || !strcmp(btmp, "no")) {
lib/libcrypto/x509/x509_utl.c
634
return strcmp(*a, *b);
lib/libcrypto/x509/x509_vpm.c
665
return strcmp((*a)->name, (*b)->name);
lib/libcrypto/x509/x509_vpm.c
729
if (strcmp(default_table[i].name, name) == 0)
lib/libcurses/base/lib_driver.c
68
if (strcmp(DriverTable[i].name, res->td_name(TCB)) == 0) {
lib/libcurses/base/lib_newterm.c
337
#define SGR0_TEST(mode) (mode != 0) && (exit_attribute_mode == 0 || strcmp(mode, exit_attribute_mode))
lib/libcurses/base/lib_screen.c
393
if (!strcmp(txt, "rows:")) {
lib/libcurses/base/lib_screen.c
403
name = !strcmp(txt, "flag") ? value : txt;
lib/libcurses/base/lib_screen.c
405
if (!strcmp(name, scr_params[n].name)) {
lib/libcurses/base/lib_set_term.c
522
&& !strcmp(set_a_foreground, "\033[3%p1%dm")) {
lib/libcurses/base/lib_set_term.c
530
&& !strcmp(set_a_background, "\033[4%p1%dm")) {
lib/libcurses/base/lib_set_term.c
655
|| !strcmp(env, "C")
lib/libcurses/base/lib_set_term.c
656
|| !strcmp(env, "POSIX"));
lib/libcurses/capdefaults.c
82
&& (strcmp("\n", newline) == 0));
lib/libcurses/tinfo/access.c
84
if (!strcmp(s, PROG_EXT))
lib/libcurses/tinfo/alloc_ttype.c
241
if (!strcmp(name, tp->ext_Names[j])) {
lib/libcurses/tinfo/alloc_ttype.c
329
int cmp = strcmp(name, tp->ext_Names[j]);
lib/libcurses/tinfo/alloc_ttype.c
450
if (strcmp(to->ext_Names[n], from->ext_Names[n])) {
lib/libcurses/tinfo/alloc_ttype.c
60
int cmp = strcmp(*a, *b);
lib/libcurses/tinfo/alloc_ttype.c
90
if (!strcmp(table[n], name)) {
lib/libcurses/tinfo/comp_error.c
70
} else if (strcmp(name, SourceName)) {
lib/libcurses/tinfo/comp_parse.c
293
if (!strcmp(p->ext_Names[n], name))
lib/libcurses/tinfo/comp_parse.c
374
if (from_name != 0 && strcmp(to_name, from_name)) {
lib/libcurses/tinfo/comp_parse.c
476
&& !strcmp(qp->uses[j].link->tterm.term_names,
lib/libcurses/tinfo/comp_parse.c
507
&& !strcmp(qp->uses[j].link->tterm.term_names,
lib/libcurses/tinfo/db_iterator.c
138
strcmp(value, cached_value) == 0));
lib/libcurses/tinfo/db_iterator.c
396
if (!strcmp(my_list[j], my_list[k])) {
lib/libcurses/tinfo/hashed_db.c
72
if (!strcmp(p->path, path) && p->modify == modify) {
lib/libcurses/tinfo/lib_acs.c
188
#define PCH_KLUDGE(a,b) (a != 0 && b != 0 && !strcmp(a,b))
lib/libcurses/tinfo/lib_acs.c
236
if (acs_chars == NULL || strcmp(acs_chars, show))
lib/libcurses/tinfo/lib_acs.c
243
: (strcmp(acs_chars, show)
lib/libcurses/tinfo/lib_setup.c
583
result = !strcmp(env, "UTF-8");
lib/libcurses/tinfo/lib_setup.c
724
&& !strcmp(termp->_termname, myname)
lib/libcurses/tinfo/lib_termcap.c
173
if ((backspaces_with_bs = (char) !strcmp(cursor_left, "\b")) == 0)
lib/libcurses/tinfo/lib_termcap.c
186
if (!strcmp(FIX_SGR0, exit_attribute_mode)) {
lib/libcurses/tinfo/lib_ti.c
49
return !strcmp(a, b);
lib/libcurses/tinfo/lib_ti.c
52
#define same_name(a,b) !strcmp(a,b)
lib/libcurses/tinfo/lib_tparm.c
1108
#define CHECK_CAP(name) (VALID_STRING(name) && !strcmp(name, string))
lib/libcurses/tinfo/lib_tparm.c
159
return strcmp(a, b);
lib/libcurses/tinfo/make_hash.c
297
if (strcmp(list[0], "userdef"))
lib/libcurses/tinfo/make_hash.c
299
} else if (!strcmp(list[0], "userdef")) {
lib/libcurses/tinfo/make_hash.c
313
if (!strcmp(list[column], name_table[j].ute_name)) {
lib/libcurses/tinfo/make_hash.c
325
if (!strcmp(list[2], "bool")) {
lib/libcurses/tinfo/make_hash.c
328
} else if (!strcmp(list[2], "num")) {
lib/libcurses/tinfo/make_hash.c
331
} else if (!strcmp(list[2], "str")) {
lib/libcurses/tinfo/make_keys.c
72
if (!strcmp(name, strnames[n])) {
lib/libcurses/tinfo/make_keys.c
79
if (!strcmp(name, strfnames[n])) {
lib/libcurses/tinfo/parse_entry.c
101
if (!strcmp(name, tp->ext_Names[n])) {
lib/libcurses/tinfo/parse_entry.c
1149
if (!strcmp(names[count], find)) {
lib/libcurses/tinfo/parse_entry.c
122
int cmp = strcmp(tp->ext_Names[n], name);
lib/libcurses/tinfo/parse_entry.c
371
bool is_use = (strcmp(_nc_curr_token.tk_name, "use") == 0);
lib/libcurses/tinfo/parse_entry.c
372
bool is_tc = !is_use && (strcmp(_nc_curr_token.tk_name, "tc") == 0);
lib/libcurses/tinfo/parse_entry.c
418
if (strcmp(ap->from, _nc_curr_token.tk_name) == 0) {
lib/libcurses/tinfo/parse_entry.c
434
if (strcmp(ap->from, _nc_curr_token.tk_name) == 0) {
lib/libcurses/tinfo/parse_entry.c
490
if (!strcmp("ma", _nc_curr_token.tk_name)) {
lib/libcurses/tinfo/parse_entry.c
507
&& !strcmp("ma", _nc_curr_token.tk_name)) {
lib/libcurses/tinfo/parse_entry.c
514
&& !strcmp("MT", _nc_curr_token.tk_name)) {
lib/libcurses/tinfo/parse_entry.c
977
if (VALID_STRING(s) && VALID_STRING(t) && strcmp(s, t) != 0)
lib/libcurses/tinfo/read_entry.c
634
&& !strcmp(path + size - lens, suffix))
lib/libcurses/tinfo/read_entry.c
894
|| strcmp(name, ".") == 0
lib/libcurses/tinfo/read_entry.c
895
|| strcmp(name, "..") == 0
lib/libcurses/tinfo/read_termcap.c
660
ret = strcmp(nf, rec);
lib/libcurses/tinfo/read_termcap.c
980
|| strcmp(tn, ".") == 0
lib/libcurses/tinfo/read_termcap.c
981
|| strcmp(tn, "..") == 0
lib/libcurses/tinfo/tinfo_driver.c
1094
#define PCH_KLUDGE(a,b) (a != 0 && b != 0 && !strcmp(a,b))
lib/libcurses/tinfo/tinfo_driver.c
1142
if (acs_chars == NULL || strcmp(acs_chars, show))
lib/libcurses/tinfo/tinfo_driver.c
1149
: (strcmp(acs_chars, show)
lib/libcurses/tinfo/tinfo_driver.c
1535
if (name == 0 || *name == 0 || (strcmp(name, "unknown") == 0)) {
lib/libcurses/tinfo/tinfo_driver.c
1541
if (strcmp(DriverTable[i].name, res->td_name(TCB)) == 0) {
lib/libcurses/tinfo/tinfo_driver.c
679
# define SGR0_TEST(mode) (mode != 0) && (exit_attribute_mode == 0 || strcmp(mode, exit_attribute_mode))
lib/libcurses/tinfo/trim_sgr0.c
307
&& strcmp(end, off) != 0) {
lib/libcurses/tinfo/trim_sgr0.c
316
if (!strcmp(result, exit_attribute_mode)) {
lib/libcurses/tinfo/write_entry.c
168
if (have > need && strcmp(dst + (int) (have - need), suffix)) {
lib/libcurses/tinfo/write_entry.c
488
if (strcmp(filename, linkname) == 0) {
lib/libedit/TEST/tc1.c
232
if (strcmp(av[0], "history") == 0) {
lib/libedit/TEST/tc1.c
244
if (strcmp(av[1], "clear") == 0)
lib/libedit/TEST/tc1.c
251
if (strcmp(av[1], "load") == 0)
lib/libedit/TEST/tc1.c
253
else if (strcmp(av[1], "save") == 0)
lib/libedit/el.c
84
if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0)
lib/libedit/filecomplete.c
468
if (matches[2] == NULL && strcmp(matches[0], matches[1]) == 0) {
lib/libedit/history.c
66
#define Strcmp(d, s) strcmp(d, s)
lib/libedit/readline.c
1744
&& strcmp(text, pwd->pw_name) == 0);
lib/libedit/readline.c
2174
(int (*)(const void *, const void *)) strcmp);
lib/libedit/readline.c
265
if (rl_prompt != NULL && strcmp(rl_prompt, prompt) == 0)
lib/libedit/terminal.c
1331
if (strcmp(ts->name, what) == 0)
lib/libedit/terminal.c
1343
if (strcmp(tv->name, what) == 0)
lib/libedit/terminal.c
1351
if (strcmp(how, "yes") == 0)
lib/libedit/terminal.c
1353
else if (strcmp(how, "no") == 0)
lib/libedit/terminal.c
1407
if (strcmp(ts->name, what) == 0)
lib/libedit/terminal.c
1418
if (strcmp(tv->name, what) == 0)
lib/libedit/terminal.c
1508
if (strcmp(t->name,
lib/libedit/terminal.c
232
EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ?
lib/libedit/terminal.c
237
EL_FLAGS |= (strcmp(Str(T_me), Str(T_se)) == 0) ?
lib/libedit/terminal.c
873
if (strcmp(term, "emacs") == 0)
lib/libedit/tty.c
1249
strcmp(m->m_name, ct_encode_string(d, &el->el_scratch))) == 0 &&
lib/libexpat/tests/acc_tests.c
377
if (strcmp(unsignedCharToPrintable('A'), "A") != 0)
lib/libexpat/tests/acc_tests.c
380
if (strcmp(unsignedCharToPrintable('\\'), "\\\\") != 0)
lib/libexpat/tests/basic_tests.c
1978
if (strcmp(buffer, "TEST") != 0) {
lib/libexpat/tests/basic_tests.c
1988
if (strcmp(buffer, "VEST") != 0) {
lib/libexpat/tests/basic_tests.c
2023
assert_true(strcmp(c_entry->name, "record_cdata_handler") == 0);
lib/libexpat/tests/basic_tests.c
2054
assert_true(strcmp(c_entry->name, "record_cdata_nodefault_handler") == 0);
lib/libexpat/tests/common.h
75
# define xcstrcmp(s, t) strcmp((s), (t))
lib/libexpat/tests/handlers.h
522
assert_true(strcmp(e->name, expected_name) == 0); \
lib/libexpat/tests/misc_tests.c
656
assert_true(strcmp(original_string, "&draft.day;") == 0);
lib/libexpat/tests/runtests.c
89
if (strcmp(opt, "-v") == 0 || strcmp(opt, "--verbose") == 0)
lib/libexpat/tests/runtests.c
91
else if (strcmp(opt, "-q") == 0 || strcmp(opt, "--quiet") == 0)
lib/libexpat/tests/structdata.c
58
# define xcstrcmp(s, t) strcmp((s), (t))
lib/libfido2/src/cbor.c
1137
if (strcmp(type, "hmac-secret") == 0) {
lib/libfido2/src/cbor.c
1146
} else if (strcmp(type, "credProtect") == 0) {
lib/libfido2/src/cbor.c
1154
} else if (strcmp(type, "credBlob") == 0) {
lib/libfido2/src/cbor.c
1163
} else if (strcmp(type, "minPinLength") == 0) {
lib/libfido2/src/cbor.c
1229
if (strcmp(type, "hmac-secret") == 0) {
lib/libfido2/src/cbor.c
1235
} else if (strcmp(type, "credBlob") == 0) {
lib/libfido2/src/cbor.c
1403
if (!strcmp(name, "alg")) {
lib/libfido2/src/cbor.c
1416
} else if (!strcmp(name, "sig")) {
lib/libfido2/src/cbor.c
1421
} else if (!strcmp(name, "x5c")) {
lib/libfido2/src/cbor.c
1428
} else if (!strcmp(name, "certInfo")) {
lib/libfido2/src/cbor.c
1433
} else if (!strcmp(name, "pubArea")) {
lib/libfido2/src/cbor.c
1495
if (!strcmp(name, "id"))
lib/libfido2/src/cbor.c
1534
if (!strcmp(name, "icon")) {
lib/libfido2/src/cbor.c
1539
} else if (!strcmp(name, "name")) {
lib/libfido2/src/cbor.c
1544
} else if (!strcmp(name, "displayName")) {
lib/libfido2/src/cbor.c
1549
} else if (!strcmp(name, "id")) {
lib/libfido2/src/cbor.c
1590
if (!strcmp(name, "id")) {
lib/libfido2/src/cbor.c
1595
} else if (!strcmp(name, "name")) {
lib/libfido2/src/cbor.c
917
if (strcmp(type, "packed") && strcmp(type, "fido-u2f") &&
lib/libfido2/src/cbor.c
918
strcmp(type, "none") && strcmp(type, "tpm")) {
lib/libfido2/src/cred.c
371
if (!strcmp(cred->fmt, "packed")) {
lib/libfido2/src/cred.c
378
} else if (!strcmp(cred->fmt, "fido-u2f")) {
lib/libfido2/src/cred.c
386
} else if (!strcmp(cred->fmt, "tpm")) {
lib/libfido2/src/cred.c
457
if (!strcmp(cred->fmt, "packed")) {
lib/libfido2/src/cred.c
464
} else if (!strcmp(cred->fmt, "fido-u2f")) {
lib/libfido2/src/cred.c
955
if (strcmp(fmt, "packed") && strcmp(fmt, "fido-u2f") &&
lib/libfido2/src/cred.c
956
strcmp(fmt, "none") && strcmp(fmt, "tpm"))
lib/libfido2/src/dev.c
232
if (strcmp(path, FIDO_WINHELLO_PATH) == 0)
lib/libfido2/src/dev.c
33
if (strcmp(ptr[i], "credProtect") == 0)
lib/libfido2/src/dev.c
45
if (strcmp(ptr[i], "clientPin") == 0) {
lib/libfido2/src/dev.c
48
} else if (strcmp(ptr[i], "credMgmt") == 0 ||
lib/libfido2/src/dev.c
49
strcmp(ptr[i], "credentialMgmtPreview") == 0) {
lib/libfido2/src/dev.c
52
} else if (strcmp(ptr[i], "uv") == 0) {
lib/libfido2/src/dev.c
55
} else if (strcmp(ptr[i], "pinUvAuthToken") == 0) {
lib/libfido2/src/info.c
168
if (!strcmp(name, "alg")) {
lib/libfido2/src/info.c
175
} else if (!strcmp(name, "type")) {
lib/libform/frm_req_name.c
173
if (strcmp(request_names[i], buf) == 0)
lib/libfuse/dict.c
103
return strcmp(a->key, b->key);
lib/libfuse/fuse_ops.c
251
if (strcmp(name, ".") == 0)
lib/libfuse/fuse_opt.c
92
if (strcmp(opt, templ) == 0)
lib/libkeynote/auxil.c
197
if (!strcmp(kl->key_stringkey, key))
lib/libkeynote/auxil.c
206
if (!strcmp(kl->key_next->key_stringkey, key))
lib/libkeynote/auxil.c
263
if (!strcmp(kl->key_stringkey, s))
lib/libkeynote/environment.c
118
if (!strcmp(name, KEYNOTE_CALLBACK_CLEANUP) ||
lib/libkeynote/environment.c
119
!strcmp(name, KEYNOTE_CALLBACK_INITIALIZE))
lib/libkeynote/environment.c
194
(!strcmp(name, en->env_name)))
lib/libkeynote/environment.c
221
if (!strcmp(table[h]->env_name, name))
lib/libkeynote/environment.c
232
if (!strcmp(en->env_next->env_name, name))
lib/libkeynote/environment.c
372
if (!strcmp(s, keynote_current_session->ks_values[i]))
lib/libkeynote/environment.c
68
if (!strcmp(name, KEYNOTE_CALLBACK_CLEANUP) ||
lib/libkeynote/environment.c
69
!strcmp(name, KEYNOTE_CALLBACK_INITIALIZE))
lib/libkeynote/keynote-keygen.c
210
if (!strcmp(argv[3], "-"))
lib/libkeynote/keynote-keygen.c
225
if (strcmp(argv[3], "-"))
lib/libkeynote/keynote-keygen.c
235
if (!strcmp(argv[4], "-"))
lib/libkeynote/keynote-keygen.c
238
if (!strcmp(argv[3], "-"))
lib/libkeynote/keynote-keygen.c
263
if (strcmp(argv[4], "-"))
lib/libkeynote/keynote-keygen.c
291
if (!strcmp(argv[3], "-"))
lib/libkeynote/keynote-keygen.c
306
if (strcmp(argv[3], "-"))
lib/libkeynote/keynote-keygen.c
316
if (!strcmp(argv[4], "-"))
lib/libkeynote/keynote-keygen.c
319
if (!strcmp(argv[3], "-"))
lib/libkeynote/keynote-keygen.c
344
if (strcmp(argv[4], "-"))
lib/libkeynote/keynote-main.c
57
if (!strcmp(argv[1], "sign"))
lib/libkeynote/keynote-main.c
60
if (!strcmp(argv[1], "verify"))
lib/libkeynote/keynote-main.c
63
if (!strcmp(argv[1], "sigver"))
lib/libkeynote/keynote-main.c
66
if (!strcmp(argv[1], "keygen"))
lib/libkeynote/keynote-sign.c
63
if (!strcmp("-v", argv[1]))
lib/libkeynote/keynote.y
422
$$ = strcmp($1, $3) == 0 ? 1 : 0;
lib/libkeynote/keynote.y
434
$$ = strcmp($1, $3) != 0 ? 1 : 0;
lib/libkeynote/keynote.y
446
$$ = strcmp($1, $3) < 0 ? 1 : 0;
lib/libkeynote/keynote.y
458
$$ = strcmp($1, $3) > 0 ? 1 : 0;
lib/libkeynote/keynote.y
470
$$ = strcmp($1, $3) <= 0 ? 1 : 0;
lib/libkeynote/keynote.y
482
$$ = strcmp($1, $3) >= 0 ? 1 : 0;
lib/libkeynote/keynote.y
693
if (!strcmp(s, "_MIN_TRUST"))
lib/libkeynote/keynote.y
700
if (!strcmp(s, "_MAX_TRUST"))
lib/libkeynote/keynote.y
707
if (!strcmp(s, "_VALUES"))
lib/libkeynote/keynote.y
715
if (!strcmp(s, "_ACTION_AUTHORIZERS"))
lib/libkeynote/keynote.y
81
if (strcmp($3, KEYNOTE_VERSION_STRING))
lib/libkeynote/parse_assertion.c
295
if ((!strcmp("POLICY", as->as_authorizer)) &&
lib/libkeynote/signature.c
570
if (!strcmp(key1, key2))
lib/libkvm/kvm.c
239
if (strcmp(mf, _PATH_MEM) != 0) { /* XXX */
lib/libmenu/m_req_name.c
127
if (strcmp(request_names[i], buf) == 0)
lib/libossaudio/ossaudio.c
116
strcmp(d->func, "level") != 0)
lib/libossaudio/ossaudio.c
128
if (strcmp(d->node0.name, "output") == 0)
lib/libossaudio/ossaudio.c
130
else if (strcmp(d->node0.name, "input") == 0)
lib/libossaudio/ossaudio.c
134
} else if (strcmp(d->group, "hw") == 0) {
lib/libossaudio/ossaudio.c
135
if (strcmp(d->node0.name, "output") == 0)
lib/libossaudio/ossaudio.c
137
else if (strcmp(d->node0.name, "input") == 0)
lib/libpcap/fad-getad.c
121
if (strcmp(name, curdev->name) == 0)
lib/libpcap/fad-getad.c
67
if (strcmp(name, "any") == 0) {
lib/libpcap/nametoaddr.c
163
if (strcmp(name, "nfs") == 0) {
lib/libpcap/nametoaddr.c
228
if (strcmp(p->s, s) == 0)
lib/libpcap/nametoaddr.c
249
if (strcmp(p->s, s) == 0)
lib/libpcap/nametoaddr.c
357
if (strcmp(ep->name, name) == 0) {
lib/libskey/skeylogin.c
150
strcmp(mp->logname, name) != 0)
lib/libskey/skeysubr.c
337
if (strcmp(new, skey_algorithm_table[i].name) == 0) {
lib/libsndio/mio.c
45
if (strcmp(str, portany) == 0 && !issetugid()) {
lib/libsndio/mio.c
50
if (strcmp(str, portany) == 0) {
lib/libsndio/sio.c
54
if (strcmp(str, devany) == 0 && !issetugid()) {
lib/libsndio/sio.c
64
if (strcmp(str, devany) == 0) {
lib/libsndio/sioctl.c
37
if (strcmp(str, devany) == 0 && !issetugid()) {
lib/libsndio/sioctl.c
42
if (strcmp(str, devany) == 0) {
lib/libsndio/sioctl_sun.c
102
strcmp(mi.label.name, name) == 0)
lib/libsndio/sioctl_sun.c
121
if (strcmp(cls.label.name, cn) == 0 &&
lib/libsndio/sioctl_sun.c
122
strcmp(dev.label.name, dn) == 0) {
lib/libsndio/sioctl_sun.c
350
if (strcmp(p, "default") == 0) {
lib/libsndio/sioctl_sun.c
92
if (strcmp(mi.label.name, AudioNmute) == 0)
lib/libssl/ssl_ciphers.c
217
if (strcmp(str, "") == 0)
lib/libssl/ssl_ciphers.c
227
if (strcmp(p, ciphersuite->name) == 0)
lib/libssl/ssl_ciphers.c
229
if (strcmp(p, ciphersuite->alias) == 0)
lib/libssl/ssl_tlsext.c
869
if (strcmp(s->tlsext_hostname,
lib/libtls/tls_signer.c
305
if (!strcmp(pubkey_hash, skey->hash))
lib/libtls/tls_verify.c
158
if (strcmp(data, " ") == 0) {
lib/libtls/tls_verify.c
359
if (strcmp(common_name, name) == 0)
lib/libusbhid/usage.c
258
if (strcmp(pages[k].name, name) == 0)
lib/libusbhid/usage.c
293
if (strcmp(pages[k].page_contents[j].name, sep) == 0)
lib/libutil/login_fbtab.c
112
if (strcmp(devnam + sizeof(_PATH_DEV) - 1, tty) == 0) {
lib/libutil/passwd.c
283
return (strcmp(pw1->pw_name, pw2->pw_name) == 0 &&
lib/libutil/passwd.c
286
strcmp(pw1->pw_class, pw2->pw_class) == 0 &&
lib/libutil/passwd.c
289
strcmp(pw1->pw_gecos, pw2->pw_gecos) == 0 &&
lib/libutil/passwd.c
290
strcmp(pw1->pw_dir, pw2->pw_dir) == 0 &&
lib/libutil/passwd.c
291
strcmp(pw1->pw_shell, pw2->pw_shell) == 0);
lib/libutil/passwd.c
347
if (strcmp(buf, opw ? opw->pw_name : pw->pw_name)) {
lib/libutil/passwd.c
390
root = !strcmp(pw->pw_name, "root");
lib/libutil/passwd.c
446
if (!strcmp(p, sh))
lib/libutil/passwd.c
78
if (strcmp (dir, pw_dir) == 0)
libexec/fingerd/fingerd.c
192
for (ap = comp + 1; strcmp("--", *(ap++)); )
libexec/ftpd/ftpcmd.y
1084
if (strcmp(cmd, p->name) == 0)
libexec/ftpd/ftpd.c
1772
if (error == 0 && strcmp(remotehost, hbuf) != 0)
libexec/ftpd/ftpd.c
2183
if (strcmp(cp, "ABOR\r\n") == 0) {
libexec/ftpd/ftpd.c
2188
if (strcmp(cp, "STAT\r\n") == 0) {
libexec/ftpd/ftpd.c
2311
if (strcmp(cmd, "EPSV") != 0)
libexec/ftpd/ftpd.c
2366
if (strcmp(cmd, "LPSV") == 0) {
libexec/ftpd/ftpd.c
2385
} else if (strcmp(cmd, "EPSV") == 0) {
libexec/ftpd/ftpd.c
2835
if (strcmp(user, pw->pw_name) != 0) {
libexec/ftpd/ftpd.c
701
(strcmp(name, "ftp") == 0 || strcmp(name, "anonymous") == 0)) {
libexec/ftpd/ftpd.c
739
if (strcmp(cp, shell) == 0)
libexec/ftpd/ftpd.c
830
if (strcmp(line, name) == 0) {
libexec/getty/main.c
213
if (argc <= 2 || strcmp(argv[2], "-") == 0) {
libexec/getty/main.c
232
if (strcmp(argv[0], "+") != 0) {
libexec/getty/main.c
268
if (strcmp(LO, saveLO) != 0) {
libexec/getty/subr.c
390
if (strcmp(ps->ps_baud, baud) == 0) {
libexec/ld.so/ldconfig/ldconfig.c
233
if (strcmp(name, shp->name) != 0 || major != shp->major)
libexec/ld.so/ldconfig/sod.c
231
if (strcmp(name, hstrtab + bp->hi_namex) == 0) {
libexec/login_chpass/login_chpass.c
71
if (strcmp(optarg, "login") != 0) {
libexec/login_lchpass/login_lchpass.c
81
if (strcmp(optarg, "login") != 0) {
libexec/login_ldap/aldap.c
786
if (strcmp(p, "base") == 0)
libexec/login_ldap/aldap.c
788
else if (strcmp(p, "one") == 0)
libexec/login_ldap/aldap.c
790
else if (strcmp(p, "sub") == 0)
libexec/login_ldap/login_ldap.c
135
if (strcmp(service, "login") == 0) {
libexec/login_ldap/login_ldap.c
137
} else if (strcmp(service, "response") == 0) {
libexec/login_ldap/login_ldap.c
164
} else if (strcmp(service, "challenge") == 0) {
libexec/login_ldap/login_ldap.c
96
if (strcmp(service, "login") != 0 &&
libexec/login_ldap/login_ldap.c
97
strcmp(service, "challenge") != 0 &&
libexec/login_ldap/login_ldap.c
98
strcmp(service, "response") != 0) {
libexec/login_ldap/util.c
226
if (strcmp(key, "host") == 0) {
libexec/login_ldap/util.c
237
} else if (strcmp(key, "basedn") == 0) {
libexec/login_ldap/util.c
243
} else if (strcmp(key, "binddn") == 0) {
libexec/login_ldap/util.c
247
} else if (strcmp(key, "bindpw") == 0) {
libexec/login_ldap/util.c
253
} else if (strcmp(key, "timeout") == 0) {
libexec/login_ldap/util.c
259
} else if (strcmp(key, "filter") == 0) {
libexec/login_ldap/util.c
263
} else if (strcmp(key, "scope") == 0) {
libexec/login_ldap/util.c
266
} else if (strcmp(key, "cacert") == 0) {
libexec/login_ldap/util.c
272
} else if (strcmp(key, "cacertdir") == 0) {
libexec/login_ldap/util.c
278
} else if (strcmp(key, "gbasedn") == 0) {
libexec/login_ldap/util.c
284
} else if (strcmp(key, "gfilter") == 0) {
libexec/login_ldap/util.c
290
} else if (strcmp(key, "gscope") == 0) {
libexec/login_ldap/util.c
445
if (strcmp(scope, "base") == 0)
libexec/login_ldap/util.c
447
else if (strcmp(scope, "one") == 0)
libexec/login_ldap/util.c
449
else if (strcmp(scope, "sub") == 0)
libexec/login_passwd/login_passwd.c
121
if (wheel != NULL && strcmp(wheel, "yes") != 0) {
libexec/login_passwd/login_passwd.c
74
if (strcmp(optarg, "login") == 0)
libexec/login_passwd/login_passwd.c
76
else if (strcmp(optarg, "challenge") == 0)
libexec/login_passwd/login_passwd.c
78
else if (strcmp(optarg, "response") == 0)
libexec/login_passwd/login_passwd.c
89
lastchance = (strcmp(optarg + 11, "yes") == 0);
libexec/login_radius/login_radius.c
113
if (strcmp(service, "login") != 0 &&
libexec/login_radius/login_radius.c
114
strcmp(service, "challenge") != 0 &&
libexec/login_radius/login_radius.c
115
strcmp(service, "response") != 0)
libexec/login_radius/login_radius.c
164
if (strcmp(service, "response") == 0) {
libexec/login_radius/login_radius.c
183
strcmp(service, "login") ? challenge : NULL, password, &emsg);
libexec/login_radius/login_radius.c
201
if (strcmp(service, "login") == 0) {
libexec/login_radius/login_radius.c
209
if (strcmp(service, "challenge") == 0) {
libexec/login_radius/raddauth.c
255
if (strcmp(style, "radius") != 0) {
libexec/login_radius/raddauth.c
318
if (strcmp(challenge, _pwstate) != 0)
libexec/login_reject/login_reject.c
73
if (strcmp(optarg, "login") == 0)
libexec/login_reject/login_reject.c
75
else if (strcmp(optarg, "challenge") == 0)
libexec/login_reject/login_reject.c
77
else if (strcmp(optarg, "response") == 0)
libexec/login_skey/login_skey.c
82
if (strcmp(optarg, "login") == 0)
libexec/login_skey/login_skey.c
84
else if (strcmp(optarg, "challenge") == 0)
libexec/login_skey/login_skey.c
86
else if (strcmp(optarg, "response") == 0)
libexec/login_token/login_token.c
104
if (strcmp(optarg, "login") == 0)
libexec/login_token/login_token.c
106
else if (strcmp(optarg, "challenge") == 0)
libexec/login_token/login_token.c
108
else if (strcmp(optarg, "response") == 0)
libexec/login_token/login_token.c
187
if (strcmp(instance, "root") == 0)
libexec/login_token/token.c
233
if ((tokenrec.mode & TOKEN_HEXMODE) && !strcmp(response, cmp_text.ct))
libexec/login_token/token.c
243
if ((tokenrec.mode & TOKEN_DECMODE) && !strcmp(response, cmp_text.ct))
libexec/login_yubikey/login_yubikey.c
114
if (!strcmp(username, "NOUSER"))
libexec/login_yubikey/login_yubikey.c
90
if (!strcmp(optarg, "login"))
libexec/login_yubikey/login_yubikey.c
92
else if (!strcmp(optarg, "response"))
libexec/login_yubikey/login_yubikey.c
94
else if (!strcmp(optarg, "challenge"))
libexec/rpc.rquotad/rquotad.c
188
if (strcmp(fs->fs_vfstype, "ffs"))
libexec/rpc.rquotad/rquotad.c
299
if (strcmp(opt, usrname) == 0)
libexec/snmpd/snmpd_metrics/mib.c
3277
if (strcmp(optarg, "filter-routes") == 0) {
libexec/spamd-setup/spamd-setup.c
316
if ((method == NULL) || (strcmp(method, "file") == 0))
libexec/spamd-setup/spamd-setup.c
318
if (strcmp(method, "http") == 0 || strcmp(method, "https") == 0 ||
libexec/spamd-setup/spamd-setup.c
319
strcmp(method, "ftp") == 0) {
libexec/spamd-setup/spamd-setup.c
325
} else if (strcmp(method, "exec") == 0) {
libexec/spamd/grey.c
682
if (strcmp(what, "TRAP") == 0)
libexec/spamd/grey.c
684
else if (strcmp(what, "WHITE") == 0)
libexec/spamd/grey.c
809
(strcmp(cip, low_prio_mx_ip) == 0) &&
libexec/spamd/grey.c
951
if (strcmp(buf, "SYNC") == 0) {
libexec/spamd/sdl.c
118
if (strcmp(blacklists[i].tag, sdname) == 0) {
libexec/spamd/sdl.c
270
if (strcmp(blacklists[i].tag, sdname) == 0) {
libexec/spamd/spamd.c
1039
if (!strcmp(p, ".") ||
libexec/spamd/sync.c
137
else if (iface != NULL && strcmp(baddr, iface) != 0) {
libexec/talkd/table.c
103
strcmp(request->l_name, ptr->request.r_name) == 0 &&
libexec/talkd/table.c
104
strcmp(request->r_name, ptr->request.l_name) == 0)
libexec/talkd/table.c
145
strcmp(request->r_name, ptr->request.r_name) == 0 &&
libexec/talkd/table.c
146
strcmp(request->l_name, ptr->request.l_name) == 0) {
libexec/talkd/talkd.c
78
if (argc > 1 && strcmp(argv[1], "-d") == 0)
libexec/tradcpp/macro.c
164
if (strcmp(ei1->ei_string, ei2->ei_string) != 0) {
libexec/tradcpp/macro.c
219
if (strcmp(m1->name, m2->name) != 0) {
libexec/tradcpp/macro.c
250
if (strcmp(p1, p2) != 0) {
libexec/tradcpp/macro.c
638
if (!strcmp(macro, "__FILE__")) {
libexec/tradcpp/macro.c
642
assert(!strcmp(macro, "__LINE__"));
libexec/tradcpp/main.c
1091
if (!strcmp(inputfile, "-")) {
libexec/tradcpp/main.c
1097
if (!strcmp(outputfile, "-")) {
libexec/tradcpp/main.c
537
if (!strcmp(std, "krc")) {
libexec/tradcpp/main.c
550
if (!strcmp(lang, "c") || !strcmp(lang, "assembler-with-cpp")) {
libexec/tradcpp/main.c
856
r = strcmp(opt, ignore_options[i].string);
libexec/tradcpp/main.c
875
r = strcmp(opt, flag_options[i].string);
libexec/tradcpp/main.c
895
r = strcmp(opt, act_options[i].string);
libexec/tradcpp/main.c
936
r = strcmp(opt, arg_options[i].string);
libexec/tradcpp/place.c
118
!strcmp(name, pf->name)) {
libexec/tradcpp/place.c
131
if (!strcmp(name, p->file->name)) {
regress/lib/libc/alloca/alloca.c
20
exit(strcmp(p, q));
regress/lib/libc/asr/bin/common.c
43
if (!strcmp(n, "NULL"))
regress/lib/libc/asr/bin/common.c
45
if (!strcmp(n, "EMPTY"))
regress/lib/libc/asr/bin/getaddrinfo.c
100
else if (!strcmp(optarg, "dgram"))
regress/lib/libc/asr/bin/getaddrinfo.c
102
else if (!strcmp(optarg, "raw"))
regress/lib/libc/asr/bin/getaddrinfo.c
75
if (!strcmp(optarg, "inet"))
regress/lib/libc/asr/bin/getaddrinfo.c
77
else if (!strcmp(optarg, "inet6"))
regress/lib/libc/asr/bin/getaddrinfo.c
83
if (!strcmp(optarg, "udp"))
regress/lib/libc/asr/bin/getaddrinfo.c
85
else if (!strcmp(optarg, "tcp"))
regress/lib/libc/asr/bin/getaddrinfo.c
87
else if (!strcmp(optarg, "icmp"))
regress/lib/libc/asr/bin/getaddrinfo.c
89
else if (!strcmp(optarg, "icmpv6"))
regress/lib/libc/asr/bin/getaddrinfo.c
98
if (!strcmp(optarg, "stream"))
regress/lib/libc/atexit/atexit_test.c
69
if (argc != 2 || (strcmp(argv[1], "-valid") &&
regress/lib/libc/atexit/atexit_test.c
70
strcmp(argv[1], "-invalid-atexit") &&
regress/lib/libc/atexit/atexit_test.c
71
strcmp(argv[1], "-invalid-cleanup"))) {
regress/lib/libc/atexit/atexit_test.c
92
if (!strcmp(argv[1], "-invalid-atexit")) {
regress/lib/libc/atexit/atexit_test.c
95
} else if (!strcmp(argv[1], "-invalid-cleanup")) {
regress/lib/libc/basename/basename_test.c
27
if (strcmp(str, fname) != 0)
regress/lib/libc/basename/basename_test.c
49
if (strcmp(str, ".") != 0)
regress/lib/libc/basename/basename_test.c
55
if (strcmp(str, ".") != 0)
regress/lib/libc/basename/basename_test.c
62
if (strcmp(str, "/") != 0)
regress/lib/libc/db/dbtest.c
123
if (strcmp(*argv, "-") && freopen(*argv, "r", stdin) == NULL)
regress/lib/libc/db/dbtest.c
527
if (!strcmp(s, "R_CURSOR")) return (R_CURSOR);
regress/lib/libc/db/dbtest.c
528
if (!strcmp(s, "R_FIRST")) return (R_FIRST);
regress/lib/libc/db/dbtest.c
529
if (!strcmp(s, "R_IAFTER")) return (R_IAFTER);
regress/lib/libc/db/dbtest.c
530
if (!strcmp(s, "R_IBEFORE")) return (R_IBEFORE);
regress/lib/libc/db/dbtest.c
531
if (!strcmp(s, "R_LAST")) return (R_LAST);
regress/lib/libc/db/dbtest.c
532
if (!strcmp(s, "R_NEXT")) return (R_NEXT);
regress/lib/libc/db/dbtest.c
533
if (!strcmp(s, "R_NOOVERWRITE")) return (R_NOOVERWRITE);
regress/lib/libc/db/dbtest.c
534
if (!strcmp(s, "R_PREV")) return (R_PREV);
regress/lib/libc/db/dbtest.c
535
if (!strcmp(s, "R_SETCURSOR")) return (R_SETCURSOR);
regress/lib/libc/db/dbtest.c
564
if (!strcmp(s, "btree"))
regress/lib/libc/db/dbtest.c
566
if (!strcmp(s, "hash"))
regress/lib/libc/db/dbtest.c
568
if (!strcmp(s, "recno"))
regress/lib/libc/db/dbtest.c
592
if (!strcmp("flags", s)) {
regress/lib/libc/db/dbtest.c
596
if (!strcmp("cachesize", s)) {
regress/lib/libc/db/dbtest.c
600
if (!strcmp("maxkeypage", s)) {
regress/lib/libc/db/dbtest.c
604
if (!strcmp("minkeypage", s)) {
regress/lib/libc/db/dbtest.c
608
if (!strcmp("lorder", s)) {
regress/lib/libc/db/dbtest.c
612
if (!strcmp("psize", s)) {
regress/lib/libc/db/dbtest.c
618
if (!strcmp("bsize", s)) {
regress/lib/libc/db/dbtest.c
622
if (!strcmp("ffactor", s)) {
regress/lib/libc/db/dbtest.c
626
if (!strcmp("nelem", s)) {
regress/lib/libc/db/dbtest.c
630
if (!strcmp("cachesize", s)) {
regress/lib/libc/db/dbtest.c
634
if (!strcmp("lorder", s)) {
regress/lib/libc/db/dbtest.c
640
if (!strcmp("flags", s)) {
regress/lib/libc/db/dbtest.c
644
if (!strcmp("cachesize", s)) {
regress/lib/libc/db/dbtest.c
648
if (!strcmp("lorder", s)) {
regress/lib/libc/db/dbtest.c
652
if (!strcmp("reclen", s)) {
regress/lib/libc/db/dbtest.c
656
if (!strcmp("bval", s)) {
regress/lib/libc/db/dbtest.c
660
if (!strcmp("psize", s)) {
regress/lib/libc/dirname/dirname_test.c
31
if (strcmp(str, dname) != 0)
regress/lib/libc/dirname/dirname_test.c
53
if (strcmp(str, ".") != 0)
regress/lib/libc/dirname/dirname_test.c
59
if (strcmp(str, ".") != 0)
regress/lib/libc/dirname/dirname_test.c
66
if (strcmp(str, "/") != 0)
regress/lib/libc/fmemopen/fmemopentest.c
112
if (strcmp(string, "hello world")) {
regress/lib/libc/fmemopen/fmemopentest.c
117
if (strcmp(string + strlen(string) + 1, "number 2")) {
regress/lib/libc/fmemopen/fmemopentest.c
156
if (strcmp(string, "oh frabjous day")) {
regress/lib/libc/fmemopen/fmemopentest.c
198
if (strcmp(string, "short")) {
regress/lib/libc/fmemopen/fmemopentest.c
203
if (strcmp(string + strlen(string) + 1, "test number 3")) {
regress/lib/libc/gcvt/gcvt_test.c
102
if (strcmp(tv->expect, got) != 0) {
regress/lib/libc/glob/globtest.c
116
if (strcmp(gl.gl_pathv[i], entry->results[i]) != 0)
regress/lib/libc/hsearch/hsearchtest.c
101
TEST(strcmp(ep->key, ch) == 0);
regress/lib/libc/hsearch/hsearchtest.c
115
TEST(strcmp(ep->key, "a") == 0 && (long)ep->data == 0);
regress/lib/libc/hsearch/hsearchtest.c
117
TEST(strcmp(ep2->key, "b") == 0 && (long)ep2->data == 1);
regress/lib/libc/hsearch/hsearchtest.c
80
TEST(strcmp(ep->key, ch) == 0);
regress/lib/libc/hsearch/hsearchtest.c
92
TEST(strcmp(ep->key, ch) == 0);
regress/lib/libc/ieeefp/except/except.c
59
if (strcmp(argv[1], "fltdiv") == 0) {
regress/lib/libc/ieeefp/except/except.c
69
} else if (strcmp(argv[1], "fltinv") == 0) {
regress/lib/libc/ieeefp/except/except.c
79
} else if (strcmp(argv[1], "fltovf") == 0) {
regress/lib/libc/ieeefp/except/except.c
89
} else if (strcmp(argv[1], "fltund") == 0) {
regress/lib/libc/ifnameindex/ifnitest.c
22
if (ifname == NULL || strcmp("lo0", ifname) != 0)
regress/lib/libc/locale/setlocale/setlocale.c
46
if (strcmp(expected, result) != 0)
regress/lib/libc/locale/uselocale/uselocale.c
362
if (strcmp(sego, segc) != 0)
regress/lib/libc/locale/uselocale/uselocale.c
366
if (strcmp(selo, selc) != 0)
regress/lib/libc/locale/uselocale/uselocale.c
371
if (strcmp(selo, selc) != 0)
regress/lib/libc/locale/uselocale/uselocale.c
468
if (strcmp(sego, segc) != 0)
regress/lib/libc/locale/uselocale/uselocale.c
472
if (strcmp(selo, selc) != 0)
regress/lib/libc/locale/uselocale/uselocale.c
83
if (strcmp((const char *)er, (const char *)ar) != 0) \
regress/lib/libc/netdb/netdb.c
30
if (strcmp(p->p_name, name) != 0) {
regress/lib/libc/netdb/netdb.c
38
if (strcmp(p->p_aliases[i], a) != 0) {
regress/lib/libc/netdb/netdb.c
71
if (strcmp(s->s_name, name) != 0) {
regress/lib/libc/netdb/netdb.c
75
if (strcmp(s->s_proto, proto) != 0) {
regress/lib/libc/netdb/netdb.c
83
if (strcmp(s->s_aliases[i], a) != 0) {
regress/lib/libc/printf/fp.c
219
if (strcmp(result, s) != 0) {
regress/lib/libc/printf/int.c
102
if (strcmp(buf, want) != 0) {
regress/lib/libc/printf/int.c
166
if (strcmp(buf, want) != 0) {
regress/lib/libc/printf/string.c
107
if (strcmp(buf, want) != 0) {
regress/lib/libc/printf/string.c
172
if (strcmp(buf, want) != 0) {
regress/lib/libc/printf/string.c
212
if (strcmp(buf, want) != 0) {
regress/lib/libc/printf/string.c
67
if (strcmp(buf, want) != 0) {
regress/lib/libc/regex/main.c
156
if (strcmp(f[i], "\"\"") == 0)
regress/lib/libc/regex/main.c
169
if (strcmp(erbuf, badpat) != 0 || ne != strlen(badpat)+1) {
regress/lib/libc/regex/main.c
182
if (strcmp(erbuf, bpname) != 0 || ne != strlen(bpname)+1) {
regress/lib/libc/regex/main.c
421
if (should != NULL && strcmp(should, "-") == 0)
regress/lib/libc/regex/split.c
305
if (strcmp(f, tests[n].fi[i]) != 0) {
regress/lib/libc/setjmp/jmptest.c
102
expectsignal = (strcmp(argv[1], "save") != 0);
regress/lib/libc/setjmp/jmptest.c
98
(strcmp(argv[1], "save") && strcmp(argv[1], "nosave"))) {
regress/lib/libc/sprintf/sprintf_test.c
87
if (strcmp(buf, correct) != 0)
regress/lib/libc/stdio/test___freading.c
61
assert(strcmp(buf, "Hello world\n") == 0);
regress/lib/libc/stdio/test_fflush.c
109
assert(strcmp(buf, "AAAA world\n") == 0);
regress/lib/libc/stdio/test_fflush.c
137
assert(strcmp(buf, " world\n") == 0);
regress/lib/libc/stdio/test_fflush.c
164
assert(strcmp(buf, "ello world\n") == 0);
regress/lib/libc/stdio/test_fflush.c
214
assert(strcmp(buf, "Hello world\n") == 0);
regress/lib/libc/stdio/test_fflush.c
78
assert(strcmp(buf, "ello world\n") == 0);
regress/lib/libc/stdio_threading/fputs/fputs_test.c
60
if (strcmp(buf, TEXT))
regress/lib/libc/sys/atf-c.h
71
if (strcmp(attr, "descr") == 0) \
regress/lib/libc/sys/atf-c.h
73
else if (strcmp(attr, "require.user") == 0) \
regress/lib/libc/sys/atf-c.h
92
ATF_REQUIRE_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s)", #x, #y, x, y)
regress/lib/libc/sys/macros.h
31
if (strcmp(s, "kern.timecounter.hardware") == 0) {
regress/lib/libc/sys/macros.h
35
} else if (strcmp(s, "kern.timecounter.choice") == 0) {
regress/lib/libc/sys/macros.h
39
} else if (strcmp(s, "kern.securelevel") == 0) {
regress/lib/libc/sys/t_fork.c
296
if (strcmp(fn, "fork") == 0)
regress/lib/libc/sys/t_fork.c
298
else if (strcmp(fn, "vfork") == 0)
regress/lib/libc/sys/t_fork.c
301
else if (strcmp(fn, "clone") == 0)
regress/lib/libc/sys/t_fork.c
309
if ((strcmp(fn, "fork") == 0) || (strcmp(fn, "vfork") == 0)) {
regress/lib/libc/sys/t_getlogin.c
107
if (strcmp(name, "foobar") != 0)
regress/lib/libc/sys/t_getlogin.c
163
if (strcmp(name, "foobar") == 0)
regress/lib/libc/sys/t_getlogin.c
216
if (strcmp(name, "foobar") == 0)
regress/lib/libc/sys/t_getlogin.c
75
if (strcmp(str, buf) != 0)
regress/lib/libc/sys/t_getsockname.c
61
ATF_CHECK(strcmp(sun.sun_path, "") == 0);
regress/lib/libc/sys/t_getsockname.c
73
ATF_CHECK(strcmp(sun.sun_path, path) == 0);
regress/lib/libc/telldir/shortseek.c
36
if (strcmp(fback, f->d_name) == 0)
regress/lib/libc/telldir/shortseek.c
38
if (strcmp(fend, f->d_name) == 0)
regress/lib/libc/telldir/shortseek.c
55
if (strcmp(f->d_name, fback))
regress/lib/libc/telldir/telldir.c
33
if (strcmp(file, f->d_name) == 0)
regress/lib/libc/telldir/telldir.c
50
if (strcmp(f->d_name, file) != 0)
regress/lib/libc/telldir/utils.c
43
if (strcmp(f->d_name, ".") == 0 ||
regress/lib/libc/telldir/utils.c
44
strcmp(f->d_name, "..") == 0)
regress/lib/libc/time/strptime/main.c
63
if (!strcmp(title, "EOF\n"))
regress/lib/libc/time/time_conversion/timetest.c
48
strcmp(tm2->tm_zone, tm1->tm_zone) != 0)
regress/lib/libc/uuid/uuidtest.c
108
if (strcmp(uuid_str, uuid_str_want) != 0) {
regress/lib/libc/uuid/uuidtest.c
135
if (strcmp(uuid_str, uuid_str_want) != 0) {
regress/lib/libcrypto/aead/aeadtest.c
101
if (strcmp(name, "aes-128-gcm") == 0) {
regress/lib/libcrypto/aead/aeadtest.c
104
} else if (strcmp(name, "aes-192-gcm") == 0) {
regress/lib/libcrypto/aead/aeadtest.c
106
} else if (strcmp(name, "aes-256-gcm") == 0) {
regress/lib/libcrypto/aead/aeadtest.c
109
} else if (strcmp(name, "chacha20-poly1305") == 0) {
regress/lib/libcrypto/aead/aeadtest.c
112
} else if (strcmp(name, "xchacha20-poly1305") == 0) {
regress/lib/libcrypto/aead/aeadtest.c
510
if (strcmp(line, NAMES[j]) != 0)
regress/lib/libcrypto/asn1/asn1api.c
104
if (strcmp(s, "(unknown)") == 0) {
regress/lib/libcrypto/asn1/asn1api.c
110
if (strcmp(s, "(unknown)") != 0) {
regress/lib/libcrypto/asn1/asn1object.c
307
if (strcmp(aot->txt, buf) != 0) {
regress/lib/libcrypto/asn1/asn1oct.c
122
if (strcmp("", got) != 0) {
regress/lib/libcrypto/asn1/asn1oct.c
244
if (strcmp(test->want, got) != 0) {
regress/lib/libcrypto/asn1/asn1oct.c
98
if (!should_fail && strcmp(test->want, got) != 0) {
regress/lib/libcrypto/asn1/asn1string_copy.c
103
if (strcmp(str, data))
regress/lib/libcrypto/asn1/asn1string_copy.c
39
if (strcmp(str, data))
regress/lib/libcrypto/asn1/asn1string_copy.c
84
if (strcmp(str, data))
regress/lib/libcrypto/bio/bio_mem.c
113
if (strcmp(data, "Hello\n") != 0) {
regress/lib/libcrypto/bio/bio_mem.c
122
if (strcmp(data, "World") != 0) {
regress/lib/libcrypto/bn/bn_bits.c
153
if (strcmp(out_str, "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF") != 0) {
regress/lib/libcrypto/bn/bn_bits.c
167
if (strcmp(out_str, "7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF") != 0) {
regress/lib/libcrypto/bn/bn_bits.c
181
if (strcmp(out_str, "01FFFFFFFFFFFFFFFF") != 0) {
regress/lib/libcrypto/bn/bn_bits.c
50
if (strcmp(out_str, "55555555555555555555555555555555") != 0) {
regress/lib/libcrypto/bn/bn_bits.c
96
if (strcmp(out_str, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") != 0) {
regress/lib/libcrypto/bn/bn_convert.c
497
if (strcmp(out_str, bct->dec) != 0) {
regress/lib/libcrypto/bn/bn_convert.c
508
if (strcmp(out_str, bct->hex) != 0) {
regress/lib/libcrypto/bn/bn_general.c
175
if (argc == 2 && strcmp(argv[1], "--benchmark") == 0)
regress/lib/libcrypto/bn/bn_mul_div.c
504
if (argc == 2 && strcmp(argv[1], "--benchmark") == 0)
regress/lib/libcrypto/bn/bn_shift.c
640
if (argc == 2 && strcmp(argv[1], "--benchmark") == 0)
regress/lib/libcrypto/bn/bn_test.c
146
if (strcmp(*argv, "-results") == 0)
regress/lib/libcrypto/bn/bn_test.c
148
else if (strcmp(*argv, "-out") == 0) {
regress/lib/libcrypto/bn/bn_to_string.c
243
if (strcmp(got, test->want) != 0) {
regress/lib/libcrypto/bn/bn_word.c
58
if (strcmp(out_hex, bwt->out_hex) != 0) {
regress/lib/libcrypto/des/destest.c
741
if (strcmp("efGnQx2725bI2",str) != 0)
regress/lib/libcrypto/des/destest.c
747
if (strcmp("yA1Rp/1hZXIJk",str) != 0)
regress/lib/libcrypto/ec/ec_arithmetic.c
203
if (argc == 2 && strcmp(argv[1], "--benchmark") == 0)
regress/lib/libcrypto/err/err_test.c
116
if (strcmp(file, "bn.c") != 0) {
regress/lib/libcrypto/err/err_test.c
145
if (strcmp(s, strerror(ERR_GET_REASON(err))) != 0) {
regress/lib/libcrypto/err/err_test.c
152
if (strcmp(s, "bignum routines") != 0) {
regress/lib/libcrypto/err/err_test.c
159
if (strcmp(s, "CRYPTO_internal") != 0) {
regress/lib/libcrypto/err/err_test.c
166
if (strcmp(s, "div by zero") != 0) {
regress/lib/libcrypto/err/err_test.c
175
if (strcmp(s, "error:03FFF067:bignum routines:CRYPTO_internal:div by zero") != 0) {
regress/lib/libcrypto/err/err_test.c
187
if (strcmp(s, "error:03FFF067:bignum routines:CRYPTO_internal:div by zero") != 0) {
regress/lib/libcrypto/err/err_test.c
195
if (strcmp(s, "error:03FFF067:bignum routines:CRYPTO_internal:div by zero") != 0) {
regress/lib/libcrypto/err/err_test.c
71
if (strcmp(file, "sys.c") != 0) {
regress/lib/libcrypto/err/err_test.c
90
if (strcmp(file, "bn.c") != 0) {
regress/lib/libcrypto/evp/evp_ecx_test.c
335
if (strcmp(ed25519_priv_key_1, pp) != 0) {
regress/lib/libcrypto/evp/evp_ecx_test.c
346
if (strcmp(ed25519_pub_key_1, pp) != 0) {
regress/lib/libcrypto/evp/evp_ecx_test.c
370
if (strcmp(ed25519_pub_key_1, pp) != 0) {
regress/lib/libcrypto/evp/evp_ecx_test.c
767
if (strcmp(x25519_priv_key_2, pp) != 0) {
regress/lib/libcrypto/evp/evp_ecx_test.c
778
if (strcmp(x25519_pub_key_2, pp) != 0) {
regress/lib/libcrypto/evp/evp_ecx_test.c
800
if (strcmp(x25519_pub_key_1, pp) != 0) {
regress/lib/libcrypto/evp/evp_test.c
557
if (strcmp(previous, from) >= 0) {
regress/lib/libcrypto/evp/evp_test.c
716
if (previous != NULL && strcmp(previous, obj_name->name) >= 0) {
regress/lib/libcrypto/evp/evptest.c
327
if (argc == 3 && strcmp(argv[1], "-v") == 0) {
regress/lib/libcrypto/hmac/hmactest.c
159
if (strcmp(p, (char *)test[i].digest) != 0) {
regress/lib/libcrypto/hmac/hmactest.c
227
if (strcmp(p, (char *)test[4].digest) != 0) {
regress/lib/libcrypto/hmac/hmactest.c
254
if (strcmp(p, (char *)test[5].digest) != 0) {
regress/lib/libcrypto/hmac/hmactest.c
276
if (strcmp(p, (char *)test[6].digest) != 0) {
regress/lib/libcrypto/hmac/hmactest.c
310
if (strcmp(p, (char *)test[7].digest) != 0) {
regress/lib/libcrypto/mlkem/mlkem_tests.c
688
if (strcmp(test, "mlkem768_decap_tests") == 0)
regress/lib/libcrypto/mlkem/mlkem_tests.c
690
if (strcmp(test, "mlkem768_nist_decap_tests") == 0)
regress/lib/libcrypto/mlkem/mlkem_tests.c
692
if (strcmp(test, "mlkem1024_decap_tests") == 0)
regress/lib/libcrypto/mlkem/mlkem_tests.c
694
if (strcmp(test, "mlkem1024_nist_decap_tests") == 0)
regress/lib/libcrypto/mlkem/mlkem_tests.c
697
if (strcmp(test, "mlkem768_encap_tests") == 0)
regress/lib/libcrypto/mlkem/mlkem_tests.c
699
if (strcmp(test, "mlkem1024_encap_tests") == 0)
regress/lib/libcrypto/mlkem/mlkem_tests.c
702
if (strcmp(test, "mlkem768_keygen_tests") == 0)
regress/lib/libcrypto/mlkem/mlkem_tests.c
704
if (strcmp(test, "mlkem768_nist_keygen_tests") == 0)
regress/lib/libcrypto/mlkem/mlkem_tests.c
706
if (strcmp(test, "mlkem1024_keygen_tests") == 0)
regress/lib/libcrypto/mlkem/mlkem_tests.c
708
if (strcmp(test, "mlkem1024_nist_keygen_tests") == 0)
regress/lib/libcrypto/objects/objectstest.c
174
if (strcmp(ln, ot->ln) != 0) {
regress/lib/libcrypto/objects/objectstest.c
191
if (strcmp(sn, ot->sn) != 0) {
regress/lib/libcrypto/objects/objectstest.c
287
if (strcmp(buf, ot->oid) != 0) {
regress/lib/libcrypto/objects/objectstest.c
385
if (strcmp(buf, want) != 0) {
regress/lib/libcrypto/objects/objectstest.c
550
if (len != 0 && strcmp(buf, olt->oid) != 0) {
regress/lib/libcrypto/test/test.c
66
if (((v = getenv("TEST_VERBOSE")) != NULL) && strcmp(v, "0") != 0)
regress/lib/libcrypto/x509/x509_asn1.c
554
strcmp(test->expected_string, textbuf) != 0) {
regress/lib/libcrypto/x509/x509_name_test.c
255
if (strcmp(test->compat, got) != 0) {
regress/lib/libcrypto/x509/x509_name_test.c
264
if (strcmp(test->oneline, buf) != 0) {
regress/lib/libedit/readline/history.c
84
else if (strcmp(he->line, want) != 0)
regress/lib/libedit/readline/history.c
97
else if (strcmp(he->line, want) != 0)
regress/lib/libevent/event_regress.c
1015
strcmp((char*)EVBUFFER_DATA(evb), "hello/1") == 0)
regress/lib/libevent/event_regress.c
1033
if (!cp || sz != strlen(content) || strcmp(cp, content)) { \
regress/lib/libevent/event_regress.c
722
is_kqueue = !strcmp(event_get_method(),"kqueue");
regress/lib/libfuse/fuse-opt-add-arg.c
49
if (strcmp(args.argv[i+1], argstest[i]) != 0)
regress/lib/libfuse/fuse-opt-add-opt-escaped.c
48
return (strcmp(opt, opt2));
regress/lib/libfuse/fuse-opt-add-opt.c
52
return (strcmp(opt, opt2));
regress/lib/libfuse/fuse-opt-insert-arg.c
58
if (strcmp(args.argv[i+1], argstest[i]) != 0)
regress/lib/libfuse/fuse-opt-parse.c
161
assert(strcmp(args.argv[0], "progname") == 0);
regress/lib/libfuse/fuse-opt-parse.c
162
assert(strcmp(args.argv[1], "/mnt") == 0);
regress/lib/libfuse/fuse-opt-parse.c
201
assert(strcmp(data.fsname, "filename") == 0);
regress/lib/libfuse/fuse-opt-parse.c
202
assert(strcmp(data.x, "xanadu") == 0);
regress/lib/libfuse/fuse-opt-parse.c
203
assert(strcmp(data.optstring, "optstring") == 0);
regress/lib/libfuse/fuse-opt-parse.c
214
assert(strcmp(args.argv[0], "progname") == 0);
regress/lib/libfuse/fuse-opt-parse.c
215
assert(strcmp(args.argv[1], "-o") == 0);
regress/lib/libfuse/fuse-opt-parse.c
216
assert(strcmp(args.argv[2], "debug") == 0);
regress/lib/libfuse/fuse-opt-parse.c
217
assert(strcmp(args.argv[3], "-o") == 0);
regress/lib/libfuse/fuse-opt-parse.c
218
assert(strcmp(args.argv[4], "noatime") == 0);
regress/lib/libfuse/fuse-opt-parse.c
219
assert(strcmp(args.argv[5], "-d") == 0);
regress/lib/libfuse/fuse-opt-parse.c
220
assert(strcmp(args.argv[6], "-p22") == 0);
regress/lib/libfuse/fuse-opt-parse.c
221
assert(strcmp(args.argv[7], "/mnt") == 0);
regress/lib/libfuse/fuse-opt-parse.c
222
assert(strcmp(args.argv[8], "bad_opt") == 0);
regress/lib/libfuse/fuse-opt-parse.c
260
assert(strcmp(data.fsname, "filename") == 0);
regress/lib/libfuse/fuse-opt-parse.c
261
assert(strcmp(data.x, "xanadu") == 0);
regress/lib/libfuse/fuse-opt-parse.c
262
assert(strcmp(data.optstring, "optstring") == 0);
regress/lib/libfuse/fuse-opt-parse.c
273
assert(strcmp(args.argv[0], "progname") == 0);
regress/lib/libfuse/fuse-opt-parse.c
274
assert(strcmp(args.argv[1], "-o") == 0);
regress/lib/libfuse/fuse-opt-parse.c
275
assert(strcmp(args.argv[2], "debug") == 0);
regress/lib/libfuse/fuse-opt-parse.c
276
assert(strcmp(args.argv[3], "-o") == 0);
regress/lib/libfuse/fuse-opt-parse.c
277
assert(strcmp(args.argv[4], "noatime") == 0);
regress/lib/libfuse/fuse-opt-parse.c
278
assert(strcmp(args.argv[5], "-d") == 0);
regress/lib/libfuse/fuse-opt-parse.c
279
assert(strcmp(args.argv[6], "/mnt") == 0);
regress/lib/libfuse/fuse-opt-parse.c
91
if (strcmp("bad_opt", arg) == 0) {
regress/lib/libfuse/fuse-parse-cmdline.c
59
if (dir != NULL && strcmp(*dir, "/mnt") != 0)
regress/lib/libfuse/fuse-parse-cmdline.c
68
if (strcmp(args.argv[0], "progname") != 0)
regress/lib/libm/cephes/monotll.c
719
if (! strcmp (test1[i].name, "jnl"))
regress/lib/libm/cephes/monotll.c
766
if (! strcmp (test1[i].name, "jnl"))
regress/lib/libm/msun/atf-c.h
76
if (strcmp(attr, "descr") == 0) \
regress/lib/libm/msun/atf-c.h
78
else if (strcmp(attr, "require.user") == 0) \
regress/lib/libm/msun/atf-c.h
97
ATF_REQUIRE_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s)", #x, #y, x, y)
regress/lib/libpthread/group/group.c
132
if (strcmp(cpy[i], grp->gr_mem[i]) != 0)
regress/lib/libpthread/group/group.c
134
if (strcmp(grp->gr_name, oname) != 0)
regress/lib/libpthread/group/group.c
136
if (strcmp(grp->gr_passwd, opasswd) != 0)
regress/lib/libpthread/readdir/readdir.c
60
if (strcmp("readdir", file->d_name) == 0)
regress/lib/libpthread/socket/2a/socket2a.c
101
if (argc == 3 && (!strcmp(argv[1], "fork okay"))) {
regress/lib/libpthread/stdio/stdio.c
96
ASSERT(strcmp(buf, str) == 0);
regress/lib/libradius/main.c
14
return strcmp(
regress/lib/libradius/test20.c
30
CHECK(strcmp(buf, "qwertyuiop") == 0);
regress/lib/libradius/test20.c
33
CHECK(strcmp(buf, "asdfghjkl") == 0);
regress/lib/libradius/test20.c
39
CHECK(strcmp(buf, "qwe") == 0);
regress/lib/libradius/test20.c
42
CHECK(strcmp(buf, "asdf") == 0);
regress/lib/libradius/test24.c
30
CHECK(strcmp(plain, "challenge") == 0);
regress/lib/libradius/test24.c
47
CHECK(strcmp(plain, "foobarbaz") == 0);
regress/lib/libskey/skeytest.c
75
if (strcmp(skey_get_algorithm(), "md5") != 0) {
regress/lib/libskey/skeytest.c
97
if (strcmp(skey_get_algorithm(), rr->algo) != 0) {
regress/lib/libsndio/fd/fd.c
256
if (strcmp(xstr[par.xrun], optarg) == 0)
regress/lib/libsndio/play/play.c
89
if (strcmp(xstr[par.xrun], optarg) == 0)
regress/lib/libsndio/rec/rec.c
80
if (strcmp(xstr[par.xrun], optarg) == 0)
regress/lib/libssl/interop/client.c
78
if (strcmp(optarg, "TLS1") == 0) {
regress/lib/libssl/interop/client.c
80
} else if (strcmp(optarg, "TLS1_1") == 0) {
regress/lib/libssl/interop/client.c
82
} else if (strcmp(optarg, "TLS1_2") == 0) {
regress/lib/libssl/interop/client.c
85
} else if (strcmp(optarg, "TLS1_3") == 0) {
regress/lib/libssl/interop/server.c
82
if (strcmp(optarg, "TLS1") == 0) {
regress/lib/libssl/interop/server.c
84
} else if (strcmp(optarg, "TLS1_1") == 0) {
regress/lib/libssl/interop/server.c
86
} else if (strcmp(optarg, "TLS1_2") == 0) {
regress/lib/libssl/interop/server.c
88
} else if (strcmp(optarg, "TLS1_3") == 0) {
regress/lib/libssl/ssl/ssltest.c
449
if (!strcmp(*argv, "-F")) {
regress/lib/libssl/ssl/ssltest.c
452
} else if (strcmp(*argv, "-server_auth") == 0)
regress/lib/libssl/ssl/ssltest.c
454
else if (strcmp(*argv, "-client_auth") == 0)
regress/lib/libssl/ssl/ssltest.c
456
else if (strcmp(*argv, "-v") == 0)
regress/lib/libssl/ssl/ssltest.c
458
else if (strcmp(*argv, "-d") == 0)
regress/lib/libssl/ssl/ssltest.c
460
else if (strcmp(*argv, "-reuse") == 0)
regress/lib/libssl/ssl/ssltest.c
462
else if (strcmp(*argv, "-dhe1024dsa") == 0) {
regress/lib/libssl/ssl/ssltest.c
464
} else if (strcmp(*argv, "-no_dhe") == 0)
regress/lib/libssl/ssl/ssltest.c
466
else if (strcmp(*argv, "-no_ecdhe") == 0)
regress/lib/libssl/ssl/ssltest.c
468
else if (strcmp(*argv, "-dtls1_2") == 0)
regress/lib/libssl/ssl/ssltest.c
470
else if (strcmp(*argv, "-tls1") == 0)
regress/lib/libssl/ssl/ssltest.c
472
else if (strcmp(*argv, "-tls1_2") == 0)
regress/lib/libssl/ssl/ssltest.c
484
} else if (strcmp(*argv, "-bytes") == 0) {
regress/lib/libssl/ssl/ssltest.c
495
} else if (strcmp(*argv, "-cert") == 0) {
regress/lib/libssl/ssl/ssltest.c
499
} else if (strcmp(*argv, "-s_cert") == 0) {
regress/lib/libssl/ssl/ssltest.c
503
} else if (strcmp(*argv, "-key") == 0) {
regress/lib/libssl/ssl/ssltest.c
507
} else if (strcmp(*argv, "-s_key") == 0) {
regress/lib/libssl/ssl/ssltest.c
511
} else if (strcmp(*argv, "-c_cert") == 0) {
regress/lib/libssl/ssl/ssltest.c
515
} else if (strcmp(*argv, "-c_key") == 0) {
regress/lib/libssl/ssl/ssltest.c
519
} else if (strcmp(*argv, "-cipher") == 0) {
regress/lib/libssl/ssl/ssltest.c
523
} else if (strcmp(*argv, "-CApath") == 0) {
regress/lib/libssl/ssl/ssltest.c
527
} else if (strcmp(*argv, "-CAfile") == 0) {
regress/lib/libssl/ssl/ssltest.c
531
} else if (strcmp(*argv, "-bio_pair") == 0) {
regress/lib/libssl/ssl/ssltest.c
533
} else if (strcmp(*argv, "-f") == 0) {
regress/lib/libssl/ssl/ssltest.c
535
} else if (strcmp(*argv, "-time") == 0) {
regress/lib/libssl/ssl/ssltest.c
537
} else if (strcmp(*argv, "-named_curve") == 0) {
regress/lib/libssl/ssl/ssltest.c
541
} else if (strcmp(*argv, "-app_verify") == 0) {
regress/lib/libssl/ssl/ssltest.c
543
} else if (strcmp(*argv, "-alpn_client") == 0) {
regress/lib/libssl/ssl/ssltest.c
547
} else if (strcmp(*argv, "-alpn_server") == 0) {
regress/lib/libssl/ssl/ssltest.c
551
} else if (strcmp(*argv, "-alpn_expected") == 0) {
regress/lib/libssl/tlsext/tlsexttest.c
2903
if (strcmp(prof->name, tlsext_srtp_aes128cmsha80) != 0) {
regress/lib/libssl/tlsext/tlsexttest.c
2971
if (strcmp(prof->name, tlsext_srtp_aes128cmsha80) != 0) {
regress/lib/libssl/tlsext/tlsexttest.c
3002
if (strcmp(prof->name, tlsext_srtp_aes128cmsha32) != 0) {
regress/lib/libssl/tlsext/tlsexttest.c
3152
if (strcmp(prof->name, tlsext_srtp_aes128cmsha80) != 0) {
regress/lib/libssl/unit/ssl_get_shared_ciphers.c
396
failed = strcmp(want, got);
regress/lib/libtls/keypair/keypairtest.c
126
if (strcmp(kp->pubkey_hash, PUBKEY_HASH) != 0) {
regress/lib/libtls/keypair/keypairtest.c
161
if (strcmp(kp->pubkey_hash, PUBKEY_HASH) != 0) {
regress/lib/libtls/signer/signertest.c
261
if (strcmp(tls_signer_error(signer), "key not found") != 0) {
regress/lib/libtls/tls/tlstest.c
594
if (strcmp(got_server, got_client) != 0) {
regress/lib/libtls/tls/tlstest.c
600
if (strcmp(selected, got_server) != 0) {
regress/lib/libutil/fmt_scaled/fmt_test.c
256
if (strcmp(input, "LLONG_MAX") == 0) {
regress/lib/libutil/fmt_scaled/fmt_test.c
259
} else if (strcmp(input, "LLONG_MIN") == 0) {
regress/lib/libutil/fmt_scaled/fmt_test.c
262
} else if (strcmp(input, "LLONG_MAX_K") == 0) {
regress/lib/libutil/fmt_scaled/fmt_test.c
265
} else if (strcmp(input, "LLONG_MIN_K") == 0) {
regress/lib/libutil/fmt_scaled/fmt_test.c
268
} else if (strcmp(input, "SCALE_OVERFLOW") == 0) {
regress/lib/libutil/fmt_scaled/fmt_test.c
271
} else if (strcmp(input, "SCALE_UNDERFLOW") == 0) {
regress/lib/libutil/fmt_scaled/fmt_test.c
274
} else if (strcmp(input, "NEGATIVE_LLONG_MAX") == 0) {
regress/lib/libutil/fmt_scaled/fmt_test.c
337
if (strcmp(expect, result) == 0)
regress/lib/libz/example.c
121
if (strcmp((char*)uncompr, hello)) {
regress/lib/libz/example.c
150
if (strcmp((char*)uncompr, hello + 6)) {
regress/lib/libz/example.c
229
if (strcmp((char*)uncompr, hello)) {
regress/lib/libz/example.c
479
if (strcmp((char*)uncompr, hello)) {
regress/lib/libz/example.c
501
} else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
regress/lib/libz/example.c
73
if (strcmp((char*)uncompr, hello)) {
regress/lib/libz/infcover.c
548
assert(strcmp(id, strm.msg) == 0);
regress/lib/libz/infcover.c
566
assert(strcmp(id, strm.msg) == 0);
regress/lib/libz/minigzip.c
447
if (len > SUFFIX_LEN && strcmp(file+len-SUFFIX_LEN, GZ_SUFFIX) == 0) {
regress/lib/libz/minigzip.c
507
if (!strcmp(bname, "gunzip"))
regress/lib/libz/minigzip.c
509
else if (!strcmp(bname, "zcat"))
regress/lib/libz/minigzip.c
513
if (strcmp(*argv, "-c") == 0)
regress/lib/libz/minigzip.c
515
else if (strcmp(*argv, "-d") == 0)
regress/lib/libz/minigzip.c
517
else if (strcmp(*argv, "-f") == 0)
regress/lib/libz/minigzip.c
519
else if (strcmp(*argv, "-h") == 0)
regress/lib/libz/minigzip.c
521
else if (strcmp(*argv, "-r") == 0)
regress/libexec/ld.so/dlopen/prog1/prog1.C
35
if (strcmp(*libname, "libaa") != 0) {
regress/libexec/ld.so/dlopen/prog1/prog1.C
41
if (strcmp(*libname, "libab") != 0) {
regress/libexec/ld.so/dlopen/prog1/prog1.C
48
if (strcmp(str, "libaa:aa") != 0) {
regress/libexec/ld.so/dlopen/prog1/prog1.C
55
if (strcmp(str, "libab:ab") != 0) {
regress/libexec/ld.so/randomdata/ld.so-cookie/test.c
32
if (strcmp(info->dlpi_name, "/usr/libexec/ld.so") != 0)
regress/misc/exceptions/simple/exceptions.cc
15
if (!strcmp(p, "foo"))
regress/sbin/ifconfig/ifaddr.c
1538
if (strcmp(id, "copy") == 0)
regress/sbin/ifconfig/ifaddr.c
337
if (strcmp(rafp->af_name, *argv) == 0) {
regress/sbin/ifconfig/ifaddr.c
353
create = (argc > 0) && strcmp(argv[0], "destroy") != 0;
regress/sbin/ifconfig/ifaddr.c
364
if (strcmp(*argv, p->c_name) == 0)
regress/sbin/ifconfig/ifaddr.c
379
if (strcmp(argv[1],
regress/sbin/ifconfig/ifaddr.c
612
if (strcmp(oname, ifa->ifa_name) != 0)
regress/sbin/ifconfig/ifaddr.c
648
if (!namep || !strcmp(namep, ifa->ifa_name)) {
regress/sbin/ifconfig/ifaddr.c
820
if (strcmp(cmd, "vltime") == 0) {
regress/sbin/ifconfig/ifaddr.c
823
} else if (strcmp(cmd, "pltime") == 0) {
regress/sbin/ifconfig/ifaddr.c
849
strcmp(ifa->ifa_name, ifname) == 0) {
regress/sbin/iked/test_helper/test_helper.c
238
int r = strcmp(aa1, aa2);
regress/sbin/isakmpd/hmac/hmactest.c
85
if (!strcmp(output, cmp))
regress/sbin/isakmpd/prf/prftest.c
108
if (strcmp (output, cmp) == 0)
regress/sbin/isakmpd/x509/x509test.c
241
if (err == -1 || strcmp (dec, "Eine kleine Testmeldung"))
regress/sys/arch/amd64/ddb/stubs.c
77
if (strcmp(fmt, "\n") == 0) {
regress/sys/arch/amd64/ddb/stubs.c
79
} else if (strcmp(fmt, "\t") == 0) {
regress/sys/arch/amd64/vmmcall/vmmcall.c
54
if (strcmp(argv[1], "vmmcall") == 0)
regress/sys/arch/amd64/vmmcall/vmmcall.c
56
else if (strcmp(argv[1], "vmgexit") == 0)
regress/sys/arch/sparc64/emul-ldqstq/badfreg/main.c
197
if (strcmp(fpt->reg, argv[1]) == 0 &&
regress/sys/arch/sparc64/emul-ldqstq/badfreg/main.c
198
strcmp(fpt->ldst, argv[2]) == 0 &&
regress/sys/arch/sparc64/emul-ldqstq/badfreg/main.c
199
strcmp(fpt->dir, argv[3]) == 0)
regress/sys/dev/kcov/kcov.c
114
if (strcmp(optarg, "pc") == 0)
regress/sys/dev/kcov/kcov.c
116
else if (strcmp(optarg, "cmp") == 0)
regress/sys/dev/kcov/kcov.c
147
if (strcmp(argv[0], tests[i].name) == 0)
regress/sys/dev/wscons/util.c
55
if (strcmp(argv[0], test->t_name) == 0)
regress/sys/ffs/fstest.c
157
if (strcmp(f, "none") == 0)
regress/sys/ffs/fstest.c
160
if (strcmp(tflags[i].f_str, f) == 0)
regress/sys/ffs/fstest.c
197
if (strcmp(syscalls[i].sd_name, name) == 0)
regress/sys/ffs/fstest.c
207
if (strcmp(what, "mode") == 0)
regress/sys/ffs/fstest.c
209
else if (strcmp(what, "inode") == 0)
regress/sys/ffs/fstest.c
211
else if (strcmp(what, "nlink") == 0)
regress/sys/ffs/fstest.c
213
else if (strcmp(what, "uid") == 0)
regress/sys/ffs/fstest.c
215
else if (strcmp(what, "gid") == 0)
regress/sys/ffs/fstest.c
217
else if (strcmp(what, "size") == 0)
regress/sys/ffs/fstest.c
219
else if (strcmp(what, "blocks") == 0)
regress/sys/ffs/fstest.c
221
else if (strcmp(what, "atime") == 0)
regress/sys/ffs/fstest.c
223
else if (strcmp(what, "mtime") == 0)
regress/sys/ffs/fstest.c
225
else if (strcmp(what, "ctime") == 0)
regress/sys/ffs/fstest.c
227
else if (strcmp(what, "flags") == 0)
regress/sys/ffs/fstest.c
229
else if (strcmp(what, "type") == 0) {
regress/sys/ffs/fstest.c
294
if (argv[i] == NULL || strcmp(argv[i], ":") == 0)
regress/sys/ffs/fstest.c
299
if (argv[i] == NULL || strcmp(argv[i], ":") == 0) {
regress/sys/ffs/fstest.c
306
if (strcmp(argv[i], "NULL") == 0)
regress/sys/ffs/fstest.c
308
else if (strcmp(argv[i], "DEADCODE") == 0)
regress/sys/fileops/fileops.c
248
if (strcmp(argv[1], "create") == 0) {
regress/sys/fileops/fileops.c
250
} else if (strcmp(argv[1], "read") == 0) {
regress/sys/fileops/fileops.c
252
} else if (strcmp(argv[1], "mmap") == 0) {
regress/sys/kern/kqueue/kqueue-exec.c
95
if (arg != NULL && strcmp(arg, "1") == 0)
regress/sys/kern/pipe/pipe.c
82
if (strcmp(argv[0], tests[i].t_name))
regress/sys/kern/pipe/test-ping-pong.c
115
if (strcmp(pong, buf))
regress/sys/kern/pipe/test-ping-pong.c
67
if (strcmp(ping, buf))
regress/sys/kern/pledge/open/open.c
54
if (strcmp(promise, NO_PLEDGE) != 0 && pledge(promise, NULL) == -1)
regress/sys/kern/pledge/open/open.c
65
if (strcmp(promise, NO_PLEDGE) != 0 && S_ISREG(sb.st_mode))
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
162
if (strcmp(argv[1], "nopledge") == 0 ) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
166
} else if (strcmp(argv[1], "sendfd") == 0) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
170
} else if (strcmp(argv[1], "recvfd") == 0) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
174
} else if (strcmp(argv[1], "nosendfd") == 0) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
178
} else if (strcmp(argv[1], "norecvfd") == 0) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
186
if (strcmp(argv[2], "VREG") == 0) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
190
} else if (strcmp(argv[2], "VDIR") == 0) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
194
} else if (strcmp(argv[2], "VBLK") == 0) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
198
} else if (strcmp(argv[2], "VCHR") == 0) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
202
} else if (strcmp(argv[2], "VLNK") == 0) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
206
} else if (strcmp(argv[2], "VSOCK") == 0) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
211
} else if (strcmp(argv[2], "VFIFO") == 0) {
regress/sys/kern/pledge/sockopt/sockopt.c
40
if (strcmp(PROMISES, "0") != 0) {
regress/sys/kern/pledge/sockopt/sockopt.c
59
if (strcmp(CALL, "set") == 0) {
regress/sys/kern/pledge/sockopt/sockopt.c
62
} else if (strcmp(CALL, "get") == 0) {
regress/sys/kern/poll/poll_iocond.c
107
if (strcmp(ftname, filetypes[i].name) == 0) {
regress/sys/kern/ptrace/xstate/xstate.c
261
if (strcmp(argv[1], tests[i].name) == 0)
regress/sys/kern/ptrace2/atf-c.h
69
if (strcmp(attr, "descr") == 0) \
regress/sys/kern/ptrace2/atf-c.h
71
else if (strcmp(attr, "require.user") == 0) \
regress/sys/kern/ptrace2/macros.h
31
if (strcmp(s, "kern.timecounter.hardware") == 0) {
regress/sys/kern/ptrace2/macros.h
35
} else if (strcmp(s, "kern.timecounter.choice") == 0) {
regress/sys/kern/ptrace2/macros.h
39
} else if (strcmp(s, "kern.securelevel") == 0) {
regress/sys/kern/realpath/realpath3.c
155
else if (strcmp(next_token, ".") == 0)
regress/sys/kern/realpath/realpath3.c
157
else if (strcmp(next_token, "..") == 0) {
regress/sys/kern/realpath/realpathtest.c
74
if (strcmp(rc.r2, rc.r3) != 0) \
regress/sys/kern/select/select_iocond.c
108
if (strcmp(ftname, filetypes[i].name) == 0) {
regress/sys/kern/signal/sigio/main.c
62
if (strcmp(tests[i].t_name, t_name) == 0) {
regress/sys/kern/sosplice/perf/relay.c
292
if (strcmp(relayname, "copy") == 0)
regress/sys/kern/sosplice/perf/relay.c
294
else if (strcmp(relayname, "splice") == 0)
regress/sys/kern/sosplice/perf/relay.c
302
if (strcmp(relayname, "copy") == 0)
regress/sys/kern/sosplice/perf/relay.c
304
else if (strcmp(relayname, "splice") == 0)
regress/sys/kern/sysvmsg/msgtest.c
329
if (strcmp(m.mtext, m1_str) != 0)
regress/sys/kern/sysvmsg/msgtest.c
346
if (strcmp(m.mtext, m2_str) != 0)
regress/sys/kern/sysvshm/shmtest.c
301
if (strcmp((const char *)shm_buf, m_str) != 0)
regress/sys/kern/sysvshm/shmtest.c
330
if (strcmp((const char *)shm_buf, m_str) != 0)
regress/sys/kern/unixsockets/unconacc.c
141
if (argc == 2 && !strcmp(argv[1], "--infinite"))
regress/sys/kern/unixsockets/undgram_conclose.c
118
if (argc == 2 && !strcmp(argv[1], "--infinite"))
regress/sys/kern/unixsockets/unfdpassfail.c
55
if (argc > 1 && !strcmp(argv[1], "--infinite"))
regress/sys/kern/unixsockets/ungc.c
47
if (argc > 1 && !strcmp(argv[1], "--infinite"))
regress/sys/kern/unixsockets/unsendrecvthr.c
167
if (argc == 2 && !strcmp(argv[1], "--infinite"))
regress/sys/kern/unixsockets/unsopassgc.c
263
if (argc == 2 && !strcmp(argv[1], "--infinite"))
regress/sys/mfs_noperm/nopermtest.c
70
if (strcmp(stage, "locked") == 0)
regress/sys/mfs_noperm/nopermtest.c
72
else if (strcmp(stage, "unlocked") == 0)
regress/sys/net/pf_print/pf_print_test.c
125
if (strcmp(*in, out) != 0) {
regress/sys/net/pf_print/pf_print_test.c
86
if (strcmp(*in, str) != 0) {
regress/sys/netinet/bindconnect/bindconnect.c
319
if (strcmp(optarg, "inet") == 0)
regress/sys/netinet/bindconnect/bindconnect.c
321
else if (strcmp(optarg, "inet6") == 0)
regress/sys/netinet/sendsrcaddr/runtest.c
276
if (strcmp(buf, PAYLOAD) != 0)
regress/sys/sys/tree/rb/rb-test.c
195
strcmp(test_target, "random-inserts") == 0
regress/sys/sys/tree/rb/rb-test.c
265
strcmp(test_target, "sequential-inserts") == 0
regress/sys/sys/tree/rb/rb-test.c
299
strcmp(test_target, "sequential-removes") == 0
regress/sys/sys/tree/rb/rb-test.c
342
strcmp(test_target, "random-removes") == 0
regress/sys/sys/tree/rb/rb-test.c
389
strcmp(test_target, "remove-nfind") == 0
regress/sys/sys/tree/rb/rb-test.c
429
strcmp(test_target, "remove-pfind") == 0
regress/sys/sys/tree/rb/rb-test.c
468
strcmp(test_target, "node-iterations") == 0
regress/sys/sys/tree/rb/rb-test.c
532
strcmp(test_target, "iteration-macros") == 0
regress/sys/sys/tree/rb/rb-test.c
653
strcmp(test_target, "insert-next") == 0
regress/sys/sys/tree/rb/rb-test.c
702
strcmp(test_target, "insert-prev") == 0
regress/sys/sys/tree/rb/rb-test.c
747
strcmp(test_target, "benchmarks") == 0
regress/sys/sys/tree/rb/rbt-test.c
194
strcmp(test_target, "random-inserts") == 0
regress/sys/sys/tree/rb/rbt-test.c
264
strcmp(test_target, "sequential-inserts") == 0
regress/sys/sys/tree/rb/rbt-test.c
298
strcmp(test_target, "sequential-removes") == 0
regress/sys/sys/tree/rb/rbt-test.c
341
strcmp(test_target, "random-removes") == 0
regress/sys/sys/tree/rb/rbt-test.c
388
strcmp(test_target, "remove-nfind") == 0
regress/sys/sys/tree/rb/rbt-test.c
428
strcmp(test_target, "remove-pfind") == 0
regress/sys/sys/tree/rb/rbt-test.c
467
strcmp(test_target, "node-iterations") == 0
regress/sys/sys/tree/rb/rbt-test.c
531
strcmp(test_target, "iteration-macros") == 0
regress/sys/sys/tree/rb/rbt-test.c
652
strcmp(test_target, "insert-next") == 0
regress/sys/sys/tree/rb/rbt-test.c
701
strcmp(test_target, "insert-prev") == 0
regress/sys/sys/tree/rb/rbt-test.c
746
strcmp(test_target, "benchmarks") == 0
regress/sys/uvm/vnode/vnode.c
81
if (strcmp(tests[i].t_name, *argv))
regress/usr.bin/mandoc/db/makeinodes/makeinodes.c
33
if (argc > 1 && strcmp(argv[1], "-r") == 0) {
regress/usr.bin/nc/util.c
173
if (strcmp(msg, buf) != 0)
regress/usr.bin/openssl/options/optionstest.c
290
if (strcmp(argv[0], "-multiargz") == 0) {
regress/usr.bin/openssl/options/optionstest.c
295
} else if (strcmp(argv[0], "-flagz") == 0) {
regress/usr.bin/openssl/options/optionstest.c
340
strcmp(test_config.arg, ot->wantarg) != 0)) {
regress/usr.bin/openssl/options/optionstest.c
353
strcmp(unnamed, ot->unnamed) != 0)) {
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
92
if (strcmp(magic, ATTEST_MAGIC) != 0) {
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
380
r = strcmp(aa1, aa2);
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
188
if (strcmp(s, "source-as") == 0) {
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
192
if (strcmp(s, "maxlen") == 0) {
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
196
if (strcmp(s, "prefix") == 0) {
regress/usr.sbin/rpki-client/test-ip.c
61
if (res != NULL && strcmp(res, buf))
regress/usr.sbin/snmpd/snmp.c
1127
if (strcmp(mcommunity, community) != 0)
regress/usr.sbin/snmpd/snmp.c
546
if (strcmp(hd->contextname, name) != 0)
regress/usr.sbin/snmpd/snmp.c
614
if (strcmp(username, usm->username) != 0)
regress/usr.sbin/snmpd/snmpd_regress.c
272
if (strcmp(argv[i], targets[j].target) == 0) {
regress/usr.sbin/syslogd/ttylog.c
64
if (strcmp(argv[1], "/dev/console") == 0)
sbin/atactl/atactl.c
1021
if (strcmp(argv[1], "user") == 0)
sbin/atactl/atactl.c
1023
else if (strcmp(argv[1], "master") == 0)
sbin/atactl/atactl.c
1063
if (strcmp(argv[1], "user") == 0)
sbin/atactl/atactl.c
1065
else if (strcmp(argv[1], "master") == 0)
sbin/atactl/atactl.c
1071
else if (argc == 3 && strcmp(argv[2], "enhanced") == 0)
sbin/atactl/atactl.c
1143
if (strcmp(argv[1], "user") == 0)
sbin/atactl/atactl.c
1145
else if (strcmp(argv[1], "master") == 0)
sbin/atactl/atactl.c
1185
if (strcmp(pass, buf) != 0)
sbin/atactl/atactl.c
1428
if (strcmp(argv[1], "directory") == 0) {
sbin/atactl/atactl.c
1440
} else if (strcmp(argv[1], "summary") == 0) {
sbin/atactl/atactl.c
1469
} else if (strcmp(argv[1], "comp") == 0) {
sbin/atactl/atactl.c
1519
} else if (strcmp(argv[1], "selftest") == 0) {
sbin/atactl/atactl.c
1793
if (strcmp(argv[0], "acousticdisable") == 0)
sbin/atactl/atactl.c
1795
else if (strcmp(argv[0], "readaheadenable") == 0)
sbin/atactl/atactl.c
1797
else if (strcmp(argv[0], "readaheaddisable") == 0)
sbin/atactl/atactl.c
1799
else if (strcmp(argv[0], "writecacheenable") == 0)
sbin/atactl/atactl.c
1801
else if (strcmp(argv[0], "writecachedisable") == 0)
sbin/atactl/atactl.c
1803
else if (strcmp(argv[0], "apmdisable") == 0)
sbin/atactl/atactl.c
1805
else if (strcmp(argv[0], "podenable") == 0)
sbin/atactl/atactl.c
1807
else if (strcmp(argv[0], "poddisable") == 0)
sbin/atactl/atactl.c
1809
else if (strcmp(argv[0], "puisenable") == 0)
sbin/atactl/atactl.c
1811
else if (strcmp(argv[0], "puisdisable") == 0)
sbin/atactl/atactl.c
1813
else if (strcmp(argv[0], "puisspinup") == 0)
sbin/atactl/atactl.c
1859
if (strcmp(argv[0], "setstandby") == 0)
sbin/atactl/atactl.c
1861
else if (strcmp(argv[0], "setidle") == 0)
sbin/atactl/atactl.c
1873
(strcmp(argv[0], "setidle") == 0) ? "idle-timer" : "standby-timer");
sbin/atactl/atactl.c
409
if (strcmp(argv[0], cmdp->cmd_name) == 0)
sbin/atactl/atactl.c
477
if (strcmp(str, vinfo->string) == 0)
sbin/atactl/atactl.c
914
if (strcmp(argv[0], "idle") == 0)
sbin/atactl/atactl.c
916
else if (strcmp(argv[0], "standby") == 0)
sbin/atactl/atactl.c
947
if (strcmp(argv[1], "user") == 0 && argc == 3)
sbin/atactl/atactl.c
949
else if (strcmp(argv[1], "master") == 0 && argc == 2)
sbin/atactl/atactl.c
954
if (strcmp(argv[2], "high") == 0)
sbin/atactl/atactl.c
956
else if (strcmp(argv[2], "maximum") == 0)
sbin/bioctl/bioctl.c
134
if (strcmp(optarg, "1C") == 0) {
sbin/bioctl/bioctl.c
1380
(strcmp(passphrase, verifybuf) != 0)) {
sbin/bioctl/bioctl.c
181
if (strcmp(optarg, "auto") == 0) {
sbin/bioctl/bioctl.c
428
if (name && strcmp(name, bv.bv_dev) != 0)
sbin/bioctl/bioctl.c
672
if (name && strcmp(name, bv.bv_dev) != 0)
sbin/bioctl/bioctl.c
769
if (name && strcmp(name, bv.bv_dev) != 0)
sbin/dhcp6leased/dhcp6leased.c
921
if (strcmp(if_name, ifa->ifa_name) != 0)
sbin/dhcp6leased/engine.c
1503
if (strcmp(pd_conf->name, "reserve") == 0)
sbin/dhcp6leased/frontend.c
1020
if (strcmp(iface_conf->name, if_name) == 0)
sbin/dhcp6leased/frontend.c
581
if (strcmp(if_name, ifa->ifa_name) != 0)
sbin/dhcp6leased/parse.y
235
return (strcmp(k, ((const struct keywords *)e)->k_name));
sbin/dhcp6leased/parse.y
651
if (strcmp(nam, sym->nam) == 0)
sbin/dhcp6leased/parse.y
691
if (strcmp(nam, sym->nam) == 0) {
sbin/dhcp6leased/parse.y
706
if (strcmp(name, iface->name) == 0)
sbin/dhcp6leased/parse.y
730
if (strcmp(name, "reserve") != 0) {
sbin/dhcp6leased/parse.y
735
if (strcmp(name, iface_pd->name) == 0)
sbin/dhcpleased/dhcpleased.c
835
if (strcmp(if_name, ifa->ifa_name) != 0)
sbin/dhcpleased/frontend.c
1227
if (strcmp(iface_conf->name, if_name) == 0)
sbin/dhcpleased/frontend.c
1288
if (strcmp(a->h_name, b->h_name) != 0)
sbin/dhcpleased/frontend.c
706
if (strcmp(if_name, ifa->ifa_name) != 0)
sbin/dhcpleased/parse.y
356
return (strcmp(k, ((const struct keywords *)e)->k_name));
sbin/dhcpleased/parse.y
776
if (strcmp(nam, sym->nam) == 0)
sbin/dhcpleased/parse.y
833
if (strcmp(nam, sym->nam) == 0) {
sbin/dhcpleased/parse.y
848
if (strcmp(name, iface->name) == 0)
sbin/disklabel/disklabel.c
846
if (!strcmp(cp, "flags")) {
sbin/disklabel/disklabel.c
849
if (!strcmp(cp, "badsect"))
sbin/disklabel/disklabel.c
851
else if (!strcmp(cp, "vendor"))
sbin/disklabel/disklabel.c
873
if (!strcmp(cp, "disk")) {
sbin/disklabel/disklabel.c
877
if (!strcmp(cp, "label")) {
sbin/disklabel/disklabel.c
881
if (!strcmp(cp, "duid")) {
sbin/disklabel/disklabel.c
890
if (!strcmp(cp, "rpm") ||
sbin/disklabel/disklabel.c
891
!strcmp(cp, "interleave") ||
sbin/disklabel/disklabel.c
892
!strcmp(cp, "trackskew") ||
sbin/disklabel/disklabel.c
893
!strcmp(cp, "cylinderskew") ||
sbin/disklabel/disklabel.c
894
!strcmp(cp, "headswitch") ||
sbin/disklabel/disklabel.c
895
!strcmp(cp, "track-to-track seek") ||
sbin/disklabel/disklabel.c
896
!strcmp(cp, "drivedata"))
sbin/disklabel/disklabel.c
900
if (!strcmp(cp, "total sectors") ||
sbin/disklabel/disklabel.c
901
!strcmp(cp, "boundstart") ||
sbin/disklabel/disklabel.c
902
!strcmp(cp, "boundend") ||
sbin/disklabel/disklabel.c
903
!strcmp(cp, "bytes/sector") ||
sbin/disklabel/disklabel.c
904
!strcmp(cp, "sectors/track") ||
sbin/disklabel/disklabel.c
905
!strcmp(cp, "sectors/cylinder") ||
sbin/disklabel/disklabel.c
906
!strcmp(cp, "tracks/cylinder") ||
sbin/disklabel/disklabel.c
907
!strcmp(cp, "cylinders") ||
sbin/disklabel/disklabel.c
908
!strcmp(cp, "type"))
sbin/disklabel/editor.c
1485
(strcmp(mp1[i], mp2[i]) != 0))
sbin/disklabel/editor.c
1762
strcmp(p, mountpoints[i]) == 0)
sbin/disklabel/editor.c
1796
return strcmp(mi1->mountpoint, mi2->mountpoint);
sbin/disklabel/editor.c
1869
if (strcmp(filename, "-") == 0)
sbin/disklabel/editor.c
1980
if (strcmp(buf, "*") == 0) {
sbin/disklabel/editor.c
998
add = strcmp("add", action) == 0;
sbin/disklabel/editor.c
999
delete = strcmp("delete", action) == 0;
sbin/dump/main.c
259
if (strcmp(argv[i], fsbuf.f_mntonname) == 0) {
sbin/dump/main.c
282
if (strcmp(disk, fsbuf.f_mntonname) != 0) {
sbin/dump/main.c
307
if (strcmp(tape, "-") == 0) {
sbin/dump/main.c
358
if (!statfs(disk, &fsbuf) && !strcmp(fsbuf.f_mntonname, disk)) {
sbin/dump/optr.c
306
if (strcmp(fs->fs_vfstype, "ffs") &&
sbin/dump/optr.c
307
strcmp(fs->fs_vfstype, "ufs"))
sbin/dump/optr.c
309
if (strcmp(fs->fs_type, FSTAB_RW) &&
sbin/dump/optr.c
310
strcmp(fs->fs_type, FSTAB_RO) &&
sbin/dump/optr.c
311
strcmp(fs->fs_type, FSTAB_RQ))
sbin/dump/optr.c
343
if (strcmp(fs->fs_file, key) == 0 ||
sbin/dump/optr.c
344
strcmp(fs->fs_spec, key) == 0)
sbin/dump/optr.c
347
if (rn != NULL && strcmp(rn, key) == 0)
sbin/dump/optr.c
350
if (uid != NULL && strcmp(uid, key) == 0) {
sbin/dump/optr.c
357
strcmp(fs->fs_spec + 1, key) == 0)
sbin/dump/optr.c
360
strcmp(fs->fs_file + 1, key) == 0)
sbin/dump/traverse.c
234
while (strcmp(path, disk) != 0) {
sbin/fdisk/cmd.c
615
if (strcmp(lbuf, "?") == 0) {
sbin/fdisk/cmd.c
643
if (strcmp(lbuf, "?") == 0) {
sbin/fdisk/user.c
205
if (strcmp(cmd, "?") == 0)
sbin/fsck/fsck.c
191
(strcmp(type, FSTAB_RO) && \
sbin/fsck/fsck.c
192
strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ))
sbin/fsck/fsck.c
266
if (strcmp(vfstype, "ufs") == 0)
sbin/fsck/preen.c
294
if (strcmp(p->p_devname, devname) == 0) {
sbin/fsck_ext2fs/inode.c
549
if (strcmp(dirp->e2d_name, idesc->id_name) == 0 &&
sbin/fsck_ext2fs/pass2.c
236
if (letoh32(dirp->e2d_ino) != 0 && strcmp(dirp->e2d_name, "..") != 0) {
sbin/fsck_ext2fs/utilities.c
85
persevere = !strcmp(question, "CONTINUE");
sbin/fsck_ffs/inode.c
515
if (strcmp(dirp->d_name, idesc->id_name) == 0 &&
sbin/fsck_ffs/pass2.c
261
if (dirp->d_ino != 0 && strcmp(dirp->d_name, ".") == 0) {
sbin/fsck_ffs/pass2.c
282
if (dirp->d_ino != 0 && strcmp(dirp->d_name, "..") != 0) {
sbin/fsck_ffs/pass2.c
325
if (dirp->d_ino != 0 && strcmp(dirp->d_name, "..") == 0) {
sbin/fsck_ffs/pass2.c
335
if (dirp->d_ino != 0 && strcmp(dirp->d_name, ".") != 0) {
sbin/fsck_ffs/utilities.c
85
persevere = !strcmp(question, "CONTINUE");
sbin/fsck_msdos/dir.c
675
&& !strcmp(dirent.name, "..")
sbin/fsck_msdos/dir.c
747
if (strcmp(dirent.name, ".") == 0) {
sbin/fsck_msdos/dir.c
765
if (strcmp(dirent.name, "..") == 0) {
sbin/fsck_msdos/dir.c
906
if (!strcmp(lostDir->name, LOSTDIR))
sbin/fsdb/fsdb.c
301
if (!strcmp(cmdp->cmd, cmd_argv[0])) {
sbin/fsdb/fsdb.c
669
if (!strcmp(argv[1], tp->typename)) {
sbin/ifconfig/brconfig.c
1176
if (strcmp(delim, "addr") == 0)
sbin/ifconfig/brconfig.c
1526
if (strcmp(argv[0], "block") == 0)
sbin/ifconfig/brconfig.c
1528
else if (strcmp(argv[0], "pass") == 0)
sbin/ifconfig/brconfig.c
1538
if (strcmp(argv[0], "in") == 0)
sbin/ifconfig/brconfig.c
1540
else if (strcmp(argv[0], "out") == 0)
sbin/ifconfig/brconfig.c
1542
else if (strcmp(argv[0], "in/out") == 0)
sbin/ifconfig/brconfig.c
1544
else if (strcmp(argv[0], "on") == 0) {
sbin/ifconfig/brconfig.c
1551
if (argc == 0 || strcmp(argv[0], "on"))
sbin/ifconfig/brconfig.c
1562
if (strcmp(argv[0], "dst") == 0) {
sbin/ifconfig/brconfig.c
1568
} else if (strcmp(argv[0], "src") == 0) {
sbin/ifconfig/brconfig.c
1574
} else if (strcmp(argv[0], "tag") == 0) {
sbin/ifconfig/brconfig.c
1590
} else if (strcmp(argv[0], "arp") == 0) {
sbin/ifconfig/brconfig.c
1595
} else if (strcmp(argv[0], "rarp") == 0) {
sbin/ifconfig/brconfig.c
1634
if (strcmp((*argv)[0], "request") == 0) {
sbin/ifconfig/brconfig.c
1641
} else if (strcmp((*argv)[0], "reply") == 0) {
sbin/ifconfig/brconfig.c
1648
} else if (strcmp((*argv)[0], "sha") == 0) {
sbin/ifconfig/brconfig.c
1651
} else if (strcmp((*argv)[0], "tha") == 0) {
sbin/ifconfig/brconfig.c
1654
} else if (strcmp((*argv)[0], "spa") == 0) {
sbin/ifconfig/brconfig.c
1657
} else if (strcmp((*argv)[0], "tpa") == 0) {
sbin/ifconfig/brconfig.c
558
if (strcmp(val, "default") == 0)
sbin/ifconfig/brconfig.c
560
else if (strcmp(val, "none") == 0)
sbin/ifconfig/brconfig.c
562
else if (strcmp(val, "passthrough") == 0 ||
sbin/ifconfig/brconfig.c
563
strcmp(val, "passthru") == 0)
sbin/ifconfig/brconfig.c
656
if (strcmp(arg, "all") == 0) {
sbin/ifconfig/brconfig.c
659
} else if (strcmp(arg, "none") == 0) {
sbin/ifconfig/brconfig.c
808
if (strcmp(arg, stpproto[i]) == 0) {
sbin/ifconfig/ifconfig.c
1159
if (!strcmp(p, "carpdemote"))
sbin/ifconfig/ifconfig.c
1201
if (strcmp(oname, ifa->ifa_name) != 0)
sbin/ifconfig/ifconfig.c
1239
if (!namep || !strcmp(namep, ifa->ifa_name)) {
sbin/ifconfig/ifconfig.c
1330
(int(*)(const void *, const void *))strcmp);
sbin/ifconfig/ifconfig.c
1549
if (strcmp(cmd, "vltime") == 0) {
sbin/ifconfig/ifconfig.c
1552
} else if (strcmp(cmd, "pltime") == 0) {
sbin/ifconfig/ifconfig.c
1578
strcmp(ifa->ifa_name, ifname) == 0) {
sbin/ifconfig/ifconfig.c
2355
if (strcmp(val, nwflags[i].f_name) == 0) {
sbin/ifconfig/ifconfig.c
3254
if (strcmp(psrcport, "0") != 0)
sbin/ifconfig/ifconfig.c
3264
if (strcmp(pdstport, "0") != 0)
sbin/ifconfig/ifconfig.c
3913
if (strcmp(id, "copy") == 0)
sbin/ifconfig/ifconfig.c
4355
if (strcmp(val, "packet") == 0)
sbin/ifconfig/ifconfig.c
4357
else if (strcmp(val, "payload") == 0)
sbin/ifconfig/ifconfig.c
4393
if (strcmp(val, "packet") == 0)
sbin/ifconfig/ifconfig.c
4395
else if (strcmp(val, "payload") == 0)
sbin/ifconfig/ifconfig.c
4397
else if (strcmp(val, "outer") == 0)
sbin/ifconfig/ifconfig.c
4528
if (strcmp(val, tpr[i].tpr_name) == 0) {
sbin/ifconfig/ifconfig.c
4556
if (strcmp(val, lacpmodeactive) != 0 &&
sbin/ifconfig/ifconfig.c
4557
strcmp(val, lacpmodepassive) != 0)
sbin/ifconfig/ifconfig.c
4565
if (strcmp(val, lacpmodeactive) == 0)
sbin/ifconfig/ifconfig.c
4589
if (strcmp(val, lacptimeoutfast) != 0 &&
sbin/ifconfig/ifconfig.c
4590
strcmp(val, lacptimeoutslow) != 0)
sbin/ifconfig/ifconfig.c
4598
if (strcmp(val, lacptimeoutfast) == 0)
sbin/ifconfig/ifconfig.c
5354
if (strcmp(val, ppr[i].ppr_name) == 0) {
sbin/ifconfig/ifconfig.c
5521
if (strcmp(val, "pap") == 0)
sbin/ifconfig/ifconfig.c
5523
else if (strcmp(val, "chap") == 0)
sbin/ifconfig/ifconfig.c
5525
else if (strcmp(val, "none") == 0)
sbin/ifconfig/ifconfig.c
5597
if (strcmp(val, "callin") == 0)
sbin/ifconfig/ifconfig.c
5599
else if (strcmp(val, "norechallenge") == 0)
sbin/ifconfig/ifconfig.c
6719
if (strcmp(ifg->ifgrq_group, "all")) {
sbin/ifconfig/ifconfig.c
6774
if (!strcmp(addr, "random")) {
sbin/ifconfig/ifconfig.c
6869
if (strcmp(ether_ntoa((struct ether_addr *)LLADDR(sdl)),
sbin/ifconfig/ifconfig.c
849
if (strcmp(argv[i], "rulefile") == 0) {
sbin/ifconfig/ifconfig.c
868
if (strcmp(rafp->af_name, *argv) == 0) {
sbin/ifconfig/ifconfig.c
900
if (argc > 0 && strcmp(argv[0], "create") == 0) {
sbin/ifconfig/ifconfig.c
907
create = (argc > 0) && strcmp(argv[0], "destroy") != 0;
sbin/ifconfig/ifconfig.c
918
if (strcmp(*argv, p->c_name) == 0)
sbin/ifconfig/ifconfig.c
921
if (strcmp(*argv, "rule") == 0) {
sbin/ifconfig/ifconfig.c
939
if (strcmp(argv[1],
sbin/iked/ikev2.c
573
if (strcmp(reset_id, sa_id) != 0)
sbin/iked/parse.y
1343
if (strcmp($4, "none") == 0)
sbin/iked/parse.y
1557
return (strcmp(k, ((const struct keywords *)e)->k_name));
sbin/iked/parse.y
1955
if (TAILQ_FIRST(&files) == NULL && strcmp(nfile->name, "-") == 0) {
sbin/iked/parse.y
2089
if (strcmp(nam, sym->nam) == 0)
sbin/iked/parse.y
2147
if (strcmp(nam, sym->nam) == 0) {
sbin/iked/policy.c
984
return (strcmp(a->usr_name, b->usr_name));
sbin/iked/proc.c
62
if (strcmp(p->p_title, proc_name))
sbin/iked/radius.c
262
strcmp(username, req->rr_user) != 0) {
sbin/iked/radius.c
781
if (strcmp(sa->sa_reason, "received delete") == 0) {
sbin/iked/radius.c
783
} else if (strcmp(sa->sa_reason, "SA rekeyed") == 0) {
sbin/iked/radius.c
788
} else if (strcmp(sa->sa_reason,
sbin/iked/radius.c
876
sizeof(attr)) == 0 && strcmp(attr, IKED_NAS_ID) != 0) {
sbin/iked/radius.c
905
strcmp(username, sa->sa_eapid) != 0)) {
sbin/iked/radius.c
917
strcmp(sa->sa_eapid, username) == 0) {
sbin/init/init.c
1204
if (strcmp(typ->ty_name, sp->se_device + devlen) == 0)
sbin/ipsecctl/ipsecctl.c
330
if (strcmp(r1->auth->srcid, r2->auth->srcid))
sbin/ipsecctl/ipsecctl.c
338
if (strcmp(r1->auth->dstid, r2->auth->dstid))
sbin/ipsecctl/parse.y
1039
return (strcmp(k, ((const struct keywords *)e)->k_name));
sbin/ipsecctl/parse.y
1390
if (TAILQ_FIRST(&files) == NULL && strcmp(nfile->name, "-") == 0) {
sbin/ipsecctl/parse.y
1469
if (strcmp(nam, sym->nam) == 0)
sbin/ipsecctl/parse.y
1527
if (strcmp(nam, sym->nam) == 0) {
sbin/ipsecctl/parse.y
2454
if ((strcmp(rp->src->name, r->src->name) == 0) &&
sbin/ipsecctl/parse.y
2455
(strcmp(rp->dst->name, r->dst->name) == 0) &&
sbin/ipsecctl/parse.y
2456
(strcmp(rp->bundle, bundle) == 0)) {
sbin/ipsecctl/parse.y
2702
strcmp(pdr->local->name, r->local->name)))
sbin/ipsecctl/parse.y
2708
strcmp(pdr->ikeauth->string, r->ikeauth->string))
sbin/ipsecctl/parse.y
2722
strcmp(pdr->auth->srcid, r->auth->srcid)))
sbin/ipsecctl/parse.y
2730
strcmp(pdr->auth->dstid, r->auth->dstid)))
sbin/isakmpd/conf.c
336
if ((phase == 1 && strcmp("Transforms", node->tag) == 0) ||
sbin/isakmpd/conf.c
337
(phase == 2 && strcmp("Suites", node->tag) == 0)) {
sbin/isakmpd/conf.c
361
if (strcmp(mme, "BLOWFISH_CBC") == 0)
sbin/isakmpd/conf.c
364
else if (strcmp(mme_p, "AES-128") == 0)
sbin/isakmpd/conf.c
366
else if (strcmp(mme_p, "AES-192") == 0)
sbin/isakmpd/conf.c
368
else if (strcmp(mme_p, "AES-256") == 0)
sbin/isakmpd/conf.c
370
else if (strcmp(mme, "AES_CBC") == 0)
sbin/isakmpd/conf.c
393
if (proto == 1 && (strcmp(qmh, "NONE") == 0 ||
sbin/isakmpd/conf.c
394
strcmp(qme, "NONE") != 0))
sbin/isakmpd/conf.c
398
if (proto == 0 && strcmp(qme, "NONE") == 0)
sbin/isakmpd/conf.c
402
if (pfs == 0 && strcmp(dhg_p, ""))
sbin/isakmpd/conf.c
406
if (proto == 0 && strcmp(qmh, "NONE") != 0 &&
sbin/isakmpd/conf.c
407
(strcmp(qme, "AES_GCM_16") == 0 || strcmp(qme, "AES_GMAC") == 0))
sbin/isakmpd/conf.c
433
if (strcmp(qme ,"BLOWFISH") == 0)
sbin/isakmpd/conf.c
436
else if (strcmp(qme_p, "-AES-128") == 0 ||
sbin/isakmpd/conf.c
437
strcmp(qme_p, "-AESCTR-128") == 0 ||
sbin/isakmpd/conf.c
438
strcmp(qme_p, "-AESGCM-128") == 0 ||
sbin/isakmpd/conf.c
439
strcmp(qme_p, "-AESGMAC-128") == 0)
sbin/isakmpd/conf.c
441
else if (strcmp(qme_p, "-AES-192") == 0 ||
sbin/isakmpd/conf.c
442
strcmp(qme_p, "-AESCTR-192") == 0 ||
sbin/isakmpd/conf.c
443
strcmp(qme_p, "-AESGCM-192") == 0 ||
sbin/isakmpd/conf.c
444
strcmp(qme_p, "-AESGMAC-192") == 0)
sbin/isakmpd/conf.c
446
else if (strcmp(qme_p, "-AES-256") == 0 ||
sbin/isakmpd/conf.c
447
strcmp(qme_p, "-AESCTR-256") == 0 ||
sbin/isakmpd/conf.c
448
strcmp(qme_p, "-AESGCM-256") == 0 ||
sbin/isakmpd/conf.c
449
strcmp(qme_p, "-AESGMAC-256") == 0)
sbin/isakmpd/conf.c
451
else if (strcmp(qme, "AES") == 0)
sbin/isakmpd/conf.c
456
if (strcmp(qmh, "NONE")) {
sbin/isakmpd/conf.c
996
if (!current_section || strcmp(cb->section,
sbin/isakmpd/ike_phase_1.c
1296
(!strcmp(str, "ANY"))) {
sbin/isakmpd/ike_phase_1.c
1327
!strcmp(conf_get_str(xf->field, "Life"), "ANY")) {
sbin/isakmpd/ike_phase_1.c
1382
if (!strcmp(str, "ANY"))
sbin/isakmpd/isakmp_cfg.c
129
if (!cfg_mode || strcmp(cfg_mode, "SET") == 0) {
sbin/isakmpd/log.c
402
if (pcaplog_file && strcmp(pcaplog_file, PCAP_FILE_DEFAULT) != 0)
sbin/isakmpd/pf_key_v2.c
2710
if (strcmp(pwd->pw_name,
sbin/isakmpd/pf_key_v2.c
2853
if (strcmp(pwd->pw_name,
sbin/isakmpd/policy.c
1727
if (strcmp(name, "phase_1") == 0)
sbin/isakmpd/policy.c
1730
if (strcmp(name, "GMTTimeOfDay") == 0) {
sbin/isakmpd/policy.c
1740
if (strcmp(name, "LocalTimeOfDay") == 0) {
sbin/isakmpd/policy.c
1750
if (strcmp(name, "initiator") == 0)
sbin/isakmpd/policy.c
1753
if (strcmp(name, "pfs") == 0)
sbin/isakmpd/policy.c
1756
if (strcmp(name, "app_domain") == 0)
sbin/isakmpd/policy.c
1759
if (strcmp(name, "doi") == 0)
sbin/isakmpd/policy.c
1762
if (strcmp(name, "esp_present") == 0)
sbin/isakmpd/policy.c
1765
if (strcmp(name, "ah_present") == 0)
sbin/isakmpd/policy.c
1768
if (strcmp(name, "comp_present") == 0)
sbin/isakmpd/policy.c
1771
if (strcmp(name, "ah_hash_alg") == 0)
sbin/isakmpd/policy.c
1774
if (strcmp(name, "ah_auth_alg") == 0)
sbin/isakmpd/policy.c
1777
if (strcmp(name, "esp_auth_alg") == 0)
sbin/isakmpd/policy.c
178
if (strcmp(name, KEYNOTE_CALLBACK_CLEANUP) == 0 ||
sbin/isakmpd/policy.c
1780
if (strcmp(name, "esp_enc_alg") == 0)
sbin/isakmpd/policy.c
1783
if (strcmp(name, "comp_alg") == 0)
sbin/isakmpd/policy.c
1786
if (strcmp(name, "ah_life_kbytes") == 0)
sbin/isakmpd/policy.c
1789
if (strcmp(name, "ah_life_seconds") == 0)
sbin/isakmpd/policy.c
179
strcmp(name, KEYNOTE_CALLBACK_INITIALIZE) == 0) {
sbin/isakmpd/policy.c
1792
if (strcmp(name, "esp_life_kbytes") == 0)
sbin/isakmpd/policy.c
1795
if (strcmp(name, "esp_life_seconds") == 0)
sbin/isakmpd/policy.c
1798
if (strcmp(name, "comp_life_kbytes") == 0)
sbin/isakmpd/policy.c
1801
if (strcmp(name, "comp_life_seconds") == 0)
sbin/isakmpd/policy.c
1804
if (strcmp(name, "ah_encapsulation") == 0)
sbin/isakmpd/policy.c
1807
if (strcmp(name, "esp_encapsulation") == 0)
sbin/isakmpd/policy.c
1810
if (strcmp(name, "comp_encapsulation") == 0)
sbin/isakmpd/policy.c
1813
if (strcmp(name, "ah_key_length") == 0)
sbin/isakmpd/policy.c
1816
if (strcmp(name, "ah_key_rounds") == 0)
sbin/isakmpd/policy.c
1819
if (strcmp(name, "esp_key_length") == 0)
sbin/isakmpd/policy.c
1822
if (strcmp(name, "esp_key_rounds") == 0)
sbin/isakmpd/policy.c
1825
if (strcmp(name, "comp_dict_size") == 0)
sbin/isakmpd/policy.c
1828
if (strcmp(name, "comp_private_alg") == 0)
sbin/isakmpd/policy.c
1831
if (strcmp(name, "remote_filter_type") == 0)
sbin/isakmpd/policy.c
1834
if (strcmp(name, "remote_filter") == 0)
sbin/isakmpd/policy.c
1837
if (strcmp(name, "remote_filter_addr_upper") == 0)
sbin/isakmpd/policy.c
1840
if (strcmp(name, "remote_filter_addr_lower") == 0)
sbin/isakmpd/policy.c
1843
if (strcmp(name, "remote_filter_port") == 0)
sbin/isakmpd/policy.c
1846
if (strcmp(name, "remote_filter_proto") == 0)
sbin/isakmpd/policy.c
1849
if (strcmp(name, "local_filter_type") == 0)
sbin/isakmpd/policy.c
1852
if (strcmp(name, "local_filter") == 0)
sbin/isakmpd/policy.c
1855
if (strcmp(name, "local_filter_addr_upper") == 0)
sbin/isakmpd/policy.c
1858
if (strcmp(name, "local_filter_addr_lower") == 0)
sbin/isakmpd/policy.c
1861
if (strcmp(name, "local_filter_port") == 0)
sbin/isakmpd/policy.c
1864
if (strcmp(name, "local_filter_proto") == 0)
sbin/isakmpd/policy.c
1867
if (strcmp(name, "remote_ike_address") == 0)
sbin/isakmpd/policy.c
1870
if (strcmp(name, "remote_negotiation_address") == 0)
sbin/isakmpd/policy.c
1873
if (strcmp(name, "local_ike_address") == 0)
sbin/isakmpd/policy.c
1876
if (strcmp(name, "local_negotiation_address") == 0)
sbin/isakmpd/policy.c
1879
if (strcmp(name, "remote_id_type") == 0)
sbin/isakmpd/policy.c
1882
if (strcmp(name, "remote_id") == 0)
sbin/isakmpd/policy.c
1885
if (strcmp(name, "remote_id_addr_upper") == 0)
sbin/isakmpd/policy.c
1888
if (strcmp(name, "remote_id_addr_lower") == 0)
sbin/isakmpd/policy.c
1891
if (strcmp(name, "remote_id_port") == 0)
sbin/isakmpd/policy.c
1894
if (strcmp(name, "remote_id_proto") == 0)
sbin/isakmpd/policy.c
1897
if (strcmp(name, "phase1_group_desc") == 0)
sbin/isakmpd/policy.c
1900
if (strcmp(name, "esp_group_desc") == 0)
sbin/isakmpd/policy.c
1903
if (strcmp(name, "ah_group_desc") == 0)
sbin/isakmpd/policy.c
1906
if (strcmp(name, "comp_group_desc") == 0)
sbin/isakmpd/policy.c
1909
if (strcmp(name, "comp_ecn") == 0)
sbin/isakmpd/policy.c
1912
if (strcmp(name, "ah_ecn") == 0)
sbin/isakmpd/policy.c
1915
if (strcmp(name, "esp_ecn") == 0)
sbin/isakmpd/sa.c
217
return (strcmp(((struct sockaddr_un *)sa1)->sun_path,
sbin/isakmpd/transport.c
411
if (strcmp(method->name, name) == 0)
sbin/isakmpd/ui.c
271
if (strcmp(vnode->field, value) == 0) {
sbin/isakmpd/ui.c
307
if (strcmp(vnode->field, value) == 0)
sbin/isakmpd/ui.c
368
if (strcmp(message_id_str, "-") == 0)
sbin/isakmpd/ui.c
80
if (strcmp(ui_fifo, "-") == 0) {
sbin/isakmpd/util.c
221
if (!strcmp(address, "default")) {
sbin/isakmpd/util.c
297
if (!strcmp(ifa->ifa_name, np) &&
sbin/isakmpd/util.c
304
if (!strcmp(ifa->ifa_name, np) &&
sbin/kbd/kbd_wscons.c
245
if (strcmp(n->name, buf) == 0)
sbin/kbd/kbd_wscons.c
259
if (strcmp(n->name, buf) == 0)
sbin/ldattach/ldattach.c
199
if (!strcmp(disc, "nmea")) {
sbin/ldattach/ldattach.c
203
} else if (!strcmp(disc, "msts")) {
sbin/ldattach/ldattach.c
205
} else if (!strcmp(disc, "endrun")) {
sbin/mknod/mknod.c
64
ismkfifo = strcmp(__progname, "mkfifo") == 0;
sbin/mount/mount.c
187
(strcmp(type, FSTAB_RO) && \
sbin/mount/mount.c
188
strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ))
sbin/mount/mount.c
244
!strcmp(mntbuf->f_mntfromname, "root_device")) {
sbin/mount/mount.c
377
if (strcmp(name, "/") == 0) {
sbin/mount/mount.c
517
if (strcmp(sf->f_fstypename, MOUNT_NFS) == 0) {
sbin/mount/mount.c
570
} else if (strcmp(sf->f_fstypename, MOUNT_MFS) == 0) {
sbin/mount/mount.c
579
} else if (strcmp(sf->f_fstypename, MOUNT_MSDOS) == 0) {
sbin/mount/mount.c
594
} else if (strcmp(sf->f_fstypename, MOUNT_CD9660) == 0) {
sbin/mount/mount.c
604
} else if (strcmp(sf->f_fstypename, MOUNT_TMPFS) == 0) {
sbin/mount/mount.c
632
if (strcmp(mntbuf[i].f_mntfromname, name) == 0 ||
sbin/mount/mount.c
633
strcmp(mntbuf[i].f_mntonname, name) == 0)
sbin/mount/mount.c
748
if (strcmp(fs->fs_vfstype, "nfs") != 0 ||
sbin/mount/mount.c
752
strcmp(labelfs, fs->fs_vfstype) == 0)
sbin/mount/mount.c
754
if (strcmp(fs->fs_vfstype, "ufs") == 0 &&
sbin/mount/mount.c
755
strcmp(labelfs, "ffs") == 0) {
sbin/mount/mount.c
760
if (strcmp(fs->fs_vfstype, "mfs") == 0 &&
sbin/mount/mount.c
761
strcmp(labelfs, "ffs") == 0)
sbin/mountd/mountd.c
1008
if (adp && !strcmp(dp->dp_dirp, adp->dp_dirp)) {
sbin/mountd/mountd.c
1346
(strcmp(fsb.f_mntonname,
sbin/mountd/mountd.c
1398
while (ep2 && strcmp(ep2->ex_fsdir, ep->ex_fsdir) < 0) {
sbin/mountd/mountd.c
1565
cmp = strcmp(dp->dp_dirp, newdp->dp_dirp);
sbin/mountd/mountd.c
1605
cmp = strcmp(dp->dp_dirp, dirpath);
sbin/mountd/mountd.c
1732
if (!strcmp(cpopt, "ro") || !strcmp(cpopt, "o")) {
sbin/mountd/mountd.c
1734
} else if (cpoptarg && (!strcmp(cpopt, "maproot") ||
sbin/mountd/mountd.c
1735
!(allflag = strcmp(cpopt, "mapall")) ||
sbin/mountd/mountd.c
1736
!strcmp(cpopt, "root") || !strcmp(cpopt, "r"))) {
sbin/mountd/mountd.c
1745
if (cpoptarg && (!strcmp(cpopt, "mask") ||
sbin/mountd/mountd.c
1746
!strcmp(cpopt, "m"))) {
sbin/mountd/mountd.c
1753
} else if (cpoptarg && (!strcmp(cpopt, "network") ||
sbin/mountd/mountd.c
1754
!strcmp(cpopt, "n"))) {
sbin/mountd/mountd.c
1766
} else if (!strcmp(cpopt, "alldirs")) {
sbin/mountd/mountd.c
1830
!strcmp(checkgrp->gr_ptr.gt_hostent->h_name, hp->h_name)) {
sbin/mountd/mountd.c
2290
if (!strcmp(mlp->ml_host, hostp) &&
sbin/mountd/mountd.c
2291
(!dirp || !strcmp(mlp->ml_dirp, dirp))) {
sbin/mountd/mountd.c
2320
if (!strcmp(mlp->ml_host, hostp) && !strcmp(mlp->ml_dirp, dirp))
sbin/newfs/newfs.c
276
if (strcmp(optarg, "space") == 0)
sbin/newfs/newfs.c
278
else if (strcmp(optarg, "time") == 0)
sbin/newfs/newfs.c
302
if (strcmp(fstype, "ffs"))
sbin/newfs/newfs.c
337
if (fstype != NULL && strcmp(fstype, "ffs")) {
sbin/newfs/newfs.c
350
if (mfs && !strcmp(special, "swap")) {
sbin/newfs/newfs.c
400
if (strcmp(s1, s2) == 0 || strcmp(s1, &s2[1]) == 0)
sbin/newfs/newfs.c
676
if (!strcmp(sf.f_mntfromname, mountfromname) &&
sbin/newfs/newfs.c
679
!strcmp(sf.f_fstypename, "mfs")) {
sbin/newfs/newfs.c
802
if (strcmp(fs.f_mntonname, "/") != 0)
sbin/newfs_ext2fs/newfs_ext2fs.c
270
if (strcmp(s1, s2) == 0 ||
sbin/newfs_ext2fs/newfs_ext2fs.c
271
strcmp(s1, &s2[1]) == 0)
sbin/newfs_msdos/newfs_msdos.c
688
if ((r && s2 != mp->f_mntfromname && !strcmp(s1 + 1, s2)) ||
sbin/newfs_msdos/newfs_msdos.c
689
!strcmp(s1, s2))
sbin/newfs_msdos/newfs_msdos.c
703
for (i = 0; i < x && strcmp(fmt, stdfmt[i].name); i++);
sbin/pfctl/parse.y
1340
if (!strcmp($1, "const"))
sbin/pfctl/parse.y
1342
else if (!strcmp($1, "persist"))
sbin/pfctl/parse.y
1344
else if (!strcmp($1, "counters"))
sbin/pfctl/parse.y
1552
if (cp == NULL || strcmp(cp, "ms")) {
sbin/pfctl/parse.y
1578
if (!strcmp(cu, "Bit") ||
sbin/pfctl/parse.y
1579
!strcmp(cu, "B") ||
sbin/pfctl/parse.y
1580
!strcmp(cu, "bit") ||
sbin/pfctl/parse.y
1581
!strcmp(cu, "b")) {
sbin/pfctl/parse.y
1585
if (!strcmp(cp, "b"))
sbin/pfctl/parse.y
1587
else if (!strcmp(cp, "K"))
sbin/pfctl/parse.y
1589
else if (!strcmp(cp, "M"))
sbin/pfctl/parse.y
1591
else if (!strcmp(cp, "G"))
sbin/pfctl/parse.y
1593
else if (!strcmp(cp, "%")) {
sbin/pfctl/parse.y
3292
if (!strcmp(p+1, "network"))
sbin/pfctl/parse.y
3294
else if (!strcmp(p+1, "broadcast"))
sbin/pfctl/parse.y
3296
else if (!strcmp(p+1, "peer"))
sbin/pfctl/parse.y
3298
else if (!strcmp(p+1, "0"))
sbin/pfctl/parse.y
3475
if (!strcmp($1, "unknown"))
sbin/pfctl/parse.y
3553
if (!strcmp($1, "unknown"))
sbin/pfctl/parse.y
3961
strcmp(pf_timeouts[i].name, $1); ++i)
sbin/pfctl/parse.y
4265
if (!strcmp($1, "yes"))
sbin/pfctl/parse.y
5425
!strcmp(interfaces->ifname, "none"))) {
sbin/pfctl/parse.y
5475
return (strcmp(k, ((const struct keywords *)e)->k_name));
sbin/pfctl/parse.y
5943
if (TAILQ_FIRST(&files) == NULL && strcmp(nfile->name, "-") == 0) {
sbin/pfctl/parse.y
6037
if (strcmp(nam, sym->nam) == 0)
sbin/pfctl/parse.y
6095
if (strcmp(nam, sym->nam) == 0) {
sbin/pfctl/parse.y
6302
if ((extensions & PPORT_STAR) && !strcmp(p+1, "*")) {
sbin/pfctl/parse.y
645
if (!strcmp($1, "none"))
sbin/pfctl/parse.y
647
else if (!strcmp($1, "basic"))
sbin/pfctl/parse.y
649
else if (!strcmp($1, "profile"))
sbin/pfctl/parse.y
770
if (!strcmp($1, "never"))
sbin/pfctl/parse.y
772
else if (!strcmp($1, "adaptive"))
sbin/pfctl/parse.y
774
else if (!strcmp($1, "always"))
sbin/pfctl/parse.y
798
if (cp == NULL || strcmp(cp, "%"))
sbin/pfctl/parse.y
804
if (!strcmp($1, "start")) {
sbin/pfctl/parse.y
806
} else if (!strcmp($1, "end")) {
sbin/pfctl/pfctl.c
1482
if (iface != NULL && strcmp(p->ifname, iface))
sbin/pfctl/pfctl.c
1640
if (strcmp(q->ifname, qi->qs.ifname))
sbin/pfctl/pfctl.c
1667
if (strcmp(q->qs.qname, what) == 0)
sbin/pfctl/pfctl.c
1680
if (strcmp(p->qs.parent, qi->qs.qname))
sbin/pfctl/pfctl.c
1682
if (p->qs.ifname[0] && strcmp(p->qs.ifname, qi->qs.ifname))
sbin/pfctl/pfctl.c
1802
if (strcmp(qname, qi->qs.qname))
sbin/pfctl/pfctl.c
1811
if (strcmp(qname, qi->qs.qname))
sbin/pfctl/pfctl.c
1933
if (strcmp(kt->pfrkt_anchor, a->path) != 0)
sbin/pfctl/pfctl.c
2578
if (!strcmp(ifname, "none")) {
sbin/pfctl/pfctl.c
2789
if (!strcmp(pr.name, PF_RESERVED_ANCHOR))
sbin/pfctl/pfctl.c
3441
if (!strcmp(state_kill[0], "label"))
sbin/pfctl/pfctl.c
3443
else if (!strcmp(state_kill[0], "id"))
sbin/pfctl/pfctl.c
3445
else if (!strcmp(state_kill[0], "key"))
sbin/pfctl/pfctl.c
3447
else if (!strcmp(state_kill[0], "source"))
sbin/pfctl/pfctl.c
3567
return (strcmp(a->ioc.name, b->ioc.name));
sbin/pfctl/pfctl.c
3635
return (strcmp(a->ioc.name, b->ioc.name));
sbin/pfctl/pfctl.c
782
if (strcmp(tokens[2], "->") == 0) {
sbin/pfctl/pfctl.c
785
} else if (strcmp(tokens[2], "<-") == 0) {
sbin/pfctl/pfctl_optimize.c
1059
if (strcmp(a->dst.addr.v.ifname, b->dst.addr.v.ifname) != 0 ||
sbin/pfctl/pfctl_optimize.c
1069
return (strcmp(a->dst.addr.v.tblname, b->dst.addr.v.tblname));
sbin/pfctl/pfctl_optimize.c
1094
if (strcmp(a->ifname, b->ifname) || a->ifname[0] == '\0')
sbin/pfctl/pfctl_optimize.c
1131
if (strcmp(a->src.addr.v.ifname, b->src.addr.v.ifname) != 0 ||
sbin/pfctl/pfctl_optimize.c
1141
return (strcmp(a->src.addr.v.tblname, b->src.addr.v.tblname));
sbin/pfctl/pfctl_osfp.c
893
if (strcmp(tcpopts, ".") == 0)
sbin/pfctl/pfctl_parser.c
1505
if (p->af == AF_LINK && strcmp(p->ifname, ifa_name) == 0)
sbin/pfctl/pfctl_parser.c
1633
if (last_if == NULL || strcmp(last_if, p->ifname))
sbin/pfctl/pfctl_parser.c
1684
if (!strcmp(p->ifname, filter))
sbin/pfctl/pfctl_parser.c
1743
if (!strcmp(p+1, "network"))
sbin/pfctl/pfctl_parser.c
1745
else if (!strcmp(p+1, "broadcast"))
sbin/pfctl/pfctl_parser.c
1747
else if (!strcmp(p+1, "peer"))
sbin/pfctl/pfctl_parser.c
1749
else if (!strcmp(p+1, "0"))
sbin/pfctl/pfctl_parser.c
1828
if ((p = strrchr(ps, ':')) != NULL && !strcmp(p, ":0")) {
sbin/pfctl/pfctl_parser.c
1899
if (strcmp(s, "weight") == 0) {
sbin/pfctl/pfctl_parser.c
2013
if (type == p->type && !strcmp(anchor, p->anchor))
sbin/pfctl/pfctl_parser.c
254
if (!strcmp(w, icmp_type[i].name))
sbin/pfctl/pfctl_parser.c
259
if (!strcmp(w, icmp6_type[i].name))
sbin/pfctl/pfctl_parser.c
295
!strcmp(w, icmp_code[i].name))
sbin/pfctl/pfctl_parser.c
301
!strcmp(w, icmp6_code[i].name))
sbin/pfctl/pfctl_parser.c
336
if (!strcmp(buf, c->c_name) && c->c_val != INTERNAL_NOPRI)
sbin/pfctl/pfctl_queue.c
101
if (iface != NULL && strcmp(node->qs.ifname, iface))
sbin/pfctl/pfctl_queue.c
178
if (!strcmp(node->qs.qname, qname)
sbin/pfctl/pfctl_queue.c
179
&& !(strcmp(node->qs.ifname, ifname)))
sbin/pfctl/pfctl_queue.c
85
if (iface != NULL && strcmp(node->qs.ifname, iface))
sbin/pfctl/pfctl_radix.c
544
if (!strcmp(file, "-"))
sbin/pfctl/pfctl_radix.c
68
return (strcmp(p->pfrkt_anchor, q->pfrkt_anchor));
sbin/pfctl/pfctl_table.c
154
if (!strcmp(command, "-F")) {
sbin/pfctl/pfctl_table.c
159
} else if (!strcmp(command, "-s")) {
sbin/pfctl/pfctl_table.c
186
} else if (!strcmp(command, "kill")) {
sbin/pfctl/pfctl_table.c
191
} else if (!strcmp(command, "flush")) {
sbin/pfctl/pfctl_table.c
196
} else if (!strcmp(command, "add")) {
sbin/pfctl/pfctl_table.c
212
} else if (!strcmp(command, "delete")) {
sbin/pfctl/pfctl_table.c
227
} else if (!strcmp(command, "replace")) {
sbin/pfctl/pfctl_table.c
259
} else if (!strcmp(command, "expire")) {
sbin/pfctl/pfctl_table.c
298
} else if (!strcmp(command, "show")) {
sbin/pfctl/pfctl_table.c
320
} else if (!strcmp(command, "test")) {
sbin/pfctl/pfctl_table.c
349
} else if (!strcmp(command, "zero") && (argc || file != NULL)) {
sbin/pfctl/pfctl_table.c
364
} else if (!strcmp(command, "zero")) {
sbin/pfctl/pfctl_table.c
601
if (!strcmp(anchorname, t->pfrt_anchor))
sbin/pfctl/pfctl_table.c
603
if (!strcmp(tablename, t->pfrt_name))
sbin/pflogd/pflogd.c
626
if (strcmp("-P", argv[1]) == 0)
sbin/ping/ping.c
1835
if (strcmp(key, t->keyword) == 0) {
sbin/ping/ping.c
273
if (strcmp("ping6", __progname) == 0) {
sbin/quotacheck/quotacheck.c
231
if (strcmp(fs->fs_type, FSTAB_RW))
sbin/quotacheck/quotacheck.c
233
if (strcmp(fs->fs_vfstype, "ffs") &&
sbin/quotacheck/quotacheck.c
234
strcmp(fs->fs_vfstype, "ufs") &&
sbin/quotacheck/quotacheck.c
235
strcmp(fs->fs_vfstype, "mfs"))
sbin/quotacheck/quotacheck.c
484
if (rv && strcmp(realtarget, realargv) == 0)
sbin/quotacheck/quotacheck.c
514
if (strcmp(targetdev, argvdev) == 0)
sbin/quotacheck/quotacheck.c
560
if (type == USRQUOTA && strcmp(opt, usrname) == 0)
sbin/quotacheck/quotacheck.c
562
if (type == GRPQUOTA && strcmp(opt, grpname) == 0)
sbin/reboot/reboot.c
87
if (!strcmp(p, "halt")) {
sbin/resolvd/resolvd.c
524
strcmp(learning[i].ip, learning[j].ip) == 0) {
sbin/restore/dirs.c
251
if (dp != NULL && strcmp(dp->d_name, ".") == 0)
sbin/restore/dirs.c
256
if (dp != NULL && strcmp(dp->d_name, "..") == 0)
sbin/restore/dirs.c
497
if (dp->d_ino == 0 && strcmp(dp->d_name, "/") == 0)
sbin/restore/interactive.c
457
if (strcmp(rawname, ".") == 0 || strncmp(rawname, "./", 2) == 0)
sbin/restore/interactive.c
550
if (!vflag && (strcmp(dp->d_name, ".") == 0 ||
sbin/restore/interactive.c
551
strcmp(dp->d_name, "..") == 0))
sbin/restore/interactive.c
754
return (strcmp(((struct afile *)f1)->fname,
sbin/restore/restore.c
88
if (strcmp(name, myname(ep)) == 0) {
sbin/restore/symtab.c
152
if (strcmp(ep->e_name, buf) == 0)
sbin/restore/symtab.c
324
if (strcmp(gentempname(ep), ep->e_name) == 0)
sbin/restore/tape.c
155
if (strcmp(source, "-") == 0) {
sbin/restore/tape.c
354
if (strcmp(buf, "none") == 0) {
sbin/route/route.c
2037
return (strcmp(key, ((struct keytab *)kt)->kt_cp));
sbin/route/route.c
955
if (strcmp(s, "default") == 0) {
sbin/route/show.c
319
if (strcmp(label, so_label.rtlabel.sr_label))
sbin/route/show.c
552
!strcmp(cp + 1, domain))
sbin/savecore/savecore.c
318
if (strcmp(vers, core_vers) && kernel == 0) {
sbin/savecore/savecore.c
559
if (strcmp(name, "??") == 0) {
sbin/scsi/scsi.c
282
if (strcmp(flag, "-o") == 0)
sbin/scsi/scsi.c
287
else if (strcmp(flag, "-i") == 0)
sbin/scsi/scsi.c
308
if (strcmp(data_fmt, "-") == 0) {
sbin/scsi/scsi.c
350
if (strcmp(data_fmt, "-") == 0) /* stdout */
sbin/slaacd/frontend.c
557
if (strcmp(if_name, ifa->ifa_name) != 0)
sbin/slaacd/frontend.c
858
if (strcmp(rl->sr_label, SLAACD_RTA_LABEL) != 0)
sbin/swapctl/swapctl.c
122
if (strcmp(__progname, "swapon") == 0)
sbin/swapctl/swapctl.c
208
if (strcmp(tflag, "blk") != 0 &&
sbin/swapctl/swapctl.c
209
strcmp(tflag, "noblk") != 0)
sbin/swapctl/swapctl.c
273
if (strcmp(tflag, "blk") != 0 &&
sbin/swapctl/swapctl.c
274
strcmp(tflag, "noblk") != 0)
sbin/swapctl/swapctl.c
343
if (strcmp(tflag, "blk") == 0)
sbin/swapctl/swapctl.c
345
else if (strcmp(tflag, "noblk") == 0)
sbin/swapctl/swapctl.c
355
if (strcmp(fp->fs_type, "sw") != 0)
sbin/sysctl/sysctl.c
1334
if (!strcmp(vfc.vfc_name, MOUNT_FFS)) {
sbin/sysctl/sysctl.c
1338
if (!strcmp(vfc.vfc_name, MOUNT_NFS)) {
sbin/sysctl/sysctl.c
1342
if (!strcmp(vfc.vfc_name, MOUNT_FUSEFS)) {
sbin/sysctl/sysctl.c
2599
if (strcmp(devname, snsrdev.xname) == 0)
sbin/sysctl/sysctl.c
2602
if (strcmp(devname, snsrdev.xname) != 0) {
sbin/sysctl/sysctl.c
2636
if (strcmp(typename, sensor_type_s[type]) == 0)
sbin/sysctl/sysctl.c
2960
strcmp(name, namelist->list[i].ctl_name) == 0)
sbin/ttyflags/ttyflags.c
117
strcmp(tep->ty_type, "network") == 0)
sbin/tunefs/tunefs.c
131
if (strcmp(optarg, chg[FS_OPTSPACE]) == 0)
sbin/tunefs/tunefs.c
133
else if (strcmp(optarg, chg[FS_OPTTIME]) == 0)
sbin/unwind/frontend.c
1393
cmp = strcmp(i->ta, ta->ta);
sbin/unwind/frontend.c
1428
if (j == NULL || strcmp(i->ta, j->ta) != 0) {
sbin/unwind/libunbound/dns64/dns64.c
582
&& !strcmp((char*)&qstate->qinfo.qname[64], "\03ip6\04arpa")) {
sbin/unwind/libunbound/libunbound/libunbound.c
1012
strcmp(ctx->env->cfg->forwards->name, ".") != 0)) {
sbin/unwind/libunbound/libunbound/libunbound.c
991
strcmp(ctx->env->cfg->forwards->name, ".") == 0)) {
sbin/unwind/libunbound/respip/respip.c
198
if(strcmp(actnstr, "deny") == 0)
sbin/unwind/libunbound/respip/respip.c
200
else if(strcmp(actnstr, "redirect") == 0)
sbin/unwind/libunbound/respip/respip.c
202
else if(strcmp(actnstr, "inform") == 0)
sbin/unwind/libunbound/respip/respip.c
204
else if(strcmp(actnstr, "inform_deny") == 0)
sbin/unwind/libunbound/respip/respip.c
206
else if(strcmp(actnstr, "inform_redirect") == 0)
sbin/unwind/libunbound/respip/respip.c
208
else if(strcmp(actnstr, "always_transparent") == 0)
sbin/unwind/libunbound/respip/respip.c
210
else if(strcmp(actnstr, "always_refuse") == 0)
sbin/unwind/libunbound/respip/respip.c
212
else if(strcmp(actnstr, "always_nxdomain") == 0)
sbin/unwind/libunbound/respip/respip.c
214
else if(strcmp(actnstr, "always_nodata") == 0)
sbin/unwind/libunbound/respip/respip.c
216
else if(strcmp(actnstr, "always_deny") == 0)
sbin/unwind/libunbound/services/authzone.c
3912
if(strcmp(p->host, host) == 0)
sbin/unwind/libunbound/services/authzone.c
579
if(strcmp(fallbackstr, "yes") != 0 && strcmp(fallbackstr, "no") != 0){
sbin/unwind/libunbound/services/authzone.c
584
z->fallback_enabled = (strcmp(fallbackstr, "yes")==0);
sbin/unwind/libunbound/services/listen_dnsport.c
1730
if(strcmp(ifa->ifa_name, search_ifa) != 0)
sbin/unwind/libunbound/services/localzone.c
1972
if(strcmp(type, "deny") == 0)
sbin/unwind/libunbound/services/localzone.c
1974
else if(strcmp(type, "refuse") == 0)
sbin/unwind/libunbound/services/localzone.c
1976
else if(strcmp(type, "static") == 0)
sbin/unwind/libunbound/services/localzone.c
1978
else if(strcmp(type, "transparent") == 0)
sbin/unwind/libunbound/services/localzone.c
1980
else if(strcmp(type, "typetransparent") == 0)
sbin/unwind/libunbound/services/localzone.c
1982
else if(strcmp(type, "redirect") == 0)
sbin/unwind/libunbound/services/localzone.c
1984
else if(strcmp(type, "inform") == 0)
sbin/unwind/libunbound/services/localzone.c
1986
else if(strcmp(type, "inform_deny") == 0)
sbin/unwind/libunbound/services/localzone.c
1988
else if(strcmp(type, "inform_redirect") == 0)
sbin/unwind/libunbound/services/localzone.c
1990
else if(strcmp(type, "always_transparent") == 0)
sbin/unwind/libunbound/services/localzone.c
1992
else if(strcmp(type, "block_a") == 0)
sbin/unwind/libunbound/services/localzone.c
1994
else if(strcmp(type, "always_refuse") == 0)
sbin/unwind/libunbound/services/localzone.c
1996
else if(strcmp(type, "always_nxdomain") == 0)
sbin/unwind/libunbound/services/localzone.c
1998
else if(strcmp(type, "always_nodata") == 0)
sbin/unwind/libunbound/services/localzone.c
2000
else if(strcmp(type, "always_deny") == 0)
sbin/unwind/libunbound/services/localzone.c
2002
else if(strcmp(type, "always_null") == 0)
sbin/unwind/libunbound/services/localzone.c
2004
else if(strcmp(type, "noview") == 0)
sbin/unwind/libunbound/services/localzone.c
2006
else if(strcmp(type, "truncate") == 0)
sbin/unwind/libunbound/services/localzone.c
2008
else if(strcmp(type, "nodefault") == 0)
sbin/unwind/libunbound/services/mesh.c
91
return strcmp(v_a, v_b);
sbin/unwind/libunbound/services/modstack.c
328
if(strcmp(stack->mod[i]->name, name) == 0)
sbin/unwind/libunbound/services/rpz.c
1662
(strcmp(trigger,"qname")==0?"":trigger),
sbin/unwind/libunbound/services/rpz.c
1663
(strcmp(trigger,"qname")==0?"":" "),
sbin/unwind/libunbound/services/rpz.c
2452
if(strcmp(nm, zn) != 0)
sbin/unwind/libunbound/services/rpz.c
2606
if(strcmp(zn, nm) != 0)
sbin/unwind/libunbound/services/rpz.c
2783
if(strcmp(zn, nm) != 0)
sbin/unwind/libunbound/services/rpz.c
89
if(strcmp(a, "nxdomain") == 0) return RPZ_NXDOMAIN_ACTION;
sbin/unwind/libunbound/services/rpz.c
90
else if(strcmp(a, "nodata") == 0) return RPZ_NODATA_ACTION;
sbin/unwind/libunbound/services/rpz.c
91
else if(strcmp(a, "passthru") == 0) return RPZ_PASSTHRU_ACTION;
sbin/unwind/libunbound/services/rpz.c
92
else if(strcmp(a, "drop") == 0) return RPZ_DROP_ACTION;
sbin/unwind/libunbound/services/rpz.c
93
else if(strcmp(a, "tcp_only") == 0) return RPZ_TCP_ONLY_ACTION;
sbin/unwind/libunbound/services/rpz.c
94
else if(strcmp(a, "cname") == 0) return RPZ_CNAME_OVERRIDE_ACTION;
sbin/unwind/libunbound/services/rpz.c
95
else if(strcmp(a, "disabled") == 0) return RPZ_DISABLED_ACTION;
sbin/unwind/libunbound/services/view.c
54
return strcmp(a->name, b->name);
sbin/unwind/libunbound/sldns/str2wire.c
1408
if(strcmp(val, "0") == 0) {
sbin/unwind/libunbound/sldns/str2wire.c
1937
if(strcmp(str, "0") == 0) {
sbin/unwind/libunbound/sldns/str2wire.c
2028
if(t == 0 && strcmp(token, "TYPE0") != 0)
sbin/unwind/libunbound/sldns/str2wire.c
2071
if(t == 0 && strcmp(str, "TYPE0") != 0)
sbin/unwind/libunbound/sldns/str2wire.c
2083
if(c == 0 && strcmp(str, "CLASS0") != 0)
sbin/unwind/libunbound/sldns/str2wire.c
2466
else if(strcmp(token, "0") == 0) serv_port=0;
sbin/unwind/libunbound/sldns/str2wire.c
2651
if(strcmp(token, ".") != 0)
sbin/unwind/libunbound/sldns/str2wire.c
290
if(*cl == 0 && strcmp(token, "CLASS0") != 0) {
sbin/unwind/libunbound/sldns/str2wire.c
311
if(*tp == 0 && strcmp(token, "TYPE0") != 0) {
sbin/unwind/libunbound/sldns/str2wire.c
492
if(strcmp(token, "@") == 0) {
sbin/unwind/libunbound/sldns/str2wire.c
806
strcmp(token, "0")!=0) {
sbin/unwind/libunbound/sldns/str2wire.c
837
if(strcmp(token, "") != 0)
sbin/unwind/libunbound/util/config_file.c
1025
#define O_DEC(opt, str, var) if(strcmp(opt, str)==0) \
sbin/unwind/libunbound/util/config_file.c
1029
#define O_UNS(opt, str, var) if(strcmp(opt, str)==0) \
sbin/unwind/libunbound/util/config_file.c
1033
#define O_YNO(opt, str, var) if(strcmp(opt, str)==0) \
sbin/unwind/libunbound/util/config_file.c
1036
#define O_STR(opt, str, var) if(strcmp(opt, str)==0) \
sbin/unwind/libunbound/util/config_file.c
1039
#define O_IFC(opt, str, num, arr) if(strcmp(opt, str)==0) \
sbin/unwind/libunbound/util/config_file.c
1042
#define O_MEM(opt, str, var) if(strcmp(opt, str)==0) { \
sbin/unwind/libunbound/util/config_file.c
1049
#define O_LST(opt, name, lst) if(strcmp(opt, name)==0) { \
sbin/unwind/libunbound/util/config_file.c
1055
#define O_LS2(opt, name, lst) if(strcmp(opt, name)==0) { \
sbin/unwind/libunbound/util/config_file.c
1063
#define O_LS3(opt, name, lst) if(strcmp(opt, name)==0) { \
sbin/unwind/libunbound/util/config_file.c
1071
#define O_LTG(opt, name, lst) if(strcmp(opt, name)==0) { \
sbin/unwind/libunbound/util/config_file.c
1590
if(strcmp(p->name, nm) == 0)
sbin/unwind/libunbound/util/config_file.c
1914
if (value == 0 && strcmp(str, "0") != 0) {
sbin/unwind/libunbound/util/config_file.c
2063
if(strcmp(str, "syntax error")==0 && cfg_parser->started_toplevel ==0)
sbin/unwind/libunbound/util/config_file.c
2122
if(strcmp(s->str, item) == 0) {
sbin/unwind/libunbound/util/config_file.c
2341
if(strcmp(cfg->tagname[i], tag) == 0)
sbin/unwind/libunbound/util/config_file.c
2690
if(strcmp(type, "nodefault")==0) {
sbin/unwind/libunbound/util/config_file.c
2694
} else if(strcmp(type, "ipset")==0) {
sbin/unwind/libunbound/util/config_file.c
2825
if(strcmp(cfg->directory, "%EXECUTABLE%") == 0) {
sbin/unwind/libunbound/util/config_file.c
468
if(atoi(val) == 0 && strcmp(val, "0") != 0) return 0
sbin/unwind/libunbound/util/config_file.c
477
if(strcmp(val, "yes") != 0 && strcmp(val, "no") != 0) return 0
sbin/unwind/libunbound/util/config_file.c
479
#define S_NUMBER_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
sbin/unwind/libunbound/util/config_file.c
482
#define S_NUMBER_NONZERO(str, var) if(strcmp(opt, str) == 0) \
sbin/unwind/libunbound/util/config_file.c
485
#define S_UNSIGNED_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
sbin/unwind/libunbound/util/config_file.c
488
#define S_SIZET_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
sbin/unwind/libunbound/util/config_file.c
491
#define S_SIZET_NONZERO(str, var) if(strcmp(opt, str) == 0) \
sbin/unwind/libunbound/util/config_file.c
494
#define S_YNO(str, var) if(strcmp(opt, str) == 0) \
sbin/unwind/libunbound/util/config_file.c
495
{ IS_YES_OR_NO; cfg->var = (strcmp(val, "yes") == 0); }
sbin/unwind/libunbound/util/config_file.c
497
#define S_MEMSIZE(str, var) if(strcmp(opt, str)==0) \
sbin/unwind/libunbound/util/config_file.c
500
#define S_POW2(str, var) if(strcmp(opt, str)==0) \
sbin/unwind/libunbound/util/config_file.c
503
#define S_STR(str, var) if(strcmp(opt, str)==0) \
sbin/unwind/libunbound/util/config_file.c
506
#define S_STRLIST(str, var) if(strcmp(opt, str)==0) \
sbin/unwind/libunbound/util/config_file.c
509
#define S_STRLIST_UNIQ(str, var) if(strcmp(opt, str)==0) \
sbin/unwind/libunbound/util/config_file.c
513
#define S_STRLIST_APPEND(str, var) if(strcmp(opt, str)==0) \
sbin/unwind/libunbound/util/config_file.c
545
else if(strcmp(opt, "statistics-interval:") == 0) {
sbin/unwind/libunbound/util/config_file.c
546
if(strcmp(val, "0") == 0 || strcmp(val, "") == 0)
sbin/unwind/libunbound/util/config_file.c
551
} else if(strcmp(opt, "num-threads:") == 0) {
sbin/unwind/libunbound/util/config_file.c
554
} else if(strcmp(opt, "outgoing-port-permit:") == 0) {
sbin/unwind/libunbound/util/config_file.c
557
} else if(strcmp(opt, "outgoing-port-avoid:") == 0) {
sbin/unwind/libunbound/util/config_file.c
560
} else if(strcmp(opt, "local-zone:") == 0) {
sbin/unwind/libunbound/util/config_file.c
562
} else if(strcmp(opt, "val-override-date:") == 0) {
sbin/unwind/libunbound/util/config_file.c
563
if(strcmp(val, "") == 0 || strcmp(val, "0") == 0) {
sbin/unwind/libunbound/util/config_file.c
572
} else if(strcmp(opt, "local-data-ptr:") == 0) {
sbin/unwind/libunbound/util/config_file.c
575
} else if(strcmp(opt, "logfile:") == 0) {
sbin/unwind/libunbound/util/config_file.c
580
else if(strcmp(opt, "log-time-ascii:") == 0)
sbin/unwind/libunbound/util/config_file.c
581
{ IS_YES_OR_NO; cfg->log_time_ascii = (strcmp(val, "yes") == 0);
sbin/unwind/libunbound/util/config_file.c
583
else if(strcmp(opt, "log-time-iso:") == 0)
sbin/unwind/libunbound/util/config_file.c
584
{ IS_YES_OR_NO; cfg->log_time_iso = (strcmp(val, "yes") == 0);
sbin/unwind/libunbound/util/config_file.c
667
else if(strcmp(opt, "cache-max-ttl:") == 0)
sbin/unwind/libunbound/util/config_file.c
669
else if(strcmp(opt, "cache-max-negative-ttl:") == 0)
sbin/unwind/libunbound/util/config_file.c
671
else if(strcmp(opt, "cache-min-negative-ttl:") == 0)
sbin/unwind/libunbound/util/config_file.c
673
else if(strcmp(opt, "cache-min-ttl:") == 0)
sbin/unwind/libunbound/util/config_file.c
675
else if(strcmp(opt, "infra-cache-min-rtt:") == 0) {
sbin/unwind/libunbound/util/config_file.c
679
else if(strcmp(opt, "infra-cache-max-rtt:") == 0) {
sbin/unwind/libunbound/util/config_file.c
700
else if(strcmp(opt, "nsid:") == 0) {
sbin/unwind/libunbound/util/config_file.c
753
else if(strcmp(opt, "serve-expired:") == 0)
sbin/unwind/libunbound/util/config_file.c
754
{ IS_YES_OR_NO; cfg->serve_expired = (strcmp(val, "yes") == 0);
sbin/unwind/libunbound/util/config_file.c
756
else if(strcmp(opt, "serve-expired-ttl:") == 0)
sbin/unwind/libunbound/util/config_file.c
758
else if(strcmp(opt, "serve-expired-ttl-reset:") == 0)
sbin/unwind/libunbound/util/config_file.c
759
{ IS_YES_OR_NO; cfg->serve_expired_ttl_reset = (strcmp(val, "yes") == 0);
sbin/unwind/libunbound/util/config_file.c
761
else if(strcmp(opt, "serve-expired-reply-ttl:") == 0)
sbin/unwind/libunbound/util/config_file.c
777
else if(strcmp(opt, "permit-small-holddown:") == 0)
sbin/unwind/libunbound/util/config_file.c
778
{ IS_YES_OR_NO; cfg->permit_small_holddown = (strcmp(val, "yes") == 0);
sbin/unwind/libunbound/util/config_file.c
854
else if(strcmp(opt, "ip-ratelimit-cookie:") == 0) {
sbin/unwind/libunbound/util/config_file.c
858
else if(strcmp(opt, "ip-ratelimit:") == 0) {
sbin/unwind/libunbound/util/config_file.c
862
else if(strcmp(opt, "ratelimit:") == 0) {
sbin/unwind/libunbound/util/config_file.c
889
else if(strcmp(opt, "ipsecmod-max-ttl:") == 0)
sbin/unwind/libunbound/util/config_file.c
899
else if(strcmp(opt, "define-tag:") ==0) {
sbin/unwind/libunbound/util/config_file.c
903
} else if(strcmp(opt, "val-sig-skew-min:") == 0)
sbin/unwind/libunbound/util/config_file.c
905
else if(strcmp(opt, "val-sig-skew-max:") == 0)
sbin/unwind/libunbound/util/config_file.c
907
else if(strcmp(opt, "val-max-restart:") == 0)
sbin/unwind/libunbound/util/config_file.c
909
else if (strcmp(opt, "outgoing-interface:") == 0) {
sbin/unwind/libunbound/util/configparser.y
1010
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1021
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1023
else cfg_parser->cfg->do_tcp_keepalive = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1030
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1043
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1056
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1058
else cfg_parser->cfg->tcp_upstream = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1065
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1067
else cfg_parser->cfg->udp_upstream_without_downstream = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1074
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1076
else cfg_parser->cfg->ssl_upstream = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1113
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1115
else cfg_parser->cfg->tls_win_cert = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1152
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1154
else cfg_parser->cfg->tls_use_sni = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1187
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1211
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1213
else cfg_parser->cfg->http_nodelay = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1219
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1221
else cfg_parser->cfg->http_notls_downstream = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1247
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1249
else cfg_parser->cfg->use_systemd = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1256
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1258
else cfg_parser->cfg->do_daemonize = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1265
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1267
else cfg_parser->cfg->use_syslog = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1269
if(strcmp($2, "yes") == 0)
sbin/unwind/libunbound/util/configparser.y
1279
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1281
else cfg_parser->cfg->log_time_ascii = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1288
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1290
else cfg_parser->cfg->log_time_iso = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1297
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1299
else cfg_parser->cfg->log_queries = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1306
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1308
else cfg_parser->cfg->log_replies = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1315
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1317
else cfg_parser->cfg->log_tag_queryreply = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1324
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1326
else cfg_parser->cfg->log_servfail = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1333
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1335
else cfg_parser->cfg->log_destaddr = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1342
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1344
else cfg_parser->cfg->log_local_actions = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1458
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1462
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1469
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1473
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1487
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1489
else cfg_parser->cfg->hide_identity = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1496
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1498
else cfg_parser->cfg->hide_version = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1505
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1507
else cfg_parser->cfg->hide_trustanchor = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1514
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1516
else cfg_parser->cfg->hide_http_user_agent = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1576
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1579
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1586
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1589
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1596
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1599
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1606
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1682
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1691
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1700
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1702
else cfg_parser->cfg->udp_connect = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1709
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1712
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1719
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1722
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1750
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1797
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1806
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1815
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1818
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1832
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1835
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1842
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1845
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1852
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1855
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1862
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1865
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1872
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1875
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1882
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1885
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1892
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1895
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1902
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1905
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1912
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1915
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1922
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1925
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1953
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1955
else cfg_parser->cfg->prefetch = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1962
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1964
else cfg_parser->cfg->prefetch_key = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1971
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1973
else cfg_parser->cfg->deny_any = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
1980
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
1996
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
1999
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2030
if(*$2 == '\0' || strcmp($2, "0") == 0) {
sbin/unwind/libunbound/util/configparser.y
2048
if(*$2 == '\0' || strcmp($2, "0") == 0) {
sbin/unwind/libunbound/util/configparser.y
2061
if(*$2 == '\0' || strcmp($2, "0") == 0) {
sbin/unwind/libunbound/util/configparser.y
2074
if(*$2 == '\0' || strcmp($2, "0") == 0) {
sbin/unwind/libunbound/util/configparser.y
2087
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2096
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2105
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2114
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2123
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2132
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2135
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2142
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2145
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2152
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2156
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2163
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2165
else cfg_parser->cfg->ignore_cd = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2172
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2174
else cfg_parser->cfg->disable_edns_do = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2181
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2183
else cfg_parser->cfg->serve_expired = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2190
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2199
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2201
else cfg_parser->cfg->serve_expired_ttl_reset = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2208
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2217
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2226
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2228
else cfg_parser->cfg->ede_serve_expired = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2235
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2237
else cfg_parser->cfg->serve_original_ttl = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2244
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2247
else fake_dsa = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2257
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2260
else fake_sha1 = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2270
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2286
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2288
else cfg_parser->cfg->zonemd_permissive_mode = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2295
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2304
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2313
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2322
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2325
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2361
if(strcmp($3, "static")!=0 && strcmp($3, "deny")!=0 &&
sbin/unwind/libunbound/util/configparser.y
2362
strcmp($3, "refuse")!=0 && strcmp($3, "redirect")!=0 &&
sbin/unwind/libunbound/util/configparser.y
2363
strcmp($3, "transparent")!=0 && strcmp($3, "nodefault")!=0
sbin/unwind/libunbound/util/configparser.y
2364
&& strcmp($3, "typetransparent")!=0
sbin/unwind/libunbound/util/configparser.y
2365
&& strcmp($3, "always_transparent")!=0
sbin/unwind/libunbound/util/configparser.y
2366
&& strcmp($3, "block_a")!=0
sbin/unwind/libunbound/util/configparser.y
2367
&& strcmp($3, "always_refuse")!=0
sbin/unwind/libunbound/util/configparser.y
2368
&& strcmp($3, "always_nxdomain")!=0
sbin/unwind/libunbound/util/configparser.y
2369
&& strcmp($3, "always_nodata")!=0
sbin/unwind/libunbound/util/configparser.y
2370
&& strcmp($3, "always_deny")!=0
sbin/unwind/libunbound/util/configparser.y
2371
&& strcmp($3, "always_null")!=0
sbin/unwind/libunbound/util/configparser.y
2372
&& strcmp($3, "noview")!=0
sbin/unwind/libunbound/util/configparser.y
2373
&& strcmp($3, "inform")!=0 && strcmp($3, "inform_deny")!=0
sbin/unwind/libunbound/util/configparser.y
2374
&& strcmp($3, "inform_redirect") != 0
sbin/unwind/libunbound/util/configparser.y
2375
&& strcmp($3, "ipset") != 0) {
sbin/unwind/libunbound/util/configparser.y
2385
} else if(strcmp($3, "nodefault")==0) {
sbin/unwind/libunbound/util/configparser.y
2391
} else if(strcmp($3, "ipset")==0) {
sbin/unwind/libunbound/util/configparser.y
2439
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2442
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2449
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2452
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2487
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2502
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2531
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2533
else cfg_parser->cfg->dns64_synthall = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2731
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2740
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2749
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2800
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2815
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
sbin/unwind/libunbound/util/configparser.y
2830
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2839
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2848
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2851
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2858
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2861
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2868
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2877
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2886
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2910
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
2919
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2922
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2929
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2932
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2939
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2942
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2958
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2961
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2978
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2980
else cfg_parser->cfg->ipsecmod_enabled = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
2991
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
2993
else cfg_parser->cfg->ipsecmod_ignore_bogus = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3016
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
3042
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3044
else cfg_parser->cfg->ipsecmod_strict = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3064
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
3075
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3077
else cfg_parser->cfg->ede = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3084
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3086
else cfg_parser->cfg->dns_error_reporting = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3124
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3126
else cfg_parser->cfg->stubs->isfirst=(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3133
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3135
else cfg_parser->cfg->stubs->no_cache=(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3142
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3145
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3152
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3155
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3162
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3165
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3196
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3198
else cfg_parser->cfg->forwards->isfirst=(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3205
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3207
else cfg_parser->cfg->forwards->no_cache=(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3214
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3217
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3224
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3227
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3273
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3276
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3283
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3286
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3293
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3296
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3303
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3306
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3313
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3316
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3333
if(strcmp($3, "static")!=0 && strcmp($3, "deny")!=0 &&
sbin/unwind/libunbound/util/configparser.y
3334
strcmp($3, "refuse")!=0 && strcmp($3, "redirect")!=0 &&
sbin/unwind/libunbound/util/configparser.y
3335
strcmp($3, "transparent")!=0 && strcmp($3, "nodefault")!=0
sbin/unwind/libunbound/util/configparser.y
3336
&& strcmp($3, "typetransparent")!=0
sbin/unwind/libunbound/util/configparser.y
3337
&& strcmp($3, "always_transparent")!=0
sbin/unwind/libunbound/util/configparser.y
3338
&& strcmp($3, "always_refuse")!=0
sbin/unwind/libunbound/util/configparser.y
3339
&& strcmp($3, "always_nxdomain")!=0
sbin/unwind/libunbound/util/configparser.y
3340
&& strcmp($3, "always_nodata")!=0
sbin/unwind/libunbound/util/configparser.y
3341
&& strcmp($3, "always_deny")!=0
sbin/unwind/libunbound/util/configparser.y
3342
&& strcmp($3, "always_null")!=0
sbin/unwind/libunbound/util/configparser.y
3343
&& strcmp($3, "noview")!=0
sbin/unwind/libunbound/util/configparser.y
3344
&& strcmp($3, "inform")!=0 && strcmp($3, "inform_deny")!=0
sbin/unwind/libunbound/util/configparser.y
3345
&& strcmp($3, "inform_redirect") != 0
sbin/unwind/libunbound/util/configparser.y
3346
&& strcmp($3, "ipset") != 0) {
sbin/unwind/libunbound/util/configparser.y
3356
} else if(strcmp($3, "nodefault")==0) {
sbin/unwind/libunbound/util/configparser.y
3362
} else if(strcmp($3, "ipset")==0) {
sbin/unwind/libunbound/util/configparser.y
3430
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3432
else cfg_parser->cfg->views->isfirst=(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3451
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3454
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3477
cfg_parser->cfg->control_use_cert = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3534
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3536
else cfg_parser->cfg->dnstap = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3543
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3546
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3567
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3569
else cfg_parser->cfg->dnstap_tls = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3604
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3606
else cfg_parser->cfg->dnstap_send_identity = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3613
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3615
else cfg_parser->cfg->dnstap_send_version = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3636
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3639
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3646
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3649
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3656
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3659
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3666
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3669
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3676
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3679
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3686
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3689
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3696
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
3741
if (strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3744
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3792
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3794
else cfg_parser->cfg->dnscrypt = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3929
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3931
else cfg_parser->cfg->cachedb_no_store = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
3942
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
3944
else cfg_parser->cfg->cachedb_check_when_serve_expired = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
4083
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4096
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4109
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4122
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4135
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
4137
else cfg_parser->cfg->redis_expire_records = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
4150
if((db == 0 && strcmp($2, "0") != 0) || db < 0)
sbin/unwind/libunbound/util/configparser.y
4165
if((db == 0 && strcmp($2, "0") != 0) || db < 0)
sbin/unwind/libunbound/util/configparser.y
4188
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
4190
else cfg_parser->cfg->do_answer_cookie = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
4220
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4229
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4238
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
4247
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
4250
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
4300
if(strcmp(action, "deny")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4301
strcmp(action, "redirect")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4302
strcmp(action, "inform")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4303
strcmp(action, "inform_deny")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4304
strcmp(action, "always_transparent")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4305
strcmp(action, "always_refuse")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4306
strcmp(action, "always_nxdomain")!=0)
sbin/unwind/libunbound/util/configparser.y
4317
if(strcmp(action, "deny")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4318
strcmp(action, "refuse")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4319
strcmp(action, "deny_non_local")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4320
strcmp(action, "refuse_non_local")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4321
strcmp(action, "allow_setrd")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4322
strcmp(action, "allow")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4323
strcmp(action, "allow_snoop")!=0 &&
sbin/unwind/libunbound/util/configparser.y
4324
strcmp(action, "allow_cookie")!=0)
sbin/unwind/libunbound/util/configparser.y
493
if(strcmp($2, "nxdomain")!=0 && strcmp($2, "nodata")!=0 &&
sbin/unwind/libunbound/util/configparser.y
494
strcmp($2, "passthru")!=0 && strcmp($2, "drop")!=0 &&
sbin/unwind/libunbound/util/configparser.y
495
strcmp($2, "cname")!=0 && strcmp($2, "disabled")!=0) {
sbin/unwind/libunbound/util/configparser.y
518
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
520
else cfg_parser->cfg->auths->rpz_log = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
535
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
537
else cfg_parser->cfg->auths->rpz_signal_nxdomain_ra = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
570
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
579
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
588
if(strcmp($2, "") == 0 || strcmp($2, "0") == 0)
sbin/unwind/libunbound/util/configparser.y
599
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
601
else cfg_parser->cfg->stat_cumulative = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
608
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
610
else cfg_parser->cfg->stat_extended = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
617
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
619
else cfg_parser->cfg->stat_inhibit_zero = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
626
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
628
else cfg_parser->cfg->shm_enable = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
635
if(strcmp($2, "") == 0 || strcmp($2, "0") == 0)
sbin/unwind/libunbound/util/configparser.y
682
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
686
(strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
708
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
725
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
742
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
759
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
776
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
791
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
860
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
869
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
878
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
880
else cfg_parser->cfg->if_automatic = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
894
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
896
else cfg_parser->cfg->do_ip4 = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
903
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
905
else cfg_parser->cfg->do_ip6 = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
912
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
914
else cfg_parser->cfg->do_nat64 = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
921
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
923
else cfg_parser->cfg->do_udp = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
930
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
932
else cfg_parser->cfg->do_tcp = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
939
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
941
else cfg_parser->cfg->prefer_ip4 = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
948
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
sbin/unwind/libunbound/util/configparser.y
950
else cfg_parser->cfg->prefer_ip6 = (strcmp($2, "yes")==0);
sbin/unwind/libunbound/util/configparser.y
957
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
966
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
975
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
988
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/configparser.y
999
if(atoi($2) == 0 && strcmp($2, "0") != 0)
sbin/unwind/libunbound/util/log.c
255
if(strcmp(type, "info") == 0) {
sbin/unwind/libunbound/util/log.c
258
} else if(strcmp(type, "warning") == 0) {
sbin/unwind/libunbound/util/log.c
261
} else if(strcmp(type, "notice") == 0
sbin/unwind/libunbound/util/log.c
262
|| strcmp(type, "debug") == 0) {
sbin/unwind/libunbound/util/net_help.c
254
if(port == 0 && strcmp(s+1,"0")!=0) {
sbin/unwind/libunbound/util/net_help.c
316
if(*net == 0 && strcmp(s+1, "0") != 0) {
sbin/unwind/libunbound/util/net_help.c
436
if(*net == 0 && strcmp(buff, "0") != 0)
sbin/unwind/libunbound/util/net_help.c
470
if(!hash && strcmp(s+1,"0")!=0)
sbin/unwind/libunbound/util/net_help.c
516
if(!hash && strcmp(s+1,"0")!=0)
sbin/unwind/parse.y
412
return (strcmp(k, ((const struct keywords *)e)->k_name));
sbin/unwind/parse.y
854
if (strcmp(nam, sym->nam) == 0)
sbin/unwind/parse.y
911
if (strcmp(nam, sym->nam) == 0) {
sbin/unwind/resolver.c
1303
strcmp("aggressive-nsec:", options[i].name) == 0) {
sbin/unwind/resolver.c
1489
if (strcmp(ctx->mods.mod[j]->name, "validator") == 0) {
sbin/unwind/resolver.c
1720
if (strcmp(a->ip, b->ip) != 0)
sbin/unwind/resolver.c
1724
if (strcmp(a->auth_name, b->auth_name) != 0)
sbin/wsconsctl/keysym.c
90
return(strcmp(((struct ksym *) a)->name, ((struct ksym *) b)->name));
sbin/wsconsctl/util.c
202
if (strcmp(field_tab->name, p) == 0)
sbin/wsconsctl/util.c
241
if (strcmp(tab[i].name, val) == 0)
sys/arch/alpha/alpha/api_up1000.c
172
scsiboot = (strcmp(b->protocol, "SCSI") == 0);
sys/arch/alpha/alpha/api_up1000.c
173
netboot = (strcmp(b->protocol, "BOOTP") == 0) ||
sys/arch/alpha/alpha/api_up1000.c
174
(strcmp(b->protocol, "MOP") == 0);
sys/arch/alpha/alpha/api_up1000.c
180
ideboot = (strcmp(b->protocol, "IDE") == 0);
sys/arch/alpha/alpha/api_up1000.c
187
if (strcmp(cd->cd_name, "pci"))
sys/arch/alpha/alpha/api_up1000.c
219
(!strcmp(cd->cd_name, "sd") ||
sys/arch/alpha/alpha/api_up1000.c
220
!strcmp(cd->cd_name, "st") ||
sys/arch/alpha/alpha/api_up1000.c
221
!strcmp(cd->cd_name, "cd"))) {
sys/arch/alpha/alpha/api_up1000.c
234
if (strcmp(cd->cd_name, "sd") &&
sys/arch/alpha/alpha/api_up1000.c
235
strcmp(cd->cd_name, "cd"))
sys/arch/alpha/alpha/api_up1000.c
239
if (strcmp(cd->cd_name, "st"))
sys/arch/alpha/alpha/api_up1000.c
255
if ((ideboot || scsiboot) && !strcmp(cd->cd_name, "wd")) {
sys/arch/alpha/alpha/api_up1000.c
257
if ((strcmp("pciide", parent->dv_cfdata->cf_driver->cd_name) != 0)) {
sys/arch/alpha/alpha/cpu.c
206
if (strcmp(ma->ma_name, cpu_cd.cd_name) != 0)
sys/arch/alpha/alpha/db_interface.c
453
if (name && strcmp(name, "alpha_pal_swpipl") == 0)
sys/arch/alpha/alpha/dec_1000a.c
155
if(strcmp(platform.iobus, "cia") == 0) {
sys/arch/alpha/alpha/dec_1000a.c
253
if (strcmp(cd->cd_name, "pci"))
sys/arch/alpha/alpha/dec_1000a.c
300
if (!strcmp(cd->cd_name, "sd") || !strcmp(cd->cd_name, "st") ||
sys/arch/alpha/alpha/dec_1000a.c
301
!strcmp(cd->cd_name, "cd")) {
sys/arch/alpha/alpha/dec_2100_a50.c
202
if (strcmp(cd->cd_name, "pci"))
sys/arch/alpha/alpha/dec_2100_a50.c
249
if (!strcmp(cd->cd_name, "sd") || !strcmp(cd->cd_name, "st") ||
sys/arch/alpha/alpha/dec_2100_a50.c
250
!strcmp(cd->cd_name, "cd")) {
sys/arch/alpha/alpha/dec_3000_300.c
165
scsiboot = (strcmp(b->protocol, "SCSI") == 0);
sys/arch/alpha/alpha/dec_3000_300.c
166
netboot = (strcmp(b->protocol, "BOOTP") == 0) ||
sys/arch/alpha/alpha/dec_3000_300.c
167
(strcmp(b->protocol, "MOP") == 0);
sys/arch/alpha/alpha/dec_3000_300.c
180
if (scsiboot && (strcmp(cd->cd_name, "tcds") == 0)) {
sys/arch/alpha/alpha/dec_3000_300.c
192
(strcmp(cd->cd_name, "asc") == 0)) {
sys/arch/alpha/alpha/dec_3000_300.c
208
(strcmp(cd->cd_name, "sd") == 0 ||
sys/arch/alpha/alpha/dec_3000_300.c
209
strcmp(cd->cd_name, "st") == 0 ||
sys/arch/alpha/alpha/dec_3000_300.c
210
strcmp(cd->cd_name, "cd") == 0)) {
sys/arch/alpha/alpha/dec_3000_300.c
223
if (strcmp(cd->cd_name, "sd") &&
sys/arch/alpha/alpha/dec_3000_300.c
224
strcmp(cd->cd_name, "cd"))
sys/arch/alpha/alpha/dec_3000_300.c
228
if (strcmp(cd->cd_name, "st"))
sys/arch/alpha/alpha/dec_3000_300.c
244
if (b->slot == 5 && strcmp(cd->cd_name, "le") == 0 &&
sys/arch/alpha/alpha/dec_3000_300.c
245
strcmp(parent->dv_cfdata->cf_driver->cd_name, "ioasic")
sys/arch/alpha/alpha/dec_3000_500.c
183
scsiboot = (strcmp(b->protocol, "SCSI") == 0);
sys/arch/alpha/alpha/dec_3000_500.c
184
netboot = (strcmp(b->protocol, "BOOTP") == 0) ||
sys/arch/alpha/alpha/dec_3000_500.c
185
(strcmp(b->protocol, "MOP") == 0);
sys/arch/alpha/alpha/dec_3000_500.c
198
if (scsiboot && (strcmp(cd->cd_name, "tcds") == 0)) {
sys/arch/alpha/alpha/dec_3000_500.c
210
(strcmp(cd->cd_name, "asc") == 0)) {
sys/arch/alpha/alpha/dec_3000_500.c
226
(strcmp(cd->cd_name, "sd") == 0 ||
sys/arch/alpha/alpha/dec_3000_500.c
227
strcmp(cd->cd_name, "st") == 0 ||
sys/arch/alpha/alpha/dec_3000_500.c
228
strcmp(cd->cd_name, "cd") == 0)) {
sys/arch/alpha/alpha/dec_3000_500.c
241
if (strcmp(cd->cd_name, "sd") &&
sys/arch/alpha/alpha/dec_3000_500.c
242
strcmp(cd->cd_name, "cd"))
sys/arch/alpha/alpha/dec_3000_500.c
246
if (strcmp(cd->cd_name, "st"))
sys/arch/alpha/alpha/dec_3000_500.c
262
if (b->slot == 7 && strcmp(cd->cd_name, "le") == 0 &&
sys/arch/alpha/alpha/dec_3000_500.c
263
strcmp(parent->dv_cfdata->cf_driver->cd_name, "ioasic")
sys/arch/alpha/alpha/dec_550.c
183
if (strcmp(cd->cd_name, "pci"))
sys/arch/alpha/alpha/dec_550.c
226
if (!strcmp(cd->cd_name, "sd") || !strcmp(cd->cd_name, "st") ||
sys/arch/alpha/alpha/dec_550.c
227
!strcmp(cd->cd_name, "cd")) {
sys/arch/alpha/alpha/dec_550.c
248
if (!strcmp(cd->cd_name, "wd")) {
sys/arch/alpha/alpha/dec_550.c
251
if ((strcmp("pciide", parent->dv_cfdata->cf_driver->cd_name) != 0))
sys/arch/alpha/alpha/dec_6600.c
210
if (strcmp(cd->cd_name, "tsp"))
sys/arch/alpha/alpha/dec_6600.c
225
if (strcmp(cd->cd_name, "pci"))
sys/arch/alpha/alpha/dec_6600.c
279
if (!strcmp(cd->cd_name, "sd") || !strcmp(cd->cd_name, "st") ||
sys/arch/alpha/alpha/dec_6600.c
280
!strcmp(cd->cd_name, "cd")) {
sys/arch/alpha/alpha/dec_6600.c
301
if (!strcmp(cd->cd_name, "wd")) {
sys/arch/alpha/alpha/dec_6600.c
304
if ((strcmp("pciide", parent->dv_cfdata->cf_driver->cd_name) != 0))
sys/arch/alpha/alpha/dec_alphabook1.c
180
if (strcmp(cd->cd_name, "pci"))
sys/arch/alpha/alpha/dec_alphabook1.c
227
if (!strcmp(cd->cd_name, "sd") || !strcmp(cd->cd_name, "st") ||
sys/arch/alpha/alpha/dec_alphabook1.c
228
!strcmp(cd->cd_name, "cd")) {
sys/arch/alpha/alpha/dec_axppci_33.c
225
if (strcmp(cd->cd_name, "pci"))
sys/arch/alpha/alpha/dec_axppci_33.c
272
if (!strcmp(cd->cd_name, "sd") || !strcmp(cd->cd_name, "st") ||
sys/arch/alpha/alpha/dec_axppci_33.c
273
!strcmp(cd->cd_name, "cd")) {
sys/arch/alpha/alpha/dec_eb164.c
185
if (strcmp(cd->cd_name, "pci"))
sys/arch/alpha/alpha/dec_eb164.c
228
if (!strcmp(cd->cd_name, "sd") || !strcmp(cd->cd_name, "st") ||
sys/arch/alpha/alpha/dec_eb164.c
229
!strcmp(cd->cd_name, "cd")) {
sys/arch/alpha/alpha/dec_eb164.c
250
if (!strcmp(cd->cd_name, "wd")) {
sys/arch/alpha/alpha/dec_eb164.c
254
if ((strcmp("pciide", parent->dv_cfdata->cf_driver->cd_name) != 0))
sys/arch/alpha/alpha/dec_eb64plus.c
182
if (strcmp(cd->cd_name, "pci"))
sys/arch/alpha/alpha/dec_eb64plus.c
229
if (!strcmp(cd->cd_name, "sd") || !strcmp(cd->cd_name, "st") ||
sys/arch/alpha/alpha/dec_eb64plus.c
230
!strcmp(cd->cd_name, "cd")) {
sys/arch/alpha/alpha/dec_kn20aa.c
182
if (strcmp(cd->cd_name, "pci"))
sys/arch/alpha/alpha/dec_kn20aa.c
229
if (!strcmp(cd->cd_name, "sd") || !strcmp(cd->cd_name, "st") ||
sys/arch/alpha/alpha/dec_kn20aa.c
230
!strcmp(cd->cd_name, "cd")) {
sys/arch/alpha/alpha/dec_kn300.c
230
if (strcmp(cd->cd_name, "mcpcia"))
sys/arch/alpha/alpha/dec_kn300.c
244
if (strcmp(cd->cd_name, "pci"))
sys/arch/alpha/alpha/dec_kn300.c
289
if (strcmp(cd->cd_name, "sd") ||
sys/arch/alpha/alpha/dec_kn300.c
290
strcmp(cd->cd_name, "st") ||
sys/arch/alpha/alpha/dec_kn300.c
291
strcmp(cd->cd_name, "cd")) {
sys/arch/alpha/eisa/eisa_machdep.c
588
if (strcmp(idstring, "DEC2400") == 0) /* Jensen */
sys/arch/alpha/eisa/eisa_machdep.c
590
else if (strcmp(idstring, "DEC2A01") == 0) /* AS 2000/2100 */
sys/arch/alpha/eisa/eisa_machdep.c
592
else if (strcmp(idstring, "DEC5000") == 0) /* AS 1000/600A */
sys/arch/alpha/eisa/eisa_machdep.c
594
else if (strcmp(idstring, "DEC5100") == 0) /* AS 600 */
sys/arch/alpha/eisa/eisa_machdep.c
596
else if (strcmp(idstring, "DEC5301") == 0) /* AS 800 */
sys/arch/alpha/eisa/eisa_machdep.c
598
else if (strcmp(idstring, "DEC6000") == 0) /* AS 8200/8400 */
sys/arch/alpha/eisa/eisa_machdep.c
600
else if (strcmp(idstring, "DEC6400") == 0) /* AS 4x00/1200 */
sys/arch/alpha/mcbus/mcbus.c
121
if (strcmp(ma->ma_name, mcbus_cd.cd_name) != 0)
sys/arch/alpha/pci/apecs.c
113
if (strcmp(ma->ma_name, apecs_cd.cd_name) != 0)
sys/arch/alpha/pci/cia.c
149
if (strcmp(ma->ma_name, cia_cd.cd_name) != 0)
sys/arch/alpha/pci/irongate.c
113
if (strcmp(ma->ma_name, irongate_cd.cd_name) != 0)
sys/arch/alpha/pci/lca.c
115
if (strcmp(ma->ma_name, lca_cd.cd_name) != 0)
sys/arch/alpha/pci/tsc.c
177
return strcmp(t->tsp_name, tsp_cd.cd_name) == 0;
sys/arch/alpha/pci/tsc.c
99
return strcmp(ma->ma_name, tsc_cd.cd_name) == 0 && !tscfound;
sys/arch/alpha/pci/tsciic.c
99
return strcmp(tsp->tsp_name, tsciic_cd.cd_name) == 0;
sys/arch/alpha/stand/boot/devopen.c
109
if (dp->dv_name && strcmp(namebuf, dp->dv_name) == 0)
sys/arch/alpha/stand/netboot/devopen.c
138
if (dp->dv_name && strcmp(namebuf, dp->dv_name) == 0)
sys/arch/alpha/tc/tcasic.c
70
if (strcmp(ma->ma_name, tcasic_cd.cd_name))
sys/arch/amd64/amd64/acpi_machdep.c
81
if (strcmp(ba->ba_name, cf->cf_driver->cd_name))
sys/arch/amd64/amd64/bios.c
77
if (bios_cd.cd_ndevs || strcmp(bia->ba_name, bios_cd.cd_name))
sys/arch/amd64/amd64/cpu.c
482
if (strcmp(caa->caa_name, cf->cf_driver->cd_name) != 0)
sys/arch/amd64/amd64/efi_machdep.c
52
if (strcmp(ba->ba_name, cf->cf_driver->cd_name) == 0 &&
sys/arch/amd64/amd64/efifb.c
152
if (strcmp(eaa->eaa_name, efifb_cd.cd_name) == 0) {
sys/arch/amd64/amd64/hibernate_machdep.c
130
if (strcmp(driver, sd_io_funcs[i].driver) == 0)
sys/arch/amd64/amd64/hibernate_machdep.c
83
if (strcmp(blkname, "wd") == 0) {
sys/arch/amd64/amd64/hibernate_machdep.c
90
if (strcmp(blkname, "sd") == 0) {
sys/arch/amd64/amd64/ioapic.c
236
if (strcmp(aaa->aaa_name, match->cf_driver->cd_name) == 0)
sys/arch/amd64/amd64/kexec.c
168
strcmp(shstr + shp[i].sh_name, ".debug_line") == 0 ||
sys/arch/amd64/amd64/kexec.c
169
strcmp(shstr + shp[i].sh_name, ELF_CTF) == 0) {
sys/arch/amd64/amd64/kexec.c
229
strcmp(shstr + shp[i].sh_name, ".debug_line") == 0 ||
sys/arch/amd64/amd64/kexec.c
230
strcmp(shstr + shp[i].sh_name, ELF_CTF) == 0) {
sys/arch/amd64/amd64/machdep.c
1464
if (strcmp(vendor, "AuthenticAMD") == 0)
sys/arch/amd64/amd64/machdep.c
1466
else if (strcmp(vendor, "GenuineIntel") == 0)
sys/arch/amd64/amd64/machdep.c
1468
else if (strcmp(vendor, "CentaurHauls") == 0)
sys/arch/amd64/amd64/mainbus.c
292
if (strcmp(mba->mba_busname, "pci") == 0)
sys/arch/amd64/amd64/mpbios.c
206
if (strcmp(ba->ba_name, cf->cf_driver->cd_name) == 0)
sys/arch/amd64/amd64/mpbios.c
237
if (strcmp(caa->caa_name, cf->cf_driver->cd_name))
sys/arch/amd64/stand/efiboot/dev_i386.c
81
if (strcmp("TFTP", dp->dv_name) != 0) {
sys/arch/amd64/stand/efiboot/efidev.c
789
if (strcmp("ESP", f->f_dev->dv_name) != 0)
sys/arch/amd64/stand/efiboot/efipxe.c
129
if (strcmp("TFTP", f->f_dev->dv_name) != 0)
sys/arch/amd64/stand/efiboot/exec_i386.c
183
if (strcmp((char *)vendor, "GenuineIntel") != 0 &&
sys/arch/amd64/stand/efiboot/exec_i386.c
184
strcmp((char *)vendor, "AuthenticAMD") != 0)
sys/arch/amd64/stand/efiboot/exec_i386.c
196
if (strcmp((char *)vendor, "GenuineIntel") == 0) {
sys/arch/amd64/stand/efiboot/exec_i386.c
200
} else if (strcmp((char *)vendor, "AuthenticAMD") == 0) {
sys/arch/amd64/stand/efiboot/exec_i386.c
252
if (strcmp((char *)vendor, "AuthenticAMD") != 0 ||
sys/arch/amd64/stand/libsa/exec_i386.c
205
if (strcmp((char *)vendor, "GenuineIntel") != 0 &&
sys/arch/amd64/stand/libsa/exec_i386.c
206
strcmp((char *)vendor, "AuthenticAMD") != 0)
sys/arch/amd64/stand/libsa/exec_i386.c
218
if (strcmp((char *)vendor, "GenuineIntel") == 0) {
sys/arch/amd64/stand/libsa/exec_i386.c
222
} else if (strcmp((char *)vendor, "AuthenticAMD") == 0) {
sys/arch/amd64/stand/rdboot/disk.c
103
if (strcmp(duid, bootduid) == 0) {
sys/arch/amd64/stand/rdboot/vars.c
101
if (strcmp(cmd.argv[1], "0") == 0 ||
sys/arch/amd64/stand/rdboot/vars.c
102
strcmp(cmd.argv[1], "off") == 0)
sys/arch/amd64/stand/rdboot/vars.c
104
else if (strcmp(cmd.argv[1], "1") == 0 ||
sys/arch/amd64/stand/rdboot/vars.c
105
strcmp(cmd.argv[1], "on") == 0)
sys/arch/arm/arm/cpu.c
332
strcmp(buf, "cpu") != 0)
sys/arch/arm/arm/cpu.c
390
if (strcmp(buf, "psci") == 0) {
sys/arch/arm/arm/cpu.c
392
} else if (strcmp(buf, "spin-table") == 0) {
sys/arch/arm/cortex/cortex.c
103
if (strcmp(cf->cf_driver->cd_name, ma->ma_name) != 0)
sys/arch/arm64/arm64/cpu.c
1508
strcmp(buf, "cpu") != 0)
sys/arch/arm64/arm64/cpu.c
1571
if (strcmp(buf, "psci") == 0) {
sys/arch/arm64/arm64/cpu.c
1573
} else if (strcmp(buf, "spin-table") == 0) {
sys/arch/arm64/arm64/cpu.c
1639
if (hw_vendor && hw_prod && strcmp(hw_vendor, "LENOVO") == 0) {
sys/arch/arm64/arm64/db_trace.c
105
if (name == NULL || strcmp(name, "end") == 0) {
sys/arch/arm64/arm64/db_trace.c
114
if ((strcmp (name, "handle_el0_irq") == 0) ||
sys/arch/arm64/arm64/db_trace.c
115
(strcmp (name, "handle_el1h_irq") == 0) ||
sys/arch/arm64/arm64/db_trace.c
116
(strcmp (name, "handle_el0_fiq") == 0) ||
sys/arch/arm64/arm64/db_trace.c
117
(strcmp (name, "handle_el1h_fiq") == 0)) {
sys/arch/arm64/arm64/db_trace.c
120
(strcmp (name, "handle_el0_sync") == 0) ||
sys/arch/arm64/arm64/db_trace.c
121
(strcmp (name, "handle_el1h_sync") == 0)) {
sys/arch/arm64/dev/apldc.c
1180
return strcmp(aa->aa_name, "keyboard") == 0;
sys/arch/arm64/dev/apldc.c
1377
return strcmp(aa->aa_name, "multi-touch") == 0;
sys/arch/arm64/dev/apldc.c
683
if (strcmp(ihdr->name, "keyboard") == 0) {
sys/arch/arm64/dev/apldc.c
688
if (strcmp(ihdr->name, "multi-touch") == 0) {
sys/arch/arm64/dev/apldc.c
693
if (strcmp(ihdr->name, "stm") == 0) {
sys/arch/arm64/dev/aplhidev.c
193
if (strcmp(sa->sa_name, "apple,spi-hid-transport") == 0)
sys/arch/arm64/dev/aplsmc.c
616
if (strcmp(sensor->key_type, "ui8 ") == 0) {
sys/arch/arm64/dev/aplsmc.c
621
} else if (strcmp(sensor->key_type, "ui16") == 0) {
sys/arch/arm64/dev/aplsmc.c
628
} else if (strcmp(sensor->key_type, "flt ") == 0) {
sys/arch/arm64/dev/aplsmc.c
648
if (strcmp(sensor->key, "ACDI") == 0)
sys/arch/arm64/dev/aplsmc.c
675
if (strcmp(sensor->key, "ACDI") == 0) {
sys/arch/arm64/dev/aplsmc.c
678
} else if (strcmp(sensor->key, "B0RM") == 0)
sys/arch/arm64/dev/aplsmc.c
680
else if (strcmp(sensor->key, "B0FC") == 0)
sys/arch/arm64/dev/aplsmc.c
682
else if ((strcmp(sensor->key, "B0TE") == 0) &&
sys/arch/arm64/dev/aplsmc.c
685
else if ((strcmp(sensor->key, "B0TF") == 0) &&
sys/arch/arm64/dev/efi_machdep.c
70
return (strcmp(faa->fa_name, "efi") == 0);
sys/arch/arm64/dev/mainbus.c
182
if (strcmp(buf, "aliases") == 0 ||
sys/arch/arm64/dev/mainbus.c
183
strcmp(buf, "chosen") == 0 ||
sys/arch/arm64/dev/mainbus.c
184
strcmp(buf, "cpus") == 0 ||
sys/arch/arm64/dev/mainbus.c
185
strcmp(buf, "memory") == 0 ||
sys/arch/arm64/dev/mainbus.c
186
strcmp(buf, "reserved-memory") == 0 ||
sys/arch/arm64/dev/mainbus.c
187
strcmp(buf, "thermal-zones") == 0 ||
sys/arch/arm64/dev/mainbus.c
331
strcmp(buf, "cpu") == 0)
sys/arch/arm64/dev/rpigpio.c
289
if (strcmp(name, sc->sc_pins[pin].name) == 0)
sys/arch/arm64/dev/rpigpio.c
300
strcmp(function, sc->sc_pins[pin].func[func]) == 0)
sys/arch/arm64/dev/smbios.c
68
return (strcmp(faa->fa_name, "smbios") == 0);
sys/arch/arm64/dev/smmu_acpi.c
188
if (strcmp(dev, "QCOM0409") == 0 || /* SC8180X/XP */
sys/arch/arm64/dev/smmu_acpi.c
189
strcmp(dev, "QCOM0609") == 0 || /* SC8280XP */
sys/arch/arm64/dev/smmu_acpi.c
190
strcmp(dev, "QCOM0809") == 0 || /* SC7180 */
sys/arch/arm64/dev/smmu_acpi.c
191
strcmp(dev, "QCOM0C09") == 0 || /* X1E80100 */
sys/arch/arm64/dev/smmu_acpi.c
192
strcmp(dev, "QCOM0E09") == 0) /* QSC6490 */
sys/arch/arm64/stand/efiboot/efiacpi.c
695
if (strcmp(compat, "snps,dw-apb-uart") == 0) {
sys/arch/arm64/stand/efiboot/efiboot.c
1020
if (strcmp("tftp", dp->dv_name) != 0) {
sys/arch/arm64/stand/efiboot/efiboot.c
417
strcmp(prop, "okay") == 0) {
sys/arch/arm64/stand/efiboot/efiboot.c
431
strcmp(prop, "okay") == 0) {
sys/arch/arm64/stand/efiboot/efiboot.c
989
if (dp->dv_name && !strcmp(devname, dp->dv_name))
sys/arch/arm64/stand/efiboot/efidev.c
581
if (strcmp("esp", f->f_dev->dv_name) != 0)
sys/arch/arm64/stand/efiboot/efipxe.c
152
if (strcmp("tftp", f->f_dev->dv_name) != 0)
sys/arch/arm64/stand/efiboot/efipxe.c
293
if (strcmp("tftp", f->f_dev->dv_name) != 0)
sys/arch/arm64/stand/efiboot/fdt.c
223
if (!strcmp(name, tmp)) {
sys/arch/arm64/stand/efiboot/fdt.c
256
if (!strcmp(name, tmp)) {
sys/arch/arm64/stand/efiboot/fdt.c
557
if (strcmp(data, name) == 0)
sys/arch/arm64/stand/efiboot/fdt.c
599
if (!strcmp(tmp, "device_type") || !strcmp(tmp, "compatible") ||
sys/arch/arm64/stand/efiboot/fdt.c
600
!strcmp(tmp, "model") || !strcmp(tmp, "bootargs") ||
sys/arch/arm64/stand/efiboot/fdt.c
601
!strcmp(tmp, "linux,stdout-path")) {
sys/arch/arm64/stand/efiboot/fdt.c
603
} else if (!strcmp(tmp, "clock-frequency") ||
sys/arch/arm64/stand/efiboot/fdt.c
604
!strcmp(tmp, "timebase-frequency")) {
sys/arch/armv7/armv7/armv7.c
62
if (strcmp(cf->cf_driver->cd_name, aa->aa_dev->name) == 0)
sys/arch/armv7/armv7/armv7.c
84
if (ad->unit == unit && strcmp(ad->name, name) == 0)
sys/arch/armv7/exynos/crosec.c
56
if (strcmp(ia->ia_name, "google,cros-ec-i2c") == 0)
sys/arch/armv7/exynos/exgpio.c
198
if (strcmp(name, sc->sc_banks[i].name) == 0)
sys/arch/armv7/exynos/tps65090.c
98
if (strcmp(ia->ia_name, "ti,tps65090") == 0)
sys/arch/armv7/omap/if_cpsw.c
1305
!strcmp(mode, "rgmii"))
sys/arch/armv7/omap/nxphdmi.c
301
if (strcmp(ia->ia_name, "nxp,tda998x") == 0)
sys/arch/armv7/omap/omap.c
130
if (strcmp(cf->cf_driver->cd_name, ma->ma_name) != 0)
sys/arch/armv7/omap/omehci.c
139
if (strcmp(port_mode, "ehci-phy") == 0)
sys/arch/armv7/omap/omehci.c
141
if (strcmp(port_mode, "ehci-hsic") == 0)
sys/arch/armv7/omap/omehci.c
143
if (strcmp(port_mode, "ehci-tll") == 0)
sys/arch/armv7/stand/efiboot/efiboot.c
399
strcmp(prop, "okay") == 0) {
sys/arch/armv7/stand/efiboot/efiboot.c
413
strcmp(prop, "okay") == 0) {
sys/arch/armv7/stand/efiboot/efiboot.c
862
if (dp->dv_name && !strcmp(devname, dp->dv_name))
sys/arch/armv7/stand/efiboot/efiboot.c
893
if (strcmp("tftp", dp->dv_name) != 0) {
sys/arch/armv7/stand/efiboot/efipxe.c
152
if (strcmp("tftp", f->f_dev->dv_name) != 0)
sys/arch/armv7/stand/efiboot/efipxe.c
293
if (strcmp("tftp", f->f_dev->dv_name) != 0)
sys/arch/armv7/stand/efiboot/fdt.c
223
if (!strcmp(name, tmp)) {
sys/arch/armv7/stand/efiboot/fdt.c
256
if (!strcmp(name, tmp)) {
sys/arch/armv7/stand/efiboot/fdt.c
557
if (strcmp(data, name) == 0)
sys/arch/armv7/stand/efiboot/fdt.c
599
if (!strcmp(tmp, "device_type") || !strcmp(tmp, "compatible") ||
sys/arch/armv7/stand/efiboot/fdt.c
600
!strcmp(tmp, "model") || !strcmp(tmp, "bootargs") ||
sys/arch/armv7/stand/efiboot/fdt.c
601
!strcmp(tmp, "linux,stdout-path")) {
sys/arch/armv7/stand/efiboot/fdt.c
603
} else if (!strcmp(tmp, "clock-frequency") ||
sys/arch/armv7/stand/efiboot/fdt.c
604
!strcmp(tmp, "timebase-frequency")) {
sys/arch/hppa/dev/com_ssio.c
47
if (strcmp(saa->saa_name, "com") != 0)
sys/arch/hppa/dev/elroy.c
189
if ((ca->ca_name && !strcmp(ca->ca_name, "lba")) ||
sys/arch/hppa/dev/lasi.c
178
if (!strcmp(parent->dv_xname, "mainbus0")) {
sys/arch/hppa/dev/lcd.c
69
if (strcmp(ca->ca_name, "lcd") == 0)
sys/arch/hppa/dev/lpt_ssio.c
43
if (strcmp(saa->saa_name, "lpt") != 0)
sys/arch/hppa/dev/pdc.c
162
if (cf->cf_unit > 0 && !strcmp(ca->ca_name, "pdc"))
sys/arch/hppa/dev/power.c
78
if (cf->cf_unit > 0 && !strcmp(ca->ca_name, "power"))
sys/arch/hppa/dev/wax.c
96
if (!strcmp(parent->dv_xname, "mainbus0")) {
sys/arch/hppa/gsc/gscbus.c
61
return !strcmp(ca->ca_name, "gsc");
sys/arch/hppa/stand/libsa/cmd_hppa.c
341
if (strcmp(arg, c_speeds[i]) == 0) {
sys/arch/hppa/stand/libsa/cmd_hppa.c
378
if (strcmp(arg, parities[i]) == 0) {
sys/arch/hppa/stand/libsa/cmd_hppa.c
411
if (strcmp(arg, "graphics") == 0)
sys/arch/hppa/stand/libsa/cmd_hppa.c
422
if (strcmp(arg, "rs232") == 0)
sys/arch/hppa/stand/libsa/cmd_hppa.c
547
if (strcmp(arg, "hil") == 0)
sys/arch/hppa/stand/libsa/cmd_hppa.c
549
else if (strcmp(arg, "ps2") == 0)
sys/arch/hppa/stand/libsa/cmd_hppa.c
551
else if (strcmp(arg, "usb") == 0)
sys/arch/i386/i386/acpi_machdep.c
84
if (strcmp(ba->ba_name, cf->cf_driver->cd_name))
sys/arch/i386/i386/amdmsr.c
69
if (strcmp(cpu_vendor, "AuthenticAMD") == 0 && family == 0x5 &&
sys/arch/i386/i386/amdmsr.c
88
return (strcmp(*busname, amdmsr_cd.cd_name) == 0);
sys/arch/i386/i386/apm.c
696
if (apm_cd.cd_ndevs || strcmp(ba->ba_name, "apm") ||
sys/arch/i386/i386/bios.c
143
if (bios_cd.cd_ndevs || strcmp(bia->ba_name, bios_cd.cd_name))
sys/arch/i386/i386/codepatch.c
45
if ((strcmp(cpu_vendor, "GenuineIntel") != 0) &&
sys/arch/i386/i386/codepatch.c
46
(strcmp(cpu_vendor, "AuthenticAMD") != 0)) {
sys/arch/i386/i386/cpu.c
220
if (strcmp(caa->caa_name, cf->cf_driver->cd_name) != 0)
sys/arch/i386/i386/cpu.c
484
if (strcmp(cpu_vendor, "GenuineIntel") == 0 &&
sys/arch/i386/i386/esm.c
212
if (strcmp(eaa->eaa_name, esm_cd.cd_name) == 0 && esm_probe(eaa))
sys/arch/i386/i386/hibernate_machdep.c
118
if (strcmp(driver, sd_io_funcs[i].driver) == 0)
sys/arch/i386/i386/hibernate_machdep.c
81
if (strcmp(blkname, "wd") == 0) {
sys/arch/i386/i386/hibernate_machdep.c
88
if (strcmp(blkname, "sd") == 0) {
sys/arch/i386/i386/ioapic.c
248
if (strcmp(aaa->aaa_name, match->cf_driver->cd_name) == 0)
sys/arch/i386/i386/lapic.c
147
if (strcmp(cpu_vendor, "AuthenticAMD") == 0) {
sys/arch/i386/i386/machdep.c
1875
if (strcmp(cpu_vendor, "AuthenticAMD") == 0 &&
sys/arch/i386/i386/machdep.c
1878
} else if (strcmp(cpu_vendor, "GenuineIntel") == 0 &&
sys/arch/i386/i386/machdep.c
1975
if (!strcmp(cpu_vendor, "GenuineIntel") &&
sys/arch/i386/i386/machdep.c
2015
if (!strcmp(cpu_vendor, "AuthenticAMD")) {
sys/arch/i386/i386/machdep.c
2035
if (!strcmp(cpu_vendor, "GenuineIntel") &&
sys/arch/i386/i386/mainbus.c
279
if (!strcmp(mba->mba_busname, "pci"))
sys/arch/i386/i386/mpbios.c
209
if (strcmp(bia->ba_name, cf->cf_driver->cd_name) == 0)
sys/arch/i386/i386/mpbios.c
236
if (strcmp(caa->caa_name, cf->cf_driver->cd_name))
sys/arch/i386/i386/mtrr.c
48
if (strcmp(cpu_vendor, "AuthenticAMD") == 0 &&
sys/arch/i386/i386/mtrr.c
56
} else if (((strcmp(cpu_vendor, "GenuineIntel") == 0) ||
sys/arch/i386/i386/mtrr.c
57
(strcmp(cpu_vendor, "CentaurHauls") == 0) ||
sys/arch/i386/i386/mtrr.c
58
(strcmp(cpu_vendor, "AuthenticAMD") == 0)) &&
sys/arch/i386/i386/pctr.c
79
pctr_isamd = (strcmp(cpu_vendor, "AuthenticAMD") == 0);
sys/arch/i386/i386/pctr.c
81
pctr_isintel = (strcmp(cpu_vendor, "GenuineIntel") == 0);
sys/arch/i386/i386/ucode.c
136
if (strcmp(cpu_vendor, "GenuineIntel") == 0)
sys/arch/i386/i386/ucode.c
138
else if (strcmp(cpu_vendor, "AuthenticAMD") == 0)
sys/arch/i386/isa/ahc_isa.c
254
else if (strcmp(idstring, "ADP7756") &&
sys/arch/i386/isa/ahc_isa.c
255
strcmp(idstring, "ADP7757"))
sys/arch/i386/isa/ahc_isa.c
360
if (strcmp(idstring, "ADP7756") == 0) {
sys/arch/i386/isa/ahc_isa.c
362
} else if (strcmp(idstring, "ADP7757") == 0) {
sys/arch/i386/pci/pcibios.c
147
if (strcmp(ba->ba_name, "pcibios"))
sys/arch/i386/stand/libsa/exec_i386.c
193
if (strcmp((char *)vendor, "GenuineIntel") != 0 &&
sys/arch/i386/stand/libsa/exec_i386.c
194
strcmp((char *)vendor, "AuthenticAMD") != 0)
sys/arch/i386/stand/libsa/exec_i386.c
206
if (strcmp((char *)vendor, "GenuineIntel") == 0) {
sys/arch/i386/stand/libsa/exec_i386.c
210
} else if (strcmp((char *)vendor, "AuthenticAMD") == 0) {
sys/arch/landisk/dev/obio.c
68
if (strcmp(oba->oba_busname, obio_cd.cd_name) != 0)
sys/arch/landisk/stand/xxboot/ufs12.c
424
!strcmp(name, dp->d_name)) {
sys/arch/loongson/dev/apm.c
133
if (strcmp(maa->maa_name, apm_cd.cd_name) == 0 && loongson_ver == 0x2f)
sys/arch/loongson/dev/bonito.c
211
if (strcmp(maa->maa_name, bonito_cd.cd_name) == 0)
sys/arch/loongson/dev/com_leioc.c
54
if (strcmp(laa->laa_name, com_cd.cd_name) == 0)
sys/arch/loongson/dev/gdiumiic.c
139
strcmp(cf->cf_driver->cd_name, "gdiumiic") == 0);
sys/arch/loongson/dev/glxclk.c
97
if (strcmp(gaa->gaa_name, cf->cf_driver->cd_name) != 0)
sys/arch/loongson/dev/htb.c
161
if (strcmp(maa->maa_name, htb_cd.cd_name) != 0)
sys/arch/loongson/dev/leioc.c
63
if (strcmp(maa->maa_name, leioc_cd.cd_name) != 0)
sys/arch/loongson/dev/ohci_voyager.c
87
strcmp(vaa->vaa_name, cf->cf_driver->cd_name) == 0;
sys/arch/loongson/dev/smfb.c
171
return strcmp(vaa->vaa_name, cf->cf_driver->cd_name) == 0;
sys/arch/loongson/dev/stsec.c
136
return strcmp(ia->ia_name, cf->cf_driver->cd_name) == 0;
sys/arch/loongson/dev/voyager.c
186
if (strcmp(cf->cf_driver->cd_name, "gpio") == 0)
sys/arch/loongson/loongson/generic2e_machdep.c
375
if (strcmp(drvrname, "wd") == 0 && strcmp(name, bootdev) == 0)
sys/arch/loongson/loongson/generic2e_machdep.c
379
if ((strcmp(drvrname, "sd") == 0 ||
sys/arch/loongson/loongson/generic2e_machdep.c
380
strcmp(drvrname, "cd") == 0) &&
sys/arch/loongson/loongson/generic2e_machdep.c
382
strcmp(name + 2, bootdev + 3) == 0)
sys/arch/loongson/loongson/generic3a_machdep.c
237
if (strcmp(drvrname, "wd") == 0 && strcmp(name, bootdev) == 0)
sys/arch/loongson/loongson/generic3a_machdep.c
241
if ((strcmp(drvrname, "sd") == 0 ||
sys/arch/loongson/loongson/generic3a_machdep.c
242
strcmp(drvrname, "cd") == 0) &&
sys/arch/loongson/loongson/generic3a_machdep.c
244
strcmp(name + 2, bootdev + 3) == 0)
sys/arch/loongson/loongson/machdep.c
638
if (strcmp(envvar, "Bonito") != 0) {
sys/arch/loongson/loongson/yeeloong_machdep.c
550
if (strcmp(drvrname, "wd") == 0 && strcmp(name, bootdev) == 0)
sys/arch/loongson/loongson/yeeloong_machdep.c
554
if ((strcmp(drvrname, "sd") == 0 ||
sys/arch/loongson/loongson/yeeloong_machdep.c
555
strcmp(drvrname, "cd") == 0) &&
sys/arch/loongson/loongson/yeeloong_machdep.c
557
strcmp(name + 2, bootdev + 3) == 0)
sys/arch/loongson/stand/boot/devopen.c
88
if (dp->dv_name && !strcmp(devname, dp->dv_name))
sys/arch/loongson/stand/boot/rd.c
77
if (strcmp(path, kernelfile) == 0) {
sys/arch/luna88k/cbus/cbus.c
94
if (strcmp(ma->ma_name, cbus_cd.cd_name))
sys/arch/luna88k/cbus/i82365_cbus.c
177
if (strcmp(caa->ca_name, cf->cf_driver->cd_name) != 0)
sys/arch/luna88k/cbus/if_ne_cbus.c
121
if (strcmp(caa->ca_name, cf->cf_driver->cd_name) != 0)
sys/arch/luna88k/cbus/necsb.c
77
if (strcmp(caa->ca_name, necsb_cd.cd_name))
sys/arch/luna88k/cbus/pcex.c
69
if (strcmp(caa->ca_name, pcex_cd.cd_name))
sys/arch/luna88k/dev/if_le.c
122
if (strcmp(ma->ma_name, le_cd.cd_name))
sys/arch/luna88k/dev/lcd.c
114
if (strcmp(ma->ma_name, lcd_cd.cd_name))
sys/arch/luna88k/dev/lunafb.c
177
if (strcmp(ma->ma_name, fb_cd.cd_name))
sys/arch/luna88k/dev/lunaws.c
213
if (strcmp(cf->cf_driver->cd_name, "wskbd"))
sys/arch/luna88k/dev/lunaws.c
225
if (strcmp(cf->cf_driver->cd_name, "wsmouse"))
sys/arch/luna88k/dev/sio.c
65
if (strcmp(ma->ma_name, sio_cd.cd_name))
sys/arch/luna88k/dev/spc.c
80
if (strcmp(ma->ma_name, spc_cd.cd_name))
sys/arch/luna88k/dev/timekeeper.c
93
if (strcmp(ma->ma_name, clock_cd.cd_name))
sys/arch/luna88k/dev/xp.c
127
if (strcmp(maa->ma_name, xp_cd.cd_name))
sys/arch/luna88k/luna88k/autoconf.c
190
if (strcmp("sd", dev->dv_cfdata->cf_driver->cd_name) == 0 ||
sys/arch/luna88k/luna88k/autoconf.c
191
strcmp("cd", dev->dv_cfdata->cf_driver->cd_name) == 0) {
sys/arch/luna88k/luna88k/autoconf.c
197
if (strcmp(spcsc->dv_xname, autoboot.cont) == 0 &&
sys/arch/luna88k/stand/boot/devopen.c
113
if (strcmp(dp->dv_name, "le") == 0) {
sys/arch/luna88k/stand/boot/devopen.c
149
if (!strcmp(devname, dp->dv_name))
sys/arch/macppc/dev/abtn.c
83
if (strcmp(aa->name, adb_device_name) != 0)
sys/arch/macppc/dev/adb.c
1647
if (strcmp(ca->ca_name, "via-cuda") == 0)
sys/arch/macppc/dev/adb.c
1650
if (strcmp(ca->ca_name, "via-pmu") == 0)
sys/arch/macppc/dev/adb.c
1682
if (strcmp(ca->ca_name, "via-cuda") == 0)
sys/arch/macppc/dev/adb.c
1684
else if (strcmp(ca->ca_name, "via-pmu") == 0) {
sys/arch/macppc/dev/adb.c
1697
if (strcmp(name, "adb") == 0) {
sys/arch/macppc/dev/adb.c
1733
if (strcmp(name, "pmu-i2c") == 0) {
sys/arch/macppc/dev/aoa.c
101
if (strcmp(compat, "AOAKeylargo") == 0 &&
sys/arch/macppc/dev/aoa.c
102
strcmp(hw_prod, "PowerBook5,4") != 0)
sys/arch/macppc/dev/aoa.c
104
if (strcmp(compat, "AOAK2") == 0)
sys/arch/macppc/dev/aoa.c
106
if (strcmp(compat, "AOAShasta") == 0)
sys/arch/macppc/dev/aoa.c
91
if (strcmp(ca->ca_name, "i2s") != 0)
sys/arch/macppc/dev/apm.c
119
if (strcmp(ca->ca_name, "apm") != 0)
sys/arch/macppc/dev/asms.c
85
if (strcmp(ia->ia_name, "AAPL,accelerometer_1") == 0)
sys/arch/macppc/dev/awacs.c
245
if (strcmp(ca->ca_name, "awacs") != 0 &&
sys/arch/macppc/dev/awacs.c
246
strcmp(ca->ca_name, "davbus") != 0)
sys/arch/macppc/dev/awacs.c
273
if (!strcmp(hw_prod, "PowerMac2,1"))
sys/arch/macppc/dev/awacs.c
275
else if (!strcmp(hw_prod, "PowerMac2,2") ||
sys/arch/macppc/dev/awacs.c
276
!strcmp(hw_prod, "PowerMac4,1"))
sys/arch/macppc/dev/daca.c
102
if (strcmp(ca->ca_name, "i2s") != 0)
sys/arch/macppc/dev/daca.c
112
if (strcmp(compat, "daca") != 0)
sys/arch/macppc/dev/daca.c
138
if (strcmp(dv->dv_cfdata->cf_driver->cd_name, "kiic") == 0 &&
sys/arch/macppc/dev/daca.c
139
strcmp(dv->dv_parent->dv_cfdata->cf_driver->cd_name, "macobio") == 0)
sys/arch/macppc/dev/dfs.c
56
if (strcmp(ca->ca_name, "cpu-vcore-select") != 0)
sys/arch/macppc/dev/i2s.c
84
if (strcmp(compat, "AOAK2") == 0) {
sys/arch/macppc/dev/i2s.c
897
if (sc->sc_hp == 0 && strcmp(audio_gpio, "headphone-mute") == 0)
sys/arch/macppc/dev/i2s.c
901
if (sc->sc_spkr == 0 && strcmp(audio_gpio, "amp-mute") == 0)
sys/arch/macppc/dev/i2s.c
906
strcmp(audio_gpio, "headphone-detect") == 0) {
sys/arch/macppc/dev/i2s.c
916
strcmp(audio_gpio, "audio-hw-reset") == 0)
sys/arch/macppc/dev/if_bm.c
172
if (strcmp(ca->ca_name, "bmac") == 0) /* bmac */
sys/arch/macppc/dev/if_bm.c
174
if (strcmp(ca->ca_name, "ethernet") == 0) /* bmac+ */
sys/arch/macppc/dev/if_bm.c
193
if (strcmp(ca->ca_name, "ethernet") == 0) {
sys/arch/macppc/dev/if_mc.c
333
if (strcmp(ca->ca_name, "mace") != 0)
sys/arch/macppc/dev/if_wi_obio.c
96
if (strcmp(ca->ca_name, "radio") == 0 &&
sys/arch/macppc/dev/kiic.c
124
if (strcmp(name, "i2c-bus") == 0) {
sys/arch/macppc/dev/kiic.c
75
if (strcmp(ca->ca_name, "i2c") == 0 &&
sys/arch/macppc/dev/macgpio.c
146
if (strcmp(ca->ca_name, "extint-gpio1") != 0)
sys/arch/macppc/dev/macgpio.c
78
if (strcmp(ca->ca_name, "gpio") != 0)
sys/arch/macppc/dev/maci2c.c
53
if (strcmp(name, "cereal") == 0)
sys/arch/macppc/dev/maci2c.c
60
if (strcmp(name, "deq") == 0 || strcmp(name, "tas3004") == 0)
sys/arch/macppc/dev/macintr.c
108
if (strcmp(ca->ca_name, "interrupt-controller") == 0 ) {
sys/arch/macppc/dev/macintr.c
110
if (strcmp(type, "interrupt-controller") == 0)
sys/arch/macppc/dev/macintr.c
119
if (strcmp(ca->ca_name, "legacy-interrupt-controller") == 0 )
sys/arch/macppc/dev/mediabay.c
93
if (strcmp(ca->ca_name, "media-bay") == 0 &&
sys/arch/macppc/dev/onyx.c
110
if (strcmp(ca->ca_name, "i2s") != 0)
sys/arch/macppc/dev/onyx.c
154
if (strcmp(dv->dv_cfdata->cf_driver->cd_name, "kiic") == 0 &&
sys/arch/macppc/dev/onyx.c
155
strcmp(dv->dv_parent->dv_cfdata->cf_driver->cd_name, "macobio") == 0)
sys/arch/macppc/dev/openpic.c
197
if (strcmp(ca->ca_name, "interrupt-controller") != 0 &&
sys/arch/macppc/dev/openpic.c
198
strcmp(ca->ca_name, "mpic") != 0)
sys/arch/macppc/dev/openpic.c
202
if (strcmp(type, "open-pic") != 0)
sys/arch/macppc/dev/pgs.c
58
if (strcmp(ca->ca_name, "programmer-switch") != 0)
sys/arch/macppc/dev/pgs.c
62
if (strcmp(type, "programmer-switch") != 0)
sys/arch/macppc/dev/piic.c
60
if (strcmp(ca->ca_name, "piic") != 0)
sys/arch/macppc/dev/smu.c
184
if (strcmp(ca->ca_name, "smu") == 0)
sys/arch/macppc/dev/smu.c
283
if (strcmp(type, "fan-rpm-control") != 0) {
sys/arch/macppc/dev/smu.c
339
if (strcmp(type, "fan-pwm-control") != 0) {
sys/arch/macppc/dev/smu.c
419
if (strcmp(type, "current-sensor") == 0) {
sys/arch/macppc/dev/smu.c
421
} else if (strcmp(type, "temp-sensor") == 0) {
sys/arch/macppc/dev/smu.c
423
} else if (strcmp(type, "voltage-sensor") == 0) {
sys/arch/macppc/dev/smu.c
425
} else if (strcmp(type, "power-sensor") == 0) {
sys/arch/macppc/dev/snapper.c
426
if (strcmp(ca->ca_name, "i2s") != 0)
sys/arch/macppc/dev/snapper.c
436
if (strcmp(compat, "AOAKeylargo") == 0 &&
sys/arch/macppc/dev/snapper.c
437
strcmp(hw_prod, "PowerBook5,4") == 0)
sys/arch/macppc/dev/snapper.c
439
if (strcmp(compat, "snapper") == 0)
sys/arch/macppc/dev/snapper.c
470
if (strcmp(dv->dv_cfdata->cf_driver->cd_name, "kiic") == 0 &&
sys/arch/macppc/dev/snapper.c
471
strcmp(dv->dv_parent->dv_cfdata->cf_driver->cd_name, "macobio") == 0)
sys/arch/macppc/dev/sysbutton.c
53
if (strcmp(ca->ca_name, "indicatorSwitch-gpio") == 0)
sys/arch/macppc/dev/tumbler.c
247
if (strcmp(ca->ca_name, "i2s") != 0)
sys/arch/macppc/dev/tumbler.c
257
if (strcmp(compat, "tumbler") != 0)
sys/arch/macppc/dev/tumbler.c
283
if (strcmp(dv->dv_cfdata->cf_driver->cd_name, "kiic") == 0 &&
sys/arch/macppc/dev/tumbler.c
284
strcmp(dv->dv_parent->dv_cfdata->cf_driver->cd_name, "macobio") == 0)
sys/arch/macppc/dev/uni_n.c
112
if (strcmp(name, "u3") == 0 || strcmp(name, "u4") == 0)
sys/arch/macppc/dev/uni_n.c
161
if (strcmp(ca.ca_name, "mpic") == 0)
sys/arch/macppc/dev/uni_n.c
90
if (strcmp(ca->ca_name, "memc") != 0)
sys/arch/macppc/dev/wdc_obio.c
115
if (strcmp(ca->ca_name, "ATA") == 0 ||
sys/arch/macppc/dev/wdc_obio.c
117
strcmp(ca->ca_name, "ide") == 0)
sys/arch/macppc/dev/wdc_obio.c
122
if (strcmp(compat, "heathrow-ata") == 0 ||
sys/arch/macppc/dev/wdc_obio.c
123
strcmp(compat, "keylargo-ata") == 0)
sys/arch/macppc/dev/wdc_obio.c
195
if (strcmp(ca->ca_name, "ata-4") == 0) {
sys/arch/macppc/dev/wdc_obio.c
201
if (strcmp(ca->ca_name, "ata-6") == 0) {
sys/arch/macppc/dev/xlights.c
78
if (strcmp(ca->ca_name, "i2s") != 0)
sys/arch/macppc/dev/xlights.c
90
if (error == -1 || (strcmp(compat, "lightshow")) != 0)
sys/arch/macppc/dev/zs.c
1027
if (strcmp(name, "ch-b") == 0)
sys/arch/macppc/dev/zs.c
168
if (strcmp(ca->ca_name, "escc") != 0)
sys/arch/macppc/dev/zs.c
991
if (strcmp(name, "serial") != 0)
sys/arch/macppc/dev/zs.c
998
if (strcmp(name, "ch-b") == 0)
sys/arch/macppc/macppc/autoconf.c
253
if (strcmp(drvrname, "wd") == 0) {
sys/arch/macppc/macppc/autoconf.c
261
if (strcmp(name, bootdev) == 0)
sys/arch/macppc/macppc/clock.c
161
if (!strcmp(calibrate_tc_models[n], hw_prod)) {
sys/arch/macppc/macppc/cpu.c
293
if (len >= 0 && strcmp(name, "cpu") == 0) {
sys/arch/macppc/macppc/cpu.c
99
if (strcmp(ca->ca_name, cpu_cd.cd_name) != 0)
sys/arch/macppc/macppc/disksubr.c
135
if (strcmp(part->pmPartType, PART_TYPE_OPENBSD) == 0) {
sys/arch/macppc/macppc/disksubr.c
154
if (strcmp(part->pmPartType, PART_TYPE_MAC) == 0) {
sys/arch/macppc/macppc/mainbus.c
164
if (strcmp(name, "memory") == 0) {
sys/arch/macppc/macppc/mainbus.c
169
if (strcmp(name, "memory-controller") == 0) {
sys/arch/macppc/macppc/mainbus.c
174
if (strcmp(name, "pci") == 0) {
sys/arch/macppc/macppc/mainbus.c
179
if (strcmp(name, "ht") == 0) {
sys/arch/macppc/macppc/mainbus.c
184
if (strcmp(name, "smu") == 0) {
sys/arch/macppc/macppc/mem.c
111
if (strcmp(ca->ca_name, "mem") == 0)
sys/arch/macppc/macppc/ofw_machdep.c
291
if (strcmp(type, "display") == 0) {
sys/arch/macppc/macppc/ofw_machdep.c
295
if (strcmp(type, "serial") == 0) {
sys/arch/macppc/macppc/ofw_machdep.c
337
if (strcmp(name, "keyboard") == 0) {
sys/arch/macppc/macppc/ofw_machdep.c
351
if (strcmp(name, "adb") == 0) {
sys/arch/macppc/macppc/ofw_machdep.c
354
if (strcmp(name, "usb") == 0) {
sys/arch/macppc/macppc/openfirm.c
431
if (strcmp(nname, name) == 0) {
sys/arch/macppc/pci/ht.c
66
if (strcmp(ca->ca_name, "ht") == 0)
sys/arch/macppc/pci/mpcpcibus.c
118
if (strcmp(ca->ca_name, mpcpcibr_cd.cd_name) != 0)
sys/arch/macppc/pci/mpcpcibus.c
336
if (strcmp(compat, "bandit") != 0) {
sys/arch/macppc/pci/mpcpcibus.c
345
if (strcmp(compat, "u3-ht") == 0) {
sys/arch/macppc/pci/mpcpcibus.c
370
if (strcmp(co->compat, compat) == 0) {
sys/arch/macppc/pci/pci_machdep.c
262
if (len > 0 && strcmp(compat, "u3-agp") == 0) {
sys/arch/macppc/pci/pci_machdep.c
272
if (len > 0 && strcmp(compat, "u3-ht") == 0) {
sys/arch/macppc/stand/ofdev.c
213
if (0 == strcmp(part->pmPartType, PART_TYPE_OPENBSD)) {
sys/arch/macppc/stand/ofdev.c
316
if (!strcmp(buf, "block"))
sys/arch/macppc/stand/ofdev.c
334
if (!strcmp(buf, "block")) {
sys/arch/macppc/stand/ofdev.c
370
if (!strcmp(buf, "network")) {
sys/arch/mips64/mips64/clock.c
84
return strcmp(maa->maa_name, clock_cd.cd_name) == 0;
sys/arch/mips64/mips64/cpu.c
70
if (strcmp(caa->caa_maa.maa_name, cpu_cd.cd_name) != 0)
sys/arch/octeon/dev/amdcf.c
216
if (strcmp(maa->maa_name, cf->cf_driver->cd_name) != 0)
sys/arch/octeon/dev/cn30xxgmx.c
166
if (strcmp(cf->cf_driver->cd_name, aa->aa_name) != 0)
sys/arch/octeon/dev/if_cnmac.c
236
if (strcmp(cf->cf_driver->cd_name, ga->ga_name) != 0) {
sys/arch/octeon/dev/octboot.c
247
strcmp(shstr + sh[i].sh_name, ELF_CTF) == 0 ||
sys/arch/octeon/dev/octboot.c
248
strcmp(shstr + sh[i].sh_name, ".debug_line") == 0) {
sys/arch/octeon/dev/octeon_iobus.c
166
if (strcmp(cf->cf_driver->cd_name, aa->aa_name) != 0)
sys/arch/octeon/dev/octeon_iobus.c
238
if (strcmp(iobus_addrs[i].name, cf->cf_driver->cd_name) == 0)
sys/arch/octeon/dev/octeon_pcibus.c
202
if (strcmp(aa->aa_name, pcibus_cd.cd_name) == 0)
sys/arch/octeon/dev/octpcie.c
270
if (strcmp(aa->aa_name, octpcie_cd.cd_name) != 0)
sys/arch/octeon/dev/octrng.c
77
if (strcmp(aa->aa_name, cf->cf_driver->cd_name) != 0)
sys/arch/octeon/dev/octrtc.c
100
if (strcmp(maa->maa_name, cf->cf_driver->cd_name) != 0)
sys/arch/octeon/dev/octxctl.c
142
if (strcmp(clock_type_ss, "dlmc_ref_clk1") == 0)
sys/arch/octeon/dev/octxctl.c
144
if (strcmp(clock_type_hs, "pll_ref_clk") == 0)
sys/arch/octeon/dev/simplebus.c
160
if (!strcmp(buffer, "disabled"))
sys/arch/octeon/octeon/autoconf.c
161
if (strcmp(dev->dv_xname, bootdev) == 0)
sys/arch/octeon/stand/rdboot/vars.c
95
if (strcmp(cmd.argv[1], "0") == 0 ||
sys/arch/octeon/stand/rdboot/vars.c
96
strcmp(cmd.argv[1], "off") == 0)
sys/arch/octeon/stand/rdboot/vars.c
98
else if (strcmp(cmd.argv[1], "1") == 0 ||
sys/arch/octeon/stand/rdboot/vars.c
99
strcmp(cmd.argv[1], "on") == 0)
sys/arch/powerpc/ddb/db_disasm.c
596
if (strcmp(db_fields[i].name, field) == 0) {
sys/arch/powerpc/ddb/db_trace.c
172
if (name == NULL || strcmp(name, "end") == 0) {
sys/arch/powerpc64/dev/kexec.c
201
strcmp(shstr + shp[i].sh_name, ".debug_line") == 0 ||
sys/arch/powerpc64/dev/kexec.c
202
strcmp(shstr + shp[i].sh_name, ELF_CTF) == 0)
sys/arch/powerpc64/dev/mainbus.c
174
strcmp(buf, "disabled") == 0)
sys/arch/powerpc64/dev/mainbus.c
179
if (strcmp(buf, "aliases") == 0 ||
sys/arch/powerpc64/dev/mainbus.c
180
strcmp(buf, "chosen") == 0 ||
sys/arch/powerpc64/dev/mainbus.c
181
strcmp(buf, "cpus") == 0 ||
sys/arch/powerpc64/dev/mainbus.c
182
strcmp(buf, "memory") == 0 ||
sys/arch/powerpc64/dev/mainbus.c
183
strcmp(buf, "reserved-memory") == 0 ||
sys/arch/powerpc64/dev/mainbus.c
184
strcmp(buf, "thermal-zones") == 0 ||
sys/arch/powerpc64/dev/mainbus.c
302
strcmp(buf, "disabled") == 0)
sys/arch/powerpc64/dev/mainbus.c
330
strcmp(buf, "cpu") == 0)
sys/arch/powerpc64/dev/opal.c
266
strcmp(buf, "disabled") == 0)
sys/arch/powerpc64/dev/opal.c
408
strcmp(buf, "cpu") != 0)
sys/arch/powerpc64/dev/opalsens.c
77
if (strcmp(type, "curr") == 0)
sys/arch/powerpc64/dev/opalsens.c
79
else if (strcmp(type, "energy") == 0)
sys/arch/powerpc64/dev/opalsens.c
81
else if (strcmp(type, "in") == 0)
sys/arch/powerpc64/dev/opalsens.c
83
else if (strcmp(type, "power") == 0)
sys/arch/powerpc64/dev/opalsens.c
85
else if (strcmp(type, "temp") == 0)
sys/arch/powerpc64/powerpc64/cpu.c
91
strcmp(buf, "cpu") != 0)
sys/arch/powerpc64/powerpc64/db_disasm.c
596
if (strcmp(db_fields[i].name, field) == 0) {
sys/arch/powerpc64/powerpc64/db_trace.c
150
if (name == NULL || strcmp(name, "end") == 0) {
sys/arch/powerpc64/powerpc64/machdep.c
280
if (strcmp(prop, "memory") != 0)
sys/arch/powerpc64/stand/rdboot/disk.c
103
if (strcmp(duid, bootduid) == 0) {
sys/arch/powerpc64/stand/rdboot/vars.c
95
if (strcmp(cmd.argv[1], "0") == 0 ||
sys/arch/powerpc64/stand/rdboot/vars.c
96
strcmp(cmd.argv[1], "off") == 0)
sys/arch/powerpc64/stand/rdboot/vars.c
98
else if (strcmp(cmd.argv[1], "1") == 0 ||
sys/arch/powerpc64/stand/rdboot/vars.c
99
strcmp(cmd.argv[1], "on") == 0)
sys/arch/riscv64/dev/mainbus.c
159
strcmp(buf, "disabled") == 0)
sys/arch/riscv64/dev/mainbus.c
164
if (strcmp(buf, "aliases") == 0 ||
sys/arch/riscv64/dev/mainbus.c
165
strcmp(buf, "chosen") == 0 ||
sys/arch/riscv64/dev/mainbus.c
166
strcmp(buf, "cpus") == 0 ||
sys/arch/riscv64/dev/mainbus.c
167
strcmp(buf, "memory") == 0 ||
sys/arch/riscv64/dev/mainbus.c
168
strcmp(buf, "reserved-memory") == 0 ||
sys/arch/riscv64/dev/mainbus.c
169
strcmp(buf, "thermal-zones") == 0 ||
sys/arch/riscv64/dev/mainbus.c
290
strcmp(buf, "disabled") == 0)
sys/arch/riscv64/dev/mainbus.c
318
strcmp(buf, "disabled") == 0)
sys/arch/riscv64/dev/mainbus.c
322
strcmp(buf, "cpu") == 0)
sys/arch/riscv64/dev/mpfiic.c
355
strcmp(status, "disabled") == 0)
sys/arch/riscv64/dev/simplebus.c
172
strcmp(buf, "disabled") == 0)
sys/arch/riscv64/dev/smtpmic.c
94
return (strcmp(ia->ia_name, "spacemit,p1") == 0);
sys/arch/riscv64/riscv64/cpu.c
187
if (strcmp(name, "svpbmt") == 0)
sys/arch/riscv64/riscv64/cpu.c
189
if (strcmp(name, "zicbom") == 0)
sys/arch/riscv64/riscv64/cpu.c
234
strcmp(buf, "cpu") != 0)
sys/arch/riscv64/riscv64/db_trace.c
86
if (name == NULL || strcmp(name, "end") == 0) {
sys/arch/riscv64/stand/efiboot/efiboot.c
378
strcmp(prop, "okay") == 0) {
sys/arch/riscv64/stand/efiboot/efiboot.c
392
strcmp(prop, "okay") == 0) {
sys/arch/riscv64/stand/efiboot/efiboot.c
867
if (dp->dv_name && !strcmp(devname, dp->dv_name))
sys/arch/riscv64/stand/efiboot/efiboot.c
898
if (strcmp("tftp", dp->dv_name) != 0) {
sys/arch/riscv64/stand/efiboot/efipxe.c
152
if (strcmp("tftp", f->f_dev->dv_name) != 0)
sys/arch/riscv64/stand/efiboot/efipxe.c
293
if (strcmp("tftp", f->f_dev->dv_name) != 0)
sys/arch/riscv64/stand/efiboot/fdt.c
223
if (!strcmp(name, tmp)) {
sys/arch/riscv64/stand/efiboot/fdt.c
256
if (!strcmp(name, tmp)) {
sys/arch/riscv64/stand/efiboot/fdt.c
557
if (strcmp(data, name) == 0)
sys/arch/riscv64/stand/efiboot/fdt.c
599
if (!strcmp(tmp, "device_type") || !strcmp(tmp, "compatible") ||
sys/arch/riscv64/stand/efiboot/fdt.c
600
!strcmp(tmp, "model") || !strcmp(tmp, "bootargs") ||
sys/arch/riscv64/stand/efiboot/fdt.c
601
!strcmp(tmp, "linux,stdout-path")) {
sys/arch/riscv64/stand/efiboot/fdt.c
603
} else if (!strcmp(tmp, "clock-frequency") ||
sys/arch/riscv64/stand/efiboot/fdt.c
604
!strcmp(tmp, "timebase-frequency")) {
sys/arch/sh/dev/shb.c
55
if (strcmp(ma->ma_name, shb_cd.cd_name) != 0)
sys/arch/sh/dev/shpcic.c
112
if (strcmp(ma->ma_name, shpcic_cd.cd_name) != 0)
sys/arch/sh/sh/cpu.c
60
if (strcmp(ma->ma_name, cpu_cd.cd_name) != 0)
sys/arch/sparc64/dev/auxio.c
114
return (strcmp(AUXIO_ROM_NAME, sa->sa_name) == 0);
sys/arch/sparc64/dev/auxio.c
83
return (strcmp(AUXIO_ROM_NAME, ea->ea_name) == 0);
sys/arch/sparc64/dev/bbc.c
75
if (strcmp("bbc", ea->ea_name) == 0)
sys/arch/sparc64/dev/beep.c
99
if (strcmp(ea->ea_name, "beep") == 0)
sys/arch/sparc64/dev/beeper.c
89
if (strcmp(ea->ea_name, "beeper") == 0)
sys/arch/sparc64/dev/cbus.c
260
if (strcmp(ca->ca_name, "disk") != 0 &&
sys/arch/sparc64/dev/cbus.c
261
strcmp(ca->ca_name, "network") != 0)
sys/arch/sparc64/dev/cbus.c
266
if (elem[idx].tag != 'a' || strcmp(str, "fwd") != 0)
sys/arch/sparc64/dev/cbus.c
271
if (strcmp(str, "virtual-device-port") == 0) {
sys/arch/sparc64/dev/cbus.c
276
if (strcmp(str, "channel-endpoint") == 0) {
sys/arch/sparc64/dev/cbus.c
67
if (strcmp(va->va_name, "channel-devices") == 0)
sys/arch/sparc64/dev/ce4231.c
182
if (!strcmp("SUNW,CS4231", ea->ea_name) ||
sys/arch/sparc64/dev/ce4231.c
183
!strcmp("audio", ea->ea_name))
sys/arch/sparc64/dev/central.c
67
if (strcmp(ma->ma_name, "central") == 0)
sys/arch/sparc64/dev/clkbrd.c
64
if (strcmp(fa->fa_name, "clock-board") == 0)
sys/arch/sparc64/dev/cmp.c
43
if (strcmp(ma->ma_name, "cmp") == 0)
sys/arch/sparc64/dev/cmp.c
64
if (strcmp(buf, "cpu") == 0)
sys/arch/sparc64/dev/com_ebus.c
104
if (strcmp(compat, "su16552") == 0 ||
sys/arch/sparc64/dev/com_ebus.c
105
strcmp(compat, "su16550") == 0 ||
sys/arch/sparc64/dev/com_ebus.c
106
strcmp(compat, "FJSV,su") == 0 ||
sys/arch/sparc64/dev/com_ebus.c
107
strcmp(compat, "su") == 0) {
sys/arch/sparc64/dev/com_ebus.c
181
strcmp(buf, "pseudo-console") == 0) {
sys/arch/sparc64/dev/com_ebus.c
190
strcmp(buf, "pseudo-console") == 0) {
sys/arch/sparc64/dev/com_ebus.c
230
strcmp(buf, "FJSV,su") == 0)
sys/arch/sparc64/dev/com_ebus.c
249
if (strcmp(ea->ea_name, "rsc-console") == 0)
sys/arch/sparc64/dev/com_ebus.c
80
return (strcmp(model, "IKKAKU") == 0);
sys/arch/sparc64/dev/com_ebus.c
90
if (strcmp(ea->ea_name, com_names[i]) == 0)
sys/arch/sparc64/dev/com_ebus.c
93
if (strcmp(ea->ea_name, "serial") == 0) {
sys/arch/sparc64/dev/comkbd_ebus.c
140
if (strcmp(ea->ea_name, comkbd_names[i]) == 0)
sys/arch/sparc64/dev/comkbd_ebus.c
143
if (strcmp(ea->ea_name, "serial") == 0) {
sys/arch/sparc64/dev/comkbd_ebus.c
149
if (strcmp(compat, "su16550") == 0 ||
sys/arch/sparc64/dev/comkbd_ebus.c
150
strcmp(compat, "su") == 0)
sys/arch/sparc64/dev/comkbd_ebus.c
216
strcmp(getpropstring(optionsnode, "keyboard-click?"), "true") == 0;
sys/arch/sparc64/dev/comms_ebus.c
164
if (strcmp(ea->ea_name, comms_names[i]) == 0)
sys/arch/sparc64/dev/comms_ebus.c
167
if (strcmp(ea->ea_name, "serial") == 0) {
sys/arch/sparc64/dev/comms_ebus.c
173
if (strcmp(compat, "su16550") == 0 ||
sys/arch/sparc64/dev/comms_ebus.c
174
strcmp(compat, "su") == 0)
sys/arch/sparc64/dev/core.c
43
if (strcmp(ma->ma_name, "core") == 0)
sys/arch/sparc64/dev/core.c
64
if (strcmp(buf, "cpu") == 0)
sys/arch/sparc64/dev/creator.c
143
if (strcmp(ma->ma_name, "SUNW,afb") == 0)
sys/arch/sparc64/dev/creator.c
90
if (strcmp(ma->ma_name, "SUNW,ffb") == 0 ||
sys/arch/sparc64/dev/creator.c
91
strcmp(ma->ma_name, "SUNW,afb") == 0)
sys/arch/sparc64/dev/ebus.c
120
strcmp(name, "ebus") == 0)
sys/arch/sparc64/dev/ebus.c
127
strcmp(name, "ebus") == 0)
sys/arch/sparc64/dev/ebus.c
134
strcmp(name, "ebus") == 0)
sys/arch/sparc64/dev/ebus_mainbus.c
75
if (strcmp(ma->ma_name, "ebus") == 0)
sys/arch/sparc64/dev/environ.c
61
if (strcmp("environment", fa->fa_name) == 0)
sys/arch/sparc64/dev/fd.c
320
return (strcmp("SUNW,fdtwo", sa->sa_name) == 0);
sys/arch/sparc64/dev/fd.c
348
if (strcmp(getpropstring(sa->sa_node, "status"), "disabled") == 0) {
sys/arch/sparc64/dev/fd.c
365
return (strcmp("fdthree", ea->ea_name) == 0);
sys/arch/sparc64/dev/fd.c
405
if (strcmp(getpropstring(ea->ea_node, "status"), "disabled") == 0) {
sys/arch/sparc64/dev/fhc_central.c
56
if (strcmp(ca->ca_name, "fhc") == 0)
sys/arch/sparc64/dev/fhc_mainbus.c
54
if (strcmp(ma->ma_name, "fhc") == 0)
sys/arch/sparc64/dev/gfb.c
62
if (strcmp(ma->ma_name, "SUNW,gfb") == 0)
sys/arch/sparc64/dev/gfxp.c
173
if (strcmp(name, "TECH-SOURCE,gfxp") == 0 ||
sys/arch/sparc64/dev/gfxp.c
174
strcmp(name, "TSI,gfxp") == 0)
sys/arch/sparc64/dev/ifb.c
524
if (strcmp(name, "SUNW,Expert3D") == 0 ||
sys/arch/sparc64/dev/ifb.c
525
strcmp(name, "SUNW,Expert3D-Lite") == 0)
sys/arch/sparc64/dev/ifb.c
528
if (strcmp(name, "SUNW,XVR-1200") == 0)
sys/arch/sparc64/dev/ifb.c
531
if (strcmp(name, "SUNW,XVR-600") == 0)
sys/arch/sparc64/dev/ifb_ident.c
49
if (strcmp(name, "SUNW,Expert3D") == 0 ||
sys/arch/sparc64/dev/ifb_ident.c
50
strcmp(name, "SUNW,Expert3D-Lite") == 0 ||
sys/arch/sparc64/dev/ifb_ident.c
51
strcmp(name, "SUNW,XVR-500") == 0 ||
sys/arch/sparc64/dev/ifb_ident.c
52
strcmp(name, "SUNW,XVR-600") == 0 ||
sys/arch/sparc64/dev/ifb_ident.c
53
strcmp(name, "SUNW,XVR-1200") == 0)
sys/arch/sparc64/dev/led.c
88
if (strcmp("env-monitor", ea->ea_name) != 0)
sys/arch/sparc64/dev/led.c
92
if (strcmp(str, "epic") == 0)
sys/arch/sparc64/dev/lom.c
226
if (strcmp(ea->ea_name, "SUNW,lom") == 0 ||
sys/arch/sparc64/dev/lom.c
227
strcmp(ea->ea_name, "SUNW,lomh") == 0)
sys/arch/sparc64/dev/lom.c
242
if (strcmp(ea->ea_name, "SUNW,lomh") == 0) {
sys/arch/sparc64/dev/lpt_ebus.c
63
if (!strcmp(ea->ea_name, "ecpp") ||
sys/arch/sparc64/dev/lpt_ebus.c
64
!strcmp(ea->ea_name, "parallel"))
sys/arch/sparc64/dev/machfb.c
237
if (strcmp(buf, "SUNW,m64B") == 0)
sys/arch/sparc64/dev/machfb.c
241
strcmp(buf, "SUNW,m64B") == 0)
sys/arch/sparc64/dev/mgiic.c
108
if (strcmp(ma->ma_name, "i2c") != 0)
sys/arch/sparc64/dev/mgiic.c
112
if (strcmp(compat, "fire-i2c") == 0)
sys/arch/sparc64/dev/ofwi2c.c
103
if (strcmp(self->dv_parent->dv_xname, "alipm0") == 0 &&
sys/arch/sparc64/dev/ofwi2c.c
49
if (strcmp(name, "i2c-smbus") == 0 ||
sys/arch/sparc64/dev/ofwi2c.c
50
strcmp(name, "i2c") == 0)
sys/arch/sparc64/dev/ofwi2c.c
87
if (strcmp(ia.ia_name, "at24c64") == 0 ||
sys/arch/sparc64/dev/ofwi2c.c
88
strcmp(ia.ia_name, "at34c02") == 0) {
sys/arch/sparc64/dev/ofwi2c.c
91
if (strcmp(name, "dimm") == 0 ||
sys/arch/sparc64/dev/ofwi2c.c
92
strcmp(name, "dimm-spd") == 0)
sys/arch/sparc64/dev/pcf8591_envctrl.c
75
if (strcmp(ia->ia_name, "ecadc") != 0)
sys/arch/sparc64/dev/pcf8591_ofw.c
61
if (strcmp(ia->ia_name, "i2cpcf,8591") != 0)
sys/arch/sparc64/dev/pcfiic_ebus.c
102
strcmp(compat, "SUNW,bbc-i2c") == 0) {
sys/arch/sparc64/dev/pcfiic_ebus.c
167
if (strcmp(ea->ea_name, "SUNW,envctrl") == 0)
sys/arch/sparc64/dev/pcfiic_ebus.c
170
else if (strcmp(ea->ea_name, "SUNW,envctrltwo") == 0)
sys/arch/sparc64/dev/pcfiic_ebus.c
66
if (strcmp(ea->ea_name, "SUNW,envctrl") == 0 ||
sys/arch/sparc64/dev/pcfiic_ebus.c
67
strcmp(ea->ea_name, "SUNW,envctrltwo") == 0)
sys/arch/sparc64/dev/pcfiic_ebus.c
70
if (strcmp(ea->ea_name, "i2c") != 0)
sys/arch/sparc64/dev/pcfiic_ebus.c
76
if (strcmp(compat, "pcf8584") == 0 ||
sys/arch/sparc64/dev/pcfiic_ebus.c
77
strcmp(compat, "i2cpcf,8584") == 0 ||
sys/arch/sparc64/dev/pcfiic_ebus.c
78
strcmp(compat, "SUNW,i2c-pic16f747") == 0 ||
sys/arch/sparc64/dev/pcfiic_ebus.c
79
strcmp(compat, "SUNW,bbc-i2c") == 0)
sys/arch/sparc64/dev/pci_machdep.c
414
if (strcmp(intrmap[len].in_class, devtype) == 0) {
sys/arch/sparc64/dev/pckbc_ebus.c
127
if (strcmp(buf, "INTC,80c42") == 0) {
sys/arch/sparc64/dev/pckbc_ebus.c
140
if (strcmp(buf, "tadpmu") == 0) {
sys/arch/sparc64/dev/pckbc_ebus.c
222
if (strcmp("kb_ps2", name) == 0 ||
sys/arch/sparc64/dev/pckbc_ebus.c
223
strcmp("keyboard", name) == 0) {
sys/arch/sparc64/dev/pckbc_ebus.c
79
if (strcmp(ea->ea_name, "8042") == 0)
sys/arch/sparc64/dev/pcons.c
154
return (strcmp("pcons", ma->ma_name) == 0 &&
sys/arch/sparc64/dev/pmc.c
69
if (strcmp("pmc", ea->ea_name) == 0)
sys/arch/sparc64/dev/power.c
78
if (strcmp(ea->ea_name, "power") == 0)
sys/arch/sparc64/dev/ppm.c
76
if (strcmp(ea->ea_name, "ppm"))
sys/arch/sparc64/dev/prtc.c
66
if (strcmp(ma->ma_name, "prtc") == 0)
sys/arch/sparc64/dev/prtc.c
81
strcmp(buf, "SUNW,SPARC-Enterprise") == 0;
sys/arch/sparc64/dev/psycho.c
215
if (strcmp(ma->ma_name, ROM_PCI_NAME) != 0)
sys/arch/sparc64/dev/psycho.c
220
if (strcmp(str, ptype->p_name) == 0)
sys/arch/sparc64/dev/psycho.c
223
if (strcmp(str, ptype->p_name) == 0)
sys/arch/sparc64/dev/psycho.c
267
if (strcmp(str, ptype->p_name) == 0)
sys/arch/sparc64/dev/psycho.c
270
if (strcmp(str, ptype->p_name) == 0)
sys/arch/sparc64/dev/psycho.c
417
strcmp(buf, "SUNW,Ultra-Enterprise-10000") == 0)
sys/arch/sparc64/dev/pyro.c
172
if (strcmp(ma->ma_name, "pci") != 0)
sys/arch/sparc64/dev/pyro.c
176
if (strcmp(str, "pciex108e,80f0") == 0 ||
sys/arch/sparc64/dev/pyro.c
177
strcmp(str, "pciex108e,80f8") == 0)
sys/arch/sparc64/dev/pyro.c
216
if (strcmp(str, "pciex108e,80f8") == 0)
sys/arch/sparc64/dev/radeonfb.c
164
if (strcmp(buf, "SUNW,XVR-100") == 0 ||
sys/arch/sparc64/dev/radeonfb.c
165
strcmp(buf, "SUNW,XVR-300") == 0)
sys/arch/sparc64/dev/raptor.c
175
if (strcmp(name, "TECH-SOURCE,raptor") == 0 ||
sys/arch/sparc64/dev/raptor.c
176
strcmp(name, "TSI,raptor") == 0)
sys/arch/sparc64/dev/rtc.c
128
if (strcmp("rtc", ea->ea_name) == 0)
sys/arch/sparc64/dev/rtc.c
173
if (strcmp(model, "bq4802") == 0) {
sys/arch/sparc64/dev/rtc.c
194
if (strcmp(model, "ds1287") == 0 && ea->ea_nintrs > 0) {
sys/arch/sparc64/dev/sab.c
217
if (strcmp(ea->ea_name, "se") == 0 ||
sys/arch/sparc64/dev/sab.c
218
strcmp(ea->ea_name, "FJSV,se") == 0)
sys/arch/sparc64/dev/sab.c
221
if (compat != NULL && !strcmp(compat, "sab82532"))
sys/arch/sparc64/dev/sbbc.c
254
if (strcmp(toc->toc_tag[i].tag_key, "SOLSCIE") == 0)
sys/arch/sparc64/dev/sbbc.c
257
if (strcmp(toc->toc_tag[i].tag_key, "SOLSCIR") == 0)
sys/arch/sparc64/dev/sbbc.c
260
if (strcmp(toc->toc_tag[i].tag_key, "SCSOLIE") == 0)
sys/arch/sparc64/dev/sbbc.c
263
if (strcmp(toc->toc_tag[i].tag_key, "SCSOLIR") == 0)
sys/arch/sparc64/dev/sbbc.c
269
if (strcmp(toc->toc_tag[i].tag_key, "TODDATA") == 0)
sys/arch/sparc64/dev/sbbc.c
271
if (strcmp(toc->toc_tag[i].tag_key, "SOLCONS") == 0)
sys/arch/sparc64/dev/sbbc.c
392
sgcn_is_input = (strcmp(buf, "sgcn") == 0);
sys/arch/sparc64/dev/sbbc.c
397
sgcn_is_output = (strcmp(buf, "sgcn") == 0);
sys/arch/sparc64/dev/sbus.c
240
return (strcmp(cf->cf_driver->cd_name, ma->ma_name) == 0);
sys/arch/sparc64/dev/sbus.c
356
strcmp(buf, "SUNW,Ultra-Enterprise-10000") == 0)
sys/arch/sparc64/dev/sbus.c
459
strcmp(getpropstringA(node, "device_type", buf),
sys/arch/sparc64/dev/sbus.c
611
if (strcmp(intrmap[i].in_class, buf) == 0) {
sys/arch/sparc64/dev/schizo.c
118
if (strcmp(ma->ma_name, "pci") != 0)
sys/arch/sparc64/dev/schizo.c
122
if (strcmp(str, "schizo") == 0)
sys/arch/sparc64/dev/schizo.c
126
if (strcmp(str, "pci108e,8001") == 0)
sys/arch/sparc64/dev/schizo.c
128
if (strcmp(str, "pci108e,8002") == 0) /* XMITS */
sys/arch/sparc64/dev/schizo.c
130
if (strcmp(str, "pci108e,a801") == 0) /* Tomatillo */
sys/arch/sparc64/dev/schizo.c
145
if (strcmp(str, "pci108e,a801") == 0)
sys/arch/sparc64/dev/ssm.c
44
if (strcmp(ma->ma_name, "ssm") == 0)
sys/arch/sparc64/dev/ssm.c
65
if (strcmp(buf, "cpu") == 0)
sys/arch/sparc64/dev/stp_sbus.c
75
return (strcmp("SUNW,pcmcia", sa->sa_name) == 0);
sys/arch/sparc64/dev/tda.c
85
if (strcmp(ia->ia_name, "tda8444") != 0)
sys/arch/sparc64/dev/tda.c
91
if (strcmp(name, "SUNW,Sun-Blade-1000") != 0)
sys/arch/sparc64/dev/upa.c
86
if (strcmp(ma->ma_name, "upa") == 0)
sys/arch/sparc64/dev/uperf_ebus.c
116
return (strcmp(ea->ea_name, "sc") == 0);
sys/arch/sparc64/dev/vbus.c
63
if (strcmp(ma->ma_name, "virtual-devices") == 0)
sys/arch/sparc64/dev/vcc.c
128
if (elem[idx].tag != 'a' || strcmp(str, "fwd") != 0)
sys/arch/sparc64/dev/vcc.c
133
if (strcmp(str, "channel-endpoint") == 0) {
sys/arch/sparc64/dev/vcc.c
60
if (strcmp(ca->ca_name, "virtual-console-concentrator") == 0)
sys/arch/sparc64/dev/vcc.c
87
if (elem[idx].tag != 'a' || strcmp(str, "fwd") != 0)
sys/arch/sparc64/dev/vcc.c
92
if (strcmp(str, "virtual-device-port") == 0) {
sys/arch/sparc64/dev/vcons.c
73
if (strcmp(va->va_name, "console") == 0)
sys/arch/sparc64/dev/vds.c
125
if (elem[idx].tag != 'a' || strcmp(str, "fwd") != 0)
sys/arch/sparc64/dev/vds.c
130
if (strcmp(str, "channel-endpoint") == 0) {
sys/arch/sparc64/dev/vds.c
60
if (strcmp(ca->ca_name, "virtual-disk-server") == 0)
sys/arch/sparc64/dev/vds.c
87
if (elem[idx].tag != 'a' || strcmp(str, "fwd") != 0)
sys/arch/sparc64/dev/vds.c
92
if (strcmp(str, "virtual-device-port") == 0) {
sys/arch/sparc64/dev/vdsk.c
224
if (strcmp(ca->ca_name, "disk") == 0)
sys/arch/sparc64/dev/vdsp.c
321
if (strcmp(ca->ca_name, "vds-port") == 0)
sys/arch/sparc64/dev/vldc.c
129
if (elem[idx].tag != 'a' || strcmp(str, "fwd") != 0)
sys/arch/sparc64/dev/vldc.c
134
if (strcmp(str, "channel-endpoint") == 0) {
sys/arch/sparc64/dev/vldc.c
60
if (strcmp(ca->ca_name, "virtual-channel") == 0 ||
sys/arch/sparc64/dev/vldc.c
61
strcmp(ca->ca_name, "virtual-channel-client") == 0)
sys/arch/sparc64/dev/vldc.c
88
if (elem[idx].tag != 'a' || strcmp(str, "fwd") != 0)
sys/arch/sparc64/dev/vldc.c
93
if (strcmp(str, "virtual-device-port") == 0) {
sys/arch/sparc64/dev/vldcp.c
119
if (strcmp(ca->ca_name, svc->vs_name) == 0)
sys/arch/sparc64/dev/vldcp.c
123
strcmp(ca->ca_name, "ldom-primary") != 0)
sys/arch/sparc64/dev/vldcp.c
178
if (strcmp(ca->ca_name, svc->vs_name) == 0) {
sys/arch/sparc64/dev/vldcp.c
185
strcmp(ca->ca_name, "ldom-primary") != 0) {
sys/arch/sparc64/dev/vnet.c
242
if (strcmp(ca->ca_name, "network") == 0)
sys/arch/sparc64/dev/vpci.c
150
if (strcmp(ma->ma_name, "pci") != 0)
sys/arch/sparc64/dev/vrng.c
71
if (strcmp(va->va_name, "random-number-generator") == 0)
sys/arch/sparc64/dev/vrtc.c
51
if (strcmp(va->va_name, "rtc") == 0)
sys/arch/sparc64/dev/vsw.c
125
if (elem[idx].tag != 'a' || strcmp(str, "fwd") != 0)
sys/arch/sparc64/dev/vsw.c
130
if (strcmp(str, "channel-endpoint") == 0) {
sys/arch/sparc64/dev/vsw.c
60
if (strcmp(ca->ca_name, "virtual-network-switch") == 0)
sys/arch/sparc64/dev/vsw.c
87
if (elem[idx].tag != 'a' || strcmp(str, "fwd") != 0)
sys/arch/sparc64/dev/vsw.c
92
if (strcmp(str, "virtual-device-port") == 0) {
sys/arch/sparc64/dev/wbsd_ebus.c
50
if (strcmp(ea->ea_name, "TAD,wb-sdcard") == 0)
sys/arch/sparc64/dev/z8530kbd.c
249
if (strcmp(args->type, "keyboard") != 0)
sys/arch/sparc64/dev/z8530kbd.c
371
strcmp(getpropstring(optionsnode, "keyboard-click?"), "true") == 0;
sys/arch/sparc64/dev/zs.c
174
if (strcmp(cf->cf_driver->cd_name, sa->sa_name) != 0)
sys/arch/sparc64/dev/zs.c
186
if (strcmp(cf->cf_driver->cd_name, fa->fa_name) != 0)
sys/arch/sparc64/sparc64/autoconf.c
1023
strcmp(buf, "cpu") == 0)
sys/arch/sparc64/sparc64/autoconf.c
1026
strcmp(buf, "cmp") == 0)
sys/arch/sparc64/sparc64/autoconf.c
1030
if (strcmp(buf, sp) == 0)
sys/arch/sparc64/sparc64/autoconf.c
1256
if (strcmp(buf, "disabled") == 0 || strncmp(buf, "fail", 4) == 0)
sys/arch/sparc64/sparc64/autoconf.c
1320
while (strcmp(dev->dv_xname, fullname) != 0) {
sys/arch/sparc64/sparc64/autoconf.c
1364
if (strcmp(busname, "mainbus") == 0 ||
sys/arch/sparc64/sparc64/autoconf.c
1365
strcmp(busname, "ssm") == 0 || strcmp(busname, "upa") == 0)
sys/arch/sparc64/sparc64/autoconf.c
1367
else if (strcmp(busname, "sbus") == 0 ||
sys/arch/sparc64/sparc64/autoconf.c
1368
strcmp(busname, "dma") == 0 || strcmp(busname, "ledma") == 0)
sys/arch/sparc64/sparc64/autoconf.c
1370
else if (strcmp(busname, "vbus") == 0)
sys/arch/sparc64/sparc64/autoconf.c
1372
else if (strcmp(busname, "cbus") == 0)
sys/arch/sparc64/sparc64/autoconf.c
1374
else if (strcmp(busname, "pci") == 0)
sys/arch/sparc64/sparc64/autoconf.c
1378
if (strcmp(devname, "vdsk") == 0) {
sys/arch/sparc64/sparc64/autoconf.c
1405
if (strcmp(devname, "scsibus") == 0) {
sys/arch/sparc64/sparc64/autoconf.c
1410
if (strcmp(bp->name, "fp") == 0 && bp->val[0] == 0) {
sys/arch/sparc64/sparc64/autoconf.c
1418
if (strcmp(busname, "scsibus") == 0) {
sys/arch/sparc64/sparc64/autoconf.c
1468
if (strcmp("wd", devname) == 0) {
sys/arch/sparc64/sparc64/autoconf.c
1473
if (strcmp(bp->name, "ata") == 0 &&
sys/arch/sparc64/sparc64/autoconf.c
262
strcmp(buf, "cpu") == 0)
sys/arch/sparc64/sparc64/autoconf.c
328
if (strcmp(buf, "sun4us") == 0)
sys/arch/sparc64/sparc64/autoconf.c
330
if (strcmp(buf, "sun4v") == 0)
sys/arch/sparc64/sparc64/autoconf.c
655
if (strcmp(prop, "pause") == 0)
sys/arch/sparc64/sparc64/autoconf.c
862
(strcmp(buf, name) == 0))
sys/arch/sparc64/sparc64/autoconf.c
974
if (strcmp(buf, "cmp") == 0) {
sys/arch/sparc64/sparc64/autoconf.c
986
if (strcmp(buf, "cpu") == 0) {
sys/arch/sparc64/sparc64/autoconf.c
990
if (strcmp(buf, "cpu") == 0)
sys/arch/sparc64/sparc64/clock.c
220
return (strcmp("eeprom", sa->sa_name) == 0);
sys/arch/sparc64/sparc64/clock.c
228
return (strcmp("eeprom", ea->ea_name) == 0);
sys/arch/sparc64/sparc64/clock.c
236
return (strcmp("eeprom", fa->fa_name) == 0);
sys/arch/sparc64/sparc64/cpu.c
206
strcmp(buf, "cpu") != 0)
sys/arch/sparc64/sparc64/cpu.c
253
if (strcmp(parent->dv_cfdata->cf_driver->cd_name, "core") == 0)
sys/arch/sparc64/sparc64/cpu.c
383
strcmp(buf, "SUNW,Ultra-Enterprise-10000") == 0)
sys/arch/sparc64/sparc64/cpu.c
669
strcmp(buf, "SUNW,Ultra-Enterprise-10000") == 0) {
sys/arch/sparc64/sparc64/mdesc.c
191
if (elem[idx].tag == 'v' && strcmp(str, name) == 0)
sys/arch/sparc64/sparc64/mdesc.c
215
if (elem[idx].tag == 's' && strcmp(str, name) == 0)
sys/arch/sparc64/sparc64/mdesc.c
239
if (elem[idx].tag == 'd' && strcmp(str, name) == 0) {
sys/arch/sparc64/sparc64/mdesc.c
264
if (str && strcmp(str, name) == 0 && val == cfg_handle)
sys/arch/sparc64/sparc64/mdesc.c
287
if (elem[idx].tag != 'a' || strcmp(str, "fwd") != 0)
sys/arch/sparc64/sparc64/mdesc.c
293
if (str && strcmp(str, name) == 0 && val == cfg_handle)
sys/arch/sparc64/sparc64/mdesc.c
315
if (str && strcmp(str, name) == 0)
sys/arch/sparc64/sparc64/ofw_machdep.c
822
if (strcmp(dev_type, "pci") == 0 ||
sys/arch/sparc64/sparc64/ofw_machdep.c
823
strcmp(dev_type, "pciex") == 0)
sys/arch/sparc64/sparc64/ofw_machdep.c
894
(strcmp(dev_type, "pci") == 0 ||
sys/arch/sparc64/sparc64/ofw_machdep.c
895
strcmp(dev_type, "pciex") == 0) &&
sys/arch/sparc64/sparc64/openfirm.c
818
if (strcmp(str, name) == 0)
sys/arch/sparc64/sparc64/rbus_machdep.c
53
strcmp(buf, "pcma") == 0) {
sys/arch/sparc64/sparc64/rbus_machdep.c
99
strcmp(buf, "pcma") == 0) {
sys/arch/sparc64/stand/ofwboot/boot.c
366
if (!strcmp(dip->path, bootdev))
sys/arch/sparc64/stand/ofwboot/boot.c
511
if (strcmp(bootline, "exit") == 0 ||
sys/arch/sparc64/stand/ofwboot/boot.c
512
strcmp(bootline, "halt") == 0) {
sys/arch/sparc64/stand/ofwboot/diskprobe.c
151
strcmp(buf, "block") == 0 &&
sys/arch/sparc64/stand/ofwboot/diskprobe.c
153
strcmp(buf, "disk") == 0)) {
sys/arch/sparc64/stand/ofwboot/diskprobe.c
73
sizeof(buf)) > 0 && strcmp(buf, "scsi-sas") == 0)
sys/arch/sparc64/stand/ofwboot/elf64_exec.c
217
&& strcmp(shstr + shp->sh_name, ELF_CTF)) {
sys/arch/sparc64/stand/ofwboot/elf64_exec.c
254
|| !strcmp(shstr + shp->sh_name, ELF_CTF)) {
sys/arch/sparc64/stand/ofwboot/ofdev.c
655
if (!strcmp(buf, "block")) {
sys/arch/sparc64/stand/ofwboot/ofdev.c
678
sizeof(buf)) > 0 && strcmp(buf, "ide") == 0) {
sys/arch/sparc64/stand/ofwboot/ofdev.c
696
if (!strcmp(buf, "network")) {
sys/arch/sparc64/stand/ofwboot/ofdev.c
99
if (!strcmp(devtype, "block")) {
sys/ddb/db_ctf.c
368
if (strcmp(name, tname) == 0)
sys/ddb/db_elf.c
139
if (strcmp(".strtab", shstrtab+shp[i].sh_name) == 0) {
sys/ddb/db_elf.c
143
} else if (strcmp(".symtab", shstrtab+shp[i].sh_name) == 0) {
sys/ddb/db_elf.c
201
if (strcmp(".strtab", shstrtab+shp[i].sh_name) == 0)
sys/ddb/db_elf.c
223
strcmp(sname, shstrtab+shp[i].sh_name) == 0) {
sys/ddb/db_examine.c
346
if (!strcmp(db_tok_string, "b"))
sys/ddb/db_examine.c
348
else if (!strcmp(db_tok_string, "h"))
sys/ddb/db_examine.c
350
else if (!strcmp(db_tok_string, "l"))
sys/ddb/db_sym.c
87
if (!strcmp(src, dst))
sys/ddb/db_sym.c
90
return (!strcmp(src+1,dst));
sys/ddb/db_variables.c
61
if (!strcmp(db_tok_string, vp->name)) {
sys/ddb/db_variables.c
67
if (!strcmp(db_tok_string, vp->name)) {
sys/dev/acpi/acpi.c
1346
if (!strcmp(dev->dv_cfdata->cf_driver->cd_name, "acpiac")) {
sys/dev/acpi/acpi.c
1352
} else if (!strcmp(dev->dv_cfdata->cf_driver->cd_name, "acpibat")) {
sys/dev/acpi/acpi.c
1358
} else if (!strcmp(dev->dv_cfdata->cf_driver->cd_name, "acpisbs")) {
sys/dev/acpi/acpi.c
1982
if (strcmp(dev->dv_cfdata->cf_driver->cd_name, "pciide"))
sys/dev/acpi/acpi.c
2890
if (strcmp(dev, ACPI_DEV_ECD))
sys/dev/acpi/acpi.c
2963
strcmp(res->v_package[0]->v_string, prop) != 0)
sys/dev/acpi/acpi.c
3017
strcmp(res->v_package[0]->v_string, prop) != 0)
sys/dev/acpi/acpi.c
3323
if (!strcmp(cdev, ACPI_DEV_MOUSE)) {
sys/dev/acpi/acpi.c
3325
if (!strcmp(dev, sbtn_pnp[i])) {
sys/dev/acpi/acpi.c
3409
if (strcmp(dev, ACPI_DEV_SBS) != 0)
sys/dev/acpi/acpi.c
515
if (!strcmp(hid, hids[i]))
sys/dev/acpi/acpi.c
584
strcmp(res->v_package[0]->v_string, "StorageD3Enable") != 0)
sys/dev/acpi/acpibtn.c
179
if (!strcmp(aa->aaa_dev, ACPI_DEV_LD)) {
sys/dev/acpi/acpibtn.c
187
} else if (!strcmp(aa->aaa_dev, ACPI_DEV_PBD))
sys/dev/acpi/acpibtn.c
189
else if (!strcmp(aa->aaa_dev, ACPI_DEV_SBD))
sys/dev/acpi/acpicpu_x86.c
1259
strcmp(cpu_vendor, "GenuineIntel") == 0) {
sys/dev/acpi/acpicpu_x86.c
1334
strcmp(cpu_vendor, "GenuineIntel") == 0) {
sys/dev/acpi/acpicpu_x86.c
681
strcmp(aa->aaa_name, cf->cf_driver->cd_name) != 0 ||
sys/dev/acpi/acpidock.c
64
strcmp(aaa->aaa_name, cf->cf_driver->cd_name) != 0 ||
sys/dev/acpi/acpiec.c
314
strcmp(hw_vendor, "GOOGLE") == 0 &&
sys/dev/acpi/acpiec.c
315
strcmp(hw_prod, "Samus") == 0)
sys/dev/acpi/acpiprt.c
95
strcmp(aa->aaa_name, cf->cf_driver->cd_name) != 0 ||
sys/dev/acpi/acpipwrres.c
204
if (strcmp(node->name, "_PR0") == 0) {
sys/dev/acpi/acpipwrres.c
206
} else if (strcmp(node->name, "_PR1") == 0) {
sys/dev/acpi/acpipwrres.c
208
} else if (strcmp(node->name, "_PR2") == 0) {
sys/dev/acpi/acpipwrres.c
210
} else if (strcmp(node->name, "_PR3") == 0) {
sys/dev/acpi/acpipwrres.c
278
if (!strcmp(node->name, "_PRW"))
sys/dev/acpi/acpipwrres.c
86
if (aaa->aaa_name == NULL || strcmp(aaa->aaa_name,
sys/dev/acpi/acpisectwo.c
59
strcmp(aa->aaa_name, cf->cf_driver->cd_name) != 0 ||
sys/dev/acpi/acpisony.c
94
strcmp(aa->aaa_name, cf->cf_driver->cd_name) != 0 ||
sys/dev/acpi/acpitimer.c
69
strcmp(aa->aaa_name, cf->cf_driver->cd_name) != 0 ||
sys/dev/acpi/acpitoshiba.c
212
strcmp(aa->aaa_name, cf->cf_driver->cd_name) != 0 ||
sys/dev/acpi/acpitz.c
174
strcmp(aa->aaa_name, cf->cf_driver->cd_name) != 0 ||
sys/dev/acpi/acpivideo.c
74
if (aaa->aaa_name == NULL || strcmp(aaa->aaa_name,
sys/dev/acpi/acpivout.c
92
strcmp(aaa->aaa_name, cf->cf_driver->cd_name) != 0 ||
sys/dev/acpi/asmc.c
570
if (!strcmp(asmc_temp_desc[i][0], sc->sc_prod->pr_temp[idx]))
sys/dev/acpi/ccpmic.c
103
return (strcmp(ia->ia_name, "INT33FD") == 0);
sys/dev/acpi/com_acpi.c
108
if (strcmp(aaa->aaa_dev, "AMDI0020") == 0)
sys/dev/acpi/com_acpi.c
178
return strcmp(hid, "AMDI0020") == 0 ||
sys/dev/acpi/com_acpi.c
179
strcmp(hid, "HISI0031") == 0;
sys/dev/acpi/dsdt.c
1273
if (strcmp(name, nn) == 0) {
sys/dev/acpi/dsdt.c
1505
(strcmp(hw_vendor, "Apple Inc.") == 0 ||
sys/dev/acpi/dsdt.c
1506
strcmp(hw_vendor, "Apple Computer, Inc.") == 0)) {
sys/dev/acpi/dsdt.c
1507
if (strcmp(fa->v_string, "Darwin") == 0) {
sys/dev/acpi/dsdt.c
1520
result = !strcmp(fa->v_string, aml_valid_osi[idx]);
sys/dev/acpi/dsdt.c
591
if (strcmp(pdata->pnpid, pnpid) == 0)
sys/dev/acpi/dwiic_acpi.c
427
if (!strcmp(hid, hids[i]))
sys/dev/acpi/dwiic_acpi.c
648
if (strcmp(sc->sc_hid, "INT3432") == 0 ||
sys/dev/acpi/dwiic_acpi.c
649
strcmp(sc->sc_hid, "INT3433") == 0) {
sys/dev/acpi/if_bse_acpi.c
107
if (strcmp(phy_mode, "rgmii-id") == 0)
sys/dev/acpi/if_bse_acpi.c
109
else if (strcmp(phy_mode, "rgmii-rxid") == 0)
sys/dev/acpi/if_bse_acpi.c
111
else if (strcmp(phy_mode, "rgmii-txid") == 0)
sys/dev/acpi/iosf_acpi.c
95
if (strcmp(cpu_vendor, "GenuineIntel") == 0 &&
sys/dev/acpi/pchgpio.c
519
if (strcmp(pchgpio_devices[i].hid, aaa->aaa_dev) == 0) {
sys/dev/acpi/qcgpio.c
312
if (strcmp(aaa->aaa_dev, "QCOM080D") == 0) {
sys/dev/acpi/qcgpio.c
315
} else if (strcmp(aaa->aaa_dev, "QCOM060C") == 0) {
sys/dev/acpi/qcgpio.c
318
} else if (strcmp(aaa->aaa_dev, "QCOM0C0C") == 0) {
sys/dev/acpi/qciic.c
162
if (strcmp(aaa->aaa_dev, "QCOM0610") != 0) {
sys/dev/acpi/qciic.c
454
if (strcmp(dev, "PNP0C50") == 0 || strcmp(cdev, "PNP0C50") == 0)
sys/dev/acpi/sdhc_acpi.c
145
if (strcmp(aaa->aaa_dev, "BRCME88C") == 0)
sys/dev/acpi/tipmic.c
114
return (strcmp(ia->ia_name, "INT33F5") == 0);
sys/dev/acpi/tpm.c
275
if (strcmp(aaa->aaa_dev, "MSFT0101") == 0 ||
sys/dev/acpi/tpm.c
276
strcmp(aaa->aaa_cdev, "MSFT0101") == 0) {
sys/dev/acpi/xhci_acpi.c
109
if (strcmp(aaa->aaa_dev, "QCOM0304") == 0 ||
sys/dev/acpi/xhci_acpi.c
110
strcmp(aaa->aaa_dev, "QCOM0305") == 0 ||
sys/dev/acpi/xhci_acpi.c
111
strcmp(aaa->aaa_dev, "QCOM0497") == 0 ||
sys/dev/acpi/xhci_acpi.c
112
strcmp(aaa->aaa_dev, "QCOM0498") == 0 ||
sys/dev/acpi/xhci_acpi.c
113
strcmp(aaa->aaa_dev, "QCOM068B") == 0 ||
sys/dev/acpi/xhci_acpi.c
114
strcmp(aaa->aaa_dev, "QCOM068C") == 0 ||
sys/dev/acpi/xhci_acpi.c
115
strcmp(aaa->aaa_dev, "QCOM24B6") == 0 ||
sys/dev/acpi/xhci_acpi.c
116
strcmp(aaa->aaa_dev, "QCOM24B7") == 0 ||
sys/dev/acpi/xhci_acpi.c
117
strcmp(aaa->aaa_dev, "QCOM0C8B") == 0 ||
sys/dev/acpi/xhci_acpi.c
118
strcmp(aaa->aaa_dev, "QCOM0C8C") == 0 ||
sys/dev/acpi/xhci_acpi.c
119
strcmp(aaa->aaa_dev, "QCOM0D07") == 0) {
sys/dev/acpi/xhci_acpi.c
98
if (hw_ver && strcmp(hw_ver, "ThinkPad X13s Gen 1") == 0 &&
sys/dev/adb/akbd.c
102
if (strcmp(aa_args->name, adb_device_name) != 0)
sys/dev/adb/ams.c
80
if (strcmp(aa_args->name, adb_device_name) != 0)
sys/dev/audio.c
2289
if (strcmp(mi->label.name, AudioNmute) == 0) {
sys/dev/audio.c
2316
if (strcmp(cls->label.name, cn) == 0 &&
sys/dev/audio.c
2317
strcmp(dev->label.name, dn) == 0) {
sys/dev/bio.c
158
if (strcmp(name, bm->bm_dev->dv_xname) == 0)
sys/dev/cardbus/cardbus.c
96
if (strcmp(cba->cba_busname, cf->cf_driver->cd_name)) {
sys/dev/eisa/ahc_eisa.c
112
if (strcmp(ea->ea_idstring, "ADP7770") &&
sys/dev/eisa/ahc_eisa.c
113
strcmp(ea->ea_idstring, "ADP7771")
sys/dev/eisa/ahc_eisa.c
115
&& strcmp(ea->ea_idstring, "ADP7756") /* not EISA, but VL */
sys/dev/eisa/ahc_eisa.c
116
&& strcmp(ea->ea_idstring, "ADP7757") /* not EISA, but VL */
sys/dev/eisa/ahc_eisa.c
161
if (strcmp(ea->ea_idstring, "ADP7770") == 0) {
sys/dev/eisa/ahc_eisa.c
163
} else if (strcmp(ea->ea_idstring, "ADP7771") == 0) {
sys/dev/eisa/cac_eisa.c
129
if (strcmp(ea->ea_idstring, cac_eisa_type[i].ct_prodstr) == 0)
sys/dev/eisa/cac_eisa.c
162
if (strcmp(ea->ea_idstring, cac_eisa_type[i].ct_prodstr) == 0)
sys/dev/eisa/eisa.c
249
match = !strcmp(edp->id, id);
sys/dev/eisa/eisa.c
73
if (strcmp(eba->eba_busname, cf->cf_driver->cd_name))
sys/dev/eisa/if_ep_eisa.c
100
strcmp(ea->ea_idstring, "TCM5972"))
sys/dev/eisa/if_ep_eisa.c
140
if (strcmp(ea->ea_idstring, "TCM5090") == 0)
sys/dev/eisa/if_ep_eisa.c
142
else if (strcmp(ea->ea_idstring, "TCM5091") == 0)
sys/dev/eisa/if_ep_eisa.c
144
else if (strcmp(ea->ea_idstring, "TCM5092") == 0)
sys/dev/eisa/if_ep_eisa.c
146
else if (strcmp(ea->ea_idstring, "TCM5093") == 0)
sys/dev/eisa/if_ep_eisa.c
148
else if (strcmp(ea->ea_idstring, "TCM5094") == 0)
sys/dev/eisa/if_ep_eisa.c
150
else if (strcmp(ea->ea_idstring, "TCM5095") == 0)
sys/dev/eisa/if_ep_eisa.c
152
else if (strcmp(ea->ea_idstring, "TCM5098") == 0)
sys/dev/eisa/if_ep_eisa.c
154
else if (strcmp(ea->ea_idstring, "TCM5920") == 0) {
sys/dev/eisa/if_ep_eisa.c
157
} else if (strcmp(ea->ea_idstring, "TCM5970") == 0) {
sys/dev/eisa/if_ep_eisa.c
160
} else if (strcmp(ea->ea_idstring, "TCM5971") == 0) {
sys/dev/eisa/if_ep_eisa.c
163
} else if (strcmp(ea->ea_idstring, "TCM5972") == 0) {
sys/dev/eisa/if_ep_eisa.c
90
if (strcmp(ea->ea_idstring, "TCM5090") &&
sys/dev/eisa/if_ep_eisa.c
91
strcmp(ea->ea_idstring, "TCM5091") &&
sys/dev/eisa/if_ep_eisa.c
92
strcmp(ea->ea_idstring, "TCM5092") &&
sys/dev/eisa/if_ep_eisa.c
93
strcmp(ea->ea_idstring, "TCM5093") &&
sys/dev/eisa/if_ep_eisa.c
94
strcmp(ea->ea_idstring, "TCM5094") &&
sys/dev/eisa/if_ep_eisa.c
95
strcmp(ea->ea_idstring, "TCM5095") &&
sys/dev/eisa/if_ep_eisa.c
96
strcmp(ea->ea_idstring, "TCM5098") &&
sys/dev/eisa/if_ep_eisa.c
97
strcmp(ea->ea_idstring, "TCM5920") &&
sys/dev/eisa/if_ep_eisa.c
98
strcmp(ea->ea_idstring, "TCM5970") &&
sys/dev/eisa/if_ep_eisa.c
99
strcmp(ea->ea_idstring, "TCM5971") &&
sys/dev/fdt/acrtc.c
93
if (strcmp(ra->ra_name, "x-powers,ac100") == 0)
sys/dev/fdt/amlpinctrl.c
504
if (strcmp(name, group->name) == 0)
sys/dev/fdt/amlpinctrl.c
526
if (strcmp(function, group->function) != 0) {
sys/dev/fdt/axppmic.c
386
if (strcmp(name, axppmic_devices[i].name) == 0)
sys/dev/fdt/axppmic.c
581
if (strcmp(name, "x-powers,axp305") == 0 ||
sys/dev/fdt/axppmic.c
582
strcmp(name, "x-powers,axp805") == 0 ||
sys/dev/fdt/axppmic.c
583
strcmp(name, "x-powers,axp806") == 0) {
sys/dev/fdt/axppmic.c
595
if (strcmp(name, "x-powers,axp209") == 0) {
sys/dev/fdt/axppmic.c
606
if (strcmp(name, "x-powers,axp803") == 0) {
sys/dev/fdt/axppmic.c
625
if (strcmp(name, "x-powers,axp803") == 0) {
sys/dev/fdt/axppmic.c
635
if (strcmp(name, "x-powers,axp152") == 0 ||
sys/dev/fdt/axppmic.c
636
strcmp(name, "x-powers,axp209") == 0) {
sys/dev/fdt/axppmic.c
644
if (strcmp(name, "x-powers,axp803") == 0)
sys/dev/fdt/axppmic.c
666
if (strcmp(sc->sc_name, "x-powers,axp803") == 0) {
sys/dev/fdt/axppmic.c
675
if (strcmp(sc->sc_name, "x-powers,axp803") == 0) {
sys/dev/fdt/axppmic.c
727
if (strcmp(sc->sc_regdata[i].name, name) == 0)
sys/dev/fdt/bcm2711_pcie.c
609
if (strcmp(mode, "no-l1ss") == 0) {
sys/dev/fdt/bcm2711_pcie.c
611
} else if (strcmp(mode, "default") == 0) {
sys/dev/fdt/bcm2711_pcie.c
618
if (strcmp(mode, "no-l1ss") == 0) {
sys/dev/fdt/bcmstbpinctrl.c
179
if (strcmp(name, sc->sc_pins[pin].name) == 0)
sys/dev/fdt/bcmstbpinctrl.c
190
strcmp(function, sc->sc_pins[pin].func[func]) == 0)
sys/dev/fdt/bd718x7.c
132
if (strcmp(sc->sc_regdata[i].name, name) == 0)
sys/dev/fdt/bd718x7.c
78
return (strcmp(ia->ia_name, "rohm,bd71837") == 0 ||
sys/dev/fdt/bd718x7.c
79
strcmp(ia->ia_name, "rohm,bd71847") == 0);
sys/dev/fdt/cwfg.c
136
if (strcmp(ia->ia_name, "cellwise,cw2015") == 0)
sys/dev/fdt/dapmic.c
124
return (strcmp(ia->ia_name, "dlg,da9063") == 0);
sys/dev/fdt/es8316ac.c
154
if (strcmp(ia->ia_name, "everest,es8316") == 0)
sys/dev/fdt/fanpwr.c
100
strcmp(ia->ia_name, "tcs,tcs4525") == 0);
sys/dev/fdt/fanpwr.c
95
return (strcmp(ia->ia_name, "fcs,fan53555") == 0 ||
sys/dev/fdt/fanpwr.c
96
strcmp(ia->ia_name, "rockchip,rk8602") == 0 ||
sys/dev/fdt/fanpwr.c
97
strcmp(ia->ia_name, "rockchip,rk8603") == 0 ||
sys/dev/fdt/fanpwr.c
98
strcmp(ia->ia_name, "silergy,syr827") == 0 ||
sys/dev/fdt/fanpwr.c
99
strcmp(ia->ia_name, "silergy,syr828") == 0 ||
sys/dev/fdt/fusbtc.c
253
if (strcmp(ia->ia_name, "fcs,fusb302") == 0)
sys/dev/fdt/fusbtc.c
282
if (!strcmp(role, "dual"))
sys/dev/fdt/fusbtc.c
284
if (!strcmp(role, "sink"))
sys/dev/fdt/fusbtc.c
286
if (!strcmp(role, "source"))
sys/dev/fdt/gpioleds.c
91
if (strcmp(default_state, "on") == 0)
sys/dev/fdt/gpioleds.c
93
else if (strcmp(default_state, "off") == 0)
sys/dev/fdt/graphaudio.c
144
if (!strcmp(format, "i2s"))
sys/dev/fdt/graphaudio.c
146
else if (!strcmp(format, "right_j"))
sys/dev/fdt/graphaudio.c
148
else if (!strcmp(format, "left_j"))
sys/dev/fdt/graphaudio.c
150
else if (!strcmp(format, "dsp_a"))
sys/dev/fdt/graphaudio.c
152
else if (!strcmp(format, "dsp_b"))
sys/dev/fdt/graphaudio.c
154
else if (!strcmp(format, "ac97"))
sys/dev/fdt/graphaudio.c
156
else if (!strcmp(format, "pdm"))
sys/dev/fdt/graphaudio.c
158
else if (!strcmp(format, "msb"))
sys/dev/fdt/graphaudio.c
160
else if (!strcmp(format, "lsb"))
sys/dev/fdt/if_bse_fdt.c
87
if (strcmp(phy_mode, "rgmii-id") == 0)
sys/dev/fdt/if_bse_fdt.c
89
else if (strcmp(phy_mode, "rgmii-rxid") == 0)
sys/dev/fdt/if_bse_fdt.c
91
else if (strcmp(phy_mode, "rgmii-txid") == 0)
sys/dev/fdt/if_cad.c
459
if (strcmp(phy_mode, cad_phy_modes[i].name) == 0) {
sys/dev/fdt/if_dwge.c
1578
if (strcmp(phy_mode, "mii") == 0)
sys/dev/fdt/if_dwge.c
1684
if (strcmp(clock_mode, "output") == 0) {
sys/dev/fdt/if_dwqe_fdt.c
143
if (strcmp(phy_mode, "rgmii") == 0)
sys/dev/fdt/if_dwqe_fdt.c
145
else if (strcmp(phy_mode, "rgmii-rxid") == 0)
sys/dev/fdt/if_dwqe_fdt.c
147
else if (strcmp(phy_mode, "rgmii-txid") == 0)
sys/dev/fdt/if_dwqe_fdt.c
149
else if (strcmp(phy_mode, "rgmii-id") == 0)
sys/dev/fdt/if_dwqe_fdt.c
151
else if (strcmp(phy_mode, "rmii") == 0)
sys/dev/fdt/if_dwqe_fdt.c
186
if (strcmp(phy_mode, "rmii") == 0) {
sys/dev/fdt/if_dwqe_fdt.c
449
if (strcmp(phy_mode, "rgmii") == 0 ||
sys/dev/fdt/if_dwqe_fdt.c
450
strcmp(phy_mode, "rgmii-id") == 0) {
sys/dev/fdt/if_dwqe_fdt.c
452
} else if (strcmp(phy_mode, "rmii") == 0) {
sys/dev/fdt/if_dwxe.c
393
if (strcmp(phy_mode, "rgmii") == 0)
sys/dev/fdt/if_dwxe.c
395
else if (strcmp(phy_mode, "rgmii-rxid") == 0)
sys/dev/fdt/if_dwxe.c
397
else if (strcmp(phy_mode, "rgmii-txid") == 0)
sys/dev/fdt/if_dwxe.c
399
else if (strcmp(phy_mode, "rgmii-id") == 0)
sys/dev/fdt/iicmux.c
116
if (strcmp(name, "idle") == 0)
sys/dev/fdt/moxtet.c
72
if (strcmp(sa->sa_name, "cznic,moxtet") == 0)
sys/dev/fdt/mvpinctrl.c
253
if (strcmp(sc->sc_pins[i].pin, pin))
sys/dev/fdt/mvpinctrl.c
255
if (strcmp(sc->sc_pins[i].function, func))
sys/dev/fdt/psci.c
102
} else if (strcmp(method, "smc") == 0) {
sys/dev/fdt/psci.c
99
if (strcmp(method, "hvc") == 0) {
sys/dev/fdt/pwmleds.c
86
if (strcmp(function, "kbd_backlight") != 0) {
sys/dev/fdt/qciic_fdt.c
338
if (strcmp(name, "hid-over-i2c") == 0) {
sys/dev/fdt/qcpas.c
928
if (strcmp(qcpas_glink_protocols[i].name, name) != 0)
sys/dev/fdt/qctsens.c
148
if (strcmp("-thermal", &nodename[len - 8]) != 0)
sys/dev/fdt/rkclock.c
2235
if (strcmp(name, "xin24m") == 0)
sys/dev/fdt/rkclock.c
2237
else if (strcmp(name, "gmac_clkin") == 0)
sys/dev/fdt/rkclock.c
3898
if (strcmp(buf, "gmac0_clkin") == 0) {
sys/dev/fdt/rkclock.c
3902
if (strcmp(buf, "gmac1_clkin") == 0) {
sys/dev/fdt/rkclock.c
534
if (strcmp(buf, name) != 0)
sys/dev/fdt/rkpmic.c
433
return (strcmp(ia->ia_name, "rockchip,rk805") == 0 ||
sys/dev/fdt/rkpmic.c
434
strcmp(ia->ia_name, "rockchip,rk808") == 0 ||
sys/dev/fdt/rkpmic.c
435
strcmp(ia->ia_name, "rockchip,rk809") == 0 ||
sys/dev/fdt/rkpmic.c
436
strcmp(ia->ia_name, "rockchip,rk817") == 0 ||
sys/dev/fdt/rkpmic.c
437
strcmp(ia->ia_name, "rockchip,rk818") == 0);
sys/dev/fdt/rkpmic.c
460
return (strcmp(sa->sa_name, "rockchip,rk806") == 0);
sys/dev/fdt/rkpmic.c
657
if (strcmp(sc->sc_regdata[i].name, name) == 0)
sys/dev/fdt/sdhc_fdt.c
278
if (!strcmp(pad_type, "fixed-1-8v")) {
sys/dev/fdt/simpleaudio.c
145
if (!strcmp(format, "i2s"))
sys/dev/fdt/simpleaudio.c
147
else if (!strcmp(format, "right_j"))
sys/dev/fdt/simpleaudio.c
149
else if (!strcmp(format, "left_j"))
sys/dev/fdt/simpleaudio.c
151
else if (!strcmp(format, "dsp_a"))
sys/dev/fdt/simpleaudio.c
153
else if (!strcmp(format, "dsp_b"))
sys/dev/fdt/simpleaudio.c
155
else if (!strcmp(format, "ac97"))
sys/dev/fdt/simpleaudio.c
157
else if (!strcmp(format, "pdm"))
sys/dev/fdt/simpleaudio.c
159
else if (!strcmp(format, "msb"))
sys/dev/fdt/simpleaudio.c
161
else if (!strcmp(format, "lsb"))
sys/dev/fdt/simplefb.c
214
if (strcmp(format, simplefb_formats[i].format) == 0) {
sys/dev/fdt/ssdfb.c
188
if (strcmp(ia->ia_name, "solomon,ssd1306fb-i2c") == 0 ||
sys/dev/fdt/ssdfb.c
189
strcmp(ia->ia_name, "solomon,ssd1309fb-i2c") == 0)
sys/dev/fdt/ssdfb.c
224
if (strcmp(sa->sa_name, "solomon,ssd1309fb-spi") == 0)
sys/dev/fdt/sxipio.c
352
if (strcmp(name, sc->sc_pins[i].name) == 0)
sys/dev/fdt/sxipio.c
362
if (strcmp(func, sc->sc_pins[i].funcs[j].name) == 0)
sys/dev/fdt/sxipio.c
552
if (strcmp(sc->sc_pins[i].funcs[0].name, "gpio_in") != 0 ||
sys/dev/fdt/sxipio.c
553
strcmp(sc->sc_pins[i].funcs[1].name, "gpio_out") != 0)
sys/dev/fdt/sypwr.c
66
return (strcmp(ia->ia_name, "silergy,sy8106a") == 0);
sys/dev/fdt/tcpci.c
211
if (strcmp(ia->ia_name, "nxp,ptn5110") == 0)
sys/dev/fdt/xhci_fdt.c
336
if (strcmp(phy_type, "utmi_wide") == 0) {
sys/dev/gpio/gpio.c
291
if (!strcmp(nm->gp_name, gp_name))
sys/dev/gpio/gpio.c
434
if (strcmp(gdev->sc_dev->dv_xname, attach->ga_dvname)
sys/dev/gpio/gpio.c
75
return (strcmp(gba->gba_name, cf->cf_driver->cd_name) == 0);
sys/dev/gpio/gpio.c
84
if (strcmp(ga->ga_dvname, cf->cf_driver->cd_name) != 0)
sys/dev/gpio/gpiodcf.c
126
return (strcmp(cf->cf_driver->cd_name, "gpiodcf") == 0);
sys/dev/gpio/gpioiic.c
104
return (strcmp(cf->cf_driver->cd_name, "gpioiic") == 0);
sys/dev/gpio/gpioow.c
90
return (strcmp(cf->cf_driver->cd_name, "gpioow") == 0);
sys/dev/i2c/abx80x.c
294
if (!strcmp(diode, "standard"))
sys/dev/i2c/abx80x.c
296
else if (!strcmp(diode, "schottky"))
sys/dev/i2c/abx80x.c
97
if (strcmp(ia->ia_name, "abracon,ab1805") == 0)
sys/dev/i2c/ad741x.c
72
if (strcmp(ia->ia_name, "ad7417") == 0 ||
sys/dev/i2c/ad741x.c
73
strcmp(ia->ia_name, "ad7418") == 0)
sys/dev/i2c/ad741x.c
92
if (strcmp(ia->ia_name, "ad7417") == 0)
sys/dev/i2c/ad741x.c
94
if (strcmp(ia->ia_name, "ad7418") == 0)
sys/dev/i2c/adm1021.c
70
if (strcmp(ia->ia_name, "adm1021") == 0 ||
sys/dev/i2c/adm1021.c
71
strcmp(ia->ia_name, "adm1023") == 0 ||
sys/dev/i2c/adm1021.c
72
strcmp(ia->ia_name, "adm1032") == 0 ||
sys/dev/i2c/adm1021.c
73
strcmp(ia->ia_name, "g781") == 0 ||
sys/dev/i2c/adm1021.c
74
strcmp(ia->ia_name, "g781-1") == 0 ||
sys/dev/i2c/adm1021.c
75
strcmp(ia->ia_name, "gl523sm") == 0 ||
sys/dev/i2c/adm1021.c
76
strcmp(ia->ia_name, "max1617") == 0 ||
sys/dev/i2c/adm1021.c
77
strcmp(ia->ia_name, "sa56004x") == 0 ||
sys/dev/i2c/adm1021.c
78
strcmp(ia->ia_name, "xeontemp") == 0)
sys/dev/i2c/adm1021.c
94
if (strcmp(ia->ia_name, "xeontemp") == 0) {
sys/dev/i2c/adm1024.c
87
if (strcmp(ia->ia_name, "adm1024") == 0)
sys/dev/i2c/adm1025.c
109
if (strcmp(ia->ia_name, "47m192") == 0) {
sys/dev/i2c/adm1025.c
87
if (strcmp(ia->ia_name, "adm1025") == 0 ||
sys/dev/i2c/adm1025.c
88
strcmp(ia->ia_name, "47m192") == 0 ||
sys/dev/i2c/adm1025.c
89
strcmp(ia->ia_name, "ne1619") == 0)
sys/dev/i2c/adm1026.c
103
if (strcmp(ia->ia_name, "adm1026") == 0)
sys/dev/i2c/adm1030.c
66
if (strcmp(ia->ia_name, "adm1030") == 0)
sys/dev/i2c/adm1031.c
71
if (strcmp(ia->ia_name, "adm1031") == 0)
sys/dev/i2c/adt7460.c
148
if (strcmp(ia->ia_name, adt_chips[i].name) == 0)
sys/dev/i2c/adt7460.c
167
if (strcmp(ia->ia_name, adt_chips[i].name) == 0) {
sys/dev/i2c/adt7462.c
93
if (strcmp(ia->ia_name, "adt7462") == 0)
sys/dev/i2c/asb100.c
133
if (strcmp(ia->ia_name, "asb100") == 0)
sys/dev/i2c/asc7611.c
101
if (strcmp(ia->ia_name, "asc7611") == 0)
sys/dev/i2c/asc7621.c
139
if (strcmp(ia->ia_name, "asc7621") == 0)
sys/dev/i2c/bmc150.c
77
if (strcmp(ia->ia_name, "BSBA0150") == 0 ||
sys/dev/i2c/bmc150.c
78
strcmp(ia->ia_name, "BMC150A") == 0 ||
sys/dev/i2c/bmc150.c
79
strcmp(ia->ia_name, "BMI055A") == 0 ||
sys/dev/i2c/bmc150.c
80
strcmp(ia->ia_name, "BMA0255") == 0 ||
sys/dev/i2c/bmc150.c
81
strcmp(ia->ia_name, "BMA250E") == 0 ||
sys/dev/i2c/bmc150.c
82
strcmp(ia->ia_name, "BMA222E") == 0 ||
sys/dev/i2c/bmc150.c
83
strcmp(ia->ia_name, "BMA0280") == 0 ||
sys/dev/i2c/bmc150.c
84
strcmp(ia->ia_name, "BOSC0200") == 0)
sys/dev/i2c/ds1307.c
95
if (strcmp(ia->ia_name, "dallas,ds1307") == 0 ||
sys/dev/i2c/ds1307.c
96
strcmp(ia->ia_name, "ds1307") == 0 ||
sys/dev/i2c/ds1307.c
97
strcmp(ia->ia_name, "dallas,ds1339") == 0)
sys/dev/i2c/ds1631.c
105
if (strcmp(ia->ia_name, "ds1624") == 0)
sys/dev/i2c/ds1631.c
64
if (strcmp(ia->ia_name, "ds1631") == 0 ||
sys/dev/i2c/ds1631.c
65
strcmp(ia->ia_name, "ds1624") == 0 ||
sys/dev/i2c/ds1631.c
66
strcmp(ia->ia_name, "ds1721") == 0)
sys/dev/i2c/ds3231.c
73
if (strcmp(ia->ia_name, "maxim,ds3231") == 0 ||
sys/dev/i2c/ds3231.c
74
strcmp(ia->ia_name, "maxim,ds3232") == 0)
sys/dev/i2c/fcu.c
75
if (strcmp(ia->ia_name, "fcu") == 0)
sys/dev/i2c/fintek.c
91
if (strcmp(ia->ia_name, "f75375") == 0)
sys/dev/i2c/gl518sm.c
85
if (strcmp(ia->ia_name, "gl518sm") == 0)
sys/dev/i2c/i2c.c
119
return (strcmp(iba->iba_name, cf->cf_driver->cd_name) == 0);
sys/dev/i2c/i2c.c
157
if (strcmp(entry, name) == 0)
sys/dev/i2c/i2c.c
163
if (strcmp(ia->ia_name, name) == 0)
sys/dev/i2c/iatp.c
238
if (strcmp(ia->ia_name, "iatp") == 0)
sys/dev/i2c/ietp.c
132
if (strcmp(ia->ia_name, "ietp") == 0)
sys/dev/i2c/ihidev.c
107
if (strcmp(ia->ia_name, "ihidev") == 0)
sys/dev/i2c/ipmi_i2c.c
71
return (strcmp(ia->ia_name, "IPI0001") == 0 ||
sys/dev/i2c/ipmi_i2c.c
72
strcmp(ia->ia_name, "APMC0D8A") == 0);
sys/dev/i2c/isl1208.c
72
if (strcmp(ia->ia_name, "isil,isl1208") == 0 ||
sys/dev/i2c/isl1208.c
73
strcmp(ia->ia_name, "isil,isl1218") == 0)
sys/dev/i2c/lis331dl.c
76
if (strcmp(ia->ia_name, "lis331dl") == 0)
sys/dev/i2c/lm75.c
142
if (strcmp(ia->ia_name, "lm75") == 0 ||
sys/dev/i2c/lm75.c
143
strcmp(ia->ia_name, "lm76") == 0 ||
sys/dev/i2c/lm75.c
144
strcmp(ia->ia_name, "lm77") == 0 ||
sys/dev/i2c/lm75.c
145
strcmp(ia->ia_name, "ds1775") == 0 ||
sys/dev/i2c/lm75.c
146
strcmp(ia->ia_name, "lm75a") == 0)
sys/dev/i2c/lm75.c
187
if (strcmp(ia->ia_name, "lm77") == 0) {
sys/dev/i2c/lm75.c
190
} else if (strcmp(ia->ia_name, "lm76") == 0) {
sys/dev/i2c/lm75.c
194
} else if (strcmp(ia->ia_name, "ds1775") == 0) {
sys/dev/i2c/lm75.c
197
} else if (strcmp(ia->ia_name, "lm75a") == 0) {
sys/dev/i2c/lm78_i2c.c
47
if (strcmp(ia->ia_name, "as99127f") == 0 ||
sys/dev/i2c/lm78_i2c.c
48
strcmp(ia->ia_name, "w83627dhg") == 0 ||
sys/dev/i2c/lm78_i2c.c
49
strcmp(ia->ia_name, "w83627hf") == 0 ||
sys/dev/i2c/lm78_i2c.c
50
strcmp(ia->ia_name, "w83781d") == 0 ||
sys/dev/i2c/lm78_i2c.c
51
strcmp(ia->ia_name, "w83782d") == 0 ||
sys/dev/i2c/lm78_i2c.c
52
strcmp(ia->ia_name, "w83783s") == 0 ||
sys/dev/i2c/lm78_i2c.c
53
strcmp(ia->ia_name, "w83791d") == 0 ||
sys/dev/i2c/lm78_i2c.c
54
strcmp(ia->ia_name, "w83792d") == 0) {
sys/dev/i2c/lm78_i2c.c
61
if (strcmp(ia->ia_name, "w83791sd") == 0) {
sys/dev/i2c/lm87.c
109
if (strcmp(ia->ia_name, "lm81") == 0 ||
sys/dev/i2c/lm87.c
110
strcmp(ia->ia_name, "adm9240") == 0 ||
sys/dev/i2c/lm87.c
111
strcmp(ia->ia_name, "ds1780") == 0)
sys/dev/i2c/lm87.c
88
if (strcmp(ia->ia_name, "lm87") == 0 ||
sys/dev/i2c/lm87.c
89
strcmp(ia->ia_name, "lm87cimt") == 0 ||
sys/dev/i2c/lm87.c
90
strcmp(ia->ia_name, "adm9240") == 0 ||
sys/dev/i2c/lm87.c
91
strcmp(ia->ia_name, "lm81") == 0 ||
sys/dev/i2c/lm87.c
92
strcmp(ia->ia_name, "ds1780") == 0)
sys/dev/i2c/lm93.c
147
if (strcmp(ia->ia_name, "lm93") == 0)
sys/dev/i2c/m41t8x.c
59
if (strcmp(ia->ia_name, "st,m41t83") == 0 ||
sys/dev/i2c/m41t8x.c
60
strcmp(ia->ia_name, "microcrystal,rv4162") == 0)
sys/dev/i2c/maxim6690.c
104
if (strcmp(ia->ia_name, "max6642") == 0) {
sys/dev/i2c/maxim6690.c
108
} else if (strcmp(ia->ia_name, "max6690") == 0 ||
sys/dev/i2c/maxim6690.c
109
strcmp(ia->ia_name, "max6657") == 0 ||
sys/dev/i2c/maxim6690.c
110
strcmp(ia->ia_name, "max6658") == 0 ||
sys/dev/i2c/maxim6690.c
111
strcmp(ia->ia_name, "max6659") == 0) {
sys/dev/i2c/maxim6690.c
78
if (strcmp(ia->ia_name, "max6642") == 0 ||
sys/dev/i2c/maxim6690.c
79
strcmp(ia->ia_name, "max6690") == 0 ||
sys/dev/i2c/maxim6690.c
80
strcmp(ia->ia_name, "max6657") == 0 ||
sys/dev/i2c/maxim6690.c
81
strcmp(ia->ia_name, "max6658") == 0 ||
sys/dev/i2c/maxim6690.c
82
strcmp(ia->ia_name, "max6659") == 0 ||
sys/dev/i2c/maxim6690.c
83
strcmp(ia->ia_name, "lm63") == 0 ||
sys/dev/i2c/maxim6690.c
84
strcmp(ia->ia_name, "lm86") == 0 ||
sys/dev/i2c/maxim6690.c
85
strcmp(ia->ia_name, "lm89") == 0 ||
sys/dev/i2c/maxim6690.c
86
strcmp(ia->ia_name, "lm89-1") == 0 ||
sys/dev/i2c/maxim6690.c
87
strcmp(ia->ia_name, "lm90") == 0 ||
sys/dev/i2c/maxim6690.c
88
strcmp(ia->ia_name, "lm99") == 0 ||
sys/dev/i2c/maxim6690.c
89
strcmp(ia->ia_name, "lm99-1") == 0)
sys/dev/i2c/mcp794xx.c
77
if (strcmp(ia->ia_name, "microchip,mcp7940x") == 0 ||
sys/dev/i2c/mcp794xx.c
78
strcmp(ia->ia_name, "microchip,mcp7941x") == 0)
sys/dev/i2c/pca9548.c
111
if (strcmp(ia->ia_name, "nxp,pca9546") == 0 ||
sys/dev/i2c/pca9548.c
112
strcmp(ia->ia_name, "nxp,pca9547") == 0 ||
sys/dev/i2c/pca9548.c
113
strcmp(ia->ia_name, "nxp,pca9548") == 0 ||
sys/dev/i2c/pca9548.c
114
strcmp(ia->ia_name, "NXP0002") == 0)
sys/dev/i2c/pca9548.c
131
if (strcmp(ia->ia_name, "nxp,pca9546") == 0) {
sys/dev/i2c/pca9548.c
134
} else if (strcmp(ia->ia_name, "nxp,pca9547") == 0 ||
sys/dev/i2c/pca9548.c
135
strcmp(ia->ia_name, "NXP0002") == 0) {
sys/dev/i2c/pca9548.c
138
} else if (strcmp(ia->ia_name, "nxp,pca9548") == 0) {
sys/dev/i2c/pca9548.c
145
if (strcmp(ia->ia_name, "NXP0002") == 0)
sys/dev/i2c/pca9554.c
110
if (strcmp(ia->ia_name, "nxp,pca9555") == 0) {
sys/dev/i2c/pca9554.c
93
if (strcmp(ia->ia_name, "nxp,pca9554") == 0 ||
sys/dev/i2c/pca9554.c
94
strcmp(ia->ia_name, "nxp,pca9555") == 0 ||
sys/dev/i2c/pca9554.c
95
strcmp(ia->ia_name, "nxp,pca9557") == 0)
sys/dev/i2c/pcf85063.c
98
if (strcmp(ia->ia_name, "nxp,pcf85063a") == 0)
sys/dev/i2c/pcf8523.c
113
if (strcmp(ia->ia_name, "nxp,pcf8523") == 0 &&
sys/dev/i2c/pcf8563.c
100
if (strcmp(ia->ia_name, "nxp,pcf8563") == 0 ||
sys/dev/i2c/pcf8563.c
101
strcmp(ia->ia_name, "haoyu,hym8563") == 0)
sys/dev/i2c/pijuice.c
113
if (strcmp(ia->ia_name, "pisupply,pijuice") == 0)
sys/dev/i2c/sdtemp.c
59
if (strcmp(ia->ia_name, "se97") == 0 ||
sys/dev/i2c/sdtemp.c
60
strcmp(ia->ia_name, "se98") == 0 ||
sys/dev/i2c/sdtemp.c
61
strcmp(ia->ia_name, "max6604") == 0 ||
sys/dev/i2c/sdtemp.c
62
strcmp(ia->ia_name, "mcp9804") == 0 ||
sys/dev/i2c/sdtemp.c
63
strcmp(ia->ia_name, "mcp9805") == 0 ||
sys/dev/i2c/sdtemp.c
64
strcmp(ia->ia_name, "mcp98242") == 0 ||
sys/dev/i2c/sdtemp.c
65
strcmp(ia->ia_name, "mcp98243") == 0 ||
sys/dev/i2c/sdtemp.c
66
strcmp(ia->ia_name, "mcp98244") == 0 ||
sys/dev/i2c/sdtemp.c
67
strcmp(ia->ia_name, "adt7408") == 0 ||
sys/dev/i2c/sdtemp.c
68
strcmp(ia->ia_name, "stts424e02") == 0 ||
sys/dev/i2c/sdtemp.c
69
strcmp(ia->ia_name, "stts424") == 0 ||
sys/dev/i2c/sdtemp.c
70
strcmp(ia->ia_name, "stts2002") == 0 ||
sys/dev/i2c/sdtemp.c
71
strcmp(ia->ia_name, "stts2004") == 0 ||
sys/dev/i2c/sdtemp.c
72
strcmp(ia->ia_name, "stts3000") == 0 ||
sys/dev/i2c/sdtemp.c
73
strcmp(ia->ia_name, "ts3000b3") == 0 ||
sys/dev/i2c/sdtemp.c
74
strcmp(ia->ia_name, "ts3000gb0") == 0 ||
sys/dev/i2c/sdtemp.c
75
strcmp(ia->ia_name, "ts3000gb2") == 0 ||
sys/dev/i2c/sdtemp.c
76
strcmp(ia->ia_name, "ts3001gb2") == 0 ||
sys/dev/i2c/sdtemp.c
77
strcmp(ia->ia_name, "tse2004gb2") == 0 ||
sys/dev/i2c/sdtemp.c
78
strcmp(ia->ia_name, "at30ts00") == 0 ||
sys/dev/i2c/sdtemp.c
79
strcmp(ia->ia_name, "at30tse004") == 0 ||
sys/dev/i2c/sdtemp.c
80
strcmp(ia->ia_name, "cat34ts02") == 0 ||
sys/dev/i2c/sdtemp.c
81
strcmp(ia->ia_name, "cat34ts02c") == 0 ||
sys/dev/i2c/sdtemp.c
82
strcmp(ia->ia_name, "cat34ts04") == 0 ||
sys/dev/i2c/sdtemp.c
83
strcmp(ia->ia_name, "gt30ts00") == 0 ||
sys/dev/i2c/sdtemp.c
84
strcmp(ia->ia_name, "gt34ts02") == 0)
sys/dev/i2c/spdmem_i2c.c
82
if (strcmp(ia->ia_name, "spd") == 0)
sys/dev/i2c/spdmem_i2c.c
86
if (strcmp(ia->ia_name, "eeprom") != 0)
sys/dev/i2c/thmc50.c
63
if (strcmp(ia->ia_name, "thmc50") == 0 ||
sys/dev/i2c/thmc50.c
64
strcmp(ia->ia_name, "adm1022") == 0 ||
sys/dev/i2c/thmc50.c
65
strcmp(ia->ia_name, "adm1028") == 0)
sys/dev/i2c/thmc50.c
95
if (strcmp(ia->ia_name, "adm1022") == 0) {
sys/dev/i2c/tmp451.c
67
return (strcmp(ia->ia_name, "ti,tmp451") == 0);
sys/dev/i2c/tsl2560.c
66
if (strcmp(ia->ia_name, "tsl2560") == 0)
sys/dev/i2c/w83793g.c
102
if (strcmp(ia->ia_name, "w83793g") == 0)
sys/dev/i2c/w83795g.c
108
if (strcmp(ia->ia_name, "w83795g") == 0)
sys/dev/i2c/w83l784r.c
152
if (strcmp(ia->ia_name, "w83l784r") == 0 ||
sys/dev/i2c/w83l784r.c
153
strcmp(ia->ia_name, "w83l785r") == 0 ||
sys/dev/i2c/w83l784r.c
154
strcmp(ia->ia_name, "w83l785ts-l") == 0)
sys/dev/ic/ac97.c
639
return ((a == b) || (a && b && (!strcmp(a, b))));
sys/dev/ic/bwfm.c
3233
if (*nvlen == 0 && strcmp(bus, "-sdio") == 0) {
sys/dev/ic/bwi.c
1645
if (strcmp(name, h->filename) == 0) {
sys/dev/ic/mk48txx.c
87
if (strcmp(model, mk48txx_models[i].name) == 0) {
sys/dev/ic/re.c
1935
strcmp(hw_vendor, "PC Engines") == 0 &&
sys/dev/ic/re.c
1936
strcmp(hw_prod, "APU") == 0) {
sys/dev/ic/z8530tty.c
319
if (strcmp(args->type, "keyboard") == 0 ||
sys/dev/ic/z8530tty.c
320
strcmp(args->type, "mouse") == 0)
sys/dev/ipmi.c
1893
if (strcmp(ia->iaa_name, cf->cf_driver->cd_name))
sys/dev/isa/if_we.c
214
if (!strcmp(parent->dv_cfdata->cf_driver->cd_name, "isapnp") && ia->ia_ioh)
sys/dev/isa/if_we.c
274
if (!strcmp(parent->dv_cfdata->cf_driver->cd_name, "isapnp") && ia->ia_memh)
sys/dev/isa/if_we.c
349
if (!strcmp(parent->dv_cfdata->cf_driver->cd_name, "isapnp") && ia->ia_ioh)
sys/dev/isa/if_we.c
376
if (!strcmp(parent->dv_cfdata->cf_driver->cd_name, "isapnp") && ia->ia_memh)
sys/dev/isa/isa.c
97
if (strcmp(iba->iba_busname, cf->cf_driver->cd_name))
sys/dev/isa/isapnp.c
378
#define SAMEDEV(a, b) (strcmp((a)->ipa_devlogic, (b)->ipa_devlogic) == 0)
sys/dev/isa/isapnp.c
544
if (strcmp("com", cf->cf_driver->cd_name) == 0 &&
sys/dev/isa/isapnp.c
572
if (strcmp(isapnp_knowndevs[i].pnpid, ipa->ipa_devlogic) == 0)
sys/dev/isa/isapnp.c
574
else if (strcmp(isapnp_knowndevs[i].pnpid, ipa->ipa_devcompat) == 0)
sys/dev/isa/isapnp.c
577
if (dname && strcmp(dname, cf->cf_driver->cd_name) == 0) {
sys/dev/isa/skgpio.c
90
strcmp(hw_vendor, "Soekris Engineering") != 0 ||
sys/dev/isa/skgpio.c
91
strcmp(hw_prod, "net6501") != 0)
sys/dev/kstat.c
54
rv = strcmp(a->ks_provider, b->ks_provider);
sys/dev/kstat.c
63
rv = strcmp(a->ks_name, b->ks_name);
sys/dev/kstat.c
84
rv = strcmp(a->ks_name, b->ks_name);
sys/dev/kstat.c
93
rv = strcmp(a->ks_provider, b->ks_provider);
sys/dev/microcode/aic7xxx/aicasm.c
146
if (strcmp(optarg, "s") == 0) {
sys/dev/microcode/aic7xxx/aicasm.c
149
} else if (strcmp(optarg, "p") == 0) {
sys/dev/microcode/aic7xxx/aicasm.c
175
if (strcmp(optarg, "ostdinc")) {
sys/dev/microcode/aic7xxx/aicasm.c
208
if (strcmp(optarg, "-") == 0) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
212
if (strcmp(symname, curnode->symbol->name) == 0)
sys/dev/microcode/siop/ncr53cxxx.c
632
if (symbols[i].type == type && strcmp (symbols[i].name, name) == 0) {
sys/dev/microcode/siop/ncr53cxxx.c
836
if (strcmp (name, symbols[i].name) == 0) {
sys/dev/mii/brgphy.c
220
if (strcmp(devname, "bge") == 0) {
sys/dev/mii/brgphy.c
225
} else if (strcmp(devname, "bnx") == 0)
sys/dev/mii/brgphy.c
240
if (strcmp(devname, "bnx") == 0) {
sys/dev/mii/brgphy.c
279
if (strcmp(devname, "bnx") == 0) {
sys/dev/mii/brgphy.c
806
if (strcmp(devname, "bge") == 0)
sys/dev/mii/brgphy.c
809
else if (strcmp(devname, "bnx") == 0)
sys/dev/mii/ciphy.c
323
if (strcmp(sc->mii_dev.dv_parent->dv_cfdata->cf_driver->cd_name, "nfe") == 0) {
sys/dev/mii/exphy.c
103
if ((strcmp(parent->dv_cfdata->cf_driver->cd_name, "xl") == 0) &&
sys/dev/mii/ipgphy.c
406
strcmp(ifp->if_xname, "stge") == 0) {
sys/dev/mii/mlphy.c
165
if (strcmp(parent->dv_cfdata->cf_driver->cd_name, "tl") != 0)
sys/dev/mii/rgephy.c
260
if (strcmp(devname, "re") == 0 || strcmp(devname, "ure") == 0) {
sys/dev/mii/rgephy.c
323
if (strcmp(devname, "re") == 0 || strcmp(devname, "ure") == 0) {
sys/dev/mii/rgephy.c
354
if (strcmp(devname, "re") == 0 || strcmp(devname, "ure") == 0) {
sys/dev/mii/rlphy.c
102
if ((strcmp(devname, "re") != 0) &&
sys/dev/mii/rlphy.c
103
(strcmp(devname, "rl") != 0))
sys/dev/mii/rlphy.c
302
if (strcmp("rl", devname) == 0 ||
sys/dev/mii/rlphy.c
303
strcmp("re", devname) == 0) {
sys/dev/mii/urlphy.c
94
if (strcmp(parent->dv_cfdata->cf_driver->cd_name, "url") != 0)
sys/dev/ofw/fdt.c
1072
if (strcmp(prop, "") == 0)
sys/dev/ofw/fdt.c
1074
if (strcmp(prop, "name") == 0)
sys/dev/ofw/fdt.c
1096
if (strcmp(status, "disabled") == 0)
sys/dev/ofw/fdt.c
1098
if (strcmp(status, "reserved") == 0)
sys/dev/ofw/fdt.c
1126
if (strcmp(name, entry) == 0) {
sys/dev/ofw/fdt.c
233
if (!strcmp(name, tmp)) {
sys/dev/ofw/fdt.c
265
if (!strcmp(name, tmp)) {
sys/dev/ofw/fdt.c
399
if (strcmp(name, "") == 0) {
sys/dev/ofw/fdt.c
403
if (strcmp(name, fdt_get_str(nameid)) == 0) {
sys/dev/ofw/fdt.c
757
if (strcmp(data, name) == 0)
sys/dev/ofw/fdt.c
799
if (!strcmp(tmp, "device_type") || !strcmp(tmp, "compatible") ||
sys/dev/ofw/fdt.c
800
!strcmp(tmp, "model") || !strcmp(tmp, "bootargs") ||
sys/dev/ofw/fdt.c
801
!strcmp(tmp, "linux,stdout-path")) {
sys/dev/ofw/fdt.c
803
} else if (!strcmp(tmp, "clock-frequency") ||
sys/dev/ofw/fdt.c
804
!strcmp(tmp, "timebase-frequency")) {
sys/dev/ofw/fdt.c
910
if (strcmp(name, fdt_node_name(child)) == 0)
sys/dev/ofw/fdt.c
953
if (len < 0 && strcmp(prop, "name") == 0) {
sys/dev/ofw/fdt.c
980
if (len < 0 && strcmp(prop, "name") == 0) {
sys/dev/ofw/ofw_regulator.c
102
if (strcmp(type, "current") == 0)
sys/dev/ofw/ofw_thermal.c
389
if (strcmp(name, prop) == 0)
sys/dev/onewire/onewire.c
91
return (strcmp(cf->cf_driver->cd_name, "onewire") == 0);
sys/dev/pci/azalia_codec.c
911
strcmp(w->name, this->w[w->connections[0]].name) == 0) &&
sys/dev/pci/drm/amd/amdgpu/amdgpu_acpi.c
1234
if (strcmp(entry->device_class, ACPI_AC_CLASS) == 0) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_acpi.c
470
if (strcmp(event->device_class, ACPI_VIDEO_CLASS) != 0)
sys/dev/pci/drm/amd/amdgpu/amdgpu_cper.c
451
return strcmp(chdr->signature, "CPER") ? false : true;
sys/dev/pci/drm/amd/amdgpu/amdgpu_cper.c
463
if (!strcmp(chdr->signature, "CPER")) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_cper.c
474
if (!strcmp(chdr->signature, "CPER")) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
1894
if (strcmp(cpu_vendor, "GenuineIntel") == 0)
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
2601
if (!strcmp("all", pciaddname)
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
2602
|| !strcmp(pci_address_name, pciaddname)) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
324
if (strcmp(name, ras_block_string[i]) == 0)
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
1506
if (!strcmp(chip_name, "picasso") &&
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
1512
else if (!strcmp(chip_name, "raven") && (amdgpu_pm_load_smu_firmware(adev, &smu_version) == 0) &&
sys/dev/pci/drm/amd/amdgpu/isp_v4_1_1.c
136
if (strcmp(dev->type->name, "mfd_device")) {
sys/dev/pci/drm/amd/amdgpu/isp_v4_1_1.c
169
if (strcmp(dev->type->name, "mfd_device")) {
sys/dev/pci/drm/amd/amdgpu/isp_v4_1_1.c
205
if (!strcmp("OMNI5C10", acpi_device_hid(acpi_dev))) {
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
331
if (strcmp(attr->name, "pasid") == 0)
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
409
if (!strcmp(attr->name, "size"))
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
412
else if (!strcmp(attr->name, "type"))
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
414
else if (!strcmp(attr->name, "gpuid"))
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
425
if (strcmp(attr->name, "evicted_ms") == 0) {
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
439
} else if (strcmp(attr->name, "cu_occupancy") == 0) {
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
453
if (!strcmp(attr->name, "faults")) {
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
458
if (!strcmp(attr->name, "page_in")) {
sys/dev/pci/drm/amd/amdkfd/kfd_process.c
463
if (!strcmp(attr->name, "page_out")) {
sys/dev/pci/drm/amd/amdkfd/kfd_topology.c
414
if (strcmp(attr->name, "gpu_id") == 0) {
sys/dev/pci/drm/amd/amdkfd/kfd_topology.c
422
if (strcmp(attr->name, "name") == 0) {
sys/dev/pci/drm/amd/amdkfd/kfd_topology.c
806
if (!strcmp(perf->block_name, "iommu")) {
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
47
if (!source || !strcmp(source, "none"))
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
49
if (!strcmp(source, "auto") || !strcmp(source, "crtc"))
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
51
if (!strcmp(source, "dprx"))
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
53
if (!strcmp(source, "crtc dither"))
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
55
if (!strcmp(source, "dprx dither"))
sys/dev/pci/drm/apple/afk.c
194
if (strcmp(ops->name, name))
sys/dev/pci/drm/apple/dptxep.c
538
if (strcmp(name, "dcpdptx-port-epic"))
sys/dev/pci/drm/apple/dptxep.c
540
if (strcmp(class, "AppleDCPDPTXRemotePort"))
sys/dev/pci/drm/apple/iomfb_template.c
560
if (!strcmp(req->key, "TimingElements")) {
sys/dev/pci/drm/apple/iomfb_template.c
573
} else if (!strcmp(req->key, "DisplayAttributes")) {
sys/dev/pci/drm/apple/parser.c
1014
} else if (!strcmp(key, "mNits")) {
sys/dev/pci/drm/apple/parser.c
1016
} else if (!strcmp(key, "iDAC")) {
sys/dev/pci/drm/apple/parser.c
1018
} else if (!strcmp(key, "logEvent")) {
sys/dev/pci/drm/apple/parser.c
1021
type_match = strcmp(value, "Display (Event Forward)") == 0;
sys/dev/pci/drm/apple/parser.c
1024
} else if (!strcmp(key, "timestamp")) {
sys/dev/pci/drm/apple/parser.c
283
else if (!strcmp(key, "Active"))
sys/dev/pci/drm/apple/parser.c
285
else if (!strcmp(key, "Total"))
sys/dev/pci/drm/apple/parser.c
287
else if (!strcmp(key, "FrontPorch"))
sys/dev/pci/drm/apple/parser.c
289
else if (!strcmp(key, "SyncWidth"))
sys/dev/pci/drm/apple/parser.c
291
else if (!strcmp(key, "PreciseSyncRate"))
sys/dev/pci/drm/apple/parser.c
363
else if (!strcmp(key, "Colorimetry"))
sys/dev/pci/drm/apple/parser.c
365
else if (!strcmp(key, "Depth"))
sys/dev/pci/drm/apple/parser.c
367
else if (!strcmp(key, "DynamicRange"))
sys/dev/pci/drm/apple/parser.c
369
else if (!strcmp(key, "EOTF"))
sys/dev/pci/drm/apple/parser.c
371
else if (!strcmp(key, "ID"))
sys/dev/pci/drm/apple/parser.c
373
else if (!strcmp(key, "IsVirtual"))
sys/dev/pci/drm/apple/parser.c
375
else if (!strcmp(key, "PixelEncoding"))
sys/dev/pci/drm/apple/parser.c
377
else if (!strcmp(key, "Score"))
sys/dev/pci/drm/apple/parser.c
446
else if (!strcmp(key, "HorizontalAttributes"))
sys/dev/pci/drm/apple/parser.c
448
else if (!strcmp(key, "VerticalAttributes"))
sys/dev/pci/drm/apple/parser.c
450
else if (!strcmp(key, "ColorModes"))
sys/dev/pci/drm/apple/parser.c
452
else if (!strcmp(key, "ID"))
sys/dev/pci/drm/apple/parser.c
454
else if (!strcmp(key, "IsVirtual"))
sys/dev/pci/drm/apple/parser.c
456
else if (!strcmp(key, "Score"))
sys/dev/pci/drm/apple/parser.c
614
else if (!strcmp(key, "MaxHorizontalImageSize"))
sys/dev/pci/drm/apple/parser.c
616
else if (!strcmp(key, "MaxVerticalImageSize"))
sys/dev/pci/drm/apple/parser.c
655
if (!strcmp(key, "EPICName")) {
sys/dev/pci/drm/apple/parser.c
661
} else if (!strcmp(key, "EPICProviderClass")) {
sys/dev/pci/drm/apple/parser.c
667
} else if (!strcmp(key, "EPICUnit")) {
sys/dev/pci/drm/clients/drm_client_setup.c
43
if (!strcmp(drm_client_default, "fbdev")) {
sys/dev/pci/drm/clients/drm_client_setup.c
54
if (!strcmp(drm_client_default, "log")) {
sys/dev/pci/drm/clients/drm_client_setup.c
59
if (strcmp(drm_client_default, ""))
sys/dev/pci/drm/drm_debugfs_crc.c
101
if (strcmp(sources[i], crtc->crc.source))
sys/dev/pci/drm/drm_linux.c
1670
if (strcmp(name, bd->name) == 0)
sys/dev/pci/drm/drm_linux.c
3991
strcmp(status, "disabled") == 0)
sys/dev/pci/drm/drm_linux.c
454
!strcmp(hw_vendor, str))
sys/dev/pci/drm/drm_linux.c
459
!strcmp(hw_prod, str))
sys/dev/pci/drm/drm_linux.c
464
!strcmp(hw_ver, str))
sys/dev/pci/drm/drm_linux.c
469
if (strcmp(smbios_board_vendor, str) == 0)
sys/dev/pci/drm/drm_linux.c
473
if (strcmp(smbios_board_prod, str) == 0)
sys/dev/pci/drm/drm_linux.c
477
if (strcmp(smbios_board_serial, str) == 0)
sys/dev/pci/drm/drm_linux.c
483
!strcmp(hw_vendor, str))
sys/dev/pci/drm/drm_linux.c
488
!strcmp(hw_prod, str))
sys/dev/pci/drm/drm_mipi_dsi.c
65
if (!strcmp(dsi->name, drv->name))
sys/dev/pci/drm/drm_modes.c
2526
if (strcmp(cmd->name, named_mode->name))
sys/dev/pci/drm/drm_panic.c
841
if (!strcmp(drm_panic_screen, "kmsg")) {
sys/dev/pci/drm/drm_panic.c
843
} else if (!strcmp(drm_panic_screen, "qr_code")) {
sys/dev/pci/drm/drm_privacy_screen.c
147
if (!dev_id || strcmp(l->dev_id, dev_id))
sys/dev/pci/drm/drm_privacy_screen.c
154
if (!con_id || strcmp(l->con_id, con_id))
sys/dev/pci/drm/drm_privacy_screen.c
91
if (strcmp(dev_name(&priv->dev), name) == 0) {
sys/dev/pci/drm/i915/display/intel_dmc.c
104
return p && !strcmp(p, "/dev/null");
sys/dev/pci/drm/i915/display/intel_dp_link_training.c
1779
if (!strcmp(p, "auto")) {
sys/dev/pci/drm/i915/display/intel_dp_link_training.c
1877
if (!strcmp(p, "auto")) {
sys/dev/pci/drm/i915/display/intel_hotplug.c
1223
if (strcmp(tmp, "reset") == 0)
sys/dev/pci/drm/i915/display/intel_hotplug.c
1305
if (strcmp(tmp, "reset") == 0)
sys/dev/pci/drm/i915/display/intel_opregion.c
699
if (strcmp(event->device_class, ACPI_VIDEO_CLASS) != 0)
sys/dev/pci/drm/i915/gt/selftest_hangcheck.c
1888
if (strcmp(p->name, "softirq"))
sys/dev/pci/drm/i915/gt/selftest_hangcheck.c
1895
if (strcmp(p->name, "softirq"))
sys/dev/pci/drm/i915/gt/selftest_reset.c
339
if (strcmp(p->name, "softirq"))
sys/dev/pci/drm/i915/gt/selftest_reset.c
346
if (strcmp(p->name, "softirq"))
sys/dev/pci/drm/i915/gt/uc/intel_gsc_fw.c
207
if (strcmp(cpd_entry->name, "RBEP.man") == 0) {
sys/dev/pci/drm/i915/gt/uc/intel_huc_fw.c
219
if (strcmp(entry->name, "HUCP.man") == 0)
sys/dev/pci/drm/i915/gt/uc/intel_huc_fw.c
223
if (strcmp(entry->name, "huc_fw") == 0) {
sys/dev/pci/drm/i915/i915_debugfs_params.c
16
(strcmp((_file)->f_path.dentry->d_name.name, (_name)) == 0)
sys/dev/pci/drm/i915/i915_gpu_error.c
545
if (strcmp(vma->name, name) == 0)
sys/dev/pci/drm/i915/i915_mitigations.c
55
if (!strcmp(tok, "auto"))
sys/dev/pci/drm/i915/i915_mitigations.c
59
if (!strcmp(tok, "off"))
sys/dev/pci/drm/i915/i915_mitigations.c
77
if (!strcmp(tok, names[i])) {
sys/dev/pci/drm/i915/i915_pci.c
899
if (negative && strcmp(devices, "!*") == 0)
sys/dev/pci/drm/i915/i915_pci.c
901
if (!negative && strcmp(devices, "*") == 0)
sys/dev/pci/drm/i915/i915_perf.c
4757
if (!strcmp(tmp->uuid, oa_config->uuid)) {
sys/dev/pci/drm/i915/i915_query.c
279
if (!strcmp(tmp->uuid, uuid)) {
sys/dev/pci/drm/i915/selftests/i915_perf.c
56
if (!strcmp(tmp->uuid, TEST_OA_CONFIG_UUID)) {
sys/dev/pci/drm/i915/selftests/i915_perf.c
80
if (!strcmp(tmp->uuid, TEST_OA_CONFIG_UUID)) {
sys/dev/pci/drm/i915/selftests/i915_selftest.c
342
if (strcmp(tok, caller)) {
sys/dev/pci/drm/i915/selftests/i915_selftest.c
350
if (strcmp(tok, name)) {
sys/dev/pci/drm/include/linux/of.h
11
return (strcmp(model, hw_prod) == 0);
sys/dev/pci/drm/include/linux/string.h
144
if (!strcmp(array[i], str))
sys/dev/pci/drm/radeon/radeon_acpi.c
368
if (strcmp(event->device_class, ACPI_VIDEO_CLASS) != 0)
sys/dev/pci/drm/radeon/radeon_acpi.c
684
if (strcmp(entry->device_class, ACPI_AC_CLASS) == 0) {
sys/dev/pci/glxpcib.c
740
if (strcmp(cf->cf_driver->cd_name, "gpio") == 0 ||
sys/dev/pci/glxpcib.c
741
strcmp(cf->cf_driver->cd_name, "iic") == 0 ||
sys/dev/pci/glxpcib.c
742
strcmp(cf->cf_driver->cd_name, "isa") == 0)
sys/dev/pci/if_bge.c
2726
sizeof(name)) > 0 && strcmp(name, "network") == 0)
sys/dev/pci/if_cas.c
270
if (strcmp(desc, "local-mac-address") != 0)
sys/dev/pci/if_nep.c
765
if (strcmp(desc, "local-mac-address") != 0)
sys/dev/pci/if_qwx_pci.c
732
if (strcmp(user_name, msi_config->users[idx].name) == 0) {
sys/dev/pci/if_qwz_pci.c
657
if (strcmp(user_name, msi_config->users[idx].name) == 0) {
sys/dev/pci/pci.c
148
if (strcmp(pba->pba_busname, cf->cf_driver->cd_name))
sys/dev/pci/sv.c
1256
if (strcmp(ports[idx].audio, AudioNdac) == 0) {
sys/dev/pcmcia/com_pcmcia.c
181
strcmp(pa->card->cis1_info[j],
sys/dev/pcmcia/if_malo.c
1105
if (!strcmp(ic->ic_des_essid, sc->sc_net[i].ssid)) {
sys/dev/pcmcia/if_ne_pcmcia.c
583
(strcmp((card)->cis1_info[0], ne2000devs[(n)].cis_info[0]) == 0) && \
sys/dev/pcmcia/if_ne_pcmcia.c
584
(strcmp((card)->cis1_info[1], ne2000devs[(n)].cis_info[1]) == 0))) && \
sys/dev/pcmcia/if_wi_pcmcia.c
339
strcmp(pa->card->cis1_info[0], pp->pp_cisinfo[0]) == 0 &&
sys/dev/pcmcia/if_wi_pcmcia.c
342
strcmp(pa->card->cis1_info[1], pp->pp_cisinfo[1]) == 0)
sys/dev/pcmcia/pcmcia.c
94
if (strcmp(paa->paa_busname, cf->cf_driver->cd_name))
sys/dev/pcmcia/pcmcia_cis_quirks.c
230
(strcmp(sc->card.cis1_info[0],
sys/dev/pcmcia/pcmcia_cis_quirks.c
233
(strcmp(sc->card.cis1_info[1],
sys/dev/pcmcia/wdc_pcmcia.c
186
strcmp(pa->card->cis1_info[i],
sys/dev/pv/hvs.c
255
if (strcmp("ide", aa->aa_ident) &&
sys/dev/pv/hvs.c
256
strcmp("scsi", aa->aa_ident))
sys/dev/pv/hvs.c
276
if (strcmp("scsi", aa->aa_ident) == 0)
sys/dev/pv/hypervic.c
555
if (strcmp(kpe->kpe_key, key) == 0) {
sys/dev/pv/hypervic.c
596
if (strcmp(kpe->kpe_key, key) == 0)
sys/dev/pv/hypervic.c
718
if (strcmp(kpe->kpe_key, key) == 0)
sys/dev/pv/if_hvn.c
219
if (strcmp("network", aa->aa_ident))
sys/dev/pv/if_xnf.c
233
if (strcmp("vif", xa->xa_name))
sys/dev/pv/pvbus.c
123
return (strcmp(*busname, pvbus_cd.cd_name) == 0);
sys/dev/pv/vmt.c
1074
if (strcmp(vmt_tclo_rpc[i].name, sc->sc_rpc_buf) == 0) {
sys/dev/pv/xbf.c
257
if (strcmp("vbd", xa->xa_name))
sys/dev/pv/xbf.c
934
if (!strcmp(sc->sc_dtype, "cdrom"))
sys/dev/pv/xen.c
1406
if (strcmp("suspend", (char *)iovp1[i].iov_base) == 0)
sys/dev/pv/xen.c
1476
!strcmp(xdv->dv_unit, (char *)iovp[i].iov_base)) {
sys/dev/pv/xen.c
230
if (strcmp(action, "halt") == 0 || strcmp(action, "poweroff") == 0) {
sys/dev/pv/xen.c
232
} else if (strcmp(action, "reboot") == 0) {
sys/dev/pv/xen.c
234
} else if (strcmp(action, "crash") == 0) {
sys/dev/pv/xen.c
236
} else if (strcmp(action, "suspend") == 0) {
sys/dev/pv/xenstore.c
1040
*result = strcmp(value, (char *)iovp->iov_base);
sys/dev/pv/xenstore.c
322
if (strcmp(xs_errors[i].xse_errstr, xsm->xsm_data) == 0)
sys/dev/pv/xenstore.c
705
if (strcmp(xsw->xsw_token, token))
sys/dev/pv/xenstore.c
808
if (strcmp(xsm->xsm_data, "OK"))
sys/dev/sbus/agten.c
137
if (strcmp(sa->sa_name, "PFU,aga") != 0)
sys/dev/sbus/apio.c
113
if (strcmp(model, "210sj") != 0) {
sys/dev/sbus/apio.c
93
if (strcmp(sa->sa_name, "pio1") == 0)
sys/dev/sbus/asio.c
100
if (strcmp(sa->sa_name, "sio2") == 0)
sys/dev/sbus/asio.c
122
if (strcmp(model, "210sj") != 0) {
sys/dev/sbus/be.c
193
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0);
sys/dev/sbus/bpp.c
116
return (strcmp("SUNW,bpp", sa->sa_name) == 0);
sys/dev/sbus/bwtwo.c
134
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0);
sys/dev/sbus/cgsix.c
99
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0);
sys/dev/sbus/cgthree.c
192
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0);
sys/dev/sbus/cgtwelve.c
128
if (strcmp(cf->cf_driver->cd_name, sa->sa_name) != 0)
sys/dev/sbus/cs4231.c
183
return (strcmp("SUNW,CS4231", sa->sa_name) == 0);
sys/dev/sbus/dma_sbus.c
135
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0 ||
sys/dev/sbus/dma_sbus.c
136
strcmp("espdma", sa->sa_name) == 0);
sys/dev/sbus/dma_sbus.c
205
if (strcmp(cabletype, "tpe") == 0) {
sys/dev/sbus/dma_sbus.c
207
} else if (strcmp(cabletype, "aui") == 0) {
sys/dev/sbus/esp_sbus.c
136
if (strcmp("SUNW,fas", sa->sa_name) == 0)
sys/dev/sbus/esp_sbus.c
139
rv = (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0 ||
sys/dev/sbus/esp_sbus.c
140
strcmp("ptscII", sa->sa_name) == 0);
sys/dev/sbus/esp_sbus.c
166
if (strcmp("SUNW,fas", sa->sa_name) == 0) {
sys/dev/sbus/esp_sbus.c
320
if (strcmp("ptscII", sa->sa_name) == 0) {
sys/dev/sbus/esp_sbus.c
334
if (strcmp("ptscII", sa->sa_name) == 0) {
sys/dev/sbus/if_gem_sbus.c
80
return (strcmp("network", sa->sa_name) == 0);
sys/dev/sbus/if_hme_sbus.c
78
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0 ||
sys/dev/sbus/if_hme_sbus.c
79
strcmp("SUNW,qfe", sa->sa_name) == 0 ||
sys/dev/sbus/if_hme_sbus.c
80
strcmp("SUNW,hme", sa->sa_name) == 0);
sys/dev/sbus/if_le.c
139
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0);
sys/dev/sbus/if_le_lebuffer.c
142
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0);
sys/dev/sbus/if_le_ledma.c
303
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0);
sys/dev/sbus/if_ti_sbus.c
56
return (strcmp("SUNW,vge", sa->sa_name) == 0);
sys/dev/sbus/lebuffer.c
74
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0);
sys/dev/sbus/magma.c
278
if (strcmp(sa->sa_name, card->mb_sbusname) == 0)
sys/dev/sbus/magma.c
295
if (strcmp(sa->sa_name, card->mb_sbusname) != 0)
sys/dev/sbus/magma.c
297
if (strcmp(magma_prom, card->mb_name) == 0)
sys/dev/sbus/mgx.c
184
if (strcmp(sa->sa_name, "SMSI,mgx") != 0 &&
sys/dev/sbus/mgx.c
185
strcmp(sa->sa_name, "mgx") != 0)
sys/dev/sbus/qe.c
165
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0);
sys/dev/sbus/qec.c
97
return (strcmp(cf->cf_driver->cd_name, sa->sa_name) == 0);
sys/dev/sbus/qla_sbus.c
55
if (strcmp("SUNW,qlc", sa->sa_name) == 0 ||
sys/dev/sbus/qla_sbus.c
56
strcmp("QLGC,qla", sa->sa_name) == 0)
sys/dev/sbus/qlw_sbus.c
132
if (strcmp("SUNW,isp", sa->sa_name) == 0 ||
sys/dev/sbus/qlw_sbus.c
133
strcmp("QLGC,isp", sa->sa_name) == 0)
sys/dev/sbus/qlw_sbus.c
53
if (strcmp("ptisp", sa->sa_name) == 0 ||
sys/dev/sbus/qlw_sbus.c
54
strcmp("PTI,ptisp", sa->sa_name) == 0 ||
sys/dev/sbus/qlw_sbus.c
55
strcmp("SUNW,isp", sa->sa_name) == 0 ||
sys/dev/sbus/qlw_sbus.c
56
strcmp("QLGC,isp", sa->sa_name) == 0)
sys/dev/sbus/rfx.c
173
if (strcmp(device, "RasterFLEX-TV") == 0)
sys/dev/sbus/spif.c
153
if (strcmp(cf->cf_driver->cd_name, sa->sa_name) &&
sys/dev/sbus/spif.c
154
strcmp("SUNW,spif", sa->sa_name))
sys/dev/sbus/tvtwo.c
170
if (strcmp(sa->sa_name, "PGI,tvtwo") == 0 ||
sys/dev/sbus/tvtwo.c
171
strcmp(sa->sa_name, "PGI,tvthree") == 0)
sys/dev/sbus/uperf_sbus.c
112
return (strcmp(sa->sa_name, "sc") == 0);
sys/dev/sbus/vigra.c
223
if (strcmp("vs10", sa->sa_name) != 0 &&
sys/dev/sbus/vigra.c
224
strcmp("vs11", sa->sa_name) != 0 &&
sys/dev/sbus/vigra.c
225
strcmp("vs12", sa->sa_name) != 0)
sys/dev/sbus/xbox.c
68
if (strcmp("SUNW,xbox", sa->sa_name))
sys/dev/sbus/xbox.c
88
if (strcmp(s, "false") == 0) {
sys/dev/sbus/zx.c
175
if (strcmp(sa->sa_name, "SUNW,leo") == 0)
sys/dev/sdmmc/sdmmc.c
97
return strcmp(saa->saa_busname, cf->cf_driver->cd_name) == 0;
sys/dev/sdmmc/sdmmc_io.c
298
if (strcmp(cf->cf_driver->cd_name, "scsibus") == 0)
sys/dev/sun/z8530ms.c
179
if (strcmp(args->type, "mouse") != 0)
sys/dev/tc/bba.c
182
if (strcmp(ia->iada_modname, "isdn") != 0 &&
sys/dev/tc/bba.c
183
strcmp(ia->iada_modname, "AMD79c30") != 0)
sys/dev/tc/tc.c
292
if (strcmp(tdp->id, id) == 0) {
sys/dev/tc/tc.c
62
if (strcmp(tba->tba_busname, cf->cf_driver->cd_name))
sys/dev/tc/zs_ioasic.c
386
if (strcmp(cf->cf_driver->cd_name, za->type) != 0)
sys/dev/usb/uaudio.c
1169
cmp = strcmp(i->fname, m->fname);
sys/dev/usb/uaudio.c
1596
if (name != NULL && strcmp(name, d->name) != 0)
sys/dev/usb/uaudio.c
1622
if (name != NULL && strcmp(name, s->name) != 0)
sys/dev/usb/uaudio.c
1953
while (m != NULL && strcmp(name, m->fname) == 0) {
sys/dev/usb/uaudio.c
1975
strcmp(m->fname, m->next->fname) == 0)
sys/dev/usb/uaudio.c
2009
strcmp(name, m->fname) == 0)
sys/dev/usb/uaudio.c
4465
if (strcmp(m->fname, "level") == 0) {
sys/dev/usb/uaudio.c
730
if (strcmp(n->templ, templ) == 0)
sys/dev/usb/uvideo.c
2325
if (strcmp(sc->sc_udev->bus->bdev.dv_cfdata->cf_driver->cd_name,
sys/dev/videomode/edid.c
311
if (strcmp(name, videomode_list[i].name) == 0)
sys/dev/vmm/vmm.c
52
if (strcmp(*busname, vmm_cd.cd_name) != 0)
sys/dev/wsfont/wsfont.c
472
if (name != NULL && strcmp(ent->font->name, name) != 0)
sys/kern/exec_elf.c
1050
if (strcmp((char *)(np + 1), elf_note_names[i].name) == 0) {
sys/kern/kern_pledge.c
1588
cmp = strcmp(req_name, pledgereq[i].name);
sys/kern/kern_pledge.c
627
cmp = strcmp(path, pledgepaths[i].name);
sys/kern/kern_tc.c
827
if (error != 0 || strcmp(newname, tc->tc_name) == 0)
sys/kern/kern_tc.c
830
if (strcmp(newname, newtc->tc_name) != 0)
sys/kern/sched_bsd.c
716
if (strcmp(policy, "manual") == 0)
sys/kern/sched_bsd.c
718
else if (strcmp(policy, "auto") == 0)
sys/kern/sched_bsd.c
720
else if (strcmp(policy, "high") == 0)
sys/kern/sched_bsd.c
728
if (strcmp(policy_on_battery, "manual") == 0 ||
sys/kern/sched_bsd.c
733
if (strcmp(policy_on_battery, "auto") == 0)
sys/kern/sched_bsd.c
735
else if (strcmp(policy_on_battery, "high") == 0)
sys/kern/subr_autoconf.c
307
if (strcmp(cf->cf_driver->cd_name, rootname) == 0)
sys/kern/subr_disk.c
1489
if (strcmp(buf, "exit") == 0)
sys/kern/subr_disk.c
1527
if (strcmp(buf, "exit") == 0)
sys/kern/subr_disk.c
1687
if (!strcmp(buf, nam2blk[i].name))
sys/kern/vfs_init.c
144
if (strcmp(vfsconflist[i].vfc_name, name) == 0)
sys/lib/libkern/libkern.h
162
int strcmp(const char *, const char *);
sys/lib/libsa/loadfile_elf.c
235
!strcmp(shstr + shp[i].sh_name, ".debug_line") ||
sys/lib/libsa/loadfile_elf.c
236
!strcmp(shstr + shp[i].sh_name, ELF_CTF)) {
sys/lib/libsa/stand.h
156
int strcmp(const char *, const char *);
sys/lib/libsa/ufs.c
390
!strcmp(name, dp->d_name)) {
sys/lib/libsa/ufs2.c
386
!strcmp(name, dp->d_name)) {
sys/net/bpf.c
1178
if (strcmp(bp->bif_name, ifr->ifr_name) == 0)
sys/net/bpf.c
1854
if (strcmp(name, bp->bif_name) != 0)
sys/net/bpf.c
1885
if (strcmp(name, bp->bif_name) != 0)
sys/net/if.c
1463
if (strcmp(ifp->if_xname, name) == 0)
sys/net/if.c
1970
if (strcmp(ifp->if_xname, name) == 0) {
sys/net/if.c
3079
if (!strcmp(ifgl->ifgl_group->ifg_group, groupname))
sys/net/if.c
3091
if (!strcmp(ifg->ifg_group, groupname))
sys/net/if.c
3128
if (!strcmp(ifgl->ifgl_group->ifg_group, groupname))
sys/net/if.c
3241
if (!strcmp(ifg->ifg_group, ifgr->ifgr_name))
sys/net/if.c
3300
if (!strcmp(ifg->ifg_group, ifgr->ifgr_name))
sys/net/if.c
3319
if (!strcmp(ifg->ifg_group, ifgr->ifgr_name))
sys/net/if.c
3430
if (!strcmp(ifg->ifg_group, IFG_EGRESS))
sys/net/if_aggr.c
1367
if (strcmp(p->p_ifp0->if_xname, name) == 0)
sys/net/if_pair.c
243
&unit)) == NULL || strcmp("pair",
sys/net/if_tpmr.c
610
if (strcmp(p->p_ifp0->if_xname, name) == 0)
sys/net/if_tun.c
199
if (strcmp(sc->sc_if.if_xname, name) == 0)
sys/net/if_vlan.c
200
if (strcmp("svlan", ifc->ifc_name) == 0)
sys/net/pf_if.c
104
if (!strcmp(kif->pfik_name, "any")) {
sys/net/pf_if.c
460
if (!strcmp(aw->v.ifname, "self"))
sys/net/pf_if.c
811
if (!strcmp(p->pfik_name, filter))
sys/net/pf_ioctl.c
1259
if (strcmp(npfsrlim->pfsrlim_overload.name,
sys/net/pf_ioctl.c
1901
if (!psk->psk_ifname[0] || !strcmp(psk->psk_ifname,
sys/net/pf_ioctl.c
2799
!strcmp(psk->psk_ifname,
sys/net/pf_ioctl.c
2851
!strcmp(psk->psk_label, st->rule.ptr->label))) &&
sys/net/pf_ioctl.c
2852
(!psk->psk_ifname[0] || !strcmp(psk->psk_ifname,
sys/net/pf_ioctl.c
421
if (strcmp(tagname, tag->name) == 0) {
sys/net/pf_ruleset.c
353
if ((p = strrchr(path, '/')) != NULL && !strcmp(p, "/*")) {
sys/net/pf_ruleset.c
88
int c = strcmp(a->path, b->path);
sys/net/pf_table.c
1497
if (!strcmp(p->pfrkt_anchor, PF_RESERVED_ANCHOR))
sys/net/pf_table.c
2155
if (no_reserved && !strcmp(tbl->pfrt_anchor, PF_RESERVED_ANCHOR))
sys/net/pf_table.c
2217
if (strcmp(filter->pfrt_anchor, kt->pfrkt_anchor))
sys/net/pf_table.c
2413
return (strcmp(p->pfrkt_anchor, q->pfrkt_anchor));
sys/net/route.c
1766
if (strcmp(name, label->rtl_name) == 0) {
sys/net80211/ieee80211_regdomain.c
84
return (strcmp(((const struct ieee80211_countryname*)a)->cn_name,
sys/net80211/ieee80211_regdomain.c
91
return (strcmp(((const struct ieee80211_regdomainname*)a)->rn_name,
sys/netinet/ip_carp.c
2236
if (!strcmp(ifgr->ifgr_group, IFG_ALL))
sys/netinet/ip_carp.c
2243
if (!strcmp(ifgl->ifgl_group->ifg_group, ifgr->ifgr_group)) {
sys/netinet/ip_carp.c
2441
if (!strcmp(ifgl->ifgl_group->ifg_group, IFG_ALL))
sys/ntfs/ntfs_subr.c
722
!strcmp(attrname,fp->f_attrname)))){
sys/ntfs/ntfs_subr.c
946
!strcmp(attrname, fp->f_attrname))))
sys/stand/boot/vars.c
100
strcmp(cmd.argv[1], "off") == 0)
sys/stand/boot/vars.c
102
else if (strcmp(cmd.argv[1], "1") == 0 ||
sys/stand/boot/vars.c
103
strcmp(cmd.argv[1], "on") == 0)
sys/stand/boot/vars.c
99
if (strcmp(cmd.argv[1], "0") == 0 ||
usr.bin/arch/arch.c
44
machine = strcmp(__progname, "machine") == 0;
usr.bin/at/at.c
476
shortformat = strcmp(__progname, "at") == 0;
usr.bin/at/at.c
498
if (strcmp(dirent->d_name, "..") == 0)
usr.bin/at/at.c
526
if (strcmp(dirent->d_name, jobs[i]) == 0) {
usr.bin/at/at.c
658
if (strcmp(dirent->d_name, "..") == 0)
usr.bin/at/at.c
677
strcmp(dirent->d_name, jobs[i]) == 0) {
usr.bin/at/at.c
889
if (strcmp(__progname, "atq") == 0) {
usr.bin/at/at.c
892
} else if (strcmp(__progname, "atrm") == 0) {
usr.bin/at/at.c
895
} else if (strcmp(__progname, "batch") == 0) {
usr.bin/aucat/afile.c
834
if (strcmp(path, "-") == 0) {
usr.bin/aucat/afile.c
861
if (strcmp(path, "-") == 0) {
usr.bin/aucat/aucat.c
1169
if (strcmp("off", s) == 0) {
usr.bin/aucat/aucat.c
1173
if (strcmp("on", s) == 0) {
usr.bin/aucat/aucat.c
1197
if (strcmp("auto", s) == 0) {
usr.bin/aucat/aucat.c
1201
if (strcmp("raw", s) == 0) {
usr.bin/aucat/aucat.c
1205
if (strcmp("wav", s) == 0) {
usr.bin/aucat/aucat.c
1209
if (strcmp("aiff", s) == 0) {
usr.bin/aucat/aucat.c
1213
if (strcmp("au", s) == 0) {
usr.bin/audioctl/audioctl.c
213
if (strcmp(f->name, lhs) == 0)
usr.bin/awk/awkgram.y
511
if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
usr.bin/awk/b.c
204
&& strcmp((const char *) fatab[i]->restr, s) == 0) {
usr.bin/awk/lex.c
326
if (strcmp(buf, "NF") == 0) { /* very special */
usr.bin/awk/lex.c
502
if ((cond = strcmp(w, kp[mid].word)) < 0)
usr.bin/awk/lib.c
766
if (strcmp(*FILENAME, "-") != 0)
usr.bin/awk/main.c
112
if (strcmp(*FILENAME, "-") != 0) {
usr.bin/awk/main.c
186
if (strcmp(argv[1], "--version") == 0) {
usr.bin/awk/main.c
190
if (strcmp(argv[1], "--") == 0) { /* explicit end of args */
usr.bin/awk/main.c
195
if (strcmp(argv[1], "--csv") == 0) { /* turn on csv input processing */
usr.bin/awk/main.c
203
if (strcmp(argv[1], "-safe") == 0)
usr.bin/awk/main.c
315
if (strcmp(pfile[curpfile], "-") == 0)
usr.bin/awk/maketab.c
144
if (n == 4 && c == '#' && strcmp(def, "define") == 0) {
usr.bin/awk/maketab.c
157
if (strcmp(name, "YYSTYPE_IS_DECLARED") == 0) {
usr.bin/awk/parse.c
287
if (strcmp(((Cell *)(p->narg[0]))->nval, s) == 0)
usr.bin/awk/run.c
1095
have_a_format = (strcmp(xbuf, "0x1.5p+5") == 0);
usr.bin/awk/run.c
1206
if (!has_utf8(t) || strcmp(fmt,"%s") == 0) {
usr.bin/awk/run.c
2376
if (files[i].fname && strcmp(s, files[i].fname) == 0 &&
usr.bin/awk/run.c
2417
fp = strcmp(s, "-") == 0 ? stdin : fopen(s, "r"); /* "-" is stdin */
usr.bin/awk/run.c
2452
if (!files[i].fname || strcmp(x->sval, files[i].fname) != 0)
usr.bin/awk/run.c
901
i = strcmp(getsval(x), getsval(y));
usr.bin/awk/tran.c
211
if (strcmp(s, p->nval) == 0) {
usr.bin/awk/tran.c
293
if (strcmp(s, p->nval) == 0)
usr.bin/basename/basename.c
84
if (!strcmp(p + off, *argv))
usr.bin/bgplg/bgplg.c
294
if (cmd != NULL && strcmp(cmd, cmds[i].name) == 0)
usr.bin/bgplg/bgplg.c
334
if (strcmp(cmd, cmds[i].name) == 0) {
usr.bin/bgplg/bgplgsh.c
173
if (strcmp(argv[i], cmdp[i]) != 0)
usr.bin/bgplg/bgplgsh.c
237
if (strcmp(line, "exit") == 0) {
usr.bin/calendar/io.c
95
if (!strcmp(buf + 5, "ru_RU.UTF-8") ||
usr.bin/calendar/io.c
96
!strcmp(buf + 5, "uk_UA.UTF-8") ||
usr.bin/calendar/io.c
97
!strcmp(buf + 5, "by_BY.UTF-8")) {
usr.bin/cdio/cddb.c
299
if (strcmp(line, "202") == 0) {
usr.bin/cdio/cddb.c
303
if (strcmp(line, "211") == 0 || strcmp(line, "212") == 0) {
usr.bin/cdio/cddb.c
310
if (strcmp(line, "211") == 0)
usr.bin/cdio/cddb.c
320
if (!line || strcmp(line, ".") == 0)
usr.bin/cdio/cddb.c
331
if (strcmp(line, ".") == 0)
usr.bin/cdio/cddb.c
339
} else if (strcmp(line, "200") != 0 || !further_query(cout, type))
usr.bin/cdio/cddb.c
356
if (strcmp(line, ".") == 0)
usr.bin/cdio/cdio.c
611
if (strcmp(optarg, "auto") == 0) {
usr.bin/cdio/cdio.c
613
} else if (strcmp(optarg, "max") == 0) {
usr.bin/chpass/chpass.c
216
arg = !strcmp(opw->pw_name, pw->pw_name) ? pw->pw_name : NULL;
usr.bin/chpass/field.c
59
if (strcmp(pw->pw_name, p) != 0 && getpwnam(p) != NULL) {
usr.bin/chpass/getpwent.c
82
if (strcmp(_pw_storage->name, name) == 0) {
usr.bin/chpass/util.c
88
if (!strcmp(name, sh))
usr.bin/chpass/util.c
91
if ((p = strrchr(sh, '/')) && strcmp(name, p + 1) == 0)
usr.bin/cmp/cmp.c
86
if (strcmp(file1 = argv[0], "-") == 0) {
usr.bin/cmp/cmp.c
92
if (strcmp(file2 = argv[1], "-") == 0) {
usr.bin/comm/comm.c
167
if (!strcmp(name, "-"))
usr.bin/compress/main.c
201
if (!strcmp(p, "zcat")) {
usr.bin/compress/main.c
212
if (strcmp(p, "zip") &&
usr.bin/compress/main.c
213
strcmp(p, "compress"))
usr.bin/compress/main.c
402
strcmp(p, suffix) != 0) &&
usr.bin/compress/main.c
862
if (strcmp(suf, suffix + 1) == 0)
usr.bin/compress/main.c
865
if (strcmp(suf, suffixes[i]) == 0)
usr.bin/compress/main.c
890
if (strcmp(cp, "tgz") == 0) {
usr.bin/compress/main.c
893
} else if (strcmp(cp, "taz") == 0)
usr.bin/csplit/csplit.c
139
if (strcmp(infn, "-") == 0) {
usr.bin/ctags/C.c
336
if (strcmp(maybe_attribute, attribute) == 0) {
usr.bin/ctags/ctags.c
282
if (strcmp(file, argv[i]) == 0)
usr.bin/ctags/tree.c
65
if (!xflag && !strcmp(name, "main")) {
usr.bin/ctags/tree.c
96
dif = strcmp(node->entry, cur_node->entry);
usr.bin/ctfconv/parse.c
184
if (strcmp(it_name(it), "unsigned") == 0) {
usr.bin/ctfconv/parse.c
353
return strcmp(it_name(a), it_name(b));
usr.bin/ctfconv/parse.c
375
if ((diff = strcmp(it_name(a), it_name(b))) != 0)
usr.bin/ctfdump/ctfdump.c
235
if (strcmp(name, ELF_CTF) == 0)
usr.bin/ctfdump/ctfdump.c
238
if (strcmp(name, ELF_SYMTAB) == 0 &&
usr.bin/ctfdump/ctfdump.c
244
if (strcmp(name, ELF_STRTAB) == 0 &&
usr.bin/ctfdump/ctfdump.c
437
if (strcmp(str, "(anon)"))
usr.bin/cu/cu.c
103
if (strcmp("--", argv[i]) == 0)
usr.bin/cut/cut.c
131
if (strcmp(*argv, "-") == 0)
usr.bin/cvs/add.c
165
if (strcmp(cf->file_name, ".") == 0 ||
usr.bin/cvs/add.c
166
strcmp(cf->file_name, "..") == 0 ||
usr.bin/cvs/add.c
167
strcmp(cf->file_name, CVS_PATH_CVSDIR) == 0) {
usr.bin/cvs/admin.c
323
strcmp(cf->file_rcs->rf_expand, koptstr) != 0)
usr.bin/cvs/checkout.c
622
if (tag != NULL && strcmp(cf->file_wd, lastwd) &&
usr.bin/cvs/client.c
188
if (!strcmp(parent, "."))
usr.bin/cvs/client.c
412
if (lastdir != NULL && !strcmp(dir, lastdir))
usr.bin/cvs/cmd.c
74
if (strcmp(cmd, cvs_cdt[i]->cmd_name) == 0)
usr.bin/cvs/cmd.c
78
if (strcmp(cmd,
usr.bin/cvs/config.c
50
if (!strcmp(opt, "tag")) {
usr.bin/cvs/config.c
53
} else if (!strcmp(opt, "umask")) {
usr.bin/cvs/config.c
62
} else if (!strcmp(opt, "dlimit")) {
usr.bin/cvs/cvs.c
493
if (strcmp(p, "cvs") == 0 && !cvs_parsed) {
usr.bin/cvs/cvs.c
559
if (strcmp(vp->cv_name, var) == 0)
usr.bin/cvs/cvs.c
588
if (strcmp(vp->cv_name, var) == 0) {
usr.bin/cvs/cvs.c
612
if (strcmp(vp->cv_name, var) == 0)
usr.bin/cvs/date.y
640
if (strcmp(buff, "am") == 0 || strcmp(buff, "a.m.") == 0) {
usr.bin/cvs/date.y
644
if (strcmp(buff, "pm") == 0 || strcmp(buff, "p.m.") == 0) {
usr.bin/cvs/date.y
666
} else if (strcmp(buff, tp->name) == 0) {
usr.bin/cvs/date.y
673
if (strcmp(buff, tp->name) == 0) {
usr.bin/cvs/date.y
678
if (strcmp(buff, "dst") == 0)
usr.bin/cvs/date.y
682
if (strcmp(buff, tp->name) == 0) {
usr.bin/cvs/date.y
691
if (strcmp(buff, tp->name) == 0) {
usr.bin/cvs/date.y
699
if (strcmp(buff, tp->name) == 0) {
usr.bin/cvs/date.y
707
if (strcmp(buff, tp->name) == 0) {
usr.bin/cvs/date.y
722
if (strcmp(buff, tp->name) == 0) {
usr.bin/cvs/edit.c
88
if (strcmp(optarg, "edit") == 0)
usr.bin/cvs/edit.c
90
else if (strcmp(optarg, "unedit") == 0)
usr.bin/cvs/edit.c
92
else if (strcmp(optarg, "commit") == 0)
usr.bin/cvs/edit.c
94
else if (strcmp(optarg, "all") == 0)
usr.bin/cvs/edit.c
96
else if (strcmp(optarg, "none") == 0)
usr.bin/cvs/entries.c
181
strcmp(fields[3], "Result of merge") == 0) {
usr.bin/cvs/entries.c
211
if (strcmp(fields[4], ""))
usr.bin/cvs/entries.c
216
if (strcmp(fields[5], "")) {
usr.bin/cvs/entries.c
411
if (!strcmp(p, name)) {
usr.bin/cvs/entries.c
47
if (current_list != NULL && !strcmp(current_list->cef_path, buf))
usr.bin/cvs/file.c
1001
return (cvs_nocase == 0) ? (strcmp(name1, name2)) :
usr.bin/cvs/file.c
1139
return (strcmp(f1->file_path, f2->file_path));
usr.bin/cvs/file.c
485
if (!strcmp(dp->d_name, ".") ||
usr.bin/cvs/file.c
486
!strcmp(dp->d_name, "..") ||
usr.bin/cvs/file.c
487
!strcmp(dp->d_name, CVS_PATH_CVSDIR) ||
usr.bin/cvs/file.c
659
if (!strcmp(cf->file_path, ".")) {
usr.bin/cvs/file.c
833
if (!strcmp(state, RCS_STATE_DEAD))
usr.bin/cvs/getlog.c
327
if (strcmp(rdp->rd_state, sargv->argv[i]) == 0) {
usr.bin/cvs/getlog.c
340
if (strcmp(rdp->rd_author, wargv->argv[i]) == 0) {
usr.bin/cvs/hash.c
81
if (!strcmp(entry->h_data.h_key, key))
usr.bin/cvs/import.c
239
if (!strcmp(cf->file_path, "."))
usr.bin/cvs/import.c
428
strcmp(branch, import_branch)) {
usr.bin/cvs/init.c
168
if (strcmp(strrchr(CVS_PATH_HISTORY, '/'), strrchr(path, '/')) == 0 ||
usr.bin/cvs/init.c
169
strcmp(strrchr(CVS_PATH_VALTAGS, '/'), strrchr(path, '/')) == 0) {
usr.bin/cvs/modules.c
225
if (!strcmp(name, mi->mi_name)) {
usr.bin/cvs/rcs.c
1607
if (strcmp(state, RCS_STATE_DEAD) && strcmp(state, RCS_STATE_EXP))
usr.bin/cvs/rcs.c
1642
if (!strcmp(revstr, RCS_HEAD_BRANCH)) {
usr.bin/cvs/rcs.c
2567
if (!strcmp(revstr, RCS_HEAD_BRANCH))
usr.bin/cvs/rcs.c
585
if (strcmp(ap->ra_name, login) == 0)
usr.bin/cvs/rcs.c
611
if (strcmp(ap->ra_name, login) == 0)
usr.bin/cvs/rcs.c
642
if (strcmp(symp->rs_name, sym) == 0)
usr.bin/cvs/rcs.c
675
if (strcmp(symp->rs_name, sym) == 0)
usr.bin/cvs/rcs.c
704
if (strcmp(symp->rs_name, sym) == 0)
usr.bin/cvs/rcs.c
727
if (!strcmp(sym, RCS_HEAD_BRANCH)) {
usr.bin/cvs/rcs.c
735
if (strcmp(symp->rs_name, sym) == 0)
usr.bin/cvs/rcs.c
820
if (strcmp(lkp->rl_name, user) == 0 &&
usr.bin/cvs/rcs.c
850
if (strcmp(lkp->rl_name, user) == 0 &&
usr.bin/cvs/rcs.c
912
if (strcmp(rcs_comments[i].rc_suffix, sp) == 0)
usr.bin/cvs/rcsparse.c
1253
return (strcmp(k, ((const struct rcs_keyword *)e)->k_name));
usr.bin/cvs/release.c
119
if (!strcmp(cf->file_name, "."))
usr.bin/cvs/remote.c
309
if (!strcmp(sp, ".."))
usr.bin/cvs/remote.c
40
if (!strcmp(cvs_responses[i].name, response))
usr.bin/cvs/remote.c
53
if (!strcmp(cvs_requests[i].name, request))
usr.bin/cvs/repository.c
111
if (!strcmp(dp->d_name, ".") ||
usr.bin/cvs/repository.c
112
!strcmp(dp->d_name, "..") ||
usr.bin/cvs/repository.c
113
!strcmp(dp->d_name, CVS_LOCK))
usr.bin/cvs/repository.c
161
if (strcmp(dp->d_name, CVS_PATH_ATTIC))
usr.bin/cvs/repository.c
167
if (!strcmp(dp->d_name, CVS_PATH_ATTIC)) {
usr.bin/cvs/repository.c
176
s != fpath && !strcmp(s, RCS_FILE_EXT)) {
usr.bin/cvs/root.c
85
if (strcmp(sp, cvs_methods[i]) == 0) {
usr.bin/cvs/server.c
286
if (!strcmp(data, "-l"))
usr.bin/cvs/server.c
289
if (!strcmp(data, "-n"))
usr.bin/cvs/server.c
292
if (!strcmp(data, "-Q"))
usr.bin/cvs/server.c
295
if (!strcmp(data, "-q"))
usr.bin/cvs/server.c
298
if (!strcmp(data, "-r"))
usr.bin/cvs/server.c
301
if (!strcmp(data, "-t"))
usr.bin/cvs/server.c
364
if (strcmp(parent, ".")) {
usr.bin/cvs/trigger.c
137
!strcmp(fi->crevstr,
usr.bin/cvs/trigger.c
147
!strcmp(fi->nrevstr, "Removed"))
usr.bin/cvs/trigger.c
195
if (strcmp(var, "CVSEDITOR") == 0 ||
usr.bin/cvs/trigger.c
196
strcmp(var, "EDITOR") == 0 ||
usr.bin/cvs/trigger.c
197
strcmp(var, "VISUAL") == 0)
usr.bin/cvs/trigger.c
199
else if (strcmp(var, "CVSROOT") == 0)
usr.bin/cvs/trigger.c
201
else if (strcmp(var, "USER") == 0) {
usr.bin/cvs/trigger.c
209
} else if (strcmp(var, "RCSBIN") == 0) {
usr.bin/cvs/trigger.c
386
if (strcmp(file, CVS_PATH_EDITINFO) == 0 ||
usr.bin/cvs/trigger.c
387
strcmp(file, CVS_PATH_VERIFYMSG) == 0)
usr.bin/cvs/trigger.c
439
if (strcmp(regex, "ALL") == 0 && allow_all) {
usr.bin/cvs/trigger.c
444
strcmp(regex, "DEFAULT") == 0) {
usr.bin/cvs/update.c
250
if (cvs_server_active == 1 && !strcmp(cf->file_name, "."))
usr.bin/cvs/update.c
280
if (!strcmp(dp->d_name, ".") ||
usr.bin/cvs/update.c
281
!strcmp(dp->d_name, "..") ||
usr.bin/cvs/update.c
287
if (strcmp(dp->d_name, CVS_PATH_CVSDIR))
usr.bin/cvs/update.c
634
if (rev2 == NULL || !strcmp(state2, RCS_STATE_DEAD)) {
usr.bin/cvs/update.c
635
if (rev1 == NULL || !strcmp(state1, RCS_STATE_DEAD))
usr.bin/cvs/update.c
664
if (rev1 == NULL || !strcmp(state1, RCS_STATE_DEAD)) {
usr.bin/cvs/util.c
382
if (!strcmp(ent->d_name, ".") ||
usr.bin/cvs/util.c
383
!strcmp(ent->d_name, ".."))
usr.bin/cvs/util.c
469
if (strcmp(dir, "."))
usr.bin/cvs/util.c
479
if (strcmp(dir, "."))
usr.bin/cvs/util.c
608
} else if (strcmp(sp, ".")) {
usr.bin/cvs/util.c
817
if (strcmp(lstr, "") == 0)
usr.bin/cvs/util.c
819
if (strcmp(rstr, "") == 0)
usr.bin/cvs/watch.c
67
if (strcmp(argv[1], "on") == 0)
usr.bin/cvs/watch.c
69
else if (strcmp(argv[1], "off") == 0)
usr.bin/cvs/watch.c
71
else if (strcmp(argv[1], "add") == 0)
usr.bin/cvs/watch.c
73
else if (strcmp(argv[1], "remove") == 0)
usr.bin/cvs/watch.c
89
if (strcmp(optarg, "edit") == 0)
usr.bin/cvs/watch.c
91
else if (strcmp(optarg, "unedit") == 0)
usr.bin/cvs/watch.c
93
else if (strcmp(optarg, "commit") == 0)
usr.bin/cvs/watch.c
95
else if (strcmp(optarg, "all") == 0)
usr.bin/cvs/watch.c
97
else if (strcmp(optarg, "none") == 0)
usr.bin/deroff/deroff.c
437
if (strcmp(fname, q->datap) == 0) {
usr.bin/diff/diff.c
240
if (strcmp(argv[0], "-") == 0) {
usr.bin/diff/diff.c
245
if (strcmp(argv[1], "-") == 0) {
usr.bin/diff/diff.c
284
if (strcmp(*ap, "--") != 0) {
usr.bin/diff/diff.c
301
if (strcmp(file, "-") == 0)
usr.bin/diff/diff.c
313
if (strcmp(file, "-") != 0)
usr.bin/diff/diffdir.c
110
while (dp1 != edp1 && strcmp((*dp1)->d_name, start) < 0)
usr.bin/diff/diffdir.c
112
while (dp2 != edp2 && strcmp((*dp2)->d_name, start) < 0)
usr.bin/diff/diffdir.c
124
strcmp(dent1->d_name, dent2->d_name);
usr.bin/diff/diffreg.c
310
if (strcmp(file1, "-") == 0 && strcmp(file2, "-") == 0)
usr.bin/diff/diffreg.c
323
} else if (strcmp(file1, "-") == 0)
usr.bin/diff/diffreg.c
344
} else if (strcmp(file2, "-") == 0)
usr.bin/diff/diffreg.c
457
if (strcmp(file, "-") == 0)
usr.bin/dig/dig.c
1774
if (strcmp(batchname, "-") == 0)
usr.bin/dig/dig.c
1965
if (strcmp("host", __progname) == 0)
usr.bin/dig/dig.c
1967
if (strcmp("nslookup", __progname) == 0)
usr.bin/dig/dighost.c
949
if (strcmp(value, "0") == 0) {
usr.bin/dig/lib/dns/gen.c
239
if (strcmp(tt->typename, typename) != 0)
usr.bin/dig/lib/dns/gen.c
308
if (strcmp(buf, dp->d_name) != 0)
usr.bin/dig/lib/dns/gen.c
419
if (strcmp(buf + 6 + strlen(srcdir), dp->d_name) != 0)
usr.bin/dig/lib/isc/log.c
582
if (strcmp(name, "default_stderr") == 0)
usr.bin/dig/lib/isc/log.c
607
if (strcmp(name, channel->name) == 0)
usr.bin/dig/lib/isc/log.c
944
if (strcmp(lctx->buffer, message->text)
usr.bin/dig/lib/isc/symtab.c
137
strcmp(e->key, (k)) == 0) \
usr.bin/dig/lib/lwres/lwconfig.c
407
else if (strcmp(word, "nameserver") == 0)
usr.bin/dig/lib/lwres/lwconfig.c
409
else if (strcmp(word, "domain") == 0)
usr.bin/dig/lib/lwres/lwconfig.c
411
else if (strcmp(word, "search") == 0)
usr.bin/dig/lib/lwres/lwconfig.c
413
else if (strcmp(word, "options") == 0)
usr.bin/doas/doas.c
118
if (strcmp(r->cmd, cmd))
usr.bin/doas/doas.c
125
if (strcmp(r->cmdargs[i], cmdargs[i]))
usr.bin/doas/env.c
204
if (strcmp(val + 1, "PATH") == 0)
usr.bin/doas/env.c
210
if (strcmp(name, "PATH") == 0)
usr.bin/doas/env.c
49
return strcmp(a->key, b->key);
usr.bin/doas/parse.y
341
if (strcmp(buf, keywords[i].word) == 0)
usr.bin/encrypt/encrypt.c
116
if (strcmp(optarg, "a") != 0) {
usr.bin/file/file.c
252
if (strcmp(path, "-") == 0) {
usr.bin/file/file.c
342
if (*root == '\0' || strcmp(root, ".") == 0 ||
usr.bin/file/file.c
343
strcmp (root, "/") == 0)
usr.bin/file/file.c
506
if (sflag || strcmp(inf->path, "-") == 0) {
usr.bin/file/file.c
509
if (strcmp(inf->path, "-") != 0)
usr.bin/file/file.c
687
if (strcmp(inf->path, "-") == 0)
usr.bin/file/magic-load.c
640
if (strcmp(s, "name") == 0) {
usr.bin/file/magic-load.c
645
if (strcmp(s, "use") == 0) {
usr.bin/file/magic-load.c
702
if (strcmp(s, "byte") == 0)
usr.bin/file/magic-load.c
704
else if (strcmp(s, "short") == 0)
usr.bin/file/magic-load.c
706
else if (strcmp(s, "long") == 0)
usr.bin/file/magic-load.c
708
else if (strcmp(s, "quad") == 0)
usr.bin/file/magic-load.c
710
else if (strcmp(s, "ubyte") == 0)
usr.bin/file/magic-load.c
712
else if (strcmp(s, "ushort") == 0)
usr.bin/file/magic-load.c
714
else if (strcmp(s, "ulong") == 0)
usr.bin/file/magic-load.c
716
else if (strcmp(s, "uquad") == 0)
usr.bin/file/magic-load.c
718
else if (strcmp(s, "float") == 0 || strcmp(s, "ufloat") == 0)
usr.bin/file/magic-load.c
720
else if (strcmp(s, "double") == 0 || strcmp(s, "udouble") == 0)
usr.bin/file/magic-load.c
722
else if (strcmp(s, "date") == 0)
usr.bin/file/magic-load.c
724
else if (strcmp(s, "qdate") == 0)
usr.bin/file/magic-load.c
726
else if (strcmp(s, "ldate") == 0)
usr.bin/file/magic-load.c
728
else if (strcmp(s, "qldate") == 0)
usr.bin/file/magic-load.c
730
else if (strcmp(s, "udate") == 0)
usr.bin/file/magic-load.c
732
else if (strcmp(s, "uqdate") == 0)
usr.bin/file/magic-load.c
734
else if (strcmp(s, "uldate") == 0)
usr.bin/file/magic-load.c
736
else if (strcmp(s, "uqldate") == 0)
usr.bin/file/magic-load.c
738
else if (strcmp(s, "beshort") == 0)
usr.bin/file/magic-load.c
740
else if (strcmp(s, "belong") == 0)
usr.bin/file/magic-load.c
742
else if (strcmp(s, "bequad") == 0)
usr.bin/file/magic-load.c
744
else if (strcmp(s, "ubeshort") == 0)
usr.bin/file/magic-load.c
746
else if (strcmp(s, "ubelong") == 0)
usr.bin/file/magic-load.c
748
else if (strcmp(s, "ubequad") == 0)
usr.bin/file/magic-load.c
750
else if (strcmp(s, "befloat") == 0 || strcmp(s, "ubefloat") == 0)
usr.bin/file/magic-load.c
752
else if (strcmp(s, "bedouble") == 0 || strcmp(s, "ubedouble") == 0)
usr.bin/file/magic-load.c
754
else if (strcmp(s, "bedate") == 0)
usr.bin/file/magic-load.c
756
else if (strcmp(s, "beqdate") == 0)
usr.bin/file/magic-load.c
758
else if (strcmp(s, "beldate") == 0)
usr.bin/file/magic-load.c
760
else if (strcmp(s, "beqldate") == 0)
usr.bin/file/magic-load.c
762
else if (strcmp(s, "ubedate") == 0)
usr.bin/file/magic-load.c
764
else if (strcmp(s, "ubeqdate") == 0)
usr.bin/file/magic-load.c
766
else if (strcmp(s, "ubeldate") == 0)
usr.bin/file/magic-load.c
768
else if (strcmp(s, "ubeqldate") == 0)
usr.bin/file/magic-load.c
770
else if (strcmp(s, "bestring16") == 0 || strcmp(s, "ubestring16") == 0)
usr.bin/file/magic-load.c
772
else if (strcmp(s, "leshort") == 0)
usr.bin/file/magic-load.c
774
else if (strcmp(s, "lelong") == 0)
usr.bin/file/magic-load.c
776
else if (strcmp(s, "lequad") == 0)
usr.bin/file/magic-load.c
778
else if (strcmp(s, "uleshort") == 0)
usr.bin/file/magic-load.c
780
else if (strcmp(s, "ulelong") == 0)
usr.bin/file/magic-load.c
782
else if (strcmp(s, "ulequad") == 0)
usr.bin/file/magic-load.c
784
else if (strcmp(s, "lefloat") == 0 || strcmp(s, "ulefloat") == 0)
usr.bin/file/magic-load.c
786
else if (strcmp(s, "ledouble") == 0 || strcmp(s, "uledouble") == 0)
usr.bin/file/magic-load.c
788
else if (strcmp(s, "ledate") == 0)
usr.bin/file/magic-load.c
790
else if (strcmp(s, "leqdate") == 0)
usr.bin/file/magic-load.c
792
else if (strcmp(s, "leldate") == 0)
usr.bin/file/magic-load.c
794
else if (strcmp(s, "leqldate") == 0)
usr.bin/file/magic-load.c
796
else if (strcmp(s, "uledate") == 0)
usr.bin/file/magic-load.c
798
else if (strcmp(s, "uleqdate") == 0)
usr.bin/file/magic-load.c
800
else if (strcmp(s, "uleldate") == 0)
usr.bin/file/magic-load.c
802
else if (strcmp(s, "uleqldate") == 0)
usr.bin/file/magic-load.c
804
else if (strcmp(s, "lestring16") == 0 || strcmp(s, "ulestring16") == 0)
usr.bin/file/magic-load.c
806
else if (strcmp(s, "melong") == 0 || strcmp(s, "umelong") == 0)
usr.bin/file/magic-load.c
808
else if (strcmp(s, "medate") == 0 || strcmp(s, "umedate") == 0)
usr.bin/file/magic-load.c
810
else if (strcmp(s, "meldate") == 0 || strcmp(s, "umeldate") == 0)
usr.bin/file/magic-load.c
812
else if (strcmp(s, "default") == 0 || strcmp(s, "udefault") == 0)
usr.bin/file/magic-load.c
814
else if (strcmp(s, "clear") == 0 || strcmp(s, "uclear") == 0)
usr.bin/file/magic-load.c
877
if (slen == 0 || *s == '\0' || strcmp(s, "^") == 0) {
usr.bin/file/magic-load.c
993
return (strcmp(ml1->name, ml2->name));
usr.bin/find/function.c
307
if (strcmp(entry->fts_accpath, ".") == 0 ||
usr.bin/find/function.c
308
strcmp(entry->fts_accpath, "..") == 0)
usr.bin/find/function.c
571
if (strcmp(*ap, "{}") == 0)
usr.bin/find/function.c
573
if (strcmp(*ap, ";") == 0)
usr.bin/find/function.c
575
if (strcmp(*ap, "+") == 0 && lastbrace) {
usr.bin/find/function.c
915
if (!strcmp(arg, "local")) {
usr.bin/find/function.c
922
if (!strcmp(arg, "rdonly")) {
usr.bin/find/option.c
156
return (strcmp(((OPTION *)a)->name, ((OPTION *)b)->name));
usr.bin/finger/sprint.c
146
return (strcmp((*(PERSON **)p)->name, (*(PERSON **)t)->name));
usr.bin/finger/util.c
253
*pp != NULL && strcmp((*pp)->name, pw->pw_name) != 0;
usr.bin/fstat/fstat.c
158
if (strcmp(__progname, "fuser") == 0) {
usr.bin/fstat/fstat.c
757
if (strcmp(kf->unp_path, fa->name) == 0)
usr.bin/fstat/fstat.c
918
if (!strcmp(mntbuf[i].f_mntfromname, filename)) {
usr.bin/ftp/cmds.c
193
if (strcmp(argv[0], "append") == 0) {
usr.bin/ftp/cmds.c
890
cmd = strcmp(argv[0], "nlist") == 0 ? "NLST" : "LIST";
usr.bin/ftp/cmds.c
892
if (strcmp(argv[2], "-") && !globulize(&argv[2])) {
usr.bin/ftp/cmds.c
897
if (strcmp(argv[2], "-") && *argv[2] != '|' && (!globulize(&argv[2]) ||
usr.bin/ftp/cmds.c
933
if (strcmp(dest, "-") && *dest != '|')
usr.bin/ftp/cmds.c
982
if (strcmp(namep, "sh") != 0)
usr.bin/ftp/complete.c
180
if (!strcmp(dp->d_name, ".") || !strcmp(dp->d_name, ".."))
usr.bin/ftp/complete.c
228
if (dirchange || strcmp(dir, lastdir) != 0) { /* dir not cached */
usr.bin/ftp/complete.c
58
return (strcmp(*(char **)a, *(char **)b));
usr.bin/ftp/cookie.c
111
if (strcmp(param, "/") != 0) {
usr.bin/ftp/fetch.c
762
if (port && strcmp(port, (ishttpsurl ? "443" : "80")) != 0)
usr.bin/ftp/fetch.c
768
if (port && strcmp(port, "80") != 0)
usr.bin/ftp/ftp.c
1008
if (!ignorespecial && strcmp(local, "-") == 0) {
usr.bin/ftp/ftp.c
134
if (strcmp(port, "ftp") == 0)
usr.bin/ftp/ftp.c
136
else if (strcmp(port, "ftpgate") == 0)
usr.bin/ftp/ftp.c
138
else if (strcmp(port, "http") == 0)
usr.bin/ftp/ftp.c
1388
if (strcmp(pasvcmd, "PASV") == 0) {
usr.bin/ftp/ftp.c
141
else if (strcmp(port, "https") == 0)
usr.bin/ftp/ftp.c
1413
} else if (strcmp(pasvcmd, "LPSV") == 0) {
usr.bin/ftp/ftp.c
1483
} else if (strcmp(pasvcmd, "EPSV") == 0) {
usr.bin/ftp/ftp.c
1831
if (strcmp(cmd, "RETR"))
usr.bin/ftp/ftp.c
1886
if (strcmp(cmd, "RETR") && !proxy)
usr.bin/ftp/ftp.c
1888
else if (!strcmp(cmd, "RETR") && proxy)
usr.bin/ftp/ftp.c
350
r = getreply(!strcmp(fmt, "QUIT"));
usr.bin/ftp/ftp.c
631
if (strcmp(local, "-") == 0) {
usr.bin/ftp/ftp.c
685
(strcmp(cmd, "STOR") == 0 || strcmp(cmd, "APPE") == 0)) {
usr.bin/ftp/ftp.c
893
is_retr = strcmp(cmd, "RETR") == 0;
usr.bin/ftp/ftp.c
927
if (ignorespecial || (strcmp(local, "-") && *local != '|')) {
usr.bin/ftp/list.c
61
if (field == 2 && strcmp(tok, "<DIR>") == 0)
usr.bin/ftp/main.c
360
if (strcmp(cp, "passive") == 0) {
usr.bin/ftp/main.c
363
} else if (strcmp(cp, "active") == 0) {
usr.bin/ftp/main.c
366
} else if (strcmp(cp, "gate") == 0) {
usr.bin/ftp/main.c
368
} else if (strcmp(cp, "auto") == 0) {
usr.bin/ftp/main.c
375
if (strcmp(__progname, "gate-ftp") == 0)
usr.bin/ftp/main.c
389
dumb_terminal = (cp == NULL || *cp == '\0' || !strcmp(cp, "dumb") ||
usr.bin/ftp/main.c
390
!strcmp(cp, "emacs") || !strcmp(cp, "su"));
usr.bin/ftp/main.c
505
pipeout = strcmp(outfile, "-") == 0;
usr.bin/ftp/ruserpass.c
149
if (strcmp(*aname, tokval))
usr.bin/ftp/ruserpass.c
155
if ((*aname == NULL || strcmp(*aname, "anonymous")) &&
usr.bin/ftp/ruserpass.c
311
if (!strcmp(t->tokstr, tokval))
usr.bin/ftp/small.c
129
if (strcmp(argv[1], p->t_name) == 0)
usr.bin/ftp/util.c
314
if (!strcmp("init", macros[n].mac_name)) {
usr.bin/ftp/util.c
689
if (strcmp(parentdir, ".") == 0)
usr.bin/getconf/getconf.c
448
if (strcmp(*argv + slen, cp->name) == 0)
usr.bin/getconf/getconf.c
461
if (strcmp(*argv + slen, cp->name) == 0)
usr.bin/getconf/getconf.c
576
if (strcmp(spec, *sp) == 0)
usr.bin/getconf/getconf.c
582
if (strcmp(spec, cp->name) == 0 && cp->type == SYSCONF)
usr.bin/getent/getent.c
101
if (strcmp(curdb->name, argv[1]) == 0) {
usr.bin/getent/getent.c
446
if (strcmp(sh, argv[i]) == 0) {
usr.bin/gprof/printgprof.c
273
return strcmp( np1 -> name , np2 -> name );
usr.bin/gprof/printgprof.c
658
return( strcmp( (*npp1) -> name , (*npp2) -> name ) );
usr.bin/gprof/printgprof.c
82
return( strcmp( (*npp1) -> name , (*npp2) -> name ) );
usr.bin/gprof/printlist.c
75
if ( ! strcmp( slp -> string , funcname ) ) {
usr.bin/gprof/printlist.c
78
if ( funcname[0] == '_' && ! strcmp( slp -> string , &funcname[1] ) ) {
usr.bin/grep/grep.c
424
if (strcmp("binary", optarg) == 0)
usr.bin/grep/grep.c
426
else if (strcmp("without-match", optarg) == 0)
usr.bin/grep/grep.c
428
else if (strcmp("text", optarg) == 0)
usr.bin/grep/grep.c
477
if (argc == 1 && strcmp(*argv, "-") == 0) {
usr.bin/hexdump/hexdump.c
58
if (!(p = strrchr(argv[0], 'o')) || strcmp(p, "od"))
usr.bin/htpasswd/htpasswd.c
133
if (strcmp(pass, pass2) != 0) {
usr.bin/id/id.c
127
if (strcmp(opts, "") != 0 && argc > 1)
usr.bin/id/id.c
200
if (pw == NULL || strcmp(login, pw->pw_name))
usr.bin/id/id.c
364
if (strcmp(getprogname(), "groups") == 0) {
usr.bin/id/id.c
366
} else if (strcmp(getprogname(), "whoami") == 0) {
usr.bin/id/id.c
69
if (strcmp(getprogname(), "groups") == 0) {
usr.bin/id/id.c
75
} else if (strcmp(getprogname(), "whoami") == 0) {
usr.bin/indent/indent.c
292
if (strcmp(argv[i], "-npro") == 0)
usr.bin/indent/indent.c
313
if (strcmp(in_name, out_name) == 0) /* attempt to overwrite
usr.bin/indent/lexi.c
575
if (p->rwd[0] == key[0] && strcmp(p->rwd, key) == 0)
usr.bin/infocmp/infocmp.c
148
if (!strcmp(s_absent, s_cancel))
usr.bin/infocmp/infocmp.c
157
if (!strcmp(s_absent, s_cancel))
usr.bin/infocmp/infocmp.c
166
if (!strcmp(s_absent, s_cancel))
usr.bin/infocmp/infocmp.c
187
return (strcmp(s, t));
usr.bin/infocmp/infocmp.c
290
if (!strcmp(e1->uses[i].name, e2->uses[j].name)) {
usr.bin/infocmp/infocmp.c
569
if (strcmp(buf1, buf2))
usr.bin/join/join.c
204
if (!strcmp(*argv, "-"))
usr.bin/join/join.c
209
if (!strcmp(*argv, "-"))
usr.bin/join/join.c
388
return strcmp(lp1->fields[fieldno1], lp2->fields[fieldno2]);
usr.bin/join/join.c
567
(strcmp(argv[1], "1") != 0 &&
usr.bin/join/join.c
568
strcmp(argv[1], "2") != 0))) {
usr.bin/jot/jot.c
55
#define is_default(s) (strcmp((s), "-") == 0)
usr.bin/kdump/kdump.c
238
if (strcmp(tracefile, "-") != 0)
usr.bin/kdump/kdump.c
249
if (strcmp(tracefile, "-") != 0)
usr.bin/kdump/kdump.c
261
strcmp(ktr_header.ktr_comm, program) != 0)
usr.bin/kdump/kdump.c
94
#define eqs(s1, s2) (strcmp((s1), (s2)) == 0)
usr.bin/kdump/ktrstruct.c
594
if (strcmp(name, "stat") == 0) {
usr.bin/kdump/ktrstruct.c
601
} else if (strcmp(name, "sockaddr") == 0) {
usr.bin/kdump/ktrstruct.c
614
} else if (strcmp(name, "abstimespec") == 0 ||
usr.bin/kdump/ktrstruct.c
615
strcmp(name, "reltimespec") == 0) {
usr.bin/kdump/ktrstruct.c
622
} else if (strcmp(name, "abstimeval") == 0 ||
usr.bin/kdump/ktrstruct.c
623
strcmp(name, "reltimeval") == 0) {
usr.bin/kdump/ktrstruct.c
630
} else if (strcmp(name, "itimerval") == 0) {
usr.bin/kdump/ktrstruct.c
637
} else if (strcmp(name, "sigaction") == 0) {
usr.bin/kdump/ktrstruct.c
644
} else if (strcmp(name, "rlimit") == 0) {
usr.bin/kdump/ktrstruct.c
651
} else if (strcmp(name, "rusage") == 0) {
usr.bin/kdump/ktrstruct.c
658
} else if (strcmp(name, "tfork") == 0) {
usr.bin/kdump/ktrstruct.c
665
} else if (strcmp(name, "fds") == 0) {
usr.bin/kdump/ktrstruct.c
669
} else if (strcmp(name, "fdset") == 0) {
usr.bin/kdump/ktrstruct.c
677
} else if (strcmp(name, "quota") == 0) {
usr.bin/kdump/ktrstruct.c
684
} else if (strcmp(name, "msghdr") == 0) {
usr.bin/kdump/ktrstruct.c
691
} else if (strcmp(name, "mmsghdr") == 0) {
usr.bin/kdump/ktrstruct.c
698
} else if (strcmp(name, "iovec") == 0) {
usr.bin/kdump/ktrstruct.c
702
} else if (strcmp(name, "kevent") == 0) {
usr.bin/kdump/ktrstruct.c
706
} else if (strcmp(name, "pollfd") == 0) {
usr.bin/kdump/ktrstruct.c
710
} else if (strcmp(name, "cmsghdr") == 0) {
usr.bin/kdump/ktrstruct.c
721
} else if (strcmp(name, "pledgereq") == 0) {
usr.bin/kdump/ktrstruct.c
725
} else if (strcmp(name, "pledgeexecreq") == 0) {
usr.bin/kdump/ktrstruct.c
729
} else if (strcmp(name, "unveil") == 0) {
usr.bin/kdump/ktrstruct.c
733
} else if (strcmp(name, "flock") == 0) {
usr.bin/kdump/ktrstruct.c
740
} else if (strcmp(name, "siginfo") == 0) {
usr.bin/ktrace/ktrace.c
70
is_ltrace = strcmp(__progname, "ltrace") == 0;
usr.bin/lam/lam.c
174
if (strcmp(argv[optind], "-") == 0)
usr.bin/last/last.c
536
if (!strcmp(arg, "co"))
usr.bin/lastcomm/lastcomm.c
190
if (!strcmp(user_from_uid(acp->ac_uid, 0), *argv))
usr.bin/lastcomm/lastcomm.c
192
if (!strcmp(getdev(acp->ac_tty), *argv))
usr.bin/ldap/aldap.c
786
if (strcmp(p, "base") == 0)
usr.bin/ldap/aldap.c
788
else if (strcmp(p, "one") == 0)
usr.bin/ldap/aldap.c
790
else if (strcmp(p, "sub") == 0)
usr.bin/ldap/ldapclient.c
136
else if (strcmp("search", argv[1]) == 0)
usr.bin/ldap/ldapclient.c
242
if (strcmp(secretfile, "-") == 0)
usr.bin/ldap/ldapclient.c
359
if (strcmp(dn, searchdn) != 0)
usr.bin/less/cmdbuf.c
1179
if (strcmp(name, "-") == 0 || strcmp(name, "/dev/null") == 0)
usr.bin/less/cmdbuf.c
1186
if (strcmp(LESSHISTFILE, "-") == 0)
usr.bin/less/cmdbuf.c
1229
if (strcmp(line, HISTFILE_SEARCH_SECTION) == 0)
usr.bin/less/cmdbuf.c
1231
else if (strcmp(line, HISTFILE_SHELL_SECTION) == 0) {
usr.bin/less/cmdbuf.c
664
if (ml == mlist || strcmp(ml->string, cmd) != 0) {
usr.bin/less/command.c
1410
if (strcmp(get_filename(curr_ifile), "-") == 0) {
usr.bin/less/command.c
226
if (less_is_more && (strcmp(cbuf, "#") == 0)) {
usr.bin/less/edit.c
221
if (strcmp(filename, helpfile()) == 0)
usr.bin/less/edit.c
223
if (strcmp(filename, "-") == 0) {
usr.bin/less/edit.c
230
} else if (strcmp(filename, FAKE_EMPTYFILE) == 0) {
usr.bin/less/filename.c
334
if (strcmp(s, fpat) == 0) {
usr.bin/less/ifile.c
203
if (strcmp(filename, p->h_filename) == 0)
usr.bin/less/lesskey.c
294
if (strcmp(arg, "--version") == 0) {
usr.bin/less/lesskey.c
584
if (strcmp(currtable->names[i].cn_name, actname) == 0)
usr.bin/less/lesskey.c
740
if (strcmp(infile, "-") == 0)
usr.bin/less/main.c
148
if (strcmp(s, "--") == 0)
usr.bin/less/main.c
238
if (tagoption != NULL || strcmp(tags, "-") == 0) {
usr.bin/less/main.c
79
if (strcmp(progname, "more") == 0)
usr.bin/less/prompt.c
185
return (strcmp(get_filename(curr_ifile), "-") != 0);
usr.bin/lex/filter.c
370
if (strcmp(fname,
usr.bin/lex/filter.c
372
strcmp(fname, headerfilename ? headerfilename :
usr.bin/lex/main.c
790
if (strcmp(prefix, "yy"))
usr.bin/lex/scanopt.c
772
&& strcmp ("--", s->argv[s->index + 1]) != 0;
usr.bin/lex/sym.c
156
if (!strcmp (sym, sym_entry->name))
usr.bin/lex/sym.c
86
if (!strcmp (sym, sym_entry->name)) { /* entry already exists */
usr.bin/lndir/lndir.c
104
} else if (strcmp(*argv, "--") == 0) {
usr.bin/lndir/lndir.c
142
if (strcmp(lname, rname) == 0)
usr.bin/lndir/lndir.c
152
return (strcmp(lname, rname) == 0);
usr.bin/lndir/lndir.c
218
if (!strcmp(dp->d_name, cur->name))
usr.bin/lndir/lndir.c
237
if (!strcmp(dp->d_name, "RCS"))
usr.bin/lndir/lndir.c
239
if (!strcmp(dp->d_name, "SCCS"))
usr.bin/lndir/lndir.c
241
if (!strcmp(dp->d_name, "CVS"))
usr.bin/lndir/lndir.c
243
if (!strcmp(dp->d_name, "CVS.adm"))
usr.bin/lndir/lndir.c
92
if ((strcmp(*argv, "-silent") == 0) ||
usr.bin/lndir/lndir.c
93
(strcmp(*argv, "-s") == 0))
usr.bin/lndir/lndir.c
95
else if ((strcmp(*argv, "-ignorelinks") == 0) ||
usr.bin/lndir/lndir.c
96
(strcmp(*argv, "-i") == 0))
usr.bin/lndir/lndir.c
98
else if (strcmp(*argv, "-e") == 0) {
usr.bin/locale/locale.c
213
else if (strcmp(*argv, "charmap") == 0)
usr.bin/lock/lock.c
150
if (strcmp(s1, s)) {
usr.bin/lock/lock.c
196
if ((strcmp(s, "s/key") == 0 &&
usr.bin/lock/lock.c
198
|| ((nstyle = style) && strcmp(s, nstyle) == 0))
usr.bin/login/login.c
424
if (failures && strcmp(tbuf, username)) {
usr.bin/login/login.c
634
quietlog = ((strcmp(pwd->pw_shell, "/sbin/nologin") == 0) ||
usr.bin/m4/stdd.h
51
#define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0)
usr.bin/mail/cmd2.c
441
return(strcmp(*(char **)l, *(char **)r));
usr.bin/mail/cmd3.c
527
return(strcmp(*(char **)a, *(char **)b));
usr.bin/mail/def.h
70
#define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */
usr.bin/mail/names.c
417
if (strcmp(cp, gh->g_name) == 0)
usr.bin/mail/names.c
431
if (!metoo && strcmp(cp, myname) == 0)
usr.bin/mail/vars.c
110
else if (strcmp(name, "SHELL") == 0)
usr.bin/mail/vars.c
112
else if (strcmp(name, "LISTER") == 0)
usr.bin/mail/vars.c
114
else if (strcmp(name, "PAGER") == 0)
usr.bin/make/arch.c
784
if (strcmp(memberName, member) == 0) {
usr.bin/make/arch.c
810
if (strcmp(ename, member) == 0) {
usr.bin/make/cmd_exec.c
69
if (strcmp(av[0], "exec") == 0)
usr.bin/make/cmd_exec.c
76
if (strcmp(av[0], *p) == 0)
usr.bin/make/cond.c
553
t = strcmp(lhs, string) ? False : True;
usr.bin/make/cond.c
555
t = strcmp(lhs, string) ? True : False;
usr.bin/make/dump.c
53
return strcmp((*pa) + cmp_offset, (*pb) + cmp_offset);
usr.bin/make/dump.c
96
strcmp(gn->path, gn->name) == 0 ? "=" : gn->path);
usr.bin/make/job.c
199
} else if (strcmp(basedirectory, v) == 0) {
usr.bin/make/main.c
742
if (strcmp(name, "depend") == 0)
usr.bin/make/main.c
890
if (!strcmp(fname, "-")) {
usr.bin/make/main.c
917
if (strcmp(name, fname) == 0)
usr.bin/make/parse.c
667
(strcmp(gtargets.a[0]->name, "<<<<<<<") == 0 ||
usr.bin/make/parse.c
668
strcmp(gtargets.a[0]->name, ">>>>>>>") == 0)) {
usr.bin/make/str.c
401
if (strcmp(p, w) == 0) {
usr.bin/make/targequiv.c
304
r = strcmp(ra, rb) == 0;
usr.bin/make/targequiv.c
336
r = strcmp(ra, rb) == 0;
usr.bin/make/targequiv.c
359
if (strcmp(ra, rb) == 0)
usr.bin/make/var.c
547
if (strcmp(var_get_value(v), "") == 0)
usr.bin/mandoc/arch.c
49
if (strcmp(*arch_p, arch) == 0)
usr.bin/mandoc/att.c
24
if (0 == strcmp(p, x)) return(y)
usr.bin/mandoc/cgi.c
238
if ( ! strcmp(key, "query"))
usr.bin/mandoc/cgi.c
241
else if ( ! strcmp(key, "apropos"))
usr.bin/mandoc/cgi.c
242
req->q.equal = !strcmp(val, "0");
usr.bin/mandoc/cgi.c
244
else if ( ! strcmp(key, "manpath")) {
usr.bin/mandoc/cgi.c
255
else if ( ! (strcmp(key, "sec")
usr.bin/mandoc/cgi.c
257
&& strcmp(key, "sektion")
usr.bin/mandoc/cgi.c
260
if ( ! strcmp(val, "0"))
usr.bin/mandoc/cgi.c
265
else if ( ! strcmp(key, "arch")) {
usr.bin/mandoc/cgi.c
266
if ( ! strcmp(val, "default"))
usr.bin/mandoc/cgi.c
466
0 == strcmp(sec_numbers[i], req->q.sec))
usr.bin/mandoc/cgi.c
482
0 == strcmp(arch_names[i], req->q.arch))
usr.bin/mandoc/cgi.c
495
if (strcmp(req->q.manpath, req->p[i]) == 0)
usr.bin/mandoc/cgi.c
528
if ( ! strcmp(manpath, req->p[i]))
usr.bin/mandoc/cgi.c
540
if (strcmp(arch, arch_names[i]) == 0)
usr.bin/mandoc/cgi.c
628
if (strcmp(req->q.manpath, req->p[0]))
usr.bin/mandoc/cgi.c
668
if (strcmp(req->q.manpath, req->p[0]))
usr.bin/mandoc/cgi.c
734
if (strcmp(req->q.manpath, req->p[0]))
usr.bin/mandoc/cgi.c
922
usepath = strcmp(req->q.manpath, req->p[0]);
usr.bin/mandoc/dba.c
200
if (strcmp(entry, str) == 0)
usr.bin/mandoc/dba.c
221
if (strcmp(entry + 1, name) == 0) {
usr.bin/mandoc/dba.c
314
strcmp(cp1 + 1, cp2 + 1);
usr.bin/mandoc/dba.c
324
return strcmp(cp1, cp2);
usr.bin/mandoc/dba.c
500
return strcmp(ep1->value, ep2->value);
usr.bin/mandoc/dbm_map.c
176
return strcmp(str, match->str) == 0;
usr.bin/mandoc/eqn_term.c
100
strcmp(cp - 5, "\\[mi]") == 0)))))
usr.bin/mandoc/main.c
1113
if (strcmp(cp, synb) == 0 ||
usr.bin/mandoc/main.c
1114
strcmp(cp, synr) == 0)
usr.bin/mandoc/main.c
1295
if (strcmp(cp, "less") == 0 || strcmp(cp, "more") == 0) {
usr.bin/mandoc/main.c
153
strcmp(progname, BINM_MAKEWHATIS) == 0)
usr.bin/mandoc/main.c
166
if (strcmp(progname, BINM_MAN) == 0)
usr.bin/mandoc/main.c
168
else if (strcmp(progname, BINM_APROPOS) == 0)
usr.bin/mandoc/main.c
170
else if (strcmp(progname, BINM_WHATIS) == 0)
usr.bin/mandoc/main.c
232
if (strcmp(optarg, "utf-8") == 0)
usr.bin/mandoc/main.c
234
else if (strcmp(optarg, "iso-8859-1") == 0)
usr.bin/mandoc/main.c
236
else if (strcmp(optarg, "us-ascii") != 0) {
usr.bin/mandoc/main.c
265
if (strcmp(optarg, "ascii") == 0)
usr.bin/mandoc/main.c
267
else if (strcmp(optarg, "lint") == 0) {
usr.bin/mandoc/main.c
271
} else if (strcmp(optarg, "tree") == 0)
usr.bin/mandoc/main.c
273
else if (strcmp(optarg, "man") == 0)
usr.bin/mandoc/main.c
275
else if (strcmp(optarg, "html") == 0)
usr.bin/mandoc/main.c
277
else if (strcmp(optarg, "markdown") == 0)
usr.bin/mandoc/main.c
279
else if (strcmp(optarg, "utf8") == 0)
usr.bin/mandoc/main.c
281
else if (strcmp(optarg, "locale") == 0)
usr.bin/mandoc/main.c
283
else if (strcmp(optarg, "ps") == 0)
usr.bin/mandoc/main.c
285
else if (strcmp(optarg, "pdf") == 0)
usr.bin/mandoc/main.c
600
if (strcmp(auxpaths, "doc") == 0)
usr.bin/mandoc/main.c
602
else if (strcmp(auxpaths, "an") == 0)
usr.bin/mandoc/man.c
256
strcmp(n->prev->child->string, "NAME"))
usr.bin/mandoc/man_html.c
443
c1 = strcmp(s1, "*") == 0 ? '*' :
usr.bin/mandoc/man_html.c
444
strcmp(s1, "\\-") == 0 ? '-' :
usr.bin/mandoc/man_html.c
445
strcmp(s1, "\\(bu") == 0 ? 'b' :
usr.bin/mandoc/man_html.c
446
strcmp(s1, "\\[bu]") == 0 ? 'b' : ' ';
usr.bin/mandoc/man_html.c
447
c2 = strcmp(s2, "*") == 0 ? '*' :
usr.bin/mandoc/man_html.c
448
strcmp(s2, "\\-") == 0 ? '-' :
usr.bin/mandoc/man_html.c
449
strcmp(s2, "\\(bu") == 0 ? 'b' :
usr.bin/mandoc/man_html.c
450
strcmp(s2, "\\[bu]") == 0 ? 'b' : ' ';
usr.bin/mandoc/man_term.c
175
if (strcmp(nc->string, "SYNOPSIS") == 0)
usr.bin/mandoc/man_term.c
177
if (nn == NULL && strcmp(nc->string, "NAME") == 0)
usr.bin/mandoc/man_validate.c
316
strcmp(nc->string, tag) == 0)
usr.bin/mandoc/man_validate.c
603
if (0 == strcmp(s, "3"))
usr.bin/mandoc/man_validate.c
605
else if (0 == strcmp(s, "4"))
usr.bin/mandoc/man_validate.c
607
else if (0 == strcmp(s, "5"))
usr.bin/mandoc/man_validate.c
609
else if (0 == strcmp(s, "6"))
usr.bin/mandoc/man_validate.c
611
else if (0 == strcmp(s, "7"))
usr.bin/mandoc/man_validate.c
640
if (0 == strcmp(s, "3"))
usr.bin/mandoc/man_validate.c
642
else if (0 == strcmp(s, "4"))
usr.bin/mandoc/man_validate.c
644
else if (0 == strcmp(s, "5")) {
usr.bin/mandoc/mandoc.c
185
if (strcmp(nch->string, "$" "Mdocdate$") == 0)
usr.bin/mandoc/mandoc.c
197
strcmp(nch->string, cp) != 0)
usr.bin/mandoc/mandocdb.c
1459
strcmp(head->string, "NAME") == 0 &&
usr.bin/mandoc/mandocdb.c
1630
if (strcmp("#include", n->string))
usr.bin/mandoc/mandocdb.c
2095
strcmp(mlink->dsec, mlink->next->dsec) ||
usr.bin/mandoc/mandocdb.c
2096
strcmp(mlink->fsec, mlink->next->fsec) ||
usr.bin/mandoc/mandocdb.c
2097
strcmp(mlink->arch, mlink->next->arch)) {
usr.bin/mandoc/mandocdb.c
363
if (strcmp(optarg, "utf8") != 0) {
usr.bin/mandoc/mandocdb.c
528
return -strcmp((*a)->fts_name, (*b)->fts_name);
usr.bin/mandoc/mandocdb.c
606
if ( ! strcmp(path, MANDOC_DB))
usr.bin/mandoc/mandocdb.c
617
if (fsec == NULL || strcmp(fsec+1, "gz"))
usr.bin/mandoc/mandocdb.c
630
} else if ( ! strcmp(++fsec, "html")) {
usr.bin/mandoc/mandocdb.c
634
} else if ( ! strcmp(fsec, "ps")) {
usr.bin/mandoc/mandocdb.c
638
} else if ( ! strcmp(fsec, "pdf")) {
usr.bin/mandoc/mandocdb.c
645
(dform == FORM_CAT && strcmp(fsec, "0")))) {
usr.bin/mandoc/manpath.c
121
if (strcmp(dirs->paths[i], dir) == 0)
usr.bin/mandoc/mansearch.c
617
if (strcmp(")", argv[*argi]) == 0) {
usr.bin/mandoc/mansearch.c
628
if (strcmp("-o", argv[*argi]) == 0) {
usr.bin/mandoc/mansearch.c
668
if (strcmp(")", argv[*argi]) == 0) {
usr.bin/mandoc/mansearch.c
675
if (strcmp("-o", argv[*argi]) == 0)
usr.bin/mandoc/mansearch.c
677
if (strcmp("-a", argv[*argi]) == 0) {
usr.bin/mandoc/mansearch.c
724
if (strcmp("(", argv[*argi]) == 0) {
usr.bin/mandoc/mansearch.c
728
assert(strcmp(")", argv[*argi]) == 0);
usr.bin/mandoc/mansearch.c
735
if (strcmp("-i", argv[*argi]) == 0 && *argi + 1 < argc) {
usr.bin/mandoc/mdoc.c
425
if (0 == strcmp(p + 1, "."))
usr.bin/mandoc/mdoc.c
427
if (0 == strcmp(p + 1, "fR|\\fP"))
usr.bin/mandoc/mdoc_argv.c
321
if ( ! strcmp(argname, mdoc_argnames[tmpv.arg]))
usr.bin/mandoc/mdoc_html.c
1084
if (strcmp(n->string, "#include")) {
usr.bin/mandoc/mdoc_html.c
1217
else if (0 == strcmp("on", n->child->string))
usr.bin/mandoc/mdoc_html.c
987
strcmp(n->norm->Bd.offs, "left") != 0)
usr.bin/mandoc/mdoc_man.c
1764
else if (0 == strcmp("on", n->child->string))
usr.bin/mandoc/mdoc_man.c
499
if (NULL == v || '\0' == *v || (keywords && !strcmp(v, "left")))
usr.bin/mandoc/mdoc_man.c
501
else if (keywords && !strcmp(v, "indent"))
usr.bin/mandoc/mdoc_man.c
503
else if (keywords && !strcmp(v, "indent-two"))
usr.bin/mandoc/mdoc_markdown.c
1533
else if (strcmp("on", n->child->string) == 0)
usr.bin/mandoc/mdoc_state.c
252
else if ( ! strcmp(n->child->string, "on"))
usr.bin/mandoc/mdoc_state.c
254
else if ( ! strcmp(n->child->string, "off"))
usr.bin/mandoc/mdoc_term.c
1442
! strcmp(n->norm->Bd.offs, "left"))
usr.bin/mandoc/mdoc_term.c
1444
else if ( ! strcmp(n->norm->Bd.offs, "indent"))
usr.bin/mandoc/mdoc_term.c
1446
else if ( ! strcmp(n->norm->Bd.offs, "indent-two"))
usr.bin/mandoc/mdoc_term.c
1822
else if (strcmp(n->child->string, "on") == 0)
usr.bin/mandoc/mdoc_validate.c
1308
if ( ! strcmp(np->child->string, "Em"))
usr.bin/mandoc/mdoc_validate.c
1310
else if ( ! strcmp(np->child->string, "Li"))
usr.bin/mandoc/mdoc_validate.c
1312
else if ( ! strcmp(np->child->string, "Sy"))
usr.bin/mandoc/mdoc_validate.c
1623
strcmp(n->prev->string, "|") == 0)) &&
usr.bin/mandoc/mdoc_validate.c
1841
else if ( ! strcmp(*arg, "Ds"))
usr.bin/mandoc/mdoc_validate.c
2023
order = strcmp(prev_Er, nnext->string);
usr.bin/mandoc/mdoc_validate.c
2065
if ( ! strcmp(nch->string, "on")) {
usr.bin/mandoc/mdoc_validate.c
2069
if ( ! strcmp(nch->string, "off")) {
usr.bin/mandoc/mdoc_validate.c
2373
cmp = strcmp(lastsec, sec);
usr.bin/mandoc/mdoc_validate.c
2627
strcmp(nch->string, tag) == 0)
usr.bin/mandoc/mdoc_validate.c
2835
macro = !strcmp(nch->string, "Open") ? "Ox" :
usr.bin/mandoc/mdoc_validate.c
2836
!strcmp(nch->string, "Net") ? "Nx" :
usr.bin/mandoc/mdoc_validate.c
2837
!strcmp(nch->string, "Free") ? "Fx" :
usr.bin/mandoc/mdoc_validate.c
2838
!strcmp(nch->string, "DragonFly") ? "Dx" : NULL;
usr.bin/mandoc/mdoc_validate.c
2970
if (secnames[i] && 0 == strcmp(p, secnames[i]))
usr.bin/mandoc/msec.c
26
if (0 == strcmp(p, x)) return(y);
usr.bin/mandoc/read.c
633
curp->gzip = (cp != NULL && ! strcmp(cp + 1, "gz"));
usr.bin/mandoc/roff.c
3198
if (reg == NULL || !strcmp(name, reg->key.p))
usr.bin/mandoc/roff.c
3255
strcmp(buf->buf + pos, "an-trap") ?
usr.bin/mandoc/st.c
27
if (0 == strcmp(p, x)) return(y);
usr.bin/mandoc/tbl_data.c
122
strcmp(pdat->string, "\\^") != 0) {
usr.bin/mandoc/tbl_data.c
175
if ( ! strcmp(dat->string, "_"))
usr.bin/mandoc/tbl_data.c
177
else if ( ! strcmp(dat->string, "="))
usr.bin/mandoc/tbl_data.c
179
else if ( ! strcmp(dat->string, "\\_"))
usr.bin/mandoc/tbl_data.c
181
else if ( ! strcmp(dat->string, "\\="))
usr.bin/mandoc/tbl_html.c
156
(dp->string != NULL && strcmp(dp->string, "\\^") == 0))
usr.bin/mandoc/tbl_term.c
661
strcmp(dpn->string, "\\^") != 0))
usr.bin/mandoc/tbl_term.c
710
strcmp(dpn->string, "\\^") != 0))
usr.bin/mandoc/term_ascii.c
103
strcmp(nl_langinfo(CODESET), "UTF-8") != 0)
usr.bin/mg/buffer.c
1084
if (strcmp(bp->b_fname, fname) == 0)
usr.bin/mg/buffer.c
452
if (strcmp(bp->b_bname, line) == 0)
usr.bin/mg/buffer.c
558
if (strcmp(bname, bp->b_bname) == 0)
usr.bin/mg/cscope.c
456
if (addentryfn == NULL || strcmp(addentryfn, t.fname) != 0) {
usr.bin/mg/dired.c
1194
if (strcmp(fname, p) == 0) {
usr.bin/mg/dired.c
520
if (strcmp(frname, topath) == 0) {
usr.bin/mg/dired.c
579
if (strcmp(frname, topath) == 0) {
usr.bin/mg/dired.c
959
if (strcmp(bp->b_fname, dname) == 0) {
usr.bin/mg/dired.c
981
if (strcmp(ltext(bp->b_dotp) + bp->b_doto, "..") == 0)
usr.bin/mg/echo.c
703
if (strcmp(lh2->l_name, lh3->l_name) > 0) {
usr.bin/mg/funmap.c
278
if (strcmp(fn->fn_name, fname) == 0)
usr.bin/mg/interpreter.c
539
if (strcmp(*argp, v1->v_name) == 0) {
usr.bin/mg/interpreter.c
595
if (strcmp(vnamep, v1->v_name) == 0) {
usr.bin/mg/keymap.c
562
if (strcmp(mp->p_name, name) == 0)
usr.bin/mg/modes.c
157
if (strcmp(modebuf, "overwrite") == 0) {
usr.bin/mg/modes.c
163
if (strcmp(modebuf, "notab") == 0) {
usr.bin/mg/tags.c
62
return strcmp(s->tag, t->tag);
usr.bin/midicat/midicat.c
89
if (strcmp(ifile, "-") == 0) {
usr.bin/midicat/midicat.c
98
if (strcmp(ofile, "-") == 0) {
usr.bin/mixerctl/mixerctl.c
175
if (strcmp(q, "toggle") == 0) {
usr.bin/mixerctl/mixerctl.c
188
if (strcmp(p->infp->e_member_name, q) == 0)
usr.bin/mixerctl/mixerctl.c
201
if (strcmp(p->infp->s_member_name, q) == 0)
usr.bin/mixerctl/mixerctl.c
81
if (strcmp(fields[i].name, name) == 0)
usr.bin/nc/netcat.c
1563
if (!nflag && !xflag && strcmp(host, ipaddr) != 0)
usr.bin/nc/netcat.c
1665
if (strcmp(s, t->keyword) == 0) {
usr.bin/nc/netcat.c
192
else if (strcmp(optarg, "4") == 0)
usr.bin/nc/netcat.c
196
else if (strcmp(optarg, "5") == 0)
usr.bin/nc/netcat.c
300
if (strcmp(optarg, "-") == 0)
usr.bin/nc/netcat.c
823
strcmp(tls_expecthash, tls_peer_cert_hash(tls_ctx)) != 0))
usr.bin/nc/netcat.c
853
strcmp(tls_expecthash, tls_peer_cert_hash(tls_cctx)) != 0))
usr.bin/netstat/if.c
148
if (interface != 0 && strcmp(name, interface) != 0)
usr.bin/netstat/if.c
176
if (interface != 0 && strcmp(name, interface) != 0)
usr.bin/netstat/if.c
498
if (strcmp(ifg->ifgrq_group, IFG_EGRESS) == 0)
usr.bin/netstat/if.c
546
if (interface != NULL && !strcmp(name, interface)) {
usr.bin/netstat/inet.c
895
(strcmp(proto, "tcp") == 0 ? IPPROTO_TCP : IPPROTO_UDP))))
usr.bin/netstat/inet.c
931
!strcmp(cp + 1, domain))
usr.bin/netstat/inet6.c
876
if (strcmp((proto), "tcp6") == 0) \
usr.bin/netstat/inet6.c
878
else if (strcmp((proto), "udp6") == 0) \
usr.bin/netstat/inet6.c
942
!strcmp(cp + 1, domain))
usr.bin/netstat/main.c
186
if (strcmp(optarg, "inet") == 0)
usr.bin/netstat/main.c
188
else if (strcmp(optarg, "inet6") == 0)
usr.bin/netstat/main.c
190
else if (strcmp(optarg, "local") == 0)
usr.bin/netstat/main.c
192
else if (strcmp(optarg, "unix") == 0)
usr.bin/netstat/main.c
194
else if (strcmp(optarg, "mpls") == 0)
usr.bin/netstat/main.c
440
if (strcmp(tp->pr_name, name) == 0)
usr.bin/netstat/main.c
466
if (strcmp(name, *alias) == 0) {
usr.bin/netstat/show.c
494
!strcmp(cp + 1, domain))
usr.bin/newsyslog/newsyslog.c
203
if (strcmp(*av, q->log) == 0) {
usr.bin/newsyslog/newsyslog.c
234
strcmp(pltmp->file, q->pidfile) == 0 &&
usr.bin/newsyslog/newsyslog.c
237
strcmp(q->runcmd, pltmp->file) == 0))
usr.bin/newsyslog/newsyslog.c
481
if (strcmp(conf, "-") == 0)
usr.bin/newsyslog/newsyslog.c
581
if (strcmp(q, "*") == 0) {
usr.bin/newsyslog/newsyslog.c
707
if (!strcmp(sys_signame[i], q + 3)) {
usr.bin/nfsstat/nfsstat.c
152
if (!strcmp(vfsc.vfc_name, MOUNT_NFS))
usr.bin/nl/nl.c
173
if (strcmp(optarg, "ln") == 0) {
usr.bin/nl/nl.c
175
} else if (strcmp(optarg, "rn") == 0) {
usr.bin/nl/nl.c
177
} else if (strcmp(optarg, "rz") == 0) {
usr.bin/nl/nl.c
211
if (strcmp(argv[0], "-") != 0 &&
usr.bin/nm/elf.c
275
else if (!strcmp(sn, ELF_TEXT))
usr.bin/nm/elf.c
279
else if (!strcmp(sn, ELF_RODATA))
usr.bin/nm/elf.c
281
else if (!strcmp(sn, ELF_OPENBSDRANDOMDATA))
usr.bin/nm/elf.c
283
else if (!strcmp(sn, ELF_DATA))
usr.bin/nm/elf.c
285
else if (!strcmp(sn, ELF_SDATA))
usr.bin/nm/elf.c
287
else if (!strcmp(sn, ELF_TDATA))
usr.bin/nm/elf.c
289
else if (!strcmp(sn, ELF_BSS))
usr.bin/nm/elf.c
291
else if (!strcmp(sn, ELF_SBSS))
usr.bin/nm/elf.c
293
else if (!strcmp(sn, ELF_TBSS))
usr.bin/nm/elf.c
358
strcmp(sn, ELF_INIT) &&
usr.bin/nm/elf.c
359
strcmp(sn, ELF_TEXT) &&
usr.bin/nm/elf.c
361
strcmp(sn, ELF_FINI)) /* XXX GNU compat */
usr.bin/nm/elf.c
436
if (!strcmp(shstr + shdr[i].sh_name, strtab)) {
usr.bin/nm/elf.c
450
if (!strcmp(shstr + shdr[i].sh_name, symtab)) {
usr.bin/nm/nm.c
142
if (!strcmp(__progname, "size")) {
usr.bin/nm/nm.c
848
return(strcmp((*a)->nl.n_un.n_name, (*b)->nl.n_un.n_name));
usr.bin/nm/nm.c
856
return(strcmp((*b)->nl.n_un.n_name, (*a)->nl.n_un.n_name));
usr.bin/openssl/apps.c
1097
return (strcmp(aa, bb));
usr.bin/openssl/apps.c
1115
return (strcmp(a[DB_name], b[DB_name]));
usr.bin/openssl/apps.c
1710
if (!strcmp(arg, "-policy")) {
usr.bin/openssl/apps.c
1722
} else if (strcmp(arg, "-purpose") == 0) {
usr.bin/openssl/apps.c
1737
} else if (strcmp(arg, "-verify_depth") == 0) {
usr.bin/openssl/apps.c
1749
} else if (strcmp(arg, "-attime") == 0) {
usr.bin/openssl/apps.c
1768
} else if (!strcmp(arg, "-ignore_critical"))
usr.bin/openssl/apps.c
177
(strcmp(s, "PKCS12") == 0) || (strcmp(s, "pkcs12") == 0) ||
usr.bin/openssl/apps.c
1770
else if (!strcmp(arg, "-issuer_checks"))
usr.bin/openssl/apps.c
1772
else if (!strcmp(arg, "-crl_check"))
usr.bin/openssl/apps.c
1774
else if (!strcmp(arg, "-crl_check_all"))
usr.bin/openssl/apps.c
1776
else if (!strcmp(arg, "-policy_check"))
usr.bin/openssl/apps.c
1778
else if (!strcmp(arg, "-explicit_policy"))
usr.bin/openssl/apps.c
178
(strcmp(s, "P12") == 0) || (strcmp(s, "p12") == 0))
usr.bin/openssl/apps.c
1780
else if (!strcmp(arg, "-legacy_verify"))
usr.bin/openssl/apps.c
1782
else if (!strcmp(arg, "-inhibit_any"))
usr.bin/openssl/apps.c
1784
else if (!strcmp(arg, "-inhibit_map"))
usr.bin/openssl/apps.c
1786
else if (!strcmp(arg, "-x509_strict"))
usr.bin/openssl/apps.c
1788
else if (!strcmp(arg, "-extended_crl"))
usr.bin/openssl/apps.c
1790
else if (!strcmp(arg, "-use_deltas"))
usr.bin/openssl/apps.c
1792
else if (!strcmp(arg, "-policy_print"))
usr.bin/openssl/apps.c
1794
else if (!strcmp(arg, "-check_ss_sig"))
usr.bin/openssl/apps.c
2019
if (strcmp(p, opts[j].name) == 0)
usr.bin/openssl/apps.c
349
if (!arg2 || !arg1 || strcmp(arg1, arg2))
usr.bin/openssl/apps.c
417
} else if (!strcmp(arg, "stdin")) {
usr.bin/openssl/ca.c
1013
if (strcmp(cfg.md, "default") == 0) {
usr.bin/openssl/ca.c
1032
if (strcmp(tmp_email_dn, "no") == 0)
usr.bin/openssl/ca.c
1828
if (strcmp(cv->value, "optional") == 0) {
usr.bin/openssl/ca.c
1831
} else if (strcmp(cv->value, "supplied") == 0) {
usr.bin/openssl/ca.c
1839
} else if (strcmp(cv->value, "match") == 0) {
usr.bin/openssl/ca.c
1936
if (strcmp(startdate, "today") == 0) {
usr.bin/openssl/ca.c
2515
if (strcmp(rrow[DB_exp_date], a_tm_s) <= 0) {
usr.bin/openssl/ca.c
733
else if (strcmp(f, "yes") == 0)
usr.bin/openssl/certhash.c
131
return strcmp(hia->filename, hib->filename);
usr.bin/openssl/certhash.c
388
strcmp(link->target, hi->filename) != 0)
usr.bin/openssl/ciphers.c
163
if (strcmp(desc, "OPENSSL_malloc Error") == 0) {
usr.bin/openssl/cms.c
155
if (name == NULL || strcmp(name, "") == 0)
usr.bin/openssl/cms.c
158
else if (strcmp(name, "aes128") == 0)
usr.bin/openssl/cms.c
160
else if (strcmp(name, "aes192") == 0)
usr.bin/openssl/cms.c
162
else if (strcmp(name, "aes256") == 0)
usr.bin/openssl/cms.c
166
else if (strcmp(name, "camellia128") == 0)
usr.bin/openssl/cms.c
168
else if (strcmp(name, "camellia192") == 0)
usr.bin/openssl/cms.c
170
else if (strcmp(name, "camellia256") == 0)
usr.bin/openssl/cms.c
174
else if (strcmp(name, "des") == 0)
usr.bin/openssl/cms.c
176
else if (strcmp(name, "des3") == 0)
usr.bin/openssl/cms.c
180
else if (!strcmp(name, "rc2-40"))
usr.bin/openssl/cms.c
182
else if (!strcmp(name, "rc2-64"))
usr.bin/openssl/cms.c
184
else if (!strcmp(name, "rc2-128"))
usr.bin/openssl/dgst.c
300
if (strcmp(from, mname))
usr.bin/openssl/ec.c
112
if (strcmp(arg, "compressed") == 0)
usr.bin/openssl/ec.c
114
else if (strcmp(arg, "uncompressed") == 0)
usr.bin/openssl/ec.c
116
else if (strcmp(arg, "hybrid") == 0)
usr.bin/openssl/ec.c
130
if (strcmp(arg, "named_curve") == 0)
usr.bin/openssl/ec.c
132
else if (strcmp(arg, "explicit") == 0)
usr.bin/openssl/ecparam.c
111
if (strcmp(arg, "compressed") == 0)
usr.bin/openssl/ecparam.c
113
else if (strcmp(arg, "uncompressed") == 0)
usr.bin/openssl/ecparam.c
115
else if (strcmp(arg, "hybrid") == 0)
usr.bin/openssl/ecparam.c
127
if (strcmp(arg, "explicit") == 0)
usr.bin/openssl/ecparam.c
129
else if (strcmp(arg, "named_curve") == 0)
usr.bin/openssl/ecparam.c
329
if (!strcmp(cfg.curve_name, "secp192r1")) {
usr.bin/openssl/ecparam.c
333
} else if (!strcmp(cfg.curve_name, "secp256r1")) {
usr.bin/openssl/enc.c
108
if (strcmp(name, "none") == 0) {
usr.bin/openssl/enc.c
358
if (strcmp(pname, "base64") == 0)
usr.bin/openssl/enc.c
363
if (!cfg.base64 && cfg.cipher == NULL && strcmp(pname, "enc") != 0) {
usr.bin/openssl/gendsa.c
101
else if (strcmp(name, "camellia256") == 0)
usr.bin/openssl/gendsa.c
105
else if (strcmp(name, "des") == 0)
usr.bin/openssl/gendsa.c
107
else if (strcmp(name, "des3") == 0)
usr.bin/openssl/gendsa.c
111
else if (strcmp(name, "idea") == 0)
usr.bin/openssl/gendsa.c
86
if (name == NULL || strcmp(name, "") == 0)
usr.bin/openssl/gendsa.c
89
else if (strcmp(name, "aes128") == 0)
usr.bin/openssl/gendsa.c
91
else if (strcmp(name, "aes192") == 0)
usr.bin/openssl/gendsa.c
93
else if (strcmp(name, "aes256") == 0)
usr.bin/openssl/gendsa.c
97
else if (strcmp(name, "camellia128") == 0)
usr.bin/openssl/gendsa.c
99
else if (strcmp(name, "camellia192") == 0)
usr.bin/openssl/genpkey.c
102
if (strcmp(name, "none") == 0) {
usr.bin/openssl/genrsa.c
100
if (strcmp(option, "-3") == 0)
usr.bin/openssl/genrsa.c
102
else if (strcmp(option, "-f4") == 0 || strcmp(option, "-F4") == 0)
usr.bin/openssl/genrsa.c
114
if (name == NULL || strcmp(name, "") == 0)
usr.bin/openssl/genrsa.c
117
else if (strcmp(name, "aes128") == 0)
usr.bin/openssl/genrsa.c
119
else if (strcmp(name, "aes192") == 0)
usr.bin/openssl/genrsa.c
121
else if (strcmp(name, "aes256") == 0)
usr.bin/openssl/genrsa.c
125
else if (strcmp(name, "camellia128") == 0)
usr.bin/openssl/genrsa.c
127
else if (strcmp(name, "camellia192") == 0)
usr.bin/openssl/genrsa.c
129
else if (strcmp(name, "camellia256") == 0)
usr.bin/openssl/genrsa.c
133
else if (strcmp(name, "des") == 0)
usr.bin/openssl/genrsa.c
135
else if (strcmp(name, "des3") == 0)
usr.bin/openssl/genrsa.c
139
else if (strcmp(name, "idea") == 0)
usr.bin/openssl/openssl.c
501
if (strcmp(argv[0], "help") == 0) {
usr.bin/openssl/openssl.c
518
if ((strcmp(argv[0], LIST_STANDARD_COMMANDS) == 0) ||
usr.bin/openssl/openssl.c
519
(strcmp(argv[0], LIST_MESSAGE_DIGEST_COMMANDS) == 0) ||
usr.bin/openssl/openssl.c
520
(strcmp(argv[0], LIST_MESSAGE_DIGEST_ALGORITHMS) == 0) ||
usr.bin/openssl/openssl.c
521
(strcmp(argv[0], LIST_CIPHER_COMMANDS) == 0) ||
usr.bin/openssl/openssl.c
522
(strcmp(argv[0], LIST_CIPHER_ALGORITHMS) == 0) ||
usr.bin/openssl/openssl.c
523
(strcmp(argv[0], LIST_PUBLIC_KEY_ALGORITHMS) == 0)) {
usr.bin/openssl/openssl.c
527
if (strcmp(argv[0], LIST_STANDARD_COMMANDS) == 0)
usr.bin/openssl/openssl.c
529
else if (strcmp(argv[0], LIST_MESSAGE_DIGEST_COMMANDS) == 0)
usr.bin/openssl/openssl.c
531
else if (strcmp(argv[0], LIST_MESSAGE_DIGEST_ALGORITHMS) == 0)
usr.bin/openssl/openssl.c
533
else if (strcmp(argv[0], LIST_PUBLIC_KEY_ALGORITHMS) == 0)
usr.bin/openssl/openssl.c
535
else if (strcmp(argv[0], LIST_CIPHER_ALGORITHMS) == 0)
usr.bin/openssl/openssl.c
616
return strcmp(f1->name, f2->name);
usr.bin/openssl/pkcs12.c
1112
if (strcmp(str, "NONE") == 0) {
usr.bin/openssl/pkcs12.c
157
if (name == NULL || strcmp(name, "") == 0)
usr.bin/openssl/pkcs12.c
160
else if (strcmp(name, "aes128") == 0)
usr.bin/openssl/pkcs12.c
162
else if (strcmp(name, "aes192") == 0)
usr.bin/openssl/pkcs12.c
164
else if (strcmp(name, "aes256") == 0)
usr.bin/openssl/pkcs12.c
168
else if (strcmp(name, "camellia128") == 0)
usr.bin/openssl/pkcs12.c
170
else if (strcmp(name, "camellia192") == 0)
usr.bin/openssl/pkcs12.c
172
else if (strcmp(name, "camellia256") == 0)
usr.bin/openssl/pkcs12.c
176
else if (strcmp(name, "des") == 0)
usr.bin/openssl/pkcs12.c
178
else if (strcmp(name, "des3") == 0)
usr.bin/openssl/pkcs12.c
182
else if (strcmp(name, "idea") == 0)
usr.bin/openssl/pkcs12.c
197
if (strcmp(name, "nodes") == 0)
usr.bin/openssl/req.c
1008
if ((cfg.keyout != NULL) && (strcmp(cfg.outfile, cfg.keyout) == 0))
usr.bin/openssl/req.c
1138
if ((tmp != NULL) && !strcmp(tmp, "no"))
usr.bin/openssl/req.c
1581
return strcmp(tmp, end);
usr.bin/openssl/req.c
1831
return strcmp((const char *)a, (const char *)b);
usr.bin/openssl/req.c
713
else if (!strcmp(p, "yes"))
usr.bin/openssl/req.c
819
if ((p != NULL) && (strcmp(p, "no") == 0))
usr.bin/openssl/s_client.c
331
if (strcmp(arg, "smtp") == 0)
usr.bin/openssl/s_client.c
333
else if (strcmp(arg, "lmtp") == 0)
usr.bin/openssl/s_client.c
335
else if (strcmp(arg, "pop3") == 0)
usr.bin/openssl/s_client.c
337
else if (strcmp(arg, "imap") == 0)
usr.bin/openssl/s_client.c
339
else if (strcmp(arg, "sieve") == 0)
usr.bin/openssl/s_client.c
341
else if (strcmp(arg, "ftp") == 0)
usr.bin/openssl/s_client.c
343
else if (strcmp(arg, "xmpp") == 0)
usr.bin/openssl/s_server.c
2128
if (((i > 5) && (strcmp(&(p[i - 5]), ".html") == 0)) ||
usr.bin/openssl/s_server.c
2129
((i > 4) && (strcmp(&(p[i - 4]), ".php") == 0)) ||
usr.bin/openssl/s_server.c
2130
((i > 4) && (strcmp(&(p[i - 4]), ".htm") == 0)))
usr.bin/openssl/s_server.c
2242
if (strcmp(servername, p->servername))
usr.bin/openssl/smime.c
114
if (name == NULL || strcmp(name, "") == 0)
usr.bin/openssl/smime.c
117
else if (strcmp(name, "aes128") == 0)
usr.bin/openssl/smime.c
119
else if (strcmp(name, "aes192") == 0)
usr.bin/openssl/smime.c
121
else if (strcmp(name, "aes256") == 0)
usr.bin/openssl/smime.c
125
else if (strcmp(name, "camellia128") == 0)
usr.bin/openssl/smime.c
127
else if (strcmp(name, "camellia192") == 0)
usr.bin/openssl/smime.c
129
else if (strcmp(name, "camellia256") == 0)
usr.bin/openssl/smime.c
133
else if (strcmp(name, "des") == 0)
usr.bin/openssl/smime.c
135
else if (strcmp(name, "des3") == 0)
usr.bin/openssl/smime.c
139
else if (!strcmp(name, "rc2-40"))
usr.bin/openssl/smime.c
141
else if (!strcmp(name, "rc2-64"))
usr.bin/openssl/smime.c
143
else if (!strcmp(name, "rc2-128"))
usr.bin/openssl/speed.c
1166
if (argc > 0 && strcmp(*argv, "-elapsed") == 0) {
usr.bin/openssl/speed.c
1170
} else if (argc > 0 && strcmp(*argv, "-evp") == 0) {
usr.bin/openssl/speed.c
1186
} else if (argc > 0 && strcmp(*argv, "-decrypt") == 0) {
usr.bin/openssl/speed.c
1190
} else if (argc > 0 && strcmp(*argv, "-multi") == 0) {
usr.bin/openssl/speed.c
1204
} else if (argc > 0 && strcmp(*argv, "-unaligned") == 0) {
usr.bin/openssl/speed.c
1221
} else if (argc > 0 && strcmp(*argv, "-mr") == 0) {
usr.bin/openssl/speed.c
1227
if (strcmp(*argv, "md4") == 0)
usr.bin/openssl/speed.c
1232
if (strcmp(*argv, "md5") == 0)
usr.bin/openssl/speed.c
1237
if (strcmp(*argv, "hmac") == 0)
usr.bin/openssl/speed.c
1242
if (strcmp(*argv, "sha1") == 0)
usr.bin/openssl/speed.c
1244
else if (strcmp(*argv, "sha") == 0)
usr.bin/openssl/speed.c
1250
if (strcmp(*argv, "sha256") == 0)
usr.bin/openssl/speed.c
1255
if (strcmp(*argv, "sha512") == 0)
usr.bin/openssl/speed.c
1261
if (strcmp(*argv, "ripemd") == 0)
usr.bin/openssl/speed.c
1263
else if (strcmp(*argv, "rmd160") == 0)
usr.bin/openssl/speed.c
1265
else if (strcmp(*argv, "ripemd160") == 0)
usr.bin/openssl/speed.c
1270
if (strcmp(*argv, "rc4") == 0)
usr.bin/openssl/speed.c
1275
if (strcmp(*argv, "des-cbc") == 0)
usr.bin/openssl/speed.c
1277
else if (strcmp(*argv, "des-ede3") == 0)
usr.bin/openssl/speed.c
1282
if (strcmp(*argv, "aes-128-cbc") == 0)
usr.bin/openssl/speed.c
1284
else if (strcmp(*argv, "aes-192-cbc") == 0)
usr.bin/openssl/speed.c
1286
else if (strcmp(*argv, "aes-256-cbc") == 0)
usr.bin/openssl/speed.c
1288
else if (strcmp(*argv, "aes-128-ige") == 0)
usr.bin/openssl/speed.c
1290
else if (strcmp(*argv, "aes-192-ige") == 0)
usr.bin/openssl/speed.c
1292
else if (strcmp(*argv, "aes-256-ige") == 0)
usr.bin/openssl/speed.c
1297
if (strcmp(*argv, "camellia-128-cbc") == 0)
usr.bin/openssl/speed.c
1299
else if (strcmp(*argv, "camellia-192-cbc") == 0)
usr.bin/openssl/speed.c
1301
else if (strcmp(*argv, "camellia-256-cbc") == 0)
usr.bin/openssl/speed.c
1306
if (strcmp(*argv, "openssl") == 0) {
usr.bin/openssl/speed.c
1311
if (strcmp(*argv, "dsa512") == 0)
usr.bin/openssl/speed.c
1313
else if (strcmp(*argv, "dsa1024") == 0)
usr.bin/openssl/speed.c
1315
else if (strcmp(*argv, "dsa2048") == 0)
usr.bin/openssl/speed.c
1317
else if (strcmp(*argv, "rsa512") == 0)
usr.bin/openssl/speed.c
1319
else if (strcmp(*argv, "rsa1024") == 0)
usr.bin/openssl/speed.c
1321
else if (strcmp(*argv, "rsa2048") == 0)
usr.bin/openssl/speed.c
1323
else if (strcmp(*argv, "rsa4096") == 0)
usr.bin/openssl/speed.c
1327
if (strcmp(*argv, "rc2-cbc") == 0)
usr.bin/openssl/speed.c
1329
else if (strcmp(*argv, "rc2") == 0)
usr.bin/openssl/speed.c
1334
if (strcmp(*argv, "idea-cbc") == 0)
usr.bin/openssl/speed.c
1336
else if (strcmp(*argv, "idea") == 0)
usr.bin/openssl/speed.c
1341
if (strcmp(*argv, "bf-cbc") == 0)
usr.bin/openssl/speed.c
1343
else if (strcmp(*argv, "blowfish") == 0)
usr.bin/openssl/speed.c
1345
else if (strcmp(*argv, "bf") == 0)
usr.bin/openssl/speed.c
1350
if (strcmp(*argv, "cast-cbc") == 0)
usr.bin/openssl/speed.c
1352
else if (strcmp(*argv, "cast") == 0)
usr.bin/openssl/speed.c
1354
else if (strcmp(*argv, "cast5") == 0)
usr.bin/openssl/speed.c
1359
if (strcmp(*argv, "des") == 0) {
usr.bin/openssl/speed.c
1365
if (strcmp(*argv, "aes") == 0) {
usr.bin/openssl/speed.c
1369
} else if (strcmp(*argv, "ghash") == 0)
usr.bin/openssl/speed.c
1371
else if (strcmp(*argv,"aes-128-gcm") == 0)
usr.bin/openssl/speed.c
1373
else if (strcmp(*argv,"aes-256-gcm") == 0)
usr.bin/openssl/speed.c
1378
if (strcmp(*argv, "camellia") == 0) {
usr.bin/openssl/speed.c
1385
if (strcmp(*argv,"chacha20-poly1305") == 0)
usr.bin/openssl/speed.c
1389
if (strcmp(*argv, "rsa") == 0) {
usr.bin/openssl/speed.c
1394
} else if (strcmp(*argv, "dsa") == 0) {
usr.bin/openssl/speed.c
1398
} else if (strcmp(*argv, "ecdsap224") == 0)
usr.bin/openssl/speed.c
1400
else if (strcmp(*argv, "ecdsap256") == 0)
usr.bin/openssl/speed.c
1402
else if (strcmp(*argv, "ecdsap384") == 0)
usr.bin/openssl/speed.c
1404
else if (strcmp(*argv, "ecdsap521") == 0)
usr.bin/openssl/speed.c
1406
else if (strcmp(*argv, "ecdsa") == 0) {
usr.bin/openssl/speed.c
1409
} else if (strcmp(*argv, "ecdhp224") == 0)
usr.bin/openssl/speed.c
1411
else if (strcmp(*argv, "ecdhp256") == 0)
usr.bin/openssl/speed.c
1413
else if (strcmp(*argv, "ecdhp384") == 0)
usr.bin/openssl/speed.c
1415
else if (strcmp(*argv, "ecdhp521") == 0)
usr.bin/openssl/speed.c
1417
else if (strcmp(*argv, "ecdh") == 0) {
usr.bin/openssl/speed.c
1420
} else if (strcmp(*argv, "mlkem") == 0) {
usr.bin/openssl/speed.c
1423
} else if (strcmp(*argv, "mlkem768") == 0) {
usr.bin/openssl/speed.c
1425
} else if (strcmp(*argv, "mlkem1024") == 0) {
usr.bin/passwd/local_passwd.c
215
if (strcmp(p, "s/key") == 0) {
usr.bin/passwd/local_passwd.c
225
if (p != NULL && strcmp(newpass, p) == 0) {
usr.bin/patch/common.h
49
#define strNE(s1,s2) (strcmp(s1, s2))
usr.bin/patch/common.h
50
#define strEQ(s1,s2) (!strcmp(s1, s2))
usr.bin/patch/ed.c
120
if (strcmp(buf, ".\n") == 0) {
usr.bin/pctr/pctr.c
172
if (strcmp(arch, "i386") == 0)
usr.bin/pctr/pctr.c
174
else if (strcmp(arch, "amd64") == 0)
usr.bin/pctr/pctr.c
201
if (strcmp(vendor, "AuthenticAMD") == 0) {
usr.bin/pctr/pctr.c
207
} else if (strcmp(vendor, "GenuineIntel") == 0) {
usr.bin/pctr/pctr.c
222
if (strcmp(vendor, "AuthenticAMD") == 0)
usr.bin/pctr/pctr.c
224
else if (strcmp(vendor, "GenuineIntel") == 0)
usr.bin/pkgconf/cli/main.c
1396
if (!strcmp(destdir, sysroot_dir))
usr.bin/pkgconf/cli/main.c
553
if (want_variable != NULL && strcmp(want_variable, tuple->key))
usr.bin/pkgconf/libpkgconf/cache.c
40
return strcmp(key, pkg->id);
usr.bin/pkgconf/libpkgconf/cache.c
55
return strcmp(pkgA->id, pkgB->id);
usr.bin/pkgconf/libpkgconf/dependency.c
65
if (strcmp(dep->package, dep2->package))
usr.bin/pkgconf/libpkgconf/fragment.c
264
if (!strcmp(base->data, frag->data))
usr.bin/pkgconf/libpkgconf/path.c
242
if (!strcmp(pnode->path, cpath))
usr.bin/pkgconf/libpkgconf/path.c
43
if (!strcmp(text, pn->path))
usr.bin/pkgconf/libpkgconf/pkg.c
1019
ret = strcmp(one, two);
usr.bin/pkgconf/libpkgconf/pkg.c
1158
return strcmp(key, pair->name);
usr.bin/pkgconf/libpkgconf/pkg.c
125
&& (strcmp(targetdir, "."))) /* do not prepend "." */
usr.bin/pkgconf/libpkgconf/pkg.c
1404
if (!strcmp(provider->package, pkgdep->package))
usr.bin/pkgconf/libpkgconf/pkg.c
1648
if (*depnode->package == '\0' || strcmp(depnode->package, parentnode->package))
usr.bin/pkgconf/libpkgconf/pkg.c
300
if (strcmp(pathiter + 1, "pkgconfig"))
usr.bin/pkgconf/libpkgconf/pkg.c
408
else if (strcmp(keyword, pkg->owner->prefix_varname) || !(pkg->owner->flags & PKGCONF_PKG_PKGF_REDEFINE_PREFIX))
usr.bin/pkgconf/libpkgconf/tuple.c
148
if (!strcmp(tuple->key, key))
usr.bin/pkgconf/libpkgconf/tuple.c
208
if (!strcmp(sysroot_dir, "/"))
usr.bin/pkgconf/libpkgconf/tuple.c
287
if (!strcmp(tuple->key, key))
usr.bin/pkgconf/libpkgconf/tuple.c
60
if (!strcmp(tuple->key, key))
usr.bin/pkill/pkill.c
152
if (strcmp(__progname, "pgrep") == 0) {
usr.bin/pkill/pkill.c
598
if (strcmp(sp, "-") == 0) {
usr.bin/pkill/pkill.c
601
} else if (strcmp(sp, "co") == 0)
usr.bin/pr/pr.c
1438
if (strcmp(argv[eoptind], "-") == 0) {
usr.bin/printf/printf.c
86
if (argc > 1 && strcmp(argv[1], "--") == 0) {
usr.bin/quota/quota.c
507
if (type == USRQUOTA && strcmp(opt, usrname) == 0)
usr.bin/quota/quota.c
509
if (type == GRPQUOTA && strcmp(opt, grpname) == 0)
usr.bin/radioctl/radioctl.c
447
if (strcmp(o->string, "chnlset") == 0) {
usr.bin/rcs/ci.c
803
if (!strcmp(lkp->rl_name, pb->username) &&
usr.bin/rcs/co.c
282
if (!strcmp(lkp->rl_name, lockname))
usr.bin/rcs/co.c
312
strcmp(rdp->rd_author, author))
usr.bin/rcs/co.c
316
strcmp(rdp->rd_state, state))
usr.bin/rcs/co.c
339
if (strcmp(lockname, rdp->rd_locker)) {
usr.bin/rcs/date.y
645
if (strcmp(buff, "am") == 0 || strcmp(buff, "a.m.") == 0) {
usr.bin/rcs/date.y
649
if (strcmp(buff, "pm") == 0 || strcmp(buff, "p.m.") == 0) {
usr.bin/rcs/date.y
671
} else if (strcmp(buff, tp->name) == 0) {
usr.bin/rcs/date.y
678
if (strcmp(buff, tp->name) == 0) {
usr.bin/rcs/date.y
683
if (strcmp(buff, "dst") == 0)
usr.bin/rcs/date.y
687
if (strcmp(buff, tp->name) == 0) {
usr.bin/rcs/date.y
696
if (strcmp(buff, tp->name) == 0) {
usr.bin/rcs/date.y
704
if (strcmp(buff, tp->name) == 0) {
usr.bin/rcs/date.y
712
if (strcmp(buff, tp->name) == 0) {
usr.bin/rcs/date.y
727
if (strcmp(buff, tp->name) == 0) {
usr.bin/rcs/rcs.c
472
if (strcmp(ap->ra_name, login) == 0) {
usr.bin/rcs/rcs.c
500
if (strcmp(ap->ra_name, login) == 0)
usr.bin/rcs/rcs.c
536
if (strcmp(symp->rs_name, sym) == 0) {
usr.bin/rcs/rcs.c
573
if (strcmp(symp->rs_name, sym) == 0)
usr.bin/rcs/rcs.c
612
if (strcmp(symp->rs_name, sym) == 0)
usr.bin/rcs/rcs.c
705
if (strcmp(lkp->rl_name, user) == 0 &&
usr.bin/rcs/rcs.c
746
if (strcmp(lkp->rl_name, user) == 0 &&
usr.bin/rcs/rcsmerge.c
130
if (strcmp(rev_str1, "") == 0) {
usr.bin/rcs/rcsmerge.c
136
if (rev_str2 != NULL && strcmp(rev_str2, "") != 0) {
usr.bin/rcs/rcsparse.c
1251
return (strcmp(k, ((const struct rcs_keyword *)e)->k_name));
usr.bin/rcs/rcsprog.c
151
if (strcmp(__progname, programs[i].prog_name) == 0) {
usr.bin/rcs/rcstime.c
44
if (!strcmp(tz, "LT")) {
usr.bin/rcs/rcsutil.c
202
if (strcmp(rcs_suffixes, "") == 0) {
usr.bin/rcs/rcsutil.c
220
if (!strcmp(p, ext)) {
usr.bin/rcs/rcsutil.c
243
if (strcmp(fpath, filename) == 0)
usr.bin/rcs/rcsutil.c
399
if (strcmp(lstr, "") == 0)
usr.bin/rcs/rcsutil.c
401
if (strcmp(rstr, "") == 0)
usr.bin/rcs/rcsutil.c
627
if (!strcmp(p, ext)) {
usr.bin/rcs/rlog.c
462
if (strcmp(rdp->rd_locker, largv->argv[i])
usr.bin/rcs/rlog.c
477
if (strcmp(rdp->rd_state, sargv->argv[i]) == 0) {
usr.bin/rcs/rlog.c
491
if (strcmp(rdp->rd_author, wargv->argv[i])
usr.bin/rcs/rlog.c
503
if (strcmp(rdp->rd_author, author) == 0)
usr.bin/rdist/client.c
1305
if (destdir || (src && dest && strcmp(src, dest))) {
usr.bin/rdist/client.c
154
if (strcmp(file, nl->n_name) == 0)
usr.bin/rdist/client.c
620
if (!strcmp(dp->d_name, ".") ||
usr.bin/rdist/client.c
621
!strcmp(dp->d_name, ".."))
usr.bin/rdist/client.c
963
if (strcmp(owner, getusername(statp->st_uid,
usr.bin/rdist/client.c
991
if (strcmp(group, getgroupname(statp->st_gid,
usr.bin/rdist/common.c
602
if (strcmp(locuser, file) != 0) {
usr.bin/rdist/common.c
603
if (strcmp(lastuser, file) != 0) {
usr.bin/rdist/docmd.c
1009
if ((strcmp(c->c_name, nlptr->n_name) == 0) ||
usr.bin/rdist/docmd.c
1011
strcmp(++cp, nlptr->n_name) == 0))
usr.bin/rdist/docmd.c
224
strcmp(pcmd->c_name, cmd->c_name)==0)
usr.bin/rdist/docmd.c
247
strcmp(pc->c_name, cmd->c_name)==0)
usr.bin/rdist/docmd.c
296
if (strcmp(cur_host, rhost) == 0)
usr.bin/rdist/docmd.c
396
if (strcmp(defowner, "bin") != 0) {
usr.bin/rdist/docmd.c
401
if (strcmp(defgroup, "bin") != 0) {
usr.bin/rdist/docmd.c
504
ddir = !strcmp(xbasename(sc->sc_name),".");
usr.bin/rdist/docmd.c
525
if (strcmp(f->n_name, *cpp) == 0)
usr.bin/rdist/docmd.c
543
if (strcmp(f->n_name, *cpp) == 0)
usr.bin/rdist/docmd.c
626
if (!strcmp(dp->d_name, ".") || !strcmp(dp->d_name, ".."))
usr.bin/rdist/docmd.c
763
if (strcmp(f->n_name, *cpp) == 0)
usr.bin/rdist/docmd.c
808
if (strcmp(file, nl->n_name) == 0)
usr.bin/rdist/docmd.c
911
strcmp(cmd->c_label, argv[i]) == 0) {
usr.bin/rdist/docmd.c
916
if (strcmp(f->n_name, argv[i]) == 0) {
usr.bin/rdist/docmd.c
968
strcmp(c->c_label, argv[i]) == 0) {
usr.bin/rdist/docmd.c
990
if (strcmp(c->c_name, currenthost) != 0)
usr.bin/rdist/expand.c
256
if ((which & ~E_VARS) == 0 || !strcmp((char *)s, "{") ||
usr.bin/rdist/expand.c
257
!strcmp((char *)s, "{}")) {
usr.bin/rdist/expand.c
299
return (strcmp(*a1, *a2));
usr.bin/rdist/gram.y
374
if (!strcmp(yytext, "install"))
usr.bin/rdist/gram.y
376
else if (!strcmp(yytext, "notify"))
usr.bin/rdist/gram.y
378
else if (!strcmp(yytext, "except"))
usr.bin/rdist/gram.y
380
else if (!strcmp(yytext, "except_pat"))
usr.bin/rdist/gram.y
382
else if (!strcmp(yytext, "special"))
usr.bin/rdist/gram.y
384
else if (!strcmp(yytext, "cmdspecial"))
usr.bin/rdist/gram.y
428
if (strcmp(c->c_name, h->n_name) == 0) {
usr.bin/rdist/gram.y
433
strcmp(c->c_name, h->n_name) == 0);
usr.bin/rdist/gram.y
517
if (!strcmp(p, nl->n_name))
usr.bin/rdist/lookup.c
131
if (strcmp(name, s->s_name))
usr.bin/rdistd/filesys-os.c
86
if (strcmp(mnt->f_fstypename, "nfs") == 0) {
usr.bin/rdistd/filesys.c
112
if (strcmp(p, "/.") == 0) {
usr.bin/rdistd/filesys.c
158
if (strcmp(pathname, file) == 0)
usr.bin/rdistd/filesys.c
192
if (strcmp(m->mi_mnt->me_path, mnt->me_path) == 0)
usr.bin/rdistd/filesys.c
71
if (strcmp(pathname, last_pathname) == 0 && file[0]) {
usr.bin/rdistd/filesys.c
74
if (strcmp(pathname, file) == 0)
usr.bin/rdistd/server.c
1014
if (strcmp(owner, cp))
usr.bin/rdistd/server.c
1025
if (strcmp(group, cp))
usr.bin/rdistd/server.c
190
} else if (strcmp(owner, locuser) != 0) {
usr.bin/rdistd/server.c
214
strcmp(locuser, owner) != 0)
usr.bin/rpcgen/rpc_cout.c
428
strcmp(dl->decl.type, "opaque") != 0) {
usr.bin/rpcgen/rpc_cout.c
710
if (strcmp(upp_case, "INT") == 0) {
usr.bin/rpcgen/rpc_cout.c
715
if (strcmp(upp_case, "U_INT") == 0) {
usr.bin/rpcgen/rpc_cout.c
84
if (strcmp(def->def.ty.old_type, def->def_name) == 0)
usr.bin/rpcgen/rpc_main.c
364
if (strcmp(name, list_to_check[i]) == 0)
usr.bin/rpcgen/rpc_main.c
555
if (strcmp(svcclosetime, "-1") == 0)
usr.bin/rpcgen/rpc_main.c
557
else if (strcmp(svcclosetime, "0") == 0)
usr.bin/rpcgen/rpc_parse.c
383
if (strcmp(name, reserved_words[i]) == 0) {
usr.bin/rpcgen/rpc_parse.c
391
if (strcmp(name, reserved_types[i]) == 0) {
usr.bin/rpcgen/rpc_util.c
492
if (strcmp(ptr->name, type) == 0)
usr.bin/rpcgen/rpc_util.c
86
return (strcmp(a, b) == 0);
usr.bin/rsync/flist.c
106
if (strcmp(f->path, fnext->path) == 0) {
usr.bin/rsync/flist.c
1213
if (wflsz && strcmp(wfl[0].wpath, ".") == 0) {
usr.bin/rsync/flist.c
1227
assert(strcmp(wfl[i].wpath, "."));
usr.bin/rsync/flist.c
161
if (flsz && strcmp(fl[0].wpath, ".")) {
usr.bin/rsync/flist.c
497
(len > 2 && strcmp(f->path + len - 3, "/..") == 0) ||
usr.bin/rsync/flist.c
499
strcmp(f->path, "..") == 0) {
usr.bin/rsync/flist.c
63
return strcmp(f1->wpath, f2->wpath);
usr.bin/rsync/flist.c
92
if (strcmp(f->wpath, fnext->wpath)) {
usr.bin/rsync/rules.c
171
if (plen > 4 && strcmp(pattern + plen - 4, "/***") == 0) {
usr.bin/rsync/rules.c
430
if (strcmp(basename, r->pattern) == 0)
usr.bin/rsync/rules.c
437
if (strcmp(path, r->pattern) == 0)
usr.bin/rsync/rules.c
454
if (len >= plen && strcmp(path + len - plen,
usr.bin/rsync/server.c
112
if (strcmp(argv[0], ".")) {
usr.bin/rsync/server.c
139
} else if (strcmp(argv[0], ".")) {
usr.bin/rsync/socket.c
264
if (strcmp(cp, "OK") == 0)
usr.bin/rsync/uploader.c
223
if (strcmp(f->link, b)) {
usr.bin/rup/rup.c
113
return strcmp(d1->host, d2->host);
usr.bin/rusers/rusers.c
181
if (strcmp(host, hostinfo[i].host) == 0)
usr.bin/sdiff/sdiff.c
118
if (errno == ENOENT && strcmp(source_file, "-") == 0)
usr.bin/sdiff/sdiff.c
289
if (strcmp(filename1, filename2) == 0) {
usr.bin/sed/compile.c
821
if (lh->lh_hash == h && strcmp(cp->t, lh->lh_cmd->t) == 0)
usr.bin/sed/compile.c
845
if (lh->lh_hash == h && strcmp(name, lh->lh_cmd->t) == 0) {
usr.bin/seq/seq.c
200
if (strcmp(cur_print, last_print) == 0 &&
usr.bin/seq/seq.c
201
strcmp(cur_print, prev_print) != 0) {
usr.bin/showmount/showmount.c
261
val = strcmp(mp->ml_host, tp->ml_host);
usr.bin/showmount/showmount.c
262
val2 = strcmp(mp->ml_dirp, tp->ml_dirp);
usr.bin/signify/signify.c
277
if (!errstr && strcmp(pass, pass2) != 0)
usr.bin/signify/signify.c
364
if (strcmp(seckeyfile + len - 4, ".sec") != 0)
usr.bin/signify/signify.c
373
if (strcmp(pubkeyfile + len - 4, ".pub") != 0)
usr.bin/signify/signify.c
399
if (strcmp(seckeyfile, "-") == 0) {
usr.bin/signify/signify.c
414
kdf(enckey.salt, sizeof(enckey.salt), rounds, strcmp(msgfile, "-") != 0,
usr.bin/signify/signify.c
496
if (strcmp(p + typelen, ".pub") != 0)
usr.bin/signify/signify.c
635
if (strcmp(c->algo, "SHA256") == 0) {
usr.bin/signify/signify.c
639
} else if (strcmp(c->algo, "SHA512") == 0) {
usr.bin/signify/signify.c
646
if (strcmp(c->hash, buf) != 0)
usr.bin/signify/signify.c
860
if (strcmp(msgfile, "-") == 0)
usr.bin/signify/signify.c
893
(msgfile && strcmp(msgfile, "-") != 0)) {
usr.bin/signify/signify.c
96
if (strcmp(fname, "-") == 0) {
usr.bin/skey/skey.c
56
for (i = 1; i < argc && argv[i][0] == '-' && strcmp(argv[i], "--");) {
usr.bin/skeyinit/skeyinit.c
132
if (strcmp(pp->pw_name, me) != 0)
usr.bin/skeyinit/skeyinit.c
172
if (!defaultsetup && strcmp(auth_type, "skey") == 0) {
usr.bin/skeyinit/skeyinit.c
294
if (ht && strcmp(ht, skey_get_algorithm()) != 0)
usr.bin/skeyinit/skeyinit.c
427
} else if (strcmp(passwd, username) == 0) {
usr.bin/skeyinit/skeyinit.c
60
for (i = 1; i < argc && argv[i][0] == '-' && strcmp(argv[i], "--");) {
usr.bin/sndioctl/sndioctl.c
103
res = strcmp(d1->func, d2->func);
usr.bin/sndioctl/sndioctl.c
112
res = strcmp(d1->node1.name, d2->node1.name);
usr.bin/sndioctl/sndioctl.c
138
if ((strcmp(i->desc.node1.name, vstr) == 0) &&
usr.bin/sndioctl/sndioctl.c
158
if (strcmp(i->desc.group, group) != 0 ||
usr.bin/sndioctl/sndioctl.c
159
strcmp(i->desc.node0.name, str) != 0 ||
usr.bin/sndioctl/sndioctl.c
160
strcmp(i->desc.func, func) != 0)
usr.bin/sndioctl/sndioctl.c
180
if (strcmp(i->desc.group, group) != 0 ||
usr.bin/sndioctl/sndioctl.c
181
strcmp(i->desc.node0.name, str) != 0 ||
usr.bin/sndioctl/sndioctl.c
182
strcmp(i->desc.func, func) != 0)
usr.bin/sndioctl/sndioctl.c
204
if (strcmp(i->desc.group, group) != 0 ||
usr.bin/sndioctl/sndioctl.c
205
strcmp(i->desc.node0.name, astr) != 0 ||
usr.bin/sndioctl/sndioctl.c
206
strcmp(i->desc.func, func) != 0)
usr.bin/sndioctl/sndioctl.c
210
if (strcmp(i->desc.node1.name, vstr) == 0)
usr.bin/sndioctl/sndioctl.c
232
if (strcmp(i->desc.group, group) != 0 ||
usr.bin/sndioctl/sndioctl.c
233
strcmp(i->desc.node0.name, str) != 0 ||
usr.bin/sndioctl/sndioctl.c
234
strcmp(i->desc.func, func) != 0)
usr.bin/sndioctl/sndioctl.c
250
if (strcmp(i->desc.node0.name, astr) != 0)
usr.bin/sndioctl/sndioctl.c
268
if (strcmp(i->desc.node1.name, vstr) != 0)
usr.bin/sndioctl/sndioctl.c
314
if (strcmp(e1->desc.display,
usr.bin/sndioctl/sndioctl.c
710
if (strcmp(g->desc.group, group) == 0 &&
usr.bin/sndioctl/sndioctl.c
711
strcmp(g->desc.func, func) == 0 &&
usr.bin/sndioctl/sndioctl.c
712
strcmp(g->desc.node0.name, astr) == 0)
usr.bin/sndioctl/sndioctl.c
94
res = strcmp(d1->group, d2->group);
usr.bin/sndioctl/sndioctl.c
964
if (strcmp(i->desc.group, j->desc.group) != 0 ||
usr.bin/sndioctl/sndioctl.c
965
strcmp(i->desc.node0.name, j->desc.node0.name) != 0 ||
usr.bin/sndioctl/sndioctl.c
966
strcmp(i->desc.func, j->desc.func) != 0 ||
usr.bin/sndioctl/sndioctl.c
97
res = strcmp(d1->node0.name, d2->node0.name);
usr.bin/sndiod/dev.c
1810
if (strcmp(c->node0.name, "server") == 0 &&
usr.bin/sndiod/dev.c
1811
strcmp(c->func, "device") == 0)
usr.bin/sndiod/dev.c
2162
strcmp(c->group, d->name) == 0 &&
usr.bin/sndiod/dev.c
2163
strcmp(c->node0.name, "server") == 0 &&
usr.bin/sndiod/dev.c
2164
strcmp(c->func, "device") == 0 &&
usr.bin/sndiod/dev.c
2184
strcmp(c->group, d->name) == 0 &&
usr.bin/sndiod/dev.c
2185
strcmp(c->node0.name, "output") == 0 &&
usr.bin/sndiod/dev.c
2186
strcmp(c->func, "level") == 0)
usr.bin/sndiod/dev.c
2209
strcmp(c->display, display) == 0)
usr.bin/sndiod/dev.c
302
strcmp(c->group, d->name) != 0 ||
usr.bin/sndiod/dev.c
303
strcmp(c->node0.name, "output") != 0 ||
usr.bin/sndiod/dev.c
304
strcmp(c->func, "level") != 0)
usr.bin/sndiod/dev.c
736
strcmp(c->group, d->name) != 0 ||
usr.bin/sndiod/dev.c
737
strcmp(c->node0.name, "output") != 0 ||
usr.bin/sndiod/dev.c
738
strcmp(c->func, "level") != 0)
usr.bin/sndiod/listen.c
174
host = strcmp(addr, "-") == 0 ? NULL : addr;
usr.bin/sndiod/opt.c
445
if (strcmp(name, o->name) == 0)
usr.bin/sndiod/opt.c
68
if (strcmp(a->name, name) == 0)
usr.bin/sndiod/sndiod.c
196
if (strcmp("off", optarg) == 0)
usr.bin/sndiod/sndiod.c
198
if (strcmp("slave", optarg) == 0)
usr.bin/sndiod/sndiod.c
206
if (strcmp("off", optarg) == 0)
usr.bin/sndiod/sndiod.c
208
if (strcmp("on", optarg) == 0)
usr.bin/sndiod/sndiod.c
271
if (o->refcnt == 0 || strcmp(o->name, o->dev->name) == 0)
usr.bin/sndiod/sndiod.c
374
if (strcmp(d->path, path) == 0)
usr.bin/sndiod/sndiod.c
396
if (strcmp(c->path, path) == 0)
usr.bin/sndiod/sock.c
118
if (strcmp(optname, "default") == 0) {
usr.bin/sndiod/sock.c
120
if (strcmp(o->name, d->name) == 0)
usr.bin/sndiod/sock.c
140
if (strcmp(c->group, f->ctlslot->opt->name) == 0)
usr.bin/sndiod/sock.c
142
if (strcmp(c->group, f->ctlslot->opt->dev->name) == 0)
usr.bin/snmp/smi.c
746
return strcmp(a->tc_name, b->tc_name);
usr.bin/snmp/snmp.c
507
if (strcmp(community, agent->community) != 0)
usr.bin/snmp/snmpc.c
156
if (strcmp(snmp_apps[i].name, argv[1]) == 0) {
usr.bin/snmp/snmpc.c
280
if (strcmp(optarg, "1") == 0)
usr.bin/snmp/snmpc.c
282
else if (strcmp(optarg, "2c") == 0)
usr.bin/snmp/snmpc.c
284
else if (strcmp(optarg, "3") == 0)
usr.bin/snmp/snmpc.c
293
if (strcmp(snmp_app->name, "walk") &&
usr.bin/snmp/snmpc.c
294
strcmp(snmp_app->name, "bulkwalk"))
usr.bin/snmp/snmpc.c
299
if (strcmp(snmp_app->name, "df"))
usr.bin/snmp/snmpc.c
304
if (strcmp(snmp_app->name, "walk") &&
usr.bin/snmp/snmpc.c
305
strcmp(snmp_app->name, "bulkwalk"))
usr.bin/snmp/snmpc.c
310
if (strcmp(snmp_app->name, "bulkget") &&
usr.bin/snmp/snmpc.c
311
strcmp(snmp_app->name, "bulkwalk"))
usr.bin/snmp/snmpc.c
331
if (strcmp(snmp_app->name, "walk") &&
usr.bin/snmp/snmpc.c
332
strcmp(snmp_app->name, "bulkwalk"))
usr.bin/snmp/snmpc.c
337
if (strcmp(snmp_app->name, "bulkget") &&
usr.bin/snmp/snmpc.c
338
strcmp(snmp_app->name, "bulkwalk") &&
usr.bin/snmp/snmpc.c
339
strcmp(snmp_app->name, "df"))
usr.bin/snmp/snmpc.c
359
if (strcmp(snmp_app->name, "walk") &&
usr.bin/snmp/snmpc.c
360
strcmp(snmp_app->name, "bulkwalk"))
usr.bin/snmp/snmpc.c
376
if (strcmp(snmp_app->name, "walk"))
usr.bin/snmp/snmpc.c
381
if (strcmp(snmp_app->name, "walk"))
usr.bin/snmp/snmpc.c
391
if (strcmp(snmp_app->name, "walk"))
usr.bin/snmp/snmpc.c
404
if (strcmp(snmp_app->name, "mibtree") == 0 &&
usr.bin/snmp/snmpc.c
555
if (strcmp(snmp_app->name, "getnext") == 0) {
usr.bin/snmp/snmpc.c
558
} else if (strcmp(snmp_app->name, "bulkget") == 0) {
usr.bin/snmp/snmpc.c
605
if (strcmp(snmp_app->name, "bulkwalk") == 0 && version < SNMP_V2C)
usr.bin/snmp/snmpc.c
653
if (strcmp(snmp_app->name, "bulkwalk") == 0) {
usr.bin/sort/coll.c
986
cmp_res = strcmp(b1, b2);
usr.bin/sort/file.c
152
if (item->fn != NULL && strcmp(item->fn, fn) == 0)
usr.bin/sort/file.c
443
if (fn == NULL || *fn == 0 || strcmp(fn, "-") == 0) {
usr.bin/sort/file.c
466
if (strcmp(fn, "-") == 0)
usr.bin/sort/file.c
534
if (strcmp(fsrc, "-") && (compress_program == NULL) && use_mmap) {
usr.bin/sort/file.c
563
if (strcmp(fsrc, "-")) {
usr.bin/sort/file.c
781
strcmp(fn, "-") == 0 ? "stdin" : fn);
usr.bin/sort/sort.c
1016
if (strcmp(outfile, "-") != 0) {
usr.bin/sort/sort.c
1021
if (strcmp(argv[i], outfile) == 0) {
usr.bin/sort/sort.c
832
if (!strcmp(optarg, "diagnose-first"))
usr.bin/sort/sort.c
834
else if (!strcmp(optarg, "silent") ||
usr.bin/sort/sort.c
835
!strcmp(optarg, "quiet"))
usr.bin/sort/sort.c
906
if (!strcmp(optarg, "general-numeric"))
usr.bin/sort/sort.c
908
else if (!strcmp(optarg, "human-numeric"))
usr.bin/sort/sort.c
910
else if (!strcmp(optarg, "numeric"))
usr.bin/sort/sort.c
912
else if (!strcmp(optarg, "month"))
usr.bin/sort/sort.c
914
else if (!strcmp(optarg, "random"))
usr.bin/sort/sort.c
981
if (argc > 2 && strcmp(argv[argc - 2], "-o") == 0) {
usr.bin/sort/sort.c
997
if (argc == 0 || strcmp(argv[0], "-") == 0) {
usr.bin/ssh/auth-options.c
100
} else if (strcmp(name, "permit-X11-forwarding") == 0) {
usr.bin/ssh/auth-options.c
103
} else if (strcmp(name,
usr.bin/ssh/auth-options.c
107
} else if (strcmp(name,
usr.bin/ssh/auth-options.c
111
} else if (strcmp(name, "permit-pty") == 0) {
usr.bin/ssh/auth-options.c
114
} else if (strcmp(name, "permit-user-rc") == 0) {
usr.bin/ssh/auth-options.c
120
if (strcmp(name, "verify-required") == 0) {
usr.bin/ssh/auth-options.c
123
} else if (strcmp(name, "force-command") == 0) {
usr.bin/ssh/auth-options.c
138
} else if (strcmp(name, "source-address") == 0) {
usr.bin/ssh/auth-options.c
297
(strcmp(cp, "*") != 0 && a2port(cp) <= 0)) {
usr.bin/ssh/auth-options.c
620
if (strcmp(primary->force_command,
usr.bin/ssh/auth-options.c
97
if (strcmp(name, "no-touch-required") == 0) {
usr.bin/ssh/auth-rhosts.c
153
strcmp(host, ipaddr) != 0)
usr.bin/ssh/auth-rhosts.c
160
} else if (strcmp(user, client_user) != 0)
usr.bin/ssh/auth-rhosts.c
308
strcmp(rhosts_files[rhosts_file_index], ".shosts") != 0)) {
usr.bin/ssh/auth.c
255
strcmp(method, "password") == 0)
usr.bin/ssh/auth.c
309
if (strcmp(method, "publickey") == 0 ||
usr.bin/ssh/auth.c
310
strcmp(method, "hostbased") == 0 ||
usr.bin/ssh/auth.c
311
strcmp(method, "gssapi-with-mic") == 0)
usr.bin/ssh/auth2-chall.c
74
if (strcmp(devs, "") == 0) {
usr.bin/ssh/auth2-methods.c
108
if (strcmp(method, cfg->name) != 0)
usr.bin/ssh/auth2-pubkey.c
101
hostbound = strcmp(method, "publickey-hostbound-v00@openssh.com") == 0;
usr.bin/ssh/auth2-pubkeyfile.c
157
if (strcmp(entry, cert->principals[i]) == 0) {
usr.bin/ssh/auth2-pubkeyfile.c
210
if (strcmp(cp, cert->principals[i]) != 0)
usr.bin/ssh/auth2.c
187
if (strcmp(service, "ssh-userauth") == 0) {
usr.bin/ssh/auth2.c
288
if (authctxt->pw && strcmp(service, "ssh-connection")==0) {
usr.bin/ssh/auth2.c
306
} else if (strcmp(user, authctxt->user) != 0 ||
usr.bin/ssh/auth2.c
307
strcmp(service, authctxt->service) != 0) {
usr.bin/ssh/auth2.c
331
if (!authctxt->authenticated && strcmp(method, "none") != 0)
usr.bin/ssh/auth2.c
402
(authctxt->attempt > 1 || strcmp(method, "none") != 0))
usr.bin/ssh/auth2.c
454
if (strcmp(authmethods[i]->cfg->name, "none") == 0)
usr.bin/ssh/auth2.c
480
if (strcmp(name, authmethods[i]->cfg->name) == 0 ||
usr.bin/ssh/auth2.c
482
strcmp(name, authmethods[i]->cfg->synonym) == 0))
usr.bin/ssh/auth2.c
523
strcmp(options.auth_methods[0], "any") == 0) {
usr.bin/ssh/authfd.c
390
if (strcmp(alg, "rsa-sha2-256") == 0 ||
usr.bin/ssh/authfd.c
391
strcmp(alg, "rsa-sha2-256-cert-v01@openssh.com") == 0)
usr.bin/ssh/authfd.c
393
if (strcmp(alg, "rsa-sha2-512") == 0 ||
usr.bin/ssh/authfd.c
394
strcmp(alg, "rsa-sha2-512-cert-v01@openssh.com") == 0)
usr.bin/ssh/authfd.c
801
strcmp(cp, "query") != 0) {
usr.bin/ssh/authfile.c
219
strcmp(cp, "SSH PRIVATE KEY FILE") == 0)
usr.bin/ssh/channels.c
1968
if (strcmp(rtype, "direct-tcpip") == 0) {
usr.bin/ssh/channels.c
1973
} else if (strcmp(rtype, "direct-streamlocal@openssh.com") == 0) {
usr.bin/ssh/channels.c
1977
} else if (strcmp(rtype, "forwarded-streamlocal@openssh.com") == 0) {
usr.bin/ssh/channels.c
1987
if (strcmp(rtype, "forwarded-streamlocal@openssh.com") == 0) {
usr.bin/ssh/channels.c
312
if (strcmp(type_pattern, "global") == 0) {
usr.bin/ssh/channels.c
3268
if (strcmp(ctype, "tcpip-forward") != 0) {
usr.bin/ssh/channels.c
3793
strcmp(listen_addr, "0.0.0.0") == 0 && is_client == 0) ||
usr.bin/ssh/channels.c
3794
*listen_addr == '\0' || strcmp(listen_addr, "*") == 0 ||
usr.bin/ssh/channels.c
3802
strcmp(listen_addr, "0.0.0.0") != 0 &&
usr.bin/ssh/channels.c
3803
strcmp(listen_addr, "*") != 0) {
usr.bin/ssh/channels.c
3809
} else if (strcmp(listen_addr, "localhost") != 0 ||
usr.bin/ssh/channels.c
3810
strcmp(listen_addr, "127.0.0.1") == 0 ||
usr.bin/ssh/channels.c
3811
strcmp(listen_addr, "::1") == 0) {
usr.bin/ssh/channels.c
3820
} else if (strcmp(listen_addr, "127.0.0.1") == 0 ||
usr.bin/ssh/channels.c
3821
strcmp(listen_addr, "::1") == 0) {
usr.bin/ssh/channels.c
4070
if (strcmp(c->path, host) == 0 && c->listening_port == port) {
usr.bin/ssh/channels.c
4092
if (strcmp(c->path, path) == 0) {
usr.bin/ssh/channels.c
4140
if (addr == NULL || strcmp(c->listening_addr, addr) == 0) {
usr.bin/ssh/channels.c
4167
if (strcmp(c->listening_addr, path) == 0) {
usr.bin/ssh/channels.c
4312
} else if (*listen_host == '\0' || strcmp(listen_host, "*") == 0) {
usr.bin/ssh/channels.c
4388
if (strcmp(allowed_open->host_to_connect, FWD_PERMIT_ANY_HOST) != 0 &&
usr.bin/ssh/channels.c
4389
strcmp(allowed_open->host_to_connect, requestedhost) != 0)
usr.bin/ssh/channels.c
4417
strcmp(allowed_host, requestedhost) != 0)
usr.bin/ssh/channels.c
4431
strcmp(allowed_open->listen_path, requestedpath) != 0)
usr.bin/ssh/channels.c
5262
else if (strcmp(disp, sc->x11_saved_display) != 0) {
usr.bin/ssh/channels.c
5324
strcmp(c->ctype, "x11-connection") != 0)
usr.bin/ssh/cipher.c
152
if (strcmp("3des-cbc", c->name) == 0)
usr.bin/ssh/cipher.c
191
if (strcmp(c->name, name) == 0)
usr.bin/ssh/cipher.c
204
if (names == NULL || strcmp(names, "") == 0)
usr.bin/ssh/clientloop.c
1921
if (strcmp(ctype, "forwarded-tcpip") == 0) {
usr.bin/ssh/clientloop.c
1924
} else if (strcmp(ctype, "forwarded-streamlocal@openssh.com") == 0) {
usr.bin/ssh/clientloop.c
1926
} else if (strcmp(ctype, "x11") == 0) {
usr.bin/ssh/clientloop.c
1928
} else if (strcmp(ctype, "auth-agent@openssh.com") == 0 ||
usr.bin/ssh/clientloop.c
1929
strcmp(ctype, "agent-connect") == 0) {
usr.bin/ssh/clientloop.c
1990
} else if (strcmp(rtype, "eow@openssh.com") == 0) {
usr.bin/ssh/clientloop.c
1994
} else if (strcmp(rtype, "exit-status") == 0) {
usr.bin/ssh/clientloop.c
2665
if (strcmp(rtype, "hostkeys-00@openssh.com") == 0)
usr.bin/ssh/hostfile.c
197
if (strcmp(marker, CA_MARKER) == 0)
usr.bin/ssh/hostfile.c
199
else if (strcmp(marker, REVOKE_MARKER) == 0)
usr.bin/ssh/kex-names.c
100
if (strcmp(k->name, name) == 0)
usr.bin/ssh/kex-names.c
158
if (names == NULL || strcmp(names, "") == 0)
usr.bin/ssh/kex.c
416
if (strcmp(val, want_ver) == 0)
usr.bin/ssh/kex.c
430
if (strcmp(name, "server-sig-algs") == 0) {
usr.bin/ssh/kex.c
440
strcmp(name, "publickey-hostbound@openssh.com") == 0) {
usr.bin/ssh/kex.c
446
strcmp(name, "ping@openssh.com") == 0) {
usr.bin/ssh/kex.c
452
strcmp(name, "agent-forward") == 0) {
usr.bin/ssh/kex.c
469
if (strcmp(name, "ext-info-in-auth@openssh.com") == 0) {
usr.bin/ssh/kex.c
845
if (strcmp(name, "zlib@openssh.com") == 0) {
usr.bin/ssh/kex.c
849
if (strcmp(name, "none") == 0) {
usr.bin/ssh/kex.c
911
if (strcmp(my[*idx], peer[*idx]) != 0) {
usr.bin/ssh/krl.c
111
return strcmp(a->key_id, b->key_id);
usr.bin/ssh/mac.c
117
if (strcmp(name, m->name) != 0)
usr.bin/ssh/mac.c
236
if (names == NULL || strcmp(names, "") == 0)
usr.bin/ssh/match.c
288
if (strcmp(p, sproposals[j]) == 0) {
usr.bin/ssh/misc.c
1979
if (a != NULL && strcmp(a, b) != 0)
usr.bin/ssh/misc.c
2013
if (strcmp(p, "*") == 0)
usr.bin/ssh/misc.c
2282
if (comparehome && strcmp(homedir, buf) == 0)
usr.bin/ssh/misc.c
2289
if ((strcmp("/", buf) == 0) || (strcmp(".", buf) == 0))
usr.bin/ssh/monitor.c
1187
if (strcmp(userstyle, cp) != 0) {
usr.bin/ssh/monitor.c
1197
if (strcmp("publickey", cp) != 0) {
usr.bin/ssh/monitor.c
1198
if (strcmp("publickey-hostbound-v00@openssh.com", cp) == 0)
usr.bin/ssh/monitor.c
1258
if (strcmp(userstyle, cp) != 0) {
usr.bin/ssh/monitor.c
1268
if (strcmp(cp, "hostbased") != 0)
usr.bin/ssh/monitor.c
1280
if (strcmp(cp, chost) != 0)
usr.bin/ssh/monitor.c
1287
if (strcmp(cp, cuser) != 0)
usr.bin/ssh/monitor.c
307
if (strcmp(auth_method, "unknown") == 0)
usr.bin/ssh/monitor_wrap.c
974
if (num_opens == 1 && strcmp(opens[0], "any") == 0)
usr.bin/ssh/monitor_wrap.c
976
if (num_opens == 1 && strcmp(opens[0], "none") == 0) {
usr.bin/ssh/mux.c
1683
if (strcmp(name, "info") == 0) {
usr.bin/ssh/mux.c
289
if (strcmp(name, "info") == 0) {
usr.bin/ssh/mux.c
515
if (strcmp(name, "connection") == 0) {
usr.bin/ssh/mux.c
519
} else if (strcmp(name, "channels") == 0) {
usr.bin/ssh/mux.c
604
return strcmp(a, b) == 0;
usr.bin/ssh/nchan.c
313
if (strcmp(c->ctype, "session") == 0)
usr.bin/ssh/packet.c
2943
if (strcmp(in, out) == 0) {
usr.bin/ssh/packet.c
3009
strcmp(ssh_local_ipaddr(ssh), "UNKNOWN") != 0) {
usr.bin/ssh/packet.c
601
(strcmp(ntop, ntop2) == 0))
usr.bin/ssh/readconf.c
1212
if (strcmp(arg, "none") == 0)
usr.bin/ssh/readconf.c
1356
if (strcmp(arg, "default") == 0) {
usr.bin/ssh/readconf.c
1373
if (strcmp(av[0], "none") == 0) {
usr.bin/ssh/readconf.c
1784
if (arg == NULL || (strcmp(arg, "*") != 0 &&
usr.bin/ssh/readconf.c
1877
if (strcmp(arg, "none") == 0)
usr.bin/ssh/readconf.c
1989
if (strcmp(arg, "no") == 0 || strcmp(arg, "false") == 0)
usr.bin/ssh/readconf.c
1991
else if (strcmp(arg, "yes") == 0 || strcmp(arg, "true") == 0)
usr.bin/ssh/readconf.c
2244
} else if (strcmp(arg, "*") == 0) {
usr.bin/ssh/readconf.c
2455
if (strcmp(arg, "yes") == 0 ||
usr.bin/ssh/readconf.c
2456
strcmp(arg, "true") == 0)
usr.bin/ssh/readconf.c
2458
else if (strcmp(arg, "no") == 0 ||
usr.bin/ssh/readconf.c
2459
strcmp(arg, "false") == 0)
usr.bin/ssh/readconf.c
2677
strcmp(options->permitted_cnames[0].target_list, "") == 0)
usr.bin/ssh/readconf.c
2927
(options->num_user_hostfiles == 1 && strcmp(options->
usr.bin/ssh/readconf.c
3070
strcmp(options->jump_host, "none") == 0 &&
usr.bin/ssh/readconf.c
3680
strcmp(fwd->connect_host, "socks") != 0)
usr.bin/ssh/readconf.c
3683
strcmp(fwd->connect_host, "socks") == 0)
usr.bin/ssh/readconf.c
460
strcmp(options->certificate_files[i], path) == 0) {
usr.bin/ssh/readconf.c
491
strcmp(options->identity_files[i], path) == 0) {
usr.bin/ssh/readconf.c
953
if (strcmp(cp, keywords[i].name) == 0)
usr.bin/ssh/readpass.c
263
strcmp(s, "force") != 0)) {
usr.bin/ssh/scp.c
1265
if (*path == '\0' || strcmp(path, "~") == 0)
usr.bin/ssh/scp.c
1298
if (strcmp(filename, "..") == 0)
usr.bin/ssh/scp.c
1485
if (!strcmp(dp->d_name, ".") || !strcmp(dp->d_name, ".."))
usr.bin/ssh/scp.c
1575
if (strcmp(filename, "..") == 0)
usr.bin/ssh/scp.c
1763
strcmp(cp, ".") == 0 || strcmp(cp, "..") == 0) {
usr.bin/ssh/scp.c
1769
if (strcmp(patterns[n], cp) == 0 ||
usr.bin/ssh/scp.c
1796
strcmp(targ, "/") ? "/" : "", cp);
usr.bin/ssh/servconf.c
1399
if (strcmp(arg, "rdomain") != 0 ||
usr.bin/ssh/servconf.c
1451
*charptr = !strcmp(arg, SSH_AUTHSOCKET_ENV_NAME) ?
usr.bin/ssh/servconf.c
1664
if (strcmp(arg, "yes") == 0)
usr.bin/ssh/servconf.c
1666
else if (strcmp(arg, "no") == 0)
usr.bin/ssh/servconf.c
1691
if (strcmp(arg, "default") == 0) {
usr.bin/ssh/servconf.c
1705
if (strcmp(av[0], "none") == 0) {
usr.bin/ssh/servconf.c
1899
if (strcmp(arg, options->subsystem_name[i]) == 0) {
usr.bin/ssh/servconf.c
1993
if (strcmp(arg, "none") == 0) { /* no limit */
usr.bin/ssh/servconf.c
2066
} else if (strcmp(arg, "overflow:deny-all") == 0) {
usr.bin/ssh/servconf.c
2069
} else if (strcmp(arg, "overflow:permissive") == 0) {
usr.bin/ssh/servconf.c
2072
} else if (strcmp(arg, "overflow6:deny-all") == 0) {
usr.bin/ssh/servconf.c
2075
} else if (strcmp(arg, "overflow6:permissive") == 0) {
usr.bin/ssh/servconf.c
2238
if (strcmp(tunmode_desc[i].text, arg) == 0) {
usr.bin/ssh/servconf.c
2276
if (strcmp(item->selector, arg) != 0)
usr.bin/ssh/servconf.c
2373
if (strcmp(arg, "any") == 0 ||
usr.bin/ssh/servconf.c
2374
strcmp(arg, "none") == 0) {
usr.bin/ssh/servconf.c
2558
if (strcmp(arg, "any") == 0) {
usr.bin/ssh/servconf.c
2627
if (strcasecmp(arg, "none") != 0 && strcmp(arg, "%D") != 0 &&
usr.bin/ssh/servconf.c
2810
} else if (strcmp(p, "invalid-user") == 0) {
usr.bin/ssh/servconf.c
2829
if (strcmp(src->subsystem_name[i],
usr.bin/ssh/servconf.c
804
if (strcmp(rdomain, options->listen_addrs[i].rdomain) == 0)
usr.bin/ssh/serverloop.c
615
if (strcmp(ctype, "session") == 0) {
usr.bin/ssh/serverloop.c
617
} else if (strcmp(ctype, "direct-tcpip") == 0) {
usr.bin/ssh/serverloop.c
619
} else if (strcmp(ctype, "direct-streamlocal@openssh.com") == 0) {
usr.bin/ssh/serverloop.c
621
} else if (strcmp(ctype, "tun@openssh.com") == 0) {
usr.bin/ssh/serverloop.c
763
if (strcmp(rtype, "tcpip-forward") == 0) {
usr.bin/ssh/serverloop.c
789
} else if (strcmp(rtype, "cancel-tcpip-forward") == 0) {
usr.bin/ssh/serverloop.c
800
} else if (strcmp(rtype, "streamlocal-forward@openssh.com") == 0) {
usr.bin/ssh/serverloop.c
818
} else if (strcmp(rtype, "cancel-streamlocal-forward@openssh.com") == 0) {
usr.bin/ssh/serverloop.c
825
} else if (strcmp(rtype, "no-more-sessions@openssh.com") == 0) {
usr.bin/ssh/serverloop.c
828
} else if (strcmp(rtype, "hostkeys-prove-00@openssh.com") == 0) {
usr.bin/ssh/serverloop.c
868
if (!strcmp(rtype, "eow@openssh.com")) {
usr.bin/ssh/serverloop.c
873
c->type == SSH_CHANNEL_OPEN) && strcmp(c->ctype, "session") == 0)
usr.bin/ssh/session.c
1462
if (s->used && s->ttyfd != -1 && strcmp(s->tty, tty) == 0) {
usr.bin/ssh/session.c
1563
if (strcmp(s->term, "") == 0) {
usr.bin/ssh/session.c
1607
if (strcmp(s->subsys, options.subsystem_name[i]) == 0) {
usr.bin/ssh/session.c
1610
if (strcmp(INTERNAL_SFTP_NAME, prog) == 0) {
usr.bin/ssh/session.c
1762
#define SSH_SIG(x) if (strcmp(name, #x) == 0) return SIG ## x
usr.bin/ssh/session.c
1771
if (strcmp(name, "INFO@openssh.com") == 0)
usr.bin/ssh/session.c
1856
if (strcmp(rtype, "shell") == 0) {
usr.bin/ssh/session.c
1858
} else if (strcmp(rtype, "exec") == 0) {
usr.bin/ssh/session.c
1860
} else if (strcmp(rtype, "pty-req") == 0) {
usr.bin/ssh/session.c
1862
} else if (strcmp(rtype, "x11-req") == 0) {
usr.bin/ssh/session.c
1864
} else if (strcmp(rtype, "auth-agent-req@openssh.com") == 0) {
usr.bin/ssh/session.c
1866
} else if (strcmp(rtype, "agent-req") == 0) {
usr.bin/ssh/session.c
1868
} else if (strcmp(rtype, "subsystem") == 0) {
usr.bin/ssh/session.c
1870
} else if (strcmp(rtype, "env") == 0) {
usr.bin/ssh/session.c
1874
if (strcmp(rtype, "window-change") == 0) {
usr.bin/ssh/session.c
1876
} else if (strcmp(rtype, "break") == 0) {
usr.bin/ssh/session.c
1878
} else if (strcmp(rtype, "signal") == 0) {
usr.bin/ssh/sftp-client.c
1937
if (strcmp(filename, ".") == 0 ||
usr.bin/ssh/sftp-client.c
1938
strcmp(filename, "..") == 0)
usr.bin/ssh/sftp-client.c
2295
if (strcmp(filename, ".") == 0 || strcmp(filename, "..") == 0)
usr.bin/ssh/sftp-client.c
2769
if (strcmp(filename, ".") == 0 ||
usr.bin/ssh/sftp-client.c
2770
strcmp(filename, "..") == 0)
usr.bin/ssh/sftp-client.c
489
if (strcmp(name, "posix-rename@openssh.com") == 0 &&
usr.bin/ssh/sftp-client.c
490
strcmp((char *)value, "1") == 0) {
usr.bin/ssh/sftp-client.c
493
} else if (strcmp(name, "statvfs@openssh.com") == 0 &&
usr.bin/ssh/sftp-client.c
494
strcmp((char *)value, "2") == 0) {
usr.bin/ssh/sftp-client.c
497
} else if (strcmp(name, "fstatvfs@openssh.com") == 0 &&
usr.bin/ssh/sftp-client.c
498
strcmp((char *)value, "2") == 0) {
usr.bin/ssh/sftp-client.c
501
} else if (strcmp(name, "hardlink@openssh.com") == 0 &&
usr.bin/ssh/sftp-client.c
502
strcmp((char *)value, "1") == 0) {
usr.bin/ssh/sftp-client.c
505
} else if (strcmp(name, "fsync@openssh.com") == 0 &&
usr.bin/ssh/sftp-client.c
506
strcmp((char *)value, "1") == 0) {
usr.bin/ssh/sftp-client.c
509
} else if (strcmp(name, "lsetstat@openssh.com") == 0 &&
usr.bin/ssh/sftp-client.c
510
strcmp((char *)value, "1") == 0) {
usr.bin/ssh/sftp-client.c
513
} else if (strcmp(name, "limits@openssh.com") == 0 &&
usr.bin/ssh/sftp-client.c
514
strcmp((char *)value, "1") == 0) {
usr.bin/ssh/sftp-client.c
517
} else if (strcmp(name, "expand-path@openssh.com") == 0 &&
usr.bin/ssh/sftp-client.c
518
strcmp((char *)value, "1") == 0) {
usr.bin/ssh/sftp-client.c
521
} else if (strcmp(name, "copy-data") == 0 &&
usr.bin/ssh/sftp-client.c
522
strcmp((char *)value, "1") == 0) {
usr.bin/ssh/sftp-client.c
525
} else if (strcmp(name,
usr.bin/ssh/sftp-client.c
527
strcmp((char *)value, "1") == 0) {
usr.bin/ssh/sftp-realpath.c
133
else if (strcmp(next_token, ".") == 0)
usr.bin/ssh/sftp-realpath.c
135
else if (strcmp(next_token, "..") == 0) {
usr.bin/ssh/sftp-server.c
1137
strcmp(path, "/") ? "/" : "", dp->d_name);
usr.bin/ssh/sftp-server.c
1540
if (strcmp(path, "~") == 0) {
usr.bin/ssh/sftp-server.c
1611
!strcmp(handle_to_name(read_handle), handle_to_name(write_handle))) {
usr.bin/ssh/sftp-server.c
176
if (strcmp(name, extended_handlers[i].ext_name) == 0)
usr.bin/ssh/sftp.c
2508
if (strcmp(optarg, "-") != 0 &&
usr.bin/ssh/sftp.c
670
if (strcmp(filename, "..") == 0)
usr.bin/ssh/sftp.c
768
if (strcmp(filename, "..") == 0)
usr.bin/ssh/sftp.c
824
return (rmul * strcmp(a->filename, b->filename));
usr.bin/ssh/sftp.c
936
return (rmul * strcmp(ap, bp));
usr.bin/ssh/sk-usbhid.c
342
if (!strcmp(name[i], opt)) {
usr.bin/ssh/sk-usbhid.c
620
if (strcmp(options[i]->name, "device") == 0) {
usr.bin/ssh/sk-usbhid.c
626
} else if (strcmp(options[i]->name, "user") == 0) {
usr.bin/ssh/sk-usbhid.c
829
} else if (strcmp(fido_cred_fmt(cred), "none") != 0) {
usr.bin/ssh/sk-usbhid.c
996
if (strcmp(options[i]->name, "device") == 0) {
usr.bin/ssh/ssh-add.c
166
if (strcmp(filename, "-") == 0)
usr.bin/ssh/ssh-add.c
280
if (strcmp(filename, "-") == 0) {
usr.bin/ssh/ssh-add.c
330
if (strcmp(pass, "") == 0)
usr.bin/ssh/ssh-add.c
572
if (strcmp(p1, p2) != 0) {
usr.bin/ssh/ssh-agent.c
1196
if (strcmp(ext_name, "sk-provider@openssh.com") == 0) {
usr.bin/ssh/ssh-agent.c
1211
} else if (strcmp(ext_name,
usr.bin/ssh/ssh-agent.c
1234
} else if (strcmp(ext_name,
usr.bin/ssh/ssh-agent.c
1659
if (!strcmp(canonical_provider, id->provider)) {
usr.bin/ssh/ssh-agent.c
1795
if (strcmp(name, "query") == 0)
usr.bin/ssh/ssh-agent.c
1797
else if (strcmp(name, "session-bind@openssh.com") == 0)
usr.bin/ssh/ssh-agent.c
2272
if (strcmp(optarg, "no-restrict-websafe") == 0)
usr.bin/ssh/ssh-agent.c
2274
else if (strcmp(optarg, "allow-remote-pkcs11") == 0)
usr.bin/ssh/ssh-agent.c
720
strcmp(service, "ssh-connection") != 0 ||
usr.bin/ssh/ssh-agent.c
726
if (strcmp(method, "publickey-hostbound-v00@openssh.com") == 0) {
usr.bin/ssh/ssh-agent.c
729
} else if (strcmp(method, "publickey") != 0) {
usr.bin/ssh/ssh-ecdsa-sk.c
258
if (strcmp(ktype, "webauthn-sk-ecdsa-sha2-nistp256@openssh.com") == 0 ||
usr.bin/ssh/ssh-ecdsa-sk.c
259
strcmp(ktype, "webauthn-sk-ecdsa-sha2-nistp256-cert-v01@openssh.com")
usr.bin/ssh/ssh-ecdsa-sk.c
262
else if (strcmp(ktype, "sk-ecdsa-sha2-nistp256@openssh.com") != 0) {
usr.bin/ssh/ssh-ecdsa.c
427
if (strcmp(sshkey_ssh_name_plain(key), ktype) != 0) {
usr.bin/ssh/ssh-ed25519-sk.c
168
if (strcmp(sshkey_ssh_name_plain(key), ktype) != 0) {
usr.bin/ssh/ssh-ed25519.c
250
if (strcmp("ssh-ed25519", ktype) != 0) {
usr.bin/ssh/ssh-keygen.c
1386
if (strcmp(passphrase1, passphrase2) != 0) {
usr.bin/ssh/ssh-keygen.c
1517
if (comment != NULL && strcmp(comment, new_comment) == 0) {
usr.bin/ssh/ssh-keygen.c
1574
if ((r = strcmp(a->key, b->key)) != 0)
usr.bin/ssh/ssh-keygen.c
1578
if (a->val != NULL && (r = strcmp(a->val, b->val)) != 0)
usr.bin/ssh/ssh-keygen.c
1821
if ((cp = strrchr(tmp, '.')) != NULL && strcmp(cp, ".pub") == 0)
usr.bin/ssh/ssh-keygen.c
1920
else if (strcmp(from, "always") == 0)
usr.bin/ssh/ssh-keygen.c
1929
else if (strcmp(to, "forever") == 0)
usr.bin/ssh/ssh-keygen.c
2020
(strcmp(name, "permit-X11-forwarding") == 0 ||
usr.bin/ssh/ssh-keygen.c
2021
strcmp(name, "permit-agent-forwarding") == 0 ||
usr.bin/ssh/ssh-keygen.c
2022
strcmp(name, "permit-port-forwarding") == 0 ||
usr.bin/ssh/ssh-keygen.c
2023
strcmp(name, "permit-pty") == 0 ||
usr.bin/ssh/ssh-keygen.c
2024
strcmp(name, "permit-user-rc") == 0 ||
usr.bin/ssh/ssh-keygen.c
2025
strcmp(name, "no-touch-required") == 0)) {
usr.bin/ssh/ssh-keygen.c
2028
(strcmp(name, "force-command") == 0 ||
usr.bin/ssh/ssh-keygen.c
2029
strcmp(name, "source-address") == 0)) {
usr.bin/ssh/ssh-keygen.c
2035
strcmp(name, "verify-required") == 0) {
usr.bin/ssh/ssh-keygen.c
2114
if (strcmp(identity_file, "-") != 0 && stat(identity_file, &st) == -1)
usr.bin/ssh/ssh-keygen.c
2118
if (strcmp(path, "-") == 0) {
usr.bin/ssh/ssh-keygen.c
2220
if (strcmp(path, "-") == 0) {
usr.bin/ssh/ssh-keygen.c
2357
if (strcmp(path, "-") != 0)
usr.bin/ssh/ssh-keygen.c
2466
strcmp(privpath + plen - slen, suffixes[i]) != 0)
usr.bin/ssh/ssh-keygen.c
2659
if (strcmp(argv[i], "-") != 0)
usr.bin/ssh/ssh-keygen.c
2703
if (strcmp(argv[i], "-") == 0)
usr.bin/ssh/ssh-keygen.c
277
if (strcmp(buf, "") != 0)
usr.bin/ssh/ssh-keygen.c
2923
if (strcmp(out_file, "-") == 0)
usr.bin/ssh/ssh-keygen.c
2979
if (have_identity && strcmp(identity_file, "-") != 0) {
usr.bin/ssh/ssh-keygen.c
2987
if (strcmp(out_file, "-") == 0)
usr.bin/ssh/ssh-keygen.c
3016
if (strcmp(passphrase1, passphrase2) == 0) {
usr.bin/ssh/ssh-keygen.c
3497
if (strcmp(optarg, "generate") == 0)
usr.bin/ssh/ssh-keygen.c
3499
else if (strcmp(optarg, "screen") == 0)
usr.bin/ssh/ssh-keygen.c
464
if (strcmp(cipher, "none") != 0) {
usr.bin/ssh/ssh-keygen.c
903
if (strcmp(identity_file, "-") == 0) {
usr.bin/ssh/ssh-keygen.c
928
if (lnum == 1 && strcmp(identity_file, "-") != 0 &&
usr.bin/ssh/ssh-keyscan.c
689
if (strcmp(optarg, "-") == 0)
usr.bin/ssh/ssh-keysign.c
101
if (strcmp("ssh-connection", p) != 0)
usr.bin/ssh/ssh-keysign.c
108
if (strcmp("hostbased", p) != 0)
usr.bin/ssh/ssh-keysign.c
144
if (strcmp(pw->pw_name, luser) != 0)
usr.bin/ssh/ssh-pkcs11-client.c
66
if (strcmp(helpers[i]->path, path) == 0)
usr.bin/ssh/ssh-pkcs11.c
151
if (!strcmp(provider_id, p->name))
usr.bin/ssh/ssh-rsa.c
326
if (strcmp(ident, "ssh-rsa") == 0)
usr.bin/ssh/ssh-rsa.c
328
if (strcmp(ident, "rsa-sha2-256") == 0)
usr.bin/ssh/ssh-rsa.c
330
if (strcmp(ident, "rsa-sha2-512") == 0)
usr.bin/ssh/ssh-rsa.c
347
if (strcmp(alg, "ssh-rsa-cert-v01@openssh.com") == 0)
usr.bin/ssh/ssh-rsa.c
349
if (strcmp(alg, "rsa-sha2-256-cert-v01@openssh.com") == 0)
usr.bin/ssh/ssh-rsa.c
351
if (strcmp(alg, "rsa-sha2-512-cert-v01@openssh.com") == 0)
usr.bin/ssh/ssh-rsa.c
521
if (alg != NULL && strcmp(alg, "ssh-rsa-cert-v01@openssh.com") != 0) {
usr.bin/ssh/ssh.c
1064
if (optind > 1 && strcmp(av[optind - 1], "--") == 0)
usr.bin/ssh/ssh.c
1282
if (strcmp(options.jump_host, host) == 0 && port == jumpport &&
usr.bin/ssh/ssh.c
1283
strcmp(options.user, jumpuser) == 0)
usr.bin/ssh/ssh.c
1334
strcmp(options.proxy_command, "-") == 0 &&
usr.bin/ssh/ssh.c
1425
user_expanded = strcmp(p, options.user) != 0;
usr.bin/ssh/ssh.c
1533
if (strcmp(options.user_hostfiles[j], p) != 0)
usr.bin/ssh/ssh.c
1554
if (strcmp(value, p) != 0) {
usr.bin/ssh/ssh.c
1568
if (strcmp(cp, p) != 0)
usr.bin/ssh/ssh.c
1577
if (strcmp(cp, p) != 0)
usr.bin/ssh/ssh.c
1589
if (strcmp(cp, p) != 0)
usr.bin/ssh/ssh.c
1598
if (strcmp(cp, p) != 0)
usr.bin/ssh/ssh.c
1734
strcmp(options.identity_agent, SSH_AUTHSOCKET_ENV_NAME) != 0) {
usr.bin/ssh/ssh.c
1735
if (strcmp(options.identity_agent, "none") == 0) {
usr.bin/ssh/ssh.c
2027
if (num_opens == 1 && strcmp(opens[0], "any") == 0)
usr.bin/ssh/ssh.c
2029
if (num_opens == 1 && strcmp(opens[0], "none") == 0) {
usr.bin/ssh/ssh.c
369
strcmp(*namep, cname) == 0)
usr.bin/ssh/ssh.c
750
if (strcmp(optarg, "check") == 0)
usr.bin/ssh/ssh.c
752
else if (strcmp(optarg, "conninfo") == 0)
usr.bin/ssh/ssh.c
754
else if (strcmp(optarg, "channels") == 0)
usr.bin/ssh/ssh.c
756
else if (strcmp(optarg, "forward") == 0)
usr.bin/ssh/ssh.c
758
else if (strcmp(optarg, "exit") == 0)
usr.bin/ssh/ssh.c
760
else if (strcmp(optarg, "stop") == 0)
usr.bin/ssh/ssh.c
762
else if (strcmp(optarg, "cancel") == 0)
usr.bin/ssh/ssh.c
764
else if (strcmp(optarg, "proxy") == 0)
usr.bin/ssh/ssh.c
775
if (strcmp(optarg, "cipher") == 0 ||
usr.bin/ssh/ssh.c
778
else if (strcmp(optarg, "cipher-auth") == 0)
usr.bin/ssh/ssh.c
780
else if (strcmp(optarg, "mac") == 0 ||
usr.bin/ssh/ssh.c
783
else if (strcmp(optarg, "kex") == 0 ||
usr.bin/ssh/ssh.c
786
else if (strcmp(optarg, "key") == 0)
usr.bin/ssh/ssh.c
788
else if (strcmp(optarg, "key-cert") == 0)
usr.bin/ssh/ssh.c
790
else if (strcmp(optarg, "key-plain") == 0)
usr.bin/ssh/ssh.c
792
else if (strcmp(optarg, "key-ca-sign") == 0 ||
usr.bin/ssh/ssh.c
795
else if (strcmp(optarg, "key-sig") == 0 ||
usr.bin/ssh/ssh.c
803
else if (strcmp(optarg, "sig") == 0)
usr.bin/ssh/ssh.c
805
else if (strcmp(optarg, "protocol-version") == 0)
usr.bin/ssh/ssh.c
807
else if (strcmp(optarg, "compression") == 0) {
usr.bin/ssh/ssh.c
813
} else if (strcmp(optarg, "help") == 0) {
usr.bin/ssh/ssh.c
930
else if (strcmp(optarg, "none") == 0)
usr.bin/ssh/sshconnect.c
293
strcmp(ifa->ifa_name, options.bind_interface) != 0)
usr.bin/ssh/sshconnect.c
528
} else if (strcmp(options.proxy_command, "-") == 0) {
usr.bin/ssh/sshconnect.c
567
strcmp(p, fingerprint) == 0))
usr.bin/ssh/sshconnect.c
639
if (strcmp(path, hostfiles[i]) == 0)
usr.bin/ssh/sshconnect.c
974
strcmp(hostname, ip) == 0 || options.proxy_command != NULL))
usr.bin/ssh/sshconnect2.c
1121
if (strcmp(password, retype) != 0) {
usr.bin/ssh/sshconnect2.c
1295
if (strcmp(id->filename, private_id->filename) == 0)
usr.bin/ssh/sshconnect2.c
1300
strcmp(id->filename + (len - slen), suffixes[i]) == 0 &&
usr.bin/ssh/sshconnect2.c
2293
if (strcmp(name, method->name) == 0)
usr.bin/ssh/sshconnect2.c
2319
if (supported == NULL || strcmp(authlist, supported) != 0) {
usr.bin/ssh/sshd-auth.c
630
if (strcmp(options.host_key_agent, SSH_AUTHSOCKET_ENV_NAME))
usr.bin/ssh/sshd-session.c
713
if (strcmp(name, "%D") == 0) {
usr.bin/ssh/sshd-session.c
981
if (strcmp(options.host_key_agent, SSH_AUTHSOCKET_ENV_NAME))
usr.bin/ssh/sshd.c
1522
if (strcmp(options.host_key_agent, SSH_AUTHSOCKET_ENV_NAME))
usr.bin/ssh/sshkey.c
2102
if (strcmp(impl->name, name) != 0)
usr.bin/ssh/sshkey.c
2132
r = strcmp(expected_alg, sigtype) == 0;
usr.bin/ssh/sshkey.c
219
if (impl->name != NULL && strcmp(name, impl->name) == 0)
usr.bin/ssh/sshkey.c
2255
strcmp(alg, k->cert->signature_type) != 0)
usr.bin/ssh/sshkey.c
2314
if (alg != NULL && strcmp(alg, sigtype) != 0) {
usr.bin/ssh/sshkey.c
2402
} else if (strcmp(name, k->cert->principals[i]) == 0) {
usr.bin/ssh/sshkey.c
2616
strcmp(expect_sk_application, k->sk_application) != 0)) ||
usr.bin/ssh/sshkey.c
263
strcmp(name, keyimpls[i]->name) == 0)
usr.bin/ssh/sshkey.c
2812
if (strcmp(kdfname, "bcrypt") == 0) {
usr.bin/ssh/sshkey.c
2822
} else if (strcmp(kdfname, "none") != 0) {
usr.bin/ssh/sshkey.c
3018
if (strcmp(kdfname, "none") != 0 && strcmp(kdfname, "bcrypt") != 0) {
usr.bin/ssh/sshkey.c
3022
if (strcmp(kdfname, "none") == 0 && strcmp(ciphername, "none") != 0) {
usr.bin/ssh/sshkey.c
3027
strcmp(kdfname, "none") != 0) {
usr.bin/ssh/sshkey.c
3048
if (strcmp(kdfname, "bcrypt") == 0) {
usr.bin/ssh/sshkey.c
331
if (names == NULL || strcmp(names, "") == 0)
usr.bin/ssh/sshkey.c
549
if (strcmp(name, "nistp256") == 0)
usr.bin/ssh/sshkey.c
551
else if (strcmp(name, "nistp384") == 0)
usr.bin/ssh/sshkey.c
553
else if (strcmp(name, "nistp521") == 0)
usr.bin/ssh/sshkey.c
770
if (strcmp(a->sk_application, b->sk_application) != 0)
usr.bin/ssh/sshlogin.c
132
if (strcmp(hostname, "") == 0)
usr.bin/ssh/sshlogin.c
170
if (strcmp(user, "") != 0) {
usr.bin/ssh/sshsig.c
193
if (strcmp(hashalg, "sha256") == 0)
usr.bin/ssh/sshsig.c
195
else if (strcmp(hashalg, "sha512") == 0)
usr.bin/ssh/sshsig.c
353
if (strcmp(expect_namespace, got_namespace) != 0) {
usr.bin/ssh/sshsig.c
360
if (strcmp(hashalg, sig_hashalg) != 0) {
usr.bin/ssh/utf8.c
55
return strcmp(loc, "UTF-8") != 0 &&
usr.bin/ssh/utf8.c
56
strcmp(loc, "US-ASCII") != 0 && /* OpenBSD */
usr.bin/ssh/utf8.c
57
strcmp(loc, "ANSI_X3.4-1968") != 0 && /* Linux */
usr.bin/ssh/utf8.c
58
strcmp(loc, "ISO8859-1") != 0 && /* AIX */
usr.bin/ssh/utf8.c
59
strcmp(loc, "646") != 0 && /* Solaris, NetBSD */
usr.bin/ssh/utf8.c
60
strcmp(loc, "") != 0; /* Solaris 6 */
usr.bin/su/su.c
267
iscsh = strcmp(avshell, "csh") ? NO : YES;
usr.bin/su/su.c
391
strcmp(style, LOGIN_DEFSTYLE) != 0) &&
usr.bin/su/su.c
402
if (strcmp(from, *g) == 0) {
usr.bin/su/su.c
429
if (strcmp(cp, sh) == 0) {
usr.bin/systat/malloc.c
152
return strcmp(t1->name, t2->name) * sortdir;
usr.bin/systat/mbufs.c
157
if (strcmp(pname, "mbufpl") == 0) {
usr.bin/systat/netstat.c
101
#define streq(a,b) (strcmp(a,b)==0)
usr.bin/systat/pftop.c
1480
if (!strcmp(node->qs.qname, qname)
usr.bin/systat/pftop.c
1481
&& !(strcmp(node->qs.ifname, ifname)))
usr.bin/systat/pool.c
224
return strcmp(p1->name, p2->name) * sortdir;
usr.bin/systat/pool.c
589
return strcmp(pc1->name, pc2->name) * sortdir;
usr.bin/systat/sensors.c
149
if (devnames[dev] && strcmp(devnames[dev], sensordev.xname)) {
usr.bin/tail/forward.c
350
if (strcmp(reopen[i]->fname, tf->fname) == 0)
usr.bin/talk/get_addrs.c
57
if (strcmp(his_machine_name, my_machine_name)) {
usr.bin/talk/get_names.c
59
if (argc > 1 && !strcmp(argv[1], "-H")) {
usr.bin/talk/get_names.c
66
if (argc > 1 && !strcmp(argv[1], "-s")) {
usr.bin/tcpbench/tcpbench.c
1036
if (strcmp(s, t->keyword) == 0) {
usr.bin/tcpbench/tcpbench.c
322
if (strcmp(allowed_kvars[i], var) == 0)
usr.bin/tcpbench/tcpbench.c
410
if (strcmp(ptb->kvars[j], S(v)) == 0) { \
usr.bin/telnet/commands.c
1414
if (strcmp(ep->var, var) == 0)
usr.bin/telnet/commands.c
1759
if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?"))
usr.bin/telnet/commands.c
1761
if (strcmp(*argv, "-l") == 0) {
usr.bin/telnet/commands.c
1770
if (strcmp(*argv, "-b") == 0) {
usr.bin/telnet/commands.c
1778
if (strcmp(*argv, "-a") == 0) {
usr.bin/telnet/commands.c
808
if ((argc == 2) || (strcmp("on", argv[2]) == 0))
usr.bin/telnet/commands.c
810
else if (strcmp("off", argv[2]) == 0)
usr.bin/telnet/commands.c
834
if (strcmp("off", argv[2])) {
usr.bin/telnet/telnet.c
1372
if ((strcmp(ep, "USER") == 0) ||
usr.bin/telnet/telnet.c
1373
(strcmp(ep, "DISPLAY") == 0) ||
usr.bin/telnet/telnet.c
1374
(strcmp(ep, "PRINTER") == 0) ||
usr.bin/telnet/telnet.c
1375
(strcmp(ep, "SYSTEMTYPE") == 0) ||
usr.bin/telnet/telnet.c
1376
(strcmp(ep, "JOB") == 0) ||
usr.bin/telnet/telnet.c
1377
(strcmp(ep, "ACCT") == 0))
usr.bin/telnet/utilities.c
76
if (file && (strcmp(file, "-") != 0)) {
usr.bin/tftp/main.c
277
if (strcmp(argv[1], p->m_name) == 0)
usr.bin/tftp/tftp.c
144
convert = !strcmp(mode, "netascii");
usr.bin/tftp/tftp.c
290
convert = !strcmp(mode, "netascii");
usr.bin/tftp/tftp.c
433
if (strcmp(a, b) != 0)
usr.bin/tic/dump_entry.c
1028
&& !strcmp(init_3string, termcap_reset))
usr.bin/tic/dump_entry.c
1032
&& !strcmp(reset_2string, termcap_reset))
usr.bin/tic/dump_entry.c
1092
if (strcmp(capability, trimmed_sgr0)) {
usr.bin/tic/dump_entry.c
1334
&& !strcmp(name, strnames[n])) {
usr.bin/tic/dump_entry.c
219
else if (!strcmp(version, "SVr1") || !strcmp(version, "SVR1")
usr.bin/tic/dump_entry.c
220
|| !strcmp(version, "Ultrix"))
usr.bin/tic/dump_entry.c
222
else if (!strcmp(version, "HP"))
usr.bin/tic/dump_entry.c
224
else if (!strcmp(version, "AIX"))
usr.bin/tic/dump_entry.c
226
else if (!strcmp(version, "BSD"))
usr.bin/tic/dump_entry.c
736
if (!strcmp(buffer->text + need, leading)) {
usr.bin/tic/tic.c
1143
vt100_smacs = (!strcmp("\033(0", enter_alt_charset_mode)
usr.bin/tic/tic.c
1145
: (!strcmp("\016", enter_alt_charset_mode)
usr.bin/tic/tic.c
1150
vt100_rmacs = (!strcmp("\033(B", exit_alt_charset_mode)
usr.bin/tic/tic.c
1152
: (!strcmp("\017", exit_alt_charset_mode)
usr.bin/tic/tic.c
1157
vt100_enacs = (!strcmp("\033(B\033)0", ena_acs)
usr.bin/tic/tic.c
1200
if (*missing != '\0' && strcmp(missing, boxes)) {
usr.bin/tic/tic.c
1226
same += !strcmp(oldvalue, newvalue);
usr.bin/tic/tic.c
1361
if (!strcmp(list[j], list[k])) {
usr.bin/tic/tic.c
1380
if (!strcmp(list[0], "\n"))
usr.bin/tic/tic.c
1382
if (!strcmp(list[2], "\b"))
usr.bin/tic/tic.c
1524
if (PRESENT(cursor_down) && strcmp(cursor_down, "\n"))
usr.bin/tic/tic.c
1526
if (PRESENT(cursor_left) && strcmp(cursor_left, "\b"))
usr.bin/tic/tic.c
1570
if (!strcmp(final, "qsrpn"))
usr.bin/tic/tic.c
1748
have_kmouse = !strcmp("\033[M", key_mouse);
usr.bin/tic/tic.c
1884
if (!strcmp(name, table[n].name)) {
usr.bin/tic/tic.c
1977
if (!strcmp(name, table[n])) {
usr.bin/tic/tic.c
2000
if (!strcmp(name, "smgrp")
usr.bin/tic/tic.c
2005
if (!strcmp(name, "smglp")
usr.bin/tic/tic.c
2010
if (!strcmp(name, "smgbp")
usr.bin/tic/tic.c
2015
if (!strcmp(name, "smgtp")
usr.bin/tic/tic.c
2105
if (!strcmp(name, "setf")
usr.bin/tic/tic.c
2106
|| !strcmp(name, "setb")
usr.bin/tic/tic.c
2107
|| !strcmp(name, "setaf")
usr.bin/tic/tic.c
2108
|| !strcmp(name, "setab")) {
usr.bin/tic/tic.c
2216
if (!strcmp(name, "flash") ||
usr.bin/tic/tic.c
2217
!strcmp(name, "beep")) {
usr.bin/tic/tic.c
2471
if (!strcmp(name, "setf")
usr.bin/tic/tic.c
2472
|| !strcmp(name, "setb")
usr.bin/tic/tic.c
2473
|| !strcmp(name, "setaf")
usr.bin/tic/tic.c
2474
|| !strcmp(name, "setab")) {
usr.bin/tic/tic.c
2482
if (strcmp(ti_check, tc_check)) {
usr.bin/tic/tic.c
2839
if (!strncmp(find, test, size) && strcmp(find, test)) {
usr.bin/tic/tic.c
3092
if (!strcmp(value, expect))
usr.bin/tic/tic.c
461
if (!strcmp(filename, "-")) {
usr.bin/tic/tic.c
586
if (strcmp(result + need - sizeof(suffix), suffix)) {
usr.bin/tic/tic.c
959
if (!strcmp(source_file, "-")) {
usr.bin/tic/tparm_type.c
71
if (!strcmp(name, table[n].name)) {
usr.bin/tmux/cmd-capture-pane.c
147
if (Sflag != NULL && strcmp(Sflag, "-") == 0)
usr.bin/tmux/cmd-capture-pane.c
164
if (Eflag != NULL && strcmp(Eflag, "-") == 0)
usr.bin/tmux/cmd-display-menu.c
234
if (xp == NULL || strcmp(xp, "C") == 0)
usr.bin/tmux/cmd-display-menu.c
236
else if (strcmp(xp, "R") == 0)
usr.bin/tmux/cmd-display-menu.c
238
else if (strcmp(xp, "P") == 0)
usr.bin/tmux/cmd-display-menu.c
240
else if (strcmp(xp, "M") == 0)
usr.bin/tmux/cmd-display-menu.c
242
else if (strcmp(xp, "W") == 0)
usr.bin/tmux/cmd-display-menu.c
256
if (yp == NULL || strcmp(yp, "C") == 0)
usr.bin/tmux/cmd-display-menu.c
258
else if (strcmp(yp, "P") == 0)
usr.bin/tmux/cmd-display-menu.c
260
else if (strcmp(yp, "M") == 0)
usr.bin/tmux/cmd-display-menu.c
262
else if (strcmp(yp, "S") == 0)
usr.bin/tmux/cmd-display-menu.c
264
else if (strcmp(yp, "W") == 0)
usr.bin/tmux/cmd-display-menu.c
309
if (strcmp(args_get(args, 'C'), "-") == 0)
usr.bin/tmux/cmd-find.c
1010
if (strcmp(target, "=") == 0 || strcmp(target, "{mouse}") == 0) {
usr.bin/tmux/cmd-find.c
1040
if (strcmp(target, "~") == 0 || strcmp(target, "{marked}") == 0) {
usr.bin/tmux/cmd-find.c
1310
if (strcmp(copy, c->name) == 0)
usr.bin/tmux/cmd-find.c
1315
if (strcmp(copy, c->ttyname) == 0)
usr.bin/tmux/cmd-find.c
1319
if (strcmp(copy, c->ttyname + (sizeof _PATH_DEV) - 1) == 0)
usr.bin/tmux/cmd-find.c
241
if (strcmp(s, table[i][0]) == 0)
usr.bin/tmux/cmd-find.c
406
if (strcmp(window, "!") == 0) {
usr.bin/tmux/cmd-find.c
413
} else if (strcmp(window, "^") == 0) {
usr.bin/tmux/cmd-find.c
420
} else if (strcmp(window, "$") == 0) {
usr.bin/tmux/cmd-find.c
450
if (strcmp(window, wl->window->name) == 0) {
usr.bin/tmux/cmd-find.c
585
if (strcmp(pane, "!") == 0) {
usr.bin/tmux/cmd-find.c
590
} else if (strcmp(pane, "{up-of}") == 0) {
usr.bin/tmux/cmd-find.c
595
} else if (strcmp(pane, "{down-of}") == 0) {
usr.bin/tmux/cmd-find.c
600
} else if (strcmp(pane, "{left-of}") == 0) {
usr.bin/tmux/cmd-find.c
605
} else if (strcmp(pane, "{right-of}") == 0) {
usr.bin/tmux/cmd-find.c
90
if (wp->fd != -1 && strcmp(wp->tty, c->ttyname) == 0)
usr.bin/tmux/cmd-find.c
995
if (strcmp(target, "@") == 0 ||
usr.bin/tmux/cmd-find.c
996
strcmp(target, "{active}") == 0 ||
usr.bin/tmux/cmd-find.c
997
strcmp(target, "{current}") == 0) {
usr.bin/tmux/cmd-new-session.c
208
if (strcmp(tmp, "-") == 0) {
usr.bin/tmux/cmd-new-session.c
224
if (strcmp(tmp, "-") == 0) {
usr.bin/tmux/cmd-new-window.c
77
if (strcmp(wl->window->name, expanded) != 0)
usr.bin/tmux/cmd-parse.y
1345
if (strcmp(yylval.token, "%hidden") == 0) {
usr.bin/tmux/cmd-parse.y
1349
if (strcmp(yylval.token, "%if") == 0) {
usr.bin/tmux/cmd-parse.y
1353
if (strcmp(yylval.token, "%else") == 0) {
usr.bin/tmux/cmd-parse.y
1357
if (strcmp(yylval.token, "%elif") == 0) {
usr.bin/tmux/cmd-parse.y
1361
if (strcmp(yylval.token, "%endif") == 0) {
usr.bin/tmux/cmd-refresh-client.c
153
if (strcmp(split, "on") == 0)
usr.bin/tmux/cmd-refresh-client.c
155
else if (strcmp(split, "off") == 0)
usr.bin/tmux/cmd-refresh-client.c
157
else if (strcmp(split, "continue") == 0)
usr.bin/tmux/cmd-refresh-client.c
159
else if (strcmp(split, "pause") == 0)
usr.bin/tmux/cmd-refresh-client.c
65
if (strcmp(what, "%*") == 0)
usr.bin/tmux/cmd-refresh-client.c
69
else if (strcmp(what, "@*") == 0)
usr.bin/tmux/cmd-rename-session.c
62
if (strcmp(newname, s->name) == 0) {
usr.bin/tmux/cmd-source-file.c
211
if (strcmp(path, "-") == 0) {
usr.bin/tmux/cmd-switch-client.c
66
(tflag[strcspn(tflag, ":.%")] != '\0' || strcmp(tflag, "=") == 0)) {
usr.bin/tmux/cmd-wait-for.c
68
return (strcmp(wc1->name, wc2->name));
usr.bin/tmux/cmd.c
468
if (entry->alias != NULL && strcmp(entry->alias, name) == 0) {
usr.bin/tmux/cmd.c
480
if (strcmp(entry->name, name) == 0)
usr.bin/tmux/colour.c
263
if (strcasecmp(s, "black") == 0 || strcmp(s, "0") == 0)
usr.bin/tmux/colour.c
265
if (strcasecmp(s, "red") == 0 || strcmp(s, "1") == 0)
usr.bin/tmux/colour.c
267
if (strcasecmp(s, "green") == 0 || strcmp(s, "2") == 0)
usr.bin/tmux/colour.c
269
if (strcasecmp(s, "yellow") == 0 || strcmp(s, "3") == 0)
usr.bin/tmux/colour.c
271
if (strcasecmp(s, "blue") == 0 || strcmp(s, "4") == 0)
usr.bin/tmux/colour.c
273
if (strcasecmp(s, "magenta") == 0 || strcmp(s, "5") == 0)
usr.bin/tmux/colour.c
275
if (strcasecmp(s, "cyan") == 0 || strcmp(s, "6") == 0)
usr.bin/tmux/colour.c
277
if (strcasecmp(s, "white") == 0 || strcmp(s, "7") == 0)
usr.bin/tmux/colour.c
279
if (strcasecmp(s, "brightblack") == 0 || strcmp(s, "90") == 0)
usr.bin/tmux/colour.c
281
if (strcasecmp(s, "brightred") == 0 || strcmp(s, "91") == 0)
usr.bin/tmux/colour.c
283
if (strcasecmp(s, "brightgreen") == 0 || strcmp(s, "92") == 0)
usr.bin/tmux/colour.c
285
if (strcasecmp(s, "brightyellow") == 0 || strcmp(s, "93") == 0)
usr.bin/tmux/colour.c
287
if (strcasecmp(s, "brightblue") == 0 || strcmp(s, "94") == 0)
usr.bin/tmux/colour.c
289
if (strcasecmp(s, "brightmagenta") == 0 || strcmp(s, "95") == 0)
usr.bin/tmux/colour.c
291
if (strcasecmp(s, "brightcyan") == 0 || strcmp(s, "96") == 0)
usr.bin/tmux/colour.c
293
if (strcasecmp(s, "brightwhite") == 0 || strcmp(s, "97") == 0)
usr.bin/tmux/control.c
1020
if (csw->last != NULL && strcmp(value, csw->last) == 0) {
usr.bin/tmux/control.c
162
return (strcmp(csub1->name, csub2->name));
usr.bin/tmux/control.c
858
if (csub->last != NULL && strcmp(value, csub->last) == 0) {
usr.bin/tmux/control.c
905
if (csp->last != NULL && strcmp(value, csp->last) == 0) {
usr.bin/tmux/control.c
940
if (csp->last != NULL && strcmp(value, csp->last) == 0) {
usr.bin/tmux/control.c
985
if (csw->last != NULL && strcmp(value, csw->last) == 0) {
usr.bin/tmux/environ.c
39
return (strcmp(envent1->name, envent2->name));
usr.bin/tmux/file.c
306
if (strcmp(path, "-") == 0) {
usr.bin/tmux/file.c
380
if (strcmp(path, "-") == 0) {
usr.bin/tmux/format-draw.c
59
return (strcmp(fr->string, sy->range_string) == 0);
usr.bin/tmux/format.c
1536
if (strcmp(ft->c->keytable->name, name) == 0)
usr.bin/tmux/format.c
187
return (strcmp(fe1->key, fe2->key));
usr.bin/tmux/format.c
3703
return (strcmp(key, entry->key));
usr.bin/tmux/format.c
396
if (fj->expanded == NULL || strcmp(expanded, fj->expanded) != 0) {
usr.bin/tmux/format.c
4504
if (strcmp(s->name, name) == 0) {
usr.bin/tmux/format.c
4583
if (strcmp(wl->window->name, name) == 0) {
usr.bin/tmux/format.c
4816
if (strcmp(mexp->argv[0], "+") == 0)
usr.bin/tmux/format.c
4818
else if (strcmp(mexp->argv[0], "-") == 0)
usr.bin/tmux/format.c
4820
else if (strcmp(mexp->argv[0], "*") == 0)
usr.bin/tmux/format.c
4822
else if (strcmp(mexp->argv[0], "/") == 0)
usr.bin/tmux/format.c
4824
else if (strcmp(mexp->argv[0], "%") == 0 ||
usr.bin/tmux/format.c
4825
strcmp(mexp->argv[0], "m") == 0)
usr.bin/tmux/format.c
4827
else if (strcmp(mexp->argv[0], "==") == 0)
usr.bin/tmux/format.c
4829
else if (strcmp(mexp->argv[0], "!=") == 0)
usr.bin/tmux/format.c
4831
else if (strcmp(mexp->argv[0], ">") == 0)
usr.bin/tmux/format.c
4833
else if (strcmp(mexp->argv[0], "<") == 0)
usr.bin/tmux/format.c
4835
else if (strcmp(mexp->argv[0], ">=") == 0)
usr.bin/tmux/format.c
4837
else if (strcmp(mexp->argv[0], "<=") == 0)
usr.bin/tmux/format.c
5146
if (strcmp(fm->modifier, "||") == 0 ||
usr.bin/tmux/format.c
5147
strcmp(fm->modifier, "&&") == 0)
usr.bin/tmux/format.c
5149
else if (strcmp(fm->modifier, "!!") == 0)
usr.bin/tmux/format.c
5151
else if (strcmp(fm->modifier, "==") == 0 ||
usr.bin/tmux/format.c
5152
strcmp(fm->modifier, "!=") == 0 ||
usr.bin/tmux/format.c
5153
strcmp(fm->modifier, ">=") == 0 ||
usr.bin/tmux/format.c
5154
strcmp(fm->modifier, "<=") == 0)
usr.bin/tmux/format.c
5251
if (strcmp(bool_op_n->modifier, "||") == 0)
usr.bin/tmux/format.c
5253
else if (strcmp(bool_op_n->modifier, "&&") == 0)
usr.bin/tmux/format.c
5265
if (strcmp(cmp->modifier, "==") == 0) {
usr.bin/tmux/format.c
5266
if (strcmp(left, right) == 0)
usr.bin/tmux/format.c
5270
} else if (strcmp(cmp->modifier, "!=") == 0) {
usr.bin/tmux/format.c
5271
if (strcmp(left, right) != 0)
usr.bin/tmux/format.c
5275
} else if (strcmp(cmp->modifier, "<") == 0) {
usr.bin/tmux/format.c
5276
if (strcmp(left, right) < 0)
usr.bin/tmux/format.c
5280
} else if (strcmp(cmp->modifier, ">") == 0) {
usr.bin/tmux/format.c
5281
if (strcmp(left, right) > 0)
usr.bin/tmux/format.c
5285
} else if (strcmp(cmp->modifier, "<=") == 0) {
usr.bin/tmux/format.c
5286
if (strcmp(left, right) <= 0)
usr.bin/tmux/format.c
5290
} else if (strcmp(cmp->modifier, ">=") == 0) {
usr.bin/tmux/format.c
5291
if (strcmp(left, right) >= 0)
usr.bin/tmux/format.c
5295
} else if (strcmp(cmp->modifier, "m") == 0)
usr.bin/tmux/format.c
5330
if (strcmp(found, condition) == 0) {
usr.bin/tmux/format.c
5424
if (marker != NULL && strcmp(new, value) != 0) {
usr.bin/tmux/format.c
5435
if (marker != NULL && strcmp(new, value) != 0) {
usr.bin/tmux/format.c
5532
if (format_logging(ft) && strcmp(expanded, fmt) != 0)
usr.bin/tmux/format.c
84
return (strcmp(fj1->cmd, fj2->cmd));
usr.bin/tmux/hyperlinks.c
93
r = strcmp(left->internal_id, right->internal_id);
usr.bin/tmux/hyperlinks.c
96
return (strcmp(left->uri, right->uri));
usr.bin/tmux/input.c
2843
if (strcmp(s, "?") == 0) {
usr.bin/tmux/input.c
2971
if (strcmp(p, "?") == 0) {
usr.bin/tmux/input.c
3021
if (strcmp(p, "?") == 0) {
usr.bin/tmux/input.c
3064
if (strcmp(p, "?") == 0) {
usr.bin/tmux/input.c
3167
if (strcmp(end, "?") == 0) {
usr.bin/tmux/input.c
776
return (strcmp(ictx->interm_buf, entry->interm));
usr.bin/tmux/key-bindings.c
83
return (strcmp(table1->name, table2->name));
usr.bin/tmux/layout-set.c
59
if (strcmp(layout_sets[i].name, name) == 0)
usr.bin/tmux/names.c
96
if (strcmp(name, w->name) != 0) {
usr.bin/tmux/notify.c
130
if (strcmp(ne->name, "pane-mode-changed") == 0)
usr.bin/tmux/notify.c
132
if (strcmp(ne->name, "window-layout-changed") == 0)
usr.bin/tmux/notify.c
134
if (strcmp(ne->name, "window-pane-changed") == 0)
usr.bin/tmux/notify.c
136
if (strcmp(ne->name, "window-unlinked") == 0)
usr.bin/tmux/notify.c
138
if (strcmp(ne->name, "window-linked") == 0)
usr.bin/tmux/notify.c
140
if (strcmp(ne->name, "window-renamed") == 0)
usr.bin/tmux/notify.c
142
if (strcmp(ne->name, "client-session-changed") == 0)
usr.bin/tmux/notify.c
144
if (strcmp(ne->name, "client-detached") == 0)
usr.bin/tmux/notify.c
146
if (strcmp(ne->name, "session-renamed") == 0)
usr.bin/tmux/notify.c
148
if (strcmp(ne->name, "session-created") == 0)
usr.bin/tmux/notify.c
150
if (strcmp(ne->name, "session-closed") == 0)
usr.bin/tmux/notify.c
152
if (strcmp(ne->name, "session-window-changed") == 0)
usr.bin/tmux/notify.c
154
if (strcmp(ne->name, "paste-buffer-changed") == 0)
usr.bin/tmux/notify.c
156
if (strcmp(ne->name, "paste-buffer-deleted") == 0)
usr.bin/tmux/options.c
1018
if (strcmp(oe->name, "default-shell") == 0 && !checkshell(value)) {
usr.bin/tmux/options.c
104
if (strcmp(map->from, name) == 0)
usr.bin/tmux/options.c
1043
else if (strcmp(value, "1") == 0 ||
usr.bin/tmux/options.c
1047
else if (strcmp(value, "0") == 0 ||
usr.bin/tmux/options.c
1067
if (strcmp(*cp, value) == 0)
usr.bin/tmux/options.c
1189
if (strcmp(name, "automatic-rename") == 0) {
usr.bin/tmux/options.c
1197
if (strcmp(name, "cursor-colour") == 0) {
usr.bin/tmux/options.c
1201
if (strcmp(name, "cursor-style") == 0) {
usr.bin/tmux/options.c
1205
if (strcmp(name, "fill-character") == 0) {
usr.bin/tmux/options.c
1209
if (strcmp(name, "key-table") == 0) {
usr.bin/tmux/options.c
1213
if (strcmp(name, "user-keys") == 0) {
usr.bin/tmux/options.c
1219
if (strcmp(name, "status") == 0 ||
usr.bin/tmux/options.c
1220
strcmp(name, "status-interval") == 0)
usr.bin/tmux/options.c
1222
if (strcmp(name, "monitor-silence") == 0)
usr.bin/tmux/options.c
1224
if (strcmp(name, "window-style") == 0 ||
usr.bin/tmux/options.c
1225
strcmp(name, "window-active-style") == 0) {
usr.bin/tmux/options.c
1233
if (strcmp(name, "pane-colours") == 0) {
usr.bin/tmux/options.c
1237
if (strcmp(name, "pane-border-status") == 0 ||
usr.bin/tmux/options.c
1238
strcmp(name, "pane-scrollbars") == 0 ||
usr.bin/tmux/options.c
1239
strcmp(name, "pane-scrollbars-position") == 0) {
usr.bin/tmux/options.c
1243
if (strcmp(name, "pane-scrollbars-style") == 0) {
usr.bin/tmux/options.c
1251
if (strcmp(name, "codepoint-widths") == 0)
usr.bin/tmux/options.c
1253
if (strcmp(name, "input-buffer-size") == 0)
usr.bin/tmux/options.c
1255
if (strcmp(name, "history-limit") == 0) {
usr.bin/tmux/options.c
686
if (strcmp(oe->name, name) == 0) {
usr.bin/tmux/options.c
866
if (strcmp(oe->name, name) == 0)
usr.bin/tmux/options.c
95
return (strcmp(lhs->name, rhs->name));
usr.bin/tmux/paste.c
50
return (strcmp(a->name, b->name));
usr.bin/tmux/procname.c
71
if (strcmp(p1->p_comm, p2->p_comm) < 0)
usr.bin/tmux/procname.c
73
if (strcmp(p1->p_comm, p2->p_comm) > 0)
usr.bin/tmux/server-client.c
1222
strcmp(table->name, "prefix") != 0) {
usr.bin/tmux/server-client.c
1246
strcmp(table->name, "prefix") == 0 &&
usr.bin/tmux/server-client.c
2099
if (c->title == NULL || strcmp(title, c->title) != 0) {
usr.bin/tmux/server-client.c
2122
if (c->path == NULL || strcmp(path, c->path) != 0) {
usr.bin/tmux/server-client.c
236
if (strcmp(wp->tty, c->ttyname) == 0)
usr.bin/tmux/server-client.c
2534
if (strcmp(next, "pause-after") == 0) {
usr.bin/tmux/server-client.c
2542
if (strcmp(next, "no-output") == 0)
usr.bin/tmux/server-client.c
2544
if (strcmp(next, "wait-exit") == 0)
usr.bin/tmux/server-client.c
2567
if (strcmp(next, "read-only") == 0)
usr.bin/tmux/server-client.c
2569
else if (strcmp(next, "ignore-size") == 0)
usr.bin/tmux/server-client.c
2571
else if (strcmp(next, "active-pane") == 0)
usr.bin/tmux/server-client.c
2573
else if (strcmp(next, "no-detach-on-destroy") == 0)
usr.bin/tmux/server-client.c
285
return (strcmp(table->name, server_client_get_key_table(c)) == 0);
usr.bin/tmux/server-client.c
344
if (strcmp(c->ttyname, ttynam) == 0||
usr.bin/tmux/server-client.c
347
strcmp(c->ttyname, ttynam) == 0) ||
usr.bin/tmux/server-client.c
350
strcmp(c->ttyname, ttynam) == 0) ||
usr.bin/tmux/server-client.c
353
strcmp(c->ttyname, ttynam) == 0))) {
usr.bin/tmux/session.c
45
return (strcmp(s1->name, s2->name));
usr.bin/tmux/session.c
52
return (strcmp(s1->name, s2->name));
usr.bin/tmux/sort.c
101
result = strcmp(ca->name, cb->name);
usr.bin/tmux/sort.c
128
result = strcmp(ca->name, cb->name);
usr.bin/tmux/sort.c
170
result = strcmp(sa->name, sb->name);
usr.bin/tmux/sort.c
180
result = strcmp(sa->name, sb->name);
usr.bin/tmux/sort.c
212
result = strcmp(a->screen->title, b->screen->title);
usr.bin/tmux/sort.c
221
result = strcmp(a->screen->title, b->screen->title);
usr.bin/tmux/sort.c
265
result = strcmp(wa->name, wb->name);
usr.bin/tmux/sort.c
277
result = strcmp(wa->name, wb->name);
usr.bin/tmux/sort.c
65
result = strcmp(pa->name, pb->name);
usr.bin/tmux/sort.c
82
result = strcmp(pa->name, pb->name);
usr.bin/tmux/status.c
1733
strcmp(status_prompt_hlist[type][oldsize - 1], line) == 0)
usr.bin/tmux/status.c
1779
if (strcmp((*list)[i], s) == 0)
usr.bin/tmux/status.c
2063
return (strcmp(*aa, *bb));
usr.bin/tmux/status.c
2176
if (out != NULL && strcmp(word, out) == 0) {
usr.bin/tmux/status.c
2196
if (strcmp(type, status_prompt_type_string(i)) == 0)
usr.bin/tmux/status.c
430
strcmp(expanded, sle->expanded) == 0) {
usr.bin/tmux/style.c
229
if (strcmp(tmp + 2, "attr") == 0)
usr.bin/tmux/tmux.c
107
if (strcmp(ptr, progname) == 0)
usr.bin/tmux/tmux.c
176
if (strcmp(path, (*paths)[i]) == 0)
usr.bin/tmux/tmux.c
319
if (strcmp(resolved1, resolved2) != 0)
usr.bin/tmux/tty-acs.c
200
return (strcmp(test, entry->string));
usr.bin/tmux/tty-features.c
524
if (strcmp(table[i].name, name) != 0)
usr.bin/tmux/tty-term.c
399
if (strcmp(s, ent->name) != 0)
usr.bin/tmux/tty.c
707
if (strcmp(s, "screen") != 0 && strncmp(s, "screen-", 7) != 0) {
usr.bin/tmux/window-copy.c
2641
} else if (ss != NULL && strcmp(arg0, ss) != 0) {
usr.bin/tmux/window-copy.c
2696
} else if (ss != NULL && strcmp(arg0, ss) != 0) {
usr.bin/tmux/window-copy.c
3357
if (strcmp(window_copy_cmd_table[i].command, command) == 0) {
usr.bin/tmux/window-copy.c
4123
visible_only = (strcmp(wp->searchstr, str) == 0);
usr.bin/tmux/window-customize.c
1270
if (strcmp(s, "Repeat") == 0)
usr.bin/tmux/window-customize.c
1272
else if (strcmp(s, "Command") == 0) {
usr.bin/tmux/window-customize.c
1289
} else if (strcmp(s, "Note") == 0) {
usr.bin/tmux/window-customize.c
357
if (strcmp((*list)[i], name) == 0)
usr.bin/tmux/window-customize.c
636
if (strcmp(cmd, default_cmd) != 0 &&
usr.bin/tmux/window-customize.c
730
if (strcmp(default_value, value) == 0) {
usr.bin/tmux/window-customize.c
740
if (strcmp(expanded, value) != 0) {
usr.bin/top/commands.c
253
return (strcmp(p1->arg, p2->arg));
usr.bin/top/machine.c
632
if ((result = strcmp(p1->p_comm, p2->p_comm)) == 0)
usr.bin/tput/tput.c
198
if (strcmp(name, "longname") == 0) {
usr.bin/tput/tput.c
205
if (strcmp(name, "clear") == 0) {
usr.bin/tput/tput.c
427
(!strcmp(argv[optind], "reset") ||
usr.bin/tput/tput.c
428
!strcmp(argv[optind], "init"))));
usr.bin/tr/str.c
206
return (strcmp(((CLASS *)a)->name, ((CLASS *)b)->name));
usr.bin/tset/tset.c
504
if (mapp->porttype == 0 || !strcmp(mapp->porttype, type)) {
usr.bin/tset/tset.c
598
if (t != 0 && d != 0 && !strcmp(d, p)) {
usr.bin/tset/tset.c
720
&& !strcmp(leaf + len - 3, "csh"))
usr.bin/unexpand/unexpand.c
60
if (strcmp(argv[0], "-a") != 0) {
usr.bin/unifdef/unifdef.c
397
if (ifn == NULL || strcmp(ifn, "-") == 0) {
usr.bin/unifdef/unifdef.c
408
if (strcmp(ofn, "-") == 0) {
usr.bin/uniq/uniq.c
109
if (argc >= 1 && strcmp(argv[0], "-") != 0) {
usr.bin/uniq/uniq.c
113
if (argc == 2 && strcmp(argv[1], "-") != 0) {
usr.bin/uniq/uniq.c
149
if ((iflag ? strcasecmp : strcmp)(p, t)) {
usr.bin/units/units.c
142
if (!strcmp(prefixtable[i].prefixname, lineptr))
usr.bin/units/units.c
172
if (!strcmp(unittable[i].uname, lineptr))
usr.bin/units/units.c
233
!strcmp(*ptr, *(ptr - 1)))
usr.bin/units/units.c
249
!strcmp(*ptr, *(ptr - 1)))
usr.bin/units/units.c
374
return strcmp(*(char **) item1, *(char **) item2);
usr.bin/units/units.c
401
comp = strcmp(*den, *num);
usr.bin/units/units.c
432
if (!strcmp(unittable[i].uname, unit))
usr.bin/units/units.c
443
if (!strcmp(unittable[i].uname, copy)) {
usr.bin/units/units.c
456
if (!strcmp(unittable[i].uname, copy)) {
usr.bin/units/units.c
465
if (!strcmp(unittable[i].uname, copy)) {
usr.bin/units/units.c
569
else if (strcmp(*one, *two))
usr.bin/usbhidaction/usbhidaction.c
280
if (strcmp(value, "*") == 0) {
usr.bin/uudecode/uudecode.c
265
if (pflag || strcmp(outfile, "/dev/stdout") == 0)
usr.bin/uudecode/uudecode.c
79
if (strcmp(__progname, "b64decode") == 0) {
usr.bin/uuencode/uuencode.c
77
if (strcmp(__progname, "b64encode") == 0) {
usr.bin/vi/cl/cl_term.c
108
if (!strcmp(t, "\b"))
usr.bin/vi/common/exf.c
752
if (name == NULL || !strcmp(name, frp->name)) {
usr.bin/vi/common/exf.c
83
if (!strcmp(frp->name, name))
usr.bin/vi/common/exf.c
97
if (name != NULL && strcmp(name, TEMPORARY_FILE_STRING) &&
usr.bin/vi/common/main.c
100
if (!strcmp(getprogname(), "ex") || !strcmp(getprogname(), "nex"))
usr.bin/vi/common/main.c
104
if (!strcmp(getprogname(), "nview") ||
usr.bin/vi/common/main.c
105
!strcmp(getprogname(), "view"))
usr.bin/vi/common/main.c
126
if (!strcmp(getprogname(), "ex"))
usr.bin/vi/common/main.c
128
else if (!strcmp(getprogname(), "vi"))
usr.bin/vi/common/main.c
130
else if (!strcmp(getprogname(), "view"))
usr.bin/vi/common/main.c
543
while (*++argv && strcmp(argv[0], "--"))
usr.bin/vi/common/options.c
1028
return(strcmp(((OABBREV *)a)->name, ((OABBREV *)b)->name));
usr.bin/vi/common/options.c
1034
return(strcmp(((OPTLIST *)a)->name, ((OPTLIST *)b)->name));
usr.bin/vi/common/options.c
421
if (!strcmp(argv[0]->bp, "all")) {
usr.bin/vi/common/options.c
655
!strcmp(O_STR(sp, offset), sep))
usr.bin/vi/common/options.c
813
!strcmp(O_STR(sp, cnt), O_D_STR(sp, cnt))))
usr.bin/vi/common/recover.c
664
if (strcmp(file + sizeof(VI_FHEADER) - 1, name))
usr.bin/vi/ex/ex_argv.c
565
return (strcmp((char *)(*(ARGS **)a)->bp, (char *)(*(ARGS **)b)->bp));
usr.bin/vi/ex/ex_tag.c
1081
if (strcmp(tname, cname))
usr.bin/vi/vi/vs_split.c
571
if (!strcmp(nsp->frp->name, name))
usr.bin/vi/vi/vs_split.c
581
if (!strcmp(p, name))
usr.bin/vmstat/dkstats.c
206
strcmp(cur.dk_name[j], dk_name[i]))
usr.bin/vmstat/dkstats.c
307
strcmp(cur.dk_name[j], dk_name[i]))
usr.bin/vmstat/vmstat.c
279
if (strcmp(dr_name[i], *argv))
usr.bin/w/w.c
121
} else if (!strcmp(p, "uptime")) {
usr.bin/wall/wall.c
145
if (strcmp(username, *mem) == 0)
usr.bin/which/which.c
70
if (strcmp(__progname, "whereis") == 0) {
usr.bin/who/who.c
207
if (*usr.ut_name && !strcmp(usr.ut_line, mytty)) {
usr.bin/whois/whois.c
211
(strcmp(server, "whois.denic.de") == 0 ||
usr.bin/whois/whois.c
212
strcmp(server, "de" QNICHOST_TAIL) == 0))
usr.bin/whois/whois.c
215
(strcmp(server, "whois.dk-hostmaster.dk") == 0 ||
usr.bin/whois/whois.c
216
strcmp(server, "dk" QNICHOST_TAIL) == 0))
usr.bin/whois/whois.c
247
} else if (strcmp(server, ANICHOST) == 0) {
usr.bin/write/write.c
175
if (strcmp(atty, mytty) == 0) {
usr.bin/xargs/strnsubst.c
84
if (strcmp(z, "v ybir enpury!") == 0)
usr.bin/xargs/xargs.c
207
if (Jflag && strcmp(*argv, replstr) == 0) {
usr.bin/xargs/xargs.c
297
strcmp(argp, eofstr) == 0;
usr.bin/xinstall/xinstall.c
231
if (flags & DIRECTORY || strcmp(from_name, _PATH_DEVNULL)) {
usr.bin/yacc/main.c
158
if (strcmp(*argv, "-") == 0)
usr.bin/yacc/main.c
203
(!strcmp(suffix, ".c") || /* good, old-fashioned C */
usr.bin/yacc/main.c
204
!strcmp(suffix, ".C") || /* C++, or C on Windows */
usr.bin/yacc/main.c
205
!strcmp(suffix, ".cc") || /* C++ */
usr.bin/yacc/main.c
206
!strcmp(suffix, ".cxx") || /* C++ */
usr.bin/yacc/main.c
207
!strcmp(suffix, ".cpp"))) {/* C++ (Windows) */
usr.bin/yacc/reader.c
297
if (strcmp(cache, "token") == 0 || strcmp(cache, "term") == 0)
usr.bin/yacc/reader.c
299
if (strcmp(cache, "type") == 0)
usr.bin/yacc/reader.c
301
if (strcmp(cache, "left") == 0)
usr.bin/yacc/reader.c
303
if (strcmp(cache, "right") == 0)
usr.bin/yacc/reader.c
305
if (strcmp(cache, "nonassoc") == 0 || strcmp(cache, "binary") == 0)
usr.bin/yacc/reader.c
307
if (strcmp(cache, "start") == 0)
usr.bin/yacc/reader.c
309
if (strcmp(cache, "union") == 0)
usr.bin/yacc/reader.c
311
if (strcmp(cache, "ident") == 0)
usr.bin/yacc/reader.c
313
if (strcmp(cache, "expect") == 0)
usr.bin/yacc/reader.c
785
if (strcmp(name, ".") == 0 ||
usr.bin/yacc/reader.c
786
strcmp(name, "$accept") == 0 ||
usr.bin/yacc/reader.c
787
strcmp(name, "$end") == 0)
usr.bin/yacc/reader.c
864
if (strcmp(cache, tag_table[i]) == 0)
usr.bin/yacc/symtab.c
101
if (strcmp(name, bp->name) == 0)
usr.bin/ypcat/ypcat.c
126
if (strcmp(inmap, ypaliases[i].alias) == 0)
usr.bin/ypmatch/ypmatch.c
110
if (strcmp(inmap, ypaliases[i].alias) == 0)
usr.bin/ypwhich/ypwhich.c
213
if (strcmp(map, ypaliases[i].alias) == 0)
usr.sbin/ac/ac.c
107
if (strcmp(name, "-") == 0)
usr.sbin/ac/ac.c
112
if (strcmp(_PATH_WTMP, name))
usr.sbin/acme-client/dnsproc.c
154
if (last == NULL || strcmp(look, last)) {
usr.sbin/acme-client/json.c
257
else if (strcmp(name, n->d.obj[i].lhs->d.str))
usr.sbin/acme-client/json.c
284
else if (strcmp(name, n->d.obj[i].lhs->d.str))
usr.sbin/acme-client/json.c
312
else if (strcmp(name, n->d.obj[i].lhs->d.str))
usr.sbin/acme-client/json.c
355
if (strcmp(resp, "valid") == 0)
usr.sbin/acme-client/json.c
357
else if (strcmp(resp, "pending") == 0)
usr.sbin/acme-client/json.c
359
else if (strcmp(resp, "processing") == 0)
usr.sbin/acme-client/json.c
395
rc = strcmp(type, "http-01");
usr.sbin/acme-client/json.c
423
if (strcmp(status, "pending") == 0)
usr.sbin/acme-client/json.c
425
else if (strcmp(status, "ready") == 0)
usr.sbin/acme-client/json.c
427
else if (strcmp(status, "processing") == 0)
usr.sbin/acme-client/json.c
429
else if (strcmp(status, "valid") == 0)
usr.sbin/acme-client/json.c
431
else if (strcmp(status, "invalid") == 0)
usr.sbin/acme-client/netproc.c
370
if (strcmp(type, "urn:ietf:params:acme:error:badNonce") != 0) {
usr.sbin/acme-client/parse.y
501
return strcmp(k, ((const struct keywords *)e)->k_name);
usr.sbin/acme-client/parse.y
910
if (strcmp(nam, sym->nam) == 0)
usr.sbin/acme-client/parse.y
967
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/acme-client/revokeproc.c
226
if (strcmp(name_buf, ac->domain) == 0) {
usr.sbin/amd/amd/afs_ops.c
374
if (strcmp(dir, "/defaults") != 0) {
usr.sbin/amd/amd/afs_ops.c
814
if (strcmp(*cp->ivec, "/") == 0 || strcmp(*cp->ivec, "||") == 0) {
usr.sbin/amd/amd/am_ops.c
135
if (strcmp(rop->fs_type, fo->opt_type) == 0)
usr.sbin/amd/amd/host_ops.c
150
return strcmp((*a)->ex_dir, (*b)->ex_dir);
usr.sbin/amd/amd/host_ops.c
204
if (strcmp(ml->mnt->mnt_dir, dir) == 0)
usr.sbin/amd/amd/host_ops.c
326
if (j > k && ep[k] && strcmp(ep[j]->ex_dir, ep[k]->ex_dir) == 0) {
usr.sbin/amd/amd/host_ops.c
70
if (strcmp((ex)->ex_dir, "/") == 0) \
usr.sbin/amd/amd/info_file.c
146
if (fn || (*key == *kp && strcmp(key, kp) == 0)) {
usr.sbin/amd/amd/info_passwd.c
58
return strcmp(map, PASSWD_MAP) == 0 ? 0 : ENOENT;
usr.sbin/amd/amd/info_passwd.c
72
if (strcmp(key, "/defaults") == 0) {
usr.sbin/amd/amd/map.c
518
if (strcmp(mp->am_path, dir) == 0)
usr.sbin/amd/amd/map.c
522
strcmp(mp->am_mnt->mf_mount, dir) == 0)
usr.sbin/amd/amd/mapc.c
711
return strcmp(map, ROOT_MAP) == 0 ? 0 : ENOENT;
usr.sbin/amd/amd/nfs_ops.c
212
if (fs == fp->fh_fs && strcmp(path, fp->fh_path) == 0) {
usr.sbin/amd/amd/util.c
187
if (strcmp(p1+1, p2+1) == 0) {
usr.sbin/amd/amd/util.c
197
(strcmp(p1+1, p2+1) == 0))
usr.sbin/amd/amd/xutil.c
271
if (strcmp(opt, dp->opt) == 0)
usr.sbin/amd/amd/xutil.c
273
if (opt != s && !dpn && strcmp(s, dp->opt) == 0)
usr.sbin/amd/amd/xutil.c
338
if (strcmp(logfile, "/dev/stderr") == 0)
usr.sbin/amd/amd/xutil.c
340
else if (strcmp(logfile, "syslog") == 0) {
usr.sbin/amd/amq/amq.c
303
if ((hp = gethostbyname(server)) == 0 && strcmp(server, localhost) != 0) {
usr.sbin/amd/include/am.h
164
#define STREQ(s1, s2) (strcmp((s1), (s2)) == 0)
usr.sbin/apm/apm.c
246
if (!strcmp(__progname, "zzz") ||
usr.sbin/apm/apm.c
247
!strcmp(__progname, "ZZZ"))
usr.sbin/apm/apm.c
265
if (!strcmp(__progname, "zzz")) {
usr.sbin/apm/apm.c
270
} else if (!strcmp(__progname, "ZZZ")) {
usr.sbin/apm/apm.c
282
if (strcmp(perfpol, "manual") == 0 ||
usr.sbin/apm/apm.c
283
strcmp(perfpol, "high") == 0)
usr.sbin/apm/apm.c
285
else if (strcmp(perfpol, "auto") == 0)
usr.sbin/apmd/apmd.c
301
if (strcmp(perfpol, "manual") == 0 ||
usr.sbin/apmd/apmd.c
302
strcmp(perfpol, "high") == 0) {
usr.sbin/apmd/apmd.c
304
} else if (strcmp(perfpol, "auto") == 0)
usr.sbin/apmd/apmd.c
705
if (strcmp(policy, "low") == 0) {
usr.sbin/apmd/apmd.c
708
} else if (strcmp(policy, "high") == 0) {
usr.sbin/arp/arp.c
814
if (pname && !strcmp(pname, ifap->ifa_name))
usr.sbin/authpf/authpf.c
151
if (strcmp(shell, PATH_AUTHPF_SHELL) &&
usr.sbin/authpf/authpf.c
152
strcmp(shell, PATH_AUTHPF_SHELL_NOIP)) {
usr.sbin/authpf/authpf.c
514
if (strcmp(pw->pw_class, buf + 1) == 0)
usr.sbin/authpf/authpf.c
553
matched = strcmp(pw->pw_name, buf) == 0 ||
usr.sbin/authpf/authpf.c
554
strcmp("*", buf) == 0;
usr.sbin/authpf/authpf.c
94
if (strcmp(__progname, "-authpf-noip") == 0)
usr.sbin/bgpctl/json.c
85
strcmp(name, stack[i].name) == 0)
usr.sbin/bgpctl/ometric.c
105
if (strcmp(name, om->name) == 0)
usr.sbin/bgpctl/ometric.c
91
if (strcmp(suffix, suffixes[i]) == 0)
usr.sbin/bgpctl/parser.c
1159
if (strcmp(s, "*") == 0) {
usr.sbin/bgpctl/parser.c
1162
} else if (strcmp(s, "neighbor-as") == 0) {
usr.sbin/bgpctl/parser.c
1165
} else if (strcmp(s, "local-as") == 0) {
usr.sbin/bgpctl/parser.c
1261
if (strcmp(name, cp->subname) == 0) {
usr.sbin/bgpctl/parser.c
1284
} else if (strcmp(s, "neighbor-as") == 0) {
usr.sbin/bgpctl/parser.c
1288
} else if (strcmp(s, "local-as") == 0) {
usr.sbin/bgpctl/parser.c
1352
if (strcmp(t, "*") == 0 && strcmp(s, "*") == 0) {
usr.sbin/bgpctl/parser.c
1368
if (strcmp(s, "*") == 0) {
usr.sbin/bgpctl/parser.c
1397
if (strcmp(s, "*") == 0) {
usr.sbin/bgpctl/parser.c
1412
if (strcmp(s, "valid") == 0) {
usr.sbin/bgpctl/parser.c
1415
} else if (strcmp(s, "invalid") == 0) {
usr.sbin/bgpctl/parser.c
1418
} else if (strcmp(s, "not-found") == 0) {
usr.sbin/bgpctl/parser.c
1421
} else if (strcmp(s, "*") == 0) {
usr.sbin/bgpctl/parser.c
1459
if (strcmp(word, "blackhole") == 0)
usr.sbin/bgpctl/parser.c
1461
else if (strcmp(word, "reject") == 0)
usr.sbin/bgpctl/parser.c
1463
else if (strcmp(word, "no-modify") == 0)
usr.sbin/bgpctl/parser.c
1479
if (strcmp(op, "=") == 0)
usr.sbin/bgpctl/parser.c
1481
if (strcmp(op, "!=") == 0)
usr.sbin/bgpctl/parser.c
1483
if (strcmp(op, ">") == 0)
usr.sbin/bgpctl/parser.c
1485
if (strcmp(op, ">=") == 0)
usr.sbin/bgpctl/parser.c
1487
if (strcmp(op, "<") == 0)
usr.sbin/bgpctl/parser.c
1489
if (strcmp(op, "<=") == 0)
usr.sbin/bgpctl/parser.c
1497
if (strcmp(op, "-") == 0)
usr.sbin/bgpctl/parser.c
1499
if (strcmp(op, "><") == 0)
usr.sbin/bgpctl/parser.c
1590
if (strcmp(argv[0], "{") == 0) {
usr.sbin/bgpctl/parser.c
1594
} else if (is_list && strcmp(argv[0], "}") == 0) {
usr.sbin/bgpctl/parser.c
572
if (!strcmp(word, "inet") ||
usr.sbin/bgpctl/parser.c
578
if (!strcmp(word, "inet6") ||
usr.sbin/bgpd/bgpd.c
1204
if (!cname || strcmp(cname, conf->csock)) {
usr.sbin/bgpd/bgpd.c
1225
} else if (!rcname || strcmp(rcname, conf->rcsock)) {
usr.sbin/bgpd/carp.c
52
if (!strcmp(c->group, group))
usr.sbin/bgpd/kroute.c
1061
if (!strcmp(ifname, kif->ifname)) {
usr.sbin/bgpd/mrt.c
1244
if (strcmp(t->rib, m->rib))
usr.sbin/bgpd/name2id.c
111
if (strcmp(name, label->name) == 0) {
usr.sbin/bgpd/parse.y
1062
if (!strcmp($2, "all"))
usr.sbin/bgpd/parse.y
1064
else if (!strcmp($2, "updates"))
usr.sbin/bgpd/parse.y
2008
if (!strcmp($4, "no")) {
usr.sbin/bgpd/parse.y
2016
} else if (!strcmp($4, "all")) {
usr.sbin/bgpd/parse.y
2024
} else if (!strcmp($4, "best")) {
usr.sbin/bgpd/parse.y
2027
} else if (!strcmp($4, "ecmp")) {
usr.sbin/bgpd/parse.y
2030
} else if (!strcmp($4, "as-wide-best")) {
usr.sbin/bgpd/parse.y
2062
if (strcmp($2, "provider") == 0) {
usr.sbin/bgpd/parse.y
2064
} else if (strcmp($2, "rs") == 0) {
usr.sbin/bgpd/parse.y
2066
} else if (strcmp($2, "rs-client") == 0) {
usr.sbin/bgpd/parse.y
2068
} else if (strcmp($2, "customer") == 0) {
usr.sbin/bgpd/parse.y
2070
} else if (strcmp($2, "peer") == 0) {
usr.sbin/bgpd/parse.y
2222
if (!strcmp($2, "updates"))
usr.sbin/bgpd/parse.y
2224
else if (!strcmp($2, "no"))
usr.sbin/bgpd/parse.y
2242
if (!strcmp($3, "all"))
usr.sbin/bgpd/parse.y
2244
else if (!strcmp($3, "default"))
usr.sbin/bgpd/parse.y
2316
if (!strcmp($6, "sha1")) {
usr.sbin/bgpd/parse.y
2319
} else if (!strcmp($6, "md5")) {
usr.sbin/bgpd/parse.y
2395
if (!strcmp($1, "3des") || !strcmp($1, "3des-cbc")) {
usr.sbin/bgpd/parse.y
2398
} else if (!strcmp($1, "aes") ||
usr.sbin/bgpd/parse.y
2399
!strcmp($1, "aes-128-cbc")) {
usr.sbin/bgpd/parse.y
2553
if (!strcmp(p->conf.group, $2)) {
usr.sbin/bgpd/parse.y
3448
if (!strcmp($1, "egp"))
usr.sbin/bgpd/parse.y
3450
else if (!strcmp($1, "igp"))
usr.sbin/bgpd/parse.y
3452
else if (!strcmp($1, "incomplete"))
usr.sbin/bgpd/parse.y
3463
if (!strcmp($1, "not-found"))
usr.sbin/bgpd/parse.y
3465
else if (!strcmp($1, "invalid"))
usr.sbin/bgpd/parse.y
3467
else if (!strcmp($1, "valid"))
usr.sbin/bgpd/parse.y
3478
if (!strcmp($1, "unknown"))
usr.sbin/bgpd/parse.y
3480
else if (!strcmp($1, "invalid"))
usr.sbin/bgpd/parse.y
3482
else if (!strcmp($1, "valid"))
usr.sbin/bgpd/parse.y
3544
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/bgpd/parse.y
416
if (!strcmp($1, "yes"))
usr.sbin/bgpd/parse.y
418
else if (!strcmp($1, "no"))
usr.sbin/bgpd/parse.y
4250
if (strcmp(nam, sym->nam) == 0)
usr.sbin/bgpd/parse.y
4307
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/bgpd/parse.y
4345
if (strcmp(s, "*") == 0) {
usr.sbin/bgpd/parse.y
4348
} else if (strcmp(s, "neighbor-as") == 0) {
usr.sbin/bgpd/parse.y
4351
} else if (strcmp(s, "local-as") == 0) {
usr.sbin/bgpd/parse.y
4462
if (strcmp(name, cp->subname) == 0) {
usr.sbin/bgpd/parse.y
4485
} else if (strcmp(s, "neighbor-as") == 0) {
usr.sbin/bgpd/parse.y
4489
} else if (strcmp(s, "local-as") == 0) {
usr.sbin/bgpd/parse.y
4563
if (strcmp(t, "*") == 0 && strcmp(s, "*") == 0) {
usr.sbin/bgpd/parse.y
4581
if (strcmp(s, "*") == 0) {
usr.sbin/bgpd/parse.y
4615
if (strcmp(s, "*") == 0) {
usr.sbin/bgpd/parse.y
4634
if (strcmp(s, "valid") == 0) {
usr.sbin/bgpd/parse.y
4637
} else if (strcmp(s, "invalid") == 0) {
usr.sbin/bgpd/parse.y
4640
} else if (strcmp(s, "not-found") == 0) {
usr.sbin/bgpd/parse.y
4643
} else if (strcmp(s, "*") == 0) {
usr.sbin/bgpd/parse.y
4734
if ((rib && strcmp(rib, m->rib)) ||
usr.sbin/bgpd/parse.y
4823
if (!strcmp(rr->name, name))
usr.sbin/bgpd/parse.y
4858
if (!strcmp(ps->name, name))
usr.sbin/bgpd/parse.y
4889
if (strcmp(p->conf.group,
usr.sbin/bgpd/parse.y
6039
if (!strcmp(w, icmp_type[i].name))
usr.sbin/bgpd/parse.y
6045
if (!strcmp(w, icmp6_type[i].name))
usr.sbin/bgpd/parse.y
6062
!strcmp(w, icmp_code[i].name))
usr.sbin/bgpd/parse.y
6069
!strcmp(w, icmp6_code[i].name))
usr.sbin/bgpd/parse.y
841
if (!strcmp($2, "updates"))
usr.sbin/bgpd/parse.y
858
if (!strcmp($2, "table"))
usr.sbin/bgpd/parse.y
860
else if (!strcmp($2, "table-mp"))
usr.sbin/bgpd/parse.y
862
else if (!strcmp($2, "table-v2"))
usr.sbin/bgpd/parse.y
887
if (!strcmp($4, "table"))
usr.sbin/bgpd/parse.y
889
else if (!strcmp($4, "table-mp"))
usr.sbin/bgpd/parse.y
891
else if (!strcmp($4, "table-v2"))
usr.sbin/bgpd/parse.y
910
if (!strcmp($2, "route-age"))
usr.sbin/bgpd/parse.y
920
if (!strcmp($2, "route-age"))
usr.sbin/bgpd/parse.y
930
if (!strcmp($4, "always"))
usr.sbin/bgpd/parse.y
932
else if (!strcmp($4, "strict"))
usr.sbin/bgpd/parse.y
943
if (!strcmp($3, "all"))
usr.sbin/bgpd/parse.y
945
else if (!strcmp($3, "default"))
usr.sbin/bgpd/parse.y
956
if (strcmp($3, "Loc-RIB") != 0) {
usr.sbin/bgpd/parse.y
964
if (!strcmp($4, "bgp"))
usr.sbin/bgpd/parse.y
966
else if (!strcmp($4, "default"))
usr.sbin/bgpd/pftable.c
134
if (strcmp(pft->name, name) == 0)
usr.sbin/bgpd/pftable.c
183
if (strcmp(pft->name, table) == 0)
usr.sbin/bgpd/rde.c
3293
if (strcmp(req->rib, "Adj-RIB-Out") == 0)
usr.sbin/bgpd/rde.c
4983
if (!strcmp(ps->name, name))
usr.sbin/bgpd/rde_filter.c
729
if (strcmp(filterset_name(a->type), filterset_name(b->type)))
usr.sbin/bgpd/rde_sets.c
67
if (strcmp(aset->name, name) == 0)
usr.sbin/bgpd/session.c
1003
strcmp(ifa->ifa_name, match->ifa_name) == 0) {
usr.sbin/bgpd/session.c
1013
strcmp(ifa->ifa_name, match->ifa_name) == 0) {
usr.sbin/bgpd/session.c
1377
if (!strcmp(p->conf.if_depend, sdon.ifname)) {
usr.sbin/bgpd/session.c
1584
if (!strcmp(p->conf.descr, descr)) {
usr.sbin/bgplgd/bgplgd.c
59
if (strcmp(cmds[i].path, path) == 0) {
usr.sbin/bgplgd/bgplgd.c
79
if (strcmp(meth, "GET") != 0)
usr.sbin/bgplgd/qs.c
182
if (strcmp("1", val) == 0) {
usr.sbin/bgplgd/qs.c
184
} else if (strcmp("0", val) == 0) {
usr.sbin/bgplgd/qs.c
241
if (strcmp("not-found", val) == 0 ||
usr.sbin/bgplgd/qs.c
242
strcmp("valid", val) == 0 ||
usr.sbin/bgplgd/qs.c
243
strcmp("invalid", val) == 0) {
usr.sbin/bgplgd/qs.c
255
if (strcmp("unknown", val) == 0 ||
usr.sbin/bgplgd/qs.c
256
strcmp("valid", val) == 0 ||
usr.sbin/bgplgd/qs.c
257
strcmp("invalid", val) == 0) {
usr.sbin/bgplgd/slowcgi.c
879
if (strcmp(env->key, key) == 0)
usr.sbin/bpflogd/bpflogd.c
152
if (strcmp(bif->bif_name, optarg) == 0) {
usr.sbin/btrace/bt_parse.y
380
if (strcmp(units[i].name, unit) == 0) {
usr.sbin/btrace/bt_parse.y
558
if (strcmp(vname, bv->bv_name) == 0)
usr.sbin/btrace/bt_parse.y
601
if (strcmp(vname, bv->bv_name) == 0)
usr.sbin/btrace/bt_parse.y
740
return (strcmp(str, ((const struct keyword *)xkw)->word));
usr.sbin/btrace/btrace.c
1982
return strcmp(astr, ba2str(b, NULL));
usr.sbin/btrace/btrace.c
406
if (strcmp(units[i].name, bp->bp_unit) == 0) {
usr.sbin/btrace/ksyms.c
152
if (strcmp(name, ELF_SYMTAB) == 0 &&
usr.sbin/btrace/ksyms.c
157
if (strcmp(name, ELF_STRTAB) == 0 &&
usr.sbin/config/hash.c
181
if (hp->h_hash == h && strcmp(hp->h_name, s) == 0)
usr.sbin/config/main.c
694
if ((builddir || strcmp(defbuilddir, ".") == 0) && !srcdir) {
usr.sbin/config/main.c
749
r = strcmp(sp1->name, sp2->name);
usr.sbin/config/main.c
757
else r = strcmp(sp1->val, sp2->val);
usr.sbin/config/main.c
792
strcmp(nbuf, obuf))
usr.sbin/config/mkheaders.c
100
strcmp(nam, cntname(nv->nv_name)) != 0 ||
usr.sbin/config/mkheaders.c
163
strcmp(buf, new_contents) != 0)
usr.sbin/config/mkioconf.c
202
if (strcmp(name, locnames[i]) == 0)
usr.sbin/config/mkmakefile.c
103
if (strcmp(line, "%OBJS\n") == 0)
usr.sbin/config/mkmakefile.c
105
else if (strcmp(line, "%CFILES\n") == 0)
usr.sbin/config/mkmakefile.c
107
else if (strcmp(line, "%SFILES\n") == 0)
usr.sbin/config/mkmakefile.c
109
else if (strcmp(line, "%RULES\n") == 0)
usr.sbin/config/mkmakefile.c
111
else if (strcmp(line, "%LOAD\n") == 0)
usr.sbin/config/mkmakefile.c
174
if (strcmp(s, "MACHINE_ARCH") == 0)
usr.sbin/config/mkmakefile.c
176
else if (strcmp(s, "MACHINE") == 0)
usr.sbin/config/ukc.c
147
if (strcmp(adjust((caddr_t)nl[P_VERSION].n_value),
usr.sbin/config/ukcutil.c
1333
if (!strcmp(cmd.cmd, "?"))
usr.sbin/cron/atrun.c
102
if (strcmp(file->d_name, "..") == 0)
usr.sbin/cron/atrun.c
265
if (strcmp(line, "#!/bin/sh") != 0)
usr.sbin/cron/client.c
58
if (0 == strcmp(line, string))
usr.sbin/cron/client.c
78
if (strcmp(username, "root") == 0)
usr.sbin/cron/crontab.c
185
if (!strcmp(Filename, "-"))
usr.sbin/cron/database.c
108
if (strcmp(u->name, "*system*") == 0) {
usr.sbin/cron/database.c
161
if (strcmp(u->name, name) == 0)
usr.sbin/cron/database.c
215
statbuf->st_uid != pw->pw_uid || strcmp(uname, pw->pw_name) != 0)) {
usr.sbin/cron/entry.c
143
if (!strcmp("reboot", cmd)) {
usr.sbin/cron/entry.c
145
} else if (!strcmp("yearly", cmd) || !strcmp("annually", cmd)){
usr.sbin/cron/entry.c
155
} else if (!strcmp("monthly", cmd)) {
usr.sbin/cron/entry.c
165
} else if (!strcmp("weekly", cmd)) {
usr.sbin/cron/entry.c
175
} else if (!strcmp("daily", cmd) || !strcmp("midnight", cmd)) {
usr.sbin/cron/entry.c
185
} else if (!strcmp("hourly", cmd)) {
usr.sbin/crunchgen/crunched_main.c
58
if (!strcmp(progname, ep->name))
usr.sbin/crunchgen/crunchgen.c
1022
if (!strcmp(p2->str, str))
usr.sbin/crunchgen/crunchgen.c
202
if ((p = strrchr(confname, '.')) != NULL && !strcmp(p, ".conf"))
usr.sbin/crunchgen/crunchgen.c
278
if (!strcmp(fieldv[0], "srcdirs"))
usr.sbin/crunchgen/crunchgen.c
280
else if (!strcmp(fieldv[0], "progs"))
usr.sbin/crunchgen/crunchgen.c
282
else if (!strcmp(fieldv[0], "ln"))
usr.sbin/crunchgen/crunchgen.c
284
else if (!strcmp(fieldv[0], "libs"))
usr.sbin/crunchgen/crunchgen.c
286
else if (!strcmp(fieldv[0], "special"))
usr.sbin/crunchgen/crunchgen.c
288
else if (!strcmp(fieldv[0], "libdirs"))
usr.sbin/crunchgen/crunchgen.c
446
if (!strcmp(p2->name, progname))
usr.sbin/crunchgen/crunchgen.c
507
if (!strcmp(argv[2], "ident")) {
usr.sbin/crunchgen/crunchgen.c
512
} else if (!strcmp(argv[2], "srcdir")) {
usr.sbin/crunchgen/crunchgen.c
517
} else if (!strcmp(argv[2], "mf_name")) {
usr.sbin/crunchgen/crunchgen.c
522
} else if (!strcmp(argv[2], "objdir")) {
usr.sbin/crunchgen/crunchgen.c
527
} else if (!strcmp(argv[2], "objs")) {
usr.sbin/crunchgen/crunchgen.c
531
} else if (!strcmp(argv[2], "objpaths")) {
usr.sbin/crunchgen/crunchgen.c
555
if (!strcmp(p->name, str))
usr.sbin/crunchgen/crunchgen.c
705
if (strcmp(line,
usr.sbin/crunchgen/crunchide.c
136
if ((cmp = strcmp(symbol, curp->sym)) <= 0)
usr.sbin/crunchgen/crunchide.c
163
if ((cmp = strcmp(symbol, curp->sym)) <= 0)
usr.sbin/crunchgen/elf_hide.c
141
if (strcmp(".strtab", get_shstr(pshdr->sh_name)) == 0)
usr.sbin/crunchgen/elf_hide.c
253
if (strcmp(".strtab", shname) == 0)
usr.sbin/dev_mkdb/dev_mkdb.c
116
if (strcmp(dp->fts_path, "./rrootdisk") == 0)
usr.sbin/dev_mkdb/dev_mkdb.c
120
if (strcmp(dp->fts_path, "./rootdisk") == 0)
usr.sbin/dhcp6leasectl/dhcp6leasectl.c
163
if (strcmp(cei->state, "Bound") == 0)
usr.sbin/dhcpd/dispatch.c
118
if (!strcmp(tmp->name, ifa->ifa_name))
usr.sbin/dhcpd/hash.c
136
!strcmp((char *)bp->name, (char *)name)) ||
usr.sbin/dhcpd/sync.c
136
else if (iface != NULL && strcmp(baddr, iface) != 0) {
usr.sbin/dhcpleasectl/dhcpleasectl.c
197
if (strcmp(cei->state, "Bound") == 0)
usr.sbin/dhcrelay/dispatch.c
92
if (strcmp(intf->name, name) != 0)
usr.sbin/dhcrelay6/dispatch.c
107
if (strcmp(intf->name, name) != 0)
usr.sbin/dvmrpd/kroute.c
120
if (!strcmp(ifname, kif->k.ifname)) {
usr.sbin/dvmrpd/kroute.c
151
if (!strcmp(ifname, kif->k.ifname))
usr.sbin/dvmrpd/parse.y
151
if (!strcmp($1, "yes"))
usr.sbin/dvmrpd/parse.y
153
else if (!strcmp($1, "no"))
usr.sbin/dvmrpd/parse.y
389
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/dvmrpd/parse.y
799
if (strcmp(nam, sym->nam) == 0)
usr.sbin/dvmrpd/parse.y
856
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/edquota/edquota.c
246
if (strcmp(fs->fs_vfstype, "ffs") &&
usr.sbin/edquota/edquota.c
247
strcmp(fs->fs_vfstype, "ufs") &&
usr.sbin/edquota/edquota.c
248
strcmp(fs->fs_vfstype, "mfs"))
usr.sbin/edquota/edquota.c
482
if (strcmp(fsp, qup->fsname))
usr.sbin/edquota/edquota.c
606
if (strcmp(fsp, qup->fsname))
usr.sbin/edquota/edquota.c
731
if (type == USRQUOTA && strcmp(opt, usrname) == 0)
usr.sbin/edquota/edquota.c
733
if (type == GRPQUOTA && strcmp(opt, grpname) == 0)
usr.sbin/eeprom/ophandlers.c
239
if (strcmp(ex->ex_keyword, opio2.op_name) == 0)
usr.sbin/eeprom/ophandlers.c
87
if (strcmp(ex->ex_keyword, keyword) == 0)
usr.sbin/eeprom/optree.c
79
if (special && strcmp(opio->op_name, "serial-number") != 0) {
usr.sbin/eigrpctl/parser.c
296
if (!strcmp(word, "inet") ||
usr.sbin/eigrpctl/parser.c
302
if (!strcmp(word, "inet6") ||
usr.sbin/eigrpd/kroute.c
365
if (ifname == NULL || !strcmp(ifname, kif->k.ifname)) {
usr.sbin/eigrpd/kroute.c
671
if (!strcmp(ifname, kif->k.ifname))
usr.sbin/eigrpd/parse.y
1059
if (strcmp(nam, sym->nam) == 0)
usr.sbin/eigrpd/parse.y
1116
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/eigrpd/parse.y
407
if (!strcmp($3, "default"))
usr.sbin/eigrpd/parse.y
409
else if (!strcmp($3, "static"))
usr.sbin/eigrpd/parse.y
411
else if (!strcmp($3, "rip"))
usr.sbin/eigrpd/parse.y
413
else if (!strcmp($3, "ospf"))
usr.sbin/eigrpd/parse.y
415
else if (!strcmp($3, "connected"))
usr.sbin/eigrpd/parse.y
606
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/gpioctl/gpioctl.c
109
if (!strcmp(argv[1], "attach")) {
usr.sbin/gpioctl/gpioctl.c
139
} else if (!strcmp(argv[1], "detach")) {
usr.sbin/gpioctl/gpioctl.c
151
if (!strcmp(argv[2], "set")) {
usr.sbin/gpioctl/gpioctl.c
155
if (!strcmp(argv[n],
usr.sbin/gpioctl/gpioctl.c
165
} else if (!strcmp(argv[2], "unset")) {
usr.sbin/gpioctl/gpioctl.c
171
if (!strcmp(argv[2], "on"))
usr.sbin/gpioctl/gpioctl.c
173
else if (!strcmp(argv[2], "off"))
usr.sbin/gpioctl/gpioctl.c
175
else if (!strcmp(argv[2], "toggle"))
usr.sbin/hostapd/apme.c
116
if (strcmp(name, apme->a_iface) == 0)
usr.sbin/hostapd/hostapd.c
561
if (strcmp(name, table->t_name) == 0)
usr.sbin/hostapd/parse.y
1170
if (cp == NULL || strcmp(cp, "%") != 0 ||
usr.sbin/hostapd/parse.y
1245
return strcmp(a, ((const struct keywords *)b)->k_name);
usr.sbin/hostapd/parse.y
1632
if (strcmp(nam, sym->nam) == 0)
usr.sbin/hostapd/parse.y
1698
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/hostctl/hostctl.c
133
if (strcmp("-", out) == 0)
usr.sbin/hostctl/hostctl.c
74
if (strcmp("-", input) == 0)
usr.sbin/httpd/config.c
523
if (strcmp(parent->name, srv_conf->name) == 0)
usr.sbin/httpd/httpd.c
1175
if (strcmp(entry->auth_htpasswd, auth->auth_htpasswd) == 0)
usr.sbin/httpd/logger.c
211
if (strcmp(log->log_name, srv_conf->accesslog) == 0)
usr.sbin/httpd/logger.c
213
if (strcmp(log->log_name, srv_conf->errorlog) == 0)
usr.sbin/httpd/parse.y
1442
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/httpd/parse.y
1996
if (strcmp(nam, sym->nam) == 0)
usr.sbin/httpd/parse.y
2053
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/httpd/parse.y
2210
(strcmp(s, p->ifa_name) != 0 &&
usr.sbin/httpd/parse.y
2432
if (strcmp("*", addr) == 0) {
usr.sbin/httpd/parse.y
2541
if (strcmp(ifg->ifgrq_group, groupname) == 0) {
usr.sbin/httpd/parse.y
661
strcmp(s->srv_conf.location,
usr.sbin/httpd/proc.c
61
if (strcmp(p->p_title, proc_name))
usr.sbin/httpd/server.c
144
if (strcmp(sc1->tls_ciphers, sc2->tls_ciphers) != 0)
usr.sbin/httpd/server.c
146
if (strcmp(sc1->tls_dhe_params, sc2->tls_dhe_params) != 0)
usr.sbin/httpd/server.c
148
if (strcmp(sc1->tls_ecdhe_curves, sc2->tls_ecdhe_curves) != 0)
usr.sbin/httpd/server.c
582
if (strcmp(s1->srv_conf.name, s2->srv_conf.name) != 0)
usr.sbin/httpd/server_fcgi.c
394
if (strcmp(desc->http_version, "HTTP/1.1") == 0) {
usr.sbin/httpd/server_file.c
755
if (strcmp(str, "bytes") != 0)
usr.sbin/httpd/server_http.c
1322
if (strcmp(desc->http_version, "HTTP/1.1") == 0) {
usr.sbin/httpd/server_http.c
175
if (strcmp(clt_user, user) != 0) {
usr.sbin/httpd/server_http.c
1760
return (strcmp(ma->method_name, mb->method_name));
usr.sbin/ifstated/ifstated.c
468
if (strcmp(ifstate->ifname, ifname) == 0) {
usr.sbin/ifstated/parse.y
331
if (!strcmp(state->name, $2)) {
usr.sbin/ifstated/parse.y
383
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/ifstated/parse.y
764
if (strcmp(start_state, state->name) == 0) {
usr.sbin/ifstated/parse.y
810
if (strcmp(action->act.statename,
usr.sbin/ifstated/parse.y
836
if (strcmp(nam, sym->nam) == 0)
usr.sbin/ifstated/parse.y
893
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/ifstated/parse.y
942
if (strcmp(ifstate->ifname, ifname) == 0 &&
usr.sbin/ifstated/parse.y
973
if (strcmp(external->command, command) == 0 &&
usr.sbin/ikectl/ikeca.c
1060
if (strcmp(ca_env[i][0], key) == 0) {
usr.sbin/ikectl/ikeca.c
237
if (!strcmp(keyname, "local")) {
usr.sbin/ikectl/ikeca.c
439
if (pass == NULL || strcmp(prev, pass) != 0)
usr.sbin/ikectl/ikeca.c
575
if (strcmp(".crt", p) != 0)
usr.sbin/ikectl/ikeca.c
754
if (pass == NULL || strcmp(prev, pass) != 0)
usr.sbin/ikectl/ikeca.c
908
if (!strcmp(de->d_name, ".") ||
usr.sbin/ikectl/ikeca.c
909
!strcmp(de->d_name, ".."))
usr.sbin/inetd/inetd.c
1095
if (strcmp(arg, "stream") == 0)
usr.sbin/inetd/inetd.c
1097
else if (strcmp(arg, "dgram") == 0)
usr.sbin/inetd/inetd.c
1107
if (strcmp(sep->se_proto, "unix") == 0) {
usr.sbin/inetd/inetd.c
1175
sep->se_wait = strcmp(arg, "wait") == 0;
usr.sbin/inetd/inetd.c
1190
if (strcmp(sep->se_server, "internal") == 0) {
usr.sbin/inetd/inetd.c
1195
strcmp(bi->bi_service, sep->se_service) == 0)
usr.sbin/inetd/inetd.c
1225
if (sep->se_hostaddr != NULL && strcmp(sep->se_proto, "unix") != 0) {
usr.sbin/inetd/inetd.c
1242
error = getaddrinfo(strcmp(host, "*") ? host : NULL,
usr.sbin/inetd/inetd.c
1660
if (strcmp(sep->se_hostaddr, "*") == 0)
usr.sbin/inetd/inetd.c
966
if (strcmp(old->se_service, new->se_service) != 0)
usr.sbin/inetd/inetd.c
969
if (strcmp(old->se_hostaddr, new->se_hostaddr) != 0)
usr.sbin/inetd/inetd.c
972
if (strcmp(old->se_proto, new->se_proto) != 0)
usr.sbin/installboot/i386_installboot.c
943
if (strcmp(p->sym_name, sym) == 0)
usr.sbin/installboot/i386_nlist.c
246
strcmp(&strtab[soff], sym) != 0) &&
usr.sbin/installboot/i386_nlist.c
248
strcmp(&strtab[soff], sym + 1) != 0))
usr.sbin/iostat/iostat.c
435
if (strcmp(cur.dk_name[i], *argv))
usr.sbin/iscsictl/parse.y
273
if (strcmp($1, "*") == 0) {
usr.sbin/iscsictl/parse.y
365
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/iscsictl/parse.y
761
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/iscsictl/parse.y
775
if (strcmp(nam, sym->nam) == 0)
usr.sbin/iscsid/connection.c
264
if (!strcmp((p)->key, #v)) { \
usr.sbin/iscsid/connection.c
276
if (!strcmp((p)->key, #v)) { \
usr.sbin/iscsid/connection.c
288
if (!strcmp((p)->key, #v)) { \
usr.sbin/iscsid/connection.c
340
if (f == 0 && !strcmp(req, #k)) { \
usr.sbin/iscsid/connection.c
349
if (f == 0 && !strcmp(req, #k)) { \
usr.sbin/iscsid/connection.c
359
if (f == 0 && !strcmp(req, #k)) { \
usr.sbin/iscsid/connection.c
371
if (f == 0 && !strcmp(req, #k)) { \
usr.sbin/iscsid/connection.c
380
if (f == 0 && !strcmp(req, #k)) { \
usr.sbin/iscsid/connection.c
402
if (!strcmp(key, "AuthMethod")) {
usr.sbin/iscsid/initiator.c
168
if (strcmp(s->config.SessionName, name) == 0)
usr.sbin/iscsid/pdu.c
196
if (strcmp(buf, "Yes") == 0)
usr.sbin/iscsid/pdu.c
198
else if (strcmp(buf, "No") == 0)
usr.sbin/kvm_mkdb/nlist.c
224
if (strcmp((char *)key.data, VRS_SYM) == 0) {
usr.sbin/kvm_mkdb/nlist.c
307
if (strcmp(name, _PATH_KSYMS) == 0) {
usr.sbin/ldapctl/ldapctl.c
290
if (strcmp(argv[0], "stats") == 0)
usr.sbin/ldapctl/ldapctl.c
292
else if (strcmp(argv[0], "compact") == 0)
usr.sbin/ldapctl/ldapctl.c
294
else if (strcmp(argv[0], "index") == 0)
usr.sbin/ldapctl/ldapctl.c
296
else if (strcmp(argv[0], "log") == 0) {
usr.sbin/ldapctl/ldapctl.c
299
if (strcmp(argv[1], "verbose") == 0)
usr.sbin/ldapctl/ldapctl.c
301
else if (strcmp(argv[1], "brief") == 0)
usr.sbin/ldapd/auth.c
245
return (strcmp(encpw, stored_passwd + 7) == 0 ? 1 : 0);
usr.sbin/ldapd/auth.c
251
return (strcmp(stored_passwd, passwd) == 0 ? 1 : 0);
usr.sbin/ldapd/auth.c
265
if (strcmp(method, "PLAIN") != 0)
usr.sbin/ldapd/auth.c
327
if (conf->rootdn != NULL && strcmp(conf->rootdn, binddn) == 0) {
usr.sbin/ldapd/auth.c
331
} else if (ns->rootdn != NULL && strcmp(ns->rootdn, binddn) == 0) {
usr.sbin/ldapd/auth.c
53
if (strcmp(dn, aci->target) != 0)
usr.sbin/ldapd/auth.c
70
if (strcmp(dn, aci->target) != 0)
usr.sbin/ldapd/auth.c
94
if (strcmp(aci->subject, "@") == 0) {
usr.sbin/ldapd/auth.c
95
if (strcmp(dn, conn->binddn) != 0)
usr.sbin/ldapd/auth.c
97
} else if (strcmp(aci->subject, conn->binddn) != 0)
usr.sbin/ldapd/btest.c
120
} else if (strcmp(argv[0], "compact") == 0) {
usr.sbin/ldapd/btest.c
123
} else if (strcmp(argv[0], "revert") == 0) {
usr.sbin/ldapd/btest.c
64
if (strcmp(argv[0], "put") == 0) {
usr.sbin/ldapd/btest.c
76
} else if (strcmp(argv[0], "del") == 0) {
usr.sbin/ldapd/btest.c
86
} else if (strcmp(argv[0], "get") == 0) {
usr.sbin/ldapd/btest.c
97
} else if (strcmp(argv[0], "scan") == 0) {
usr.sbin/ldapd/ldape.c
322
if (strcmp(oid, extended_ops[i].oid) == 0) {
usr.sbin/ldapd/ldape.c
564
if (strcmp(oreq->path, ns->data_path) == 0) {
usr.sbin/ldapd/ldape.c
568
if (strcmp(oreq->path, ns->indx_path) == 0) {
usr.sbin/ldapd/matching.c
135
strcmp(oid_or_name, match_rules[i].oid) == 0)
usr.sbin/ldapd/parse.y
1118
if (strcmp(s, p->ifa_name) != 0)
usr.sbin/ldapd/parse.y
1230
return (strcmp(s1->ssl_name, s2->ssl_name));
usr.sbin/ldapd/parse.y
433
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/ldapd/parse.y
884
if (strcmp(nam, sym->nam) == 0)
usr.sbin/ldapd/parse.y
941
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/ldapd/schema.c
686
if (strcmp(mrule->syntax_oid, at->syntax->oid) == 0)
usr.sbin/ldapd/schema.c
691
if (strcmp(mrule->alt_syntax_oids[i], at->syntax->oid) == 0)
usr.sbin/ldapd/search.c
86
if (strcmp(fdesc, "*") == 0 && !is_operational(adesc))
usr.sbin/ldapd/search.c
88
if (strcmp(fdesc, "+") == 0 && is_operational(adesc) &&
usr.sbin/ldapd/syntax.c
353
return strcmp(value, "TRUE") == 0 || strcmp(value, "FALSE") == 0;
usr.sbin/ldapd/syntax.c
99
return (strcmp(k, ((const struct syntax *)e)->oid));
usr.sbin/ldapd/validate.c
173
if (strcmp(dn, ns->suffix) == 0)
usr.sbin/ldapd/validate.c
347
if (strcmp(obj->oid, "1.3.6.1.4.1.1466.101.120.111") == 0)
usr.sbin/ldomctl/config.c
1149
if (strcmp(subdevice->path, component->path) == 0)
usr.sbin/ldomctl/config.c
153
strcmp(prop->name->str, "back") == 0) {
usr.sbin/ldomctl/config.c
155
if (strcmp(node2->name->str, "cpu") != 0) {
usr.sbin/ldomctl/config.c
1682
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
1686
if (strcmp(name, "virtual-console-concentrator") == 0)
usr.sbin/ldomctl/config.c
1758
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
1762
if (strcmp(name, "virtual-disk-server") == 0)
usr.sbin/ldomctl/config.c
1831
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
1835
if (strcmp(name, "virtual-network-switch") == 0)
usr.sbin/ldomctl/config.c
193
if (strcmp(node->name->str, "tlb") == 0 &&
usr.sbin/ldomctl/config.c
195
strcmp(type, "data") == 0) {
usr.sbin/ldomctl/config.c
2118
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
2122
if (strcmp(name, "virtual-channel") == 0)
usr.sbin/ldomctl/config.c
2224
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
2229
if (strcmp(device_type, "pciex") != 0) {
usr.sbin/ldomctl/config.c
2268
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
2270
if (strcmp(node2->name->str, "wart") == 0) {
usr.sbin/ldomctl/config.c
228
if (strcmp(node->name->str, "component") != 0)
usr.sbin/ldomctl/config.c
2346
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
2385
strcmp(guests[resource_id]->name, name) == 0)
usr.sbin/ldomctl/config.c
2400
if (strcmp(node->name->str, "virtual-device-port") != 0)
usr.sbin/ldomctl/config.c
242
strcmp(type, "hostbridge") == 0)
usr.sbin/ldomctl/config.c
2423
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
260
if (strcmp(node->name->str, "iodevice") == 0 &&
usr.sbin/ldomctl/config.c
262
strcmp(device_type, "pciex") == 0) {
usr.sbin/ldomctl/config.c
2657
if (strcmp(component->nac, dev) == 0 ||
usr.sbin/ldomctl/config.c
2658
strcmp(component->path, dev) == 0)
usr.sbin/ldomctl/config.c
2702
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
2724
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
2728
if (strcmp(name, "ncp") == 0)
usr.sbin/ldomctl/config.c
2730
if (strcmp(name, "n2cp") == 0)
usr.sbin/ldomctl/config.c
2738
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
2744
if (strcmp(guest->name, "primary") != 0)
usr.sbin/ldomctl/config.c
2811
if (strcmp(domain->name, "primary") == 0) {
usr.sbin/ldomctl/config.c
2836
strcmp(guests[resource_id]->name, "primary") != 0)
usr.sbin/ldomctl/config.c
2853
if (strcmp(domain->name, "primary") != 0)
usr.sbin/ldomctl/config.c
2860
if (strcmp(domain->name, "primary") == 0)
usr.sbin/ldomctl/config.c
455
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
499
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/config.c
506
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/config.c
522
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
618
strcmp(prop->name->str, "back") == 0) {
usr.sbin/ldomctl/config.c
620
if (strcmp(node2->name->str, "guest") == 0)
usr.sbin/ldomctl/config.c
676
strcmp(prop->name->str, "back") == 0) {
usr.sbin/ldomctl/config.c
678
if (strcmp(node2->name->str, "guest") == 0)
usr.sbin/ldomctl/config.c
694
if (strcmp(node->name->str, "pcie_bus") != 0 &&
usr.sbin/ldomctl/config.c
695
strcmp(node->name->str, "network_device") != 0)
usr.sbin/ldomctl/config.c
709
if (strcmp(node->name->str, "pcie_bus") == 0)
usr.sbin/ldomctl/config.c
718
strcmp(prop->name->str, "back") == 0) {
usr.sbin/ldomctl/config.c
720
if (strcmp(node2->name->str, "guest") == 0)
usr.sbin/ldomctl/config.c
727
if (strcmp(hostbridge->path, path) == 0)
usr.sbin/ldomctl/config.c
824
if (strcmp(guest->name, "primary") == 0 && guest->gid != 0)
usr.sbin/ldomctl/config.c
831
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/config.c
833
if (strcmp(node2->name->str, "console") == 0) {
usr.sbin/ldomctl/config.c
839
if (strcmp(node2->name->str, "cpu") == 0) {
usr.sbin/ldomctl/config.c
846
if (strcmp(node2->name->str, "pcie_bus") == 0) {
usr.sbin/ldomctl/config.c
853
if (strcmp(node2->name->str, "network_device") == 0) {
usr.sbin/ldomctl/config.c
860
if (strcmp(node2->name->str, "mblock") == 0) {
usr.sbin/ldomctl/config.c
867
if (strcmp(node2->name->str, "ldc_endpoint") == 0) {
usr.sbin/ldomctl/config.c
926
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/config.c
934
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/config.c
941
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/config.c
951
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/config.c
958
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/config.c
965
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/config.c
972
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/ldomctl.c
115
if (strcmp(argv[0], cmdp->cmd_name) == 0)
usr.sbin/ldomctl/ldomctl.c
158
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/ldomctl.c
159
if (strcmp(prop->d.arc.node->name->str, "cpu") == 0)
usr.sbin/ldomctl/ldomctl.c
177
if (strcmp(guest->name, name) == 0)
usr.sbin/ldomctl/ldomctl.c
332
if (strcmp(argv[1], "factory-default") == 0)
usr.sbin/ldomctl/ldomctl.c
788
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/mdesc.c
118
if (strcmp(node->name->str, name) == 0)
usr.sbin/ldomctl/mdesc.c
132
strcmp(prop->name->str, "fwd") == 0 &&
usr.sbin/ldomctl/mdesc.c
133
strcmp(prop->d.arc.node->name->str, name) == 0)
usr.sbin/ldomctl/mdesc.c
166
if (strcmp(prop->name->str, name) == 0)
usr.sbin/ldomctl/mdesc.c
36
if (strcmp(name->str, str) == 0)
usr.sbin/ldomctl/mdesc.c
397
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/mdstore.c
410
if (strcmp(dcs->service->ds_svc_id, "mdstore") == 0 &&
usr.sbin/ldomctl/mdstore.c
439
if (strcmp(dcs->service->ds_svc_id, "mdstore") == 0 &&
usr.sbin/ldomctl/mdstore.c
479
if (strcmp(dcs->service->ds_svc_id, "mdstore") == 0 &&
usr.sbin/ldomctl/mdstore.c
496
strcmp(prop->name->str, "fwd") == 0) {
usr.sbin/ldomctl/mdstore.c
522
if (strcmp(guest->name, "primary") == 0)
usr.sbin/ldomctl/mdstore.c
560
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomctl/parse.y
126
if (strcmp(odomain->name, $2) == 0) {
usr.sbin/ldomctl/parse.y
138
if (strcmp(domain->name, "primary") != 0) {
usr.sbin/ldomctl/parse.y
185
if (strcmp(domain->name, "primary") == 0) {
usr.sbin/ldomctl/parse.y
196
if (strcmp(domain->name, "primary") == 0) {
usr.sbin/ldomctl/parse.y
214
if (strcmp(domain->name, "primary") == 0) {
usr.sbin/ldomctl/parse.y
223
if (strcmp(iodev->dev, $2) == 0) {
usr.sbin/ldomctl/parse.y
384
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/ldomd/ds.c
452
if (strcmp(dr->svc_id, dcs->service->ds_svc_id) == 0 &&
usr.sbin/ldomd/ds.c
464
if (strcmp(dr->svc_id, dcs->service->ds_svc_id) == 0 &&
usr.sbin/ldomd/ldomd.c
188
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldomd/ldomd.c
198
if (strcmp(guest->name, "primary") == 0)
usr.sbin/ldomd/ldomd.c
262
if (strcmp(guest->name, "primary") == 0)
usr.sbin/ldomd/ldomd.c
282
if (strcmp(node->name->str, "virtual-device-port") != 0)
usr.sbin/ldomd/ldomd.c
289
strcmp(name, "ldom-primary") == 0)
usr.sbin/ldomd/ldomd.c
319
strcmp(prop->name->str, "fwd") == 0)
usr.sbin/ldpctl/parser.c
254
if (!strcmp(word, "inet") ||
usr.sbin/ldpctl/parser.c
260
if (!strcmp(word, "inet6") ||
usr.sbin/ldpd/kroute.c
220
if (ifname && strcmp(kif->k.ifname, ifname) != 0)
usr.sbin/ldpd/kroute.c
503
if (ifname == NULL || !strcmp(ifname, kif->k.ifname)) {
usr.sbin/ldpd/kroute.c
808
if (!strcmp(ifname, kif->k.ifname))
usr.sbin/ldpd/l2vpn.c
60
if (strcmp(l2vpn->name, name) == 0)
usr.sbin/ldpd/parse.y
1373
if (strcmp(nam, sym->nam) == 0)
usr.sbin/ldpd/parse.y
1430
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/ldpd/parse.y
905
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/lpd/lp.c
269
return strcmp(a->name, b->name);
usr.sbin/lpd/lp_displayq.c
118
if (!strcmp(jf->users[i], person))
usr.sbin/lpd/lp_displayq.c
122
if (strcmp(LP_JOBHOST(cfname), jf->hostfrom))
usr.sbin/lpd/lp_displayq.c
194
if (!strcmp(fname, " "))
usr.sbin/lpd/lp_displayq.c
257
if (!strcmp(fname, " "))
usr.sbin/lpd/lp_displayq.c
97
active = !strcmp(q.cfname[i], currjob);
usr.sbin/lpd/lp_rmjob.c
107
if (!strcmp(agent, "-all") && !strcmp(LP_JOBHOST(cfname), jf->hostfrom))
usr.sbin/lpd/lp_rmjob.c
114
if (!strcmp(agent, "root"))
usr.sbin/lpd/lp_rmjob.c
115
own = local || !strcmp(LP_JOBHOST(cfname), jf->hostfrom);
usr.sbin/lpd/lp_rmjob.c
128
if (!strcmp(person, agent) &&
usr.sbin/lpd/lp_rmjob.c
129
!strcmp(LP_JOBHOST(cfname), jf->hostfrom))
usr.sbin/lpd/lp_rmjob.c
152
if (!strcmp(jf->users[i], person))
usr.sbin/lpd/lp_rmjob.c
68
active = !strcmp(q.cfname[i], currjob);
usr.sbin/lpd/lp_stty.c
122
return (strcmp(((const struct key *)a)->name,
usr.sbin/lpd/lp_stty.c
442
#define CHK(s) (*name == s[0] && !strcmp(name, s))
usr.sbin/lpd/lpd.c
116
if (!strcmp(reexec, "control"))
usr.sbin/lpd/lpd.c
118
if (!strcmp(reexec, "engine"))
usr.sbin/lpd/lpd.c
120
if (!strcmp(reexec, "frontend"))
usr.sbin/lpd/parse.y
251
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/lpd/parse.y
647
if (strcmp(nam, sym->nam) == 0)
usr.sbin/lpd/parse.y
704
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/lpd/parse.y
893
if (strcmp(p->ifa_name, lo->ifx) != 0 &&
usr.sbin/lpd/parse.y
961
if (strcmp(ifg->ifgrq_group, groupname) == 0) {
usr.sbin/lpd/printer.c
258
if (strcmp(curr, q.cfname[jobidx]))
usr.sbin/lpd/printer.c
351
if (strcmp(inodeinfo, buf)) {
usr.sbin/lpr/common_source/common.c
397
if (strcmp(rname, lname) == 0) {
usr.sbin/lpr/common_source/displayq.c
236
if (remote || strcmp(current, q->q_name) != 0)
usr.sbin/lpr/common_source/displayq.c
388
if (j == 0 || strcmp(file, line+1) != 0)
usr.sbin/lpr/common_source/displayq.c
418
if (!strcmp(*u, name))
usr.sbin/lpr/common_source/displayq.c
426
if (*r == n && !strcmp(cp, from))
usr.sbin/lpr/common_source/displayq.c
434
if (strcmp(nfile, " ") == 0)
usr.sbin/lpr/common_source/rmjob.c
112
if (!strcmp(person, "-all")) {
usr.sbin/lpr/common_source/rmjob.c
259
if (all && (from == host || !strcmp(from, file+6)))
usr.sbin/lpr/common_source/rmjob.c
282
return(!strcmp(file, current) && isowner(line+1, file));
usr.sbin/lpr/common_source/rmjob.c
295
if (!strcmp(*u, line+1) && isowner(line+1, file))
usr.sbin/lpr/common_source/rmjob.c
309
if (!strcmp(person, root) && (from == host || !strcmp(from, file+6)))
usr.sbin/lpr/common_source/rmjob.c
311
if (!strcmp(person, owner) && !strcmp(from, file+6))
usr.sbin/lpr/lpc/cmds.c
1079
if (*job && strcmp(job, cp) != 0)
usr.sbin/lpr/lpc/cmds.c
1081
if (machine != NULL && strcmp(machine, cp) != 0)
usr.sbin/lpr/lpc/cmds.c
1106
if (line[0] != 'P' || strcmp(job, line+1) != 0)
usr.sbin/lpr/lpc/cmds.c
1130
if (argc == 2 && strcmp(argv[1], "all") == 0) {
usr.sbin/lpr/lpc/cmds.c
226
if (argc == 2 && strcmp(argv[1], "all") == 0) {
usr.sbin/lpr/lpc/cmds.c
273
if ((c1 = strcmp((*d1)->d_name + 3, (*d2)->d_name + 3)) != 0)
usr.sbin/lpr/lpc/cmds.c
327
if (*cp1 != 'd' || strcmp(cp + 3, cp1 + 3))
usr.sbin/lpr/lpc/cmds.c
379
if (argc == 2 && strcmp(argv[1], "all") == 0) {
usr.sbin/lpr/lpc/cmds.c
447
if (argc == 2 && strcmp(argv[1], "all") == 0) {
usr.sbin/lpr/lpc/cmds.c
525
if (strcmp(argv[1], "all") == 0) {
usr.sbin/lpr/lpc/cmds.c
646
if (argc == 2 && strcmp(argv[1], "all") == 0) {
usr.sbin/lpr/lpc/cmds.c
690
if (argc == 2 && strcmp(argv[1], "all") == 0) {
usr.sbin/lpr/lpc/cmds.c
762
if (argc == 1 || (argc == 2 && strcmp(argv[1], "all") == 0)) {
usr.sbin/lpr/lpc/cmds.c
86
if (argc == 2 && strcmp(argv[1], "all") == 0) {
usr.sbin/lpr/lpc/cmds.c
880
if (argc == 2 && strcmp(argv[1], "all") == 0) {
usr.sbin/lpr/lpd/key.c
92
return (strcmp(((struct key *)a)->name, ((struct key *)b)->name));
usr.sbin/lpr/lpd/lpd.c
648
if (!error && !strcmp(host, ip))
usr.sbin/lpr/lpd/modes.c
197
#define CHK(s) (*name == s[0] && !strcmp(name, s))
usr.sbin/lpr/lpd/printjob.c
705
if (*jobname != '\0' && strcmp(jobname, " ") != 0) {
usr.sbin/lpr/lpd/printjob.c
838
if (strcmp(last, line))
usr.sbin/lpr/lpr/lpr.c
269
if ((strcmp(person, *gptr->gr_mem)) == 0)
usr.sbin/mailwrapper/mailwrapper.c
139
if (strcmp(from, progname) == 0) {
usr.sbin/makefs/cd9660.c
1083
else if (strcmp(next->isoDirRecord->name,
usr.sbin/makefs/cd9660.c
1259
strcmp(iterator->name, ".") != 0) {
usr.sbin/makefs/cd9660.c
341
if (strcmp(name, "applicationid") == 0) {
usr.sbin/makefs/cd9660.c
344
} else if (strcmp(name, "boot-load-segment") == 0) {
usr.sbin/makefs/cd9660.c
354
} else if (strcmp(name, "bootimage") == 0) {
usr.sbin/makefs/cd9660.c
361
} else if (strcmp(name, "generic-bootimage") == 0) {
usr.sbin/makefs/cd9660.c
368
} else if (strcmp(name, "label") == 0) {
usr.sbin/makefs/cd9660.c
371
} else if (strcmp(name, "preparer") == 0) {
usr.sbin/makefs/cd9660.c
374
} else if (strcmp(name, "publisher") == 0) {
usr.sbin/makefs/cd9660.c
377
} else if (strcmp(name, "volumeid") == 0) {
usr.sbin/makefs/cd9660.c
380
} else if (strcmp(name, "hard-disk-boot") == 0 ||
usr.sbin/makefs/cd9660.c
381
strcmp(name, "no-boot") == 0 ||
usr.sbin/makefs/cd9660.c
382
strcmp(name, "no-emul-boot") == 0) {
usr.sbin/makefs/cd9660.c
892
if (strcmp(iter->isoDirRecord->name,
usr.sbin/makefs/cd9660/cd9660_eltorito.c
101
if (strcmp(sysname, "i386") == 0)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
103
else if (strcmp(sysname, "powerpc") == 0)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
105
else if (strcmp(sysname, "macppc") == 0)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
107
else if (strcmp(sysname, "efi") == 0)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
195
if (strcmp(option_string, "no-emul-boot") == 0) {
usr.sbin/makefs/cd9660/cd9660_eltorito.c
197
} else if (strcmp(option_string, "no-boot") == 0) {
usr.sbin/makefs/cd9660/cd9660_eltorito.c
199
} else if (strcmp(option_string, "hard-disk-boot") == 0) {
usr.sbin/makefs/cd9660/cd9660_eltorito.c
201
} else if (strcmp(option_string, "boot-load-segment") == 0) {
usr.sbin/makefs/ffs.c
198
if (strcmp(ffs_options[rv].name, "disklabel") == 0) {
usr.sbin/makefs/ffs.c
207
} else if (strcmp(ffs_options[rv].name, "optimization") == 0) {
usr.sbin/makefs/ffs.c
208
if (strcmp(buf, "time") == 0) {
usr.sbin/makefs/ffs.c
210
} else if (strcmp(buf, "space") == 0) {
usr.sbin/makefs/ffs.c
572
assert(strcmp(node->name, ".") == 0);
usr.sbin/makefs/makefs.c
253
if (strcmp(options[i].name, var) != 0)
usr.sbin/makefs/makefs.c
298
if (strcmp(fstypes[i].type, type) == 0)
usr.sbin/makefs/msdos.c
100
if (strcmp(msdos_options[rv].name, "volume_id") == 0)
usr.sbin/makefs/msdos.c
102
else if (strcmp(msdos_options[rv].name, "media_descriptor") == 0)
usr.sbin/makefs/msdos.c
104
else if (strcmp(msdos_options[rv].name, "hidden_sectors") == 0)
usr.sbin/makefs/msdos/mkfs_msdos.c
732
for (i = 0; i < x && strcmp(fmt, stdfmt[i].name); i++);
usr.sbin/makefs/walk.c
120
if (cur == NULL || strcmp(cur->name, name) == 0)
usr.sbin/memconfig/memconfig.c
116
if (!strcmp(argv[1], functions[i].cmd))
usr.sbin/memconfig/memconfig.c
179
if (owner && strcmp(mrd[i].mr_owner, owner))
usr.sbin/memconfig/memconfig.c
243
if (!strcmp(attrnames[i].name, argv[0])) {
usr.sbin/memconfig/memconfig.c
305
if (!strcmp(owner, mrdp[i].mr_owner) &&
usr.sbin/memconfig/memconfig.c
340
if (!strcmp(what, functions[i].cmd)) {
usr.sbin/mopd/common/device.c
163
if (strcmp(p->if_name, interface) == 0)
usr.sbin/mopd/common/device.c
56
if (!strcmp(ifa->ifa_name, ifname)) {
usr.sbin/mopd/mopchk/mopchk.c
96
if (strcmp(p,ii->if_name) == 0)
usr.sbin/mrouted/cfparse.y
348
if (!strcmp(boundlist[i].name, $1)) {
usr.sbin/mrouted/cfparse.y
452
if (!strcmp(q,"cache_lifetime"))
usr.sbin/mrouted/cfparse.y
454
if (!strcmp(q,"pruning"))
usr.sbin/mrouted/cfparse.y
456
if (!strcmp(q,"phyint"))
usr.sbin/mrouted/cfparse.y
458
if (!strcmp(q,"tunnel"))
usr.sbin/mrouted/cfparse.y
460
if (!strcmp(q,"disable"))
usr.sbin/mrouted/cfparse.y
462
if (!strcmp(q,"metric"))
usr.sbin/mrouted/cfparse.y
464
if (!strcmp(q,"threshold"))
usr.sbin/mrouted/cfparse.y
466
if (!strcmp(q,"rate_limit"))
usr.sbin/mrouted/cfparse.y
468
if (!strcmp(q,"srcrt") || !strcmp(q,"sourceroute"))
usr.sbin/mrouted/cfparse.y
470
if (!strcmp(q,"boundary"))
usr.sbin/mrouted/cfparse.y
472
if (!strcmp(q,"netmask"))
usr.sbin/mrouted/cfparse.y
474
if (!strcmp(q,"igmpv1"))
usr.sbin/mrouted/cfparse.y
476
if (!strcmp(q,"altnet"))
usr.sbin/mrouted/cfparse.y
478
if (!strcmp(q,"name"))
usr.sbin/mrouted/cfparse.y
480
if (!strcmp(q,"on") || !strcmp(q,"yes")) {
usr.sbin/mrouted/cfparse.y
484
if (!strcmp(q,"off") || !strcmp(q,"no")) {
usr.sbin/mrouted/cfparse.y
542
if (!strcmp(v->uv_name, s))
usr.sbin/mrouted/defs.h
53
#define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
usr.sbin/mrouted/rsrr.c
399
(!strcmp(rc->client_addr.sun_path,client_addr.sun_path))) {
usr.sbin/mtree/compare.c
252
} else if (strcmp(new_digest, s->md5digest)) {
usr.sbin/mtree/compare.c
268
} else if (strcmp(new_digest, s->rmd160digest)) {
usr.sbin/mtree/compare.c
284
} else if (strcmp(new_digest, s->sha1digest)) {
usr.sbin/mtree/compare.c
300
} else if (strcmp(new_digest, s->sha256digest)) {
usr.sbin/mtree/compare.c
307
if (s->flags & F_SLINK && strcmp(cp = rlink(name), s->slink)) {
usr.sbin/mtree/create.c
365
return (strcmp((*a)->fts_name, (*b)->fts_name));
usr.sbin/mtree/misc.c
95
return (strcmp(((KEY *)a)->name, ((KEY *)b)->name));
usr.sbin/mtree/spec.c
108
if (strcmp(p + 1, "set"))
usr.sbin/mtree/spec.c
113
if (strcmp(p + 1, "unset"))
usr.sbin/mtree/spec.c
122
if (!strcmp(p, "..")) {
usr.sbin/mtree/spec.c
194
if (!strcmp(val, "none")) {
usr.sbin/mtree/spec.c
267
if (!strcmp(val, "block"))
usr.sbin/mtree/spec.c
271
if (!strcmp(val, "char"))
usr.sbin/mtree/spec.c
275
if (!strcmp(val, "dir"))
usr.sbin/mtree/spec.c
279
if (!strcmp(val, "file"))
usr.sbin/mtree/spec.c
281
if (!strcmp(val, "fifo"))
usr.sbin/mtree/spec.c
285
if (!strcmp(val, "link"))
usr.sbin/mtree/spec.c
289
if (!strcmp(val, "socket"))
usr.sbin/mtree/verify.c
108
!strcmp(ep->name, p->fts_name)) {
usr.sbin/netgroup_mkdb/stringlist.c
111
if (strcmp(sl->sl_str[i], name) == 0)
usr.sbin/npppctl/npppctl.c
403
strcmp(result->interface, who->ifname) != 0)
usr.sbin/npppctl/npppctl.c
410
if (result->realm != NULL && strcmp(result->realm, who->rlmname) != 0)
usr.sbin/npppctl/npppctl.c
414
strcmp(result->username, who->username) != 0)
usr.sbin/npppd/l2tp/l2tpd.c
554
if (strcmp(listener->tun_name,
usr.sbin/npppd/npppd/chap.c
328
if (strcmp(_this->name, name) != 0) {
usr.sbin/npppd/npppd/npppd.c
1914
if (strcmp(_this->iface[i].ipcpconf->name,
usr.sbin/npppd/npppd/npppd.c
2026
if (strcmp(bind->tunnconf->name, ppp->phy_label) != 0)
usr.sbin/npppd/npppd/npppd.c
2037
if (strcmp(npppd_auth_get_name(realm1),
usr.sbin/npppd/npppd/npppd.c
2049
(lsuffix < lusername && strcmp(username + lusername
usr.sbin/npppd/npppd/npppd.c
2153
if (strcmp(bind->tunnconf->name, ppp->phy_label) != 0)
usr.sbin/npppd/npppd/npppd.c
2158
} else if (strcmp(bind->authconf->name,
usr.sbin/npppd/npppd/npppd.c
2170
if (strcmp(_this->iface[i].ifname, bind->iface->name) == 0)
usr.sbin/npppd/npppd/npppd.c
2377
if (strcmp(conf->name, name) == 0)
usr.sbin/npppd/npppd/npppd.c
309
(int (*) (const void *, const void *))strcmp, str_hash,
usr.sbin/npppd/npppd/npppd.c
729
(strcmp(number, ppp->calling_number) == 0)? 1 : 0;
usr.sbin/npppd/npppd/npppd_auth.c
181
if (strcmp(auth->name, base->name) == 0)
usr.sbin/npppd/npppd/npppd_auth.c
496
strcmp(username + lusername - lsuffix, base->pppsuffix) == 0 &&
usr.sbin/npppd/npppd/npppd_config.c
322
if (strcmp(npppd_auth_get_name(base), label) == 0)
usr.sbin/npppd/npppd/npppd_config.c
341
if (strcmp(_this->iface[i].ifname, iface->name) == 0)
usr.sbin/npppd/npppd/npppd_config.c
358
if (strcmp(_this->iface[i].ifname, iface->name) == 0) {
usr.sbin/npppd/npppd/npppd_pool.c
134
if (strcmp(ipcp->name, _this->ipcp_name) == 0) {
usr.sbin/npppd/npppd/npppd_radius.c
764
sizeof(attr)) == 0 && strcmp(attr, _this->conf.nas_id) != 0) {
usr.sbin/npppd/npppd/npppd_radius.c
795
strcmp(username, ppp->username) != 0) {
usr.sbin/npppd/npppd/pap.c
201
strcmp(_this->name, name) == 0) {
usr.sbin/npppd/npppd/pap.c
339
if (!strcmp(password0, password)) {
usr.sbin/npppd/npppd/parse.y
1066
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/npppd/npppd/parse.y
1632
if (strcmp(tunn->name, name) == 0)
usr.sbin/npppd/npppd/parse.y
1681
if (strcmp(auth->name, name) == 0)
usr.sbin/npppd/npppd/parse.y
1709
if (strcmp(ipcp->name, name) == 0)
usr.sbin/npppd/npppd/parse.y
1722
if (strcmp(iface->name, name) == 0)
usr.sbin/npppd/npppd/privsep.c
1004
} else if (strcmp(arg->path, allow_paths[i].path) != 0)
usr.sbin/npppd/pppoe/pppoed.c
263
if (strcmp(ifa->ifa_name, _this->listen_ifname) == 0) {
usr.sbin/npppd/pppoe/pppoed.c
495
if (strcmp(l->listen_ifname, listeners[i].ifname) == 0){
usr.sbin/npppd/pppoe/pppoed.c
894
if (strcmp(service_name, sn) == 0 ||
usr.sbin/npppd/pptp/pptpd.c
575
if (strcmp(listener->tun_name,
usr.sbin/nsd/configparser.y
1379
if(strcmp(str, "yes") == 0) {
usr.sbin/nsd/configparser.y
1381
} else if(strcmp(str, "no") == 0) {
usr.sbin/nsd/configparser.y
1397
if(strcmp(str, REFRESHPLUSRETRYPLUS1_STR) == 0) {
usr.sbin/nsd/configparser.y
1472
} else if(strcmp(str, "producer") == 0) {
usr.sbin/nsd/dbaccess.c
276
} else if(zone_fname && strcmp(zone_fname, fname) == 0 &&
usr.sbin/nsd/difffile.c
1510
if(strcmp(zone_buf, domain_to_string(zone->apex)) != 0) {
usr.sbin/nsd/dname.c
190
if (strcmp(name, ".") == 0) {
usr.sbin/nsd/ixfr.c
1751
if(strcmp(buf+7, zname) != 0) {
usr.sbin/nsd/nsd-control.c
259
if(strcmp(svr, "0.0.0.0") == 0)
usr.sbin/nsd/nsd-control.c
261
else if(strcmp(svr, "::0") == 0 ||
usr.sbin/nsd/nsd-control.c
262
strcmp(svr, "0::0") == 0 ||
usr.sbin/nsd/nsd-control.c
263
strcmp(svr, "0::") == 0 ||
usr.sbin/nsd/nsd-control.c
264
strcmp(svr, "::") == 0)
usr.sbin/nsd/nsd-control.c
496
if(argc == 1 && (strcmp(argv[0], "addzones") == 0 ||
usr.sbin/nsd/nsd-control.c
497
strcmp(argv[0], "delzones") == 0)) {
usr.sbin/nsd/nsd-control.c
547
fd = contact_server(svr, opt, argc>0&&strcmp(argv[0],"status")==0);
usr.sbin/nsd/nsd-control.c
633
if(argc >= 1 && strcmp(argv[0], "start")==0) {
usr.sbin/nsd/nsd.c
1093
if(strcmp(nsd.identity, hostname)==0 || strcmp(nsd.identity,IDENTITY)==0)
usr.sbin/nsd/options.c
1060
if(strcmp(p->ip_address_spec, q->ip_address_spec)!=0) return 0;
usr.sbin/nsd/options.c
1065
if(strcmp(p->key_name, q->key_name)!=0) return 0;
usr.sbin/nsd/options.c
1070
if(strcmp(p->tls_auth_name, q->tls_auth_name)!=0) return 0;
usr.sbin/nsd/options.c
1289
if(ovc < nvc && strcmp((*ov)[ovc], nv[ovc]) != 0)
usr.sbin/nsd/options.c
1420
if (strcmp(vp[vpc], vq[vpc]) != 0)
usr.sbin/nsd/options.c
1429
if(strcmp(p->pname, q->pname) != 0) return 0;
usr.sbin/nsd/options.c
1433
if(strcmp(p->zonefile, q->zonefile) != 0) return 0;
usr.sbin/nsd/options.c
1438
if(strcmp(p->zonestats, q->zonestats) != 0) return 0;
usr.sbin/nsd/options.c
1499
if(strcmp(p->catalog_member_pattern, q->catalog_member_pattern) != 0) return 0;
usr.sbin/nsd/options.c
1504
if(strcmp(p->catalog_producer_zone, q->catalog_producer_zone) != 0) return 0;
usr.sbin/nsd/options.c
1914
return strcmp(p->name, q->name)==0 && strcmp(p->algorithm,
usr.sbin/nsd/options.c
1915
q->algorithm)==0 && strcmp(p->secret, q->secret)==0;
usr.sbin/nsd/options.c
2673
if(subnet_bits == 0 && strcmp(p, "0")!=0) {
usr.sbin/nsd/options.c
2751
if(strcmp(key, "NOKEY")==0) {
usr.sbin/nsd/options.c
2755
} else if(strcmp(key, "BLOCKED")==0) {
usr.sbin/nsd/options.c
3003
if(strcmp(ifa->ifa_name, search_ifa) != 0)
usr.sbin/nsd/options.c
381
&& strcmp( old_pat->catalog_producer_zone
usr.sbin/nsd/options.c
48
return strcmp((const char*)p1, (const char*)p2);
usr.sbin/nsd/options.c
997
if (strcmp(fmt, "syntax error") == 0 || strcmp(fmt, "parse error") == 0) {
usr.sbin/nsd/region-allocator.c
444
else if(strcmp(*to_replace, string)) {
usr.sbin/nsd/remote.c
1197
if(strcmp(str, "") == 0) {
usr.sbin/nsd/remote.c
1201
if(val == 0 && strcmp(str, "0") != 0) {
usr.sbin/nsd/remote.c
2454
if(acl->key_name && strcmp(acl->key_name, name) == 0)
usr.sbin/nsd/remote.c
2835
if(strcmp(magic, pre) != 0) {
usr.sbin/nsd/rrl.c
210
if(strcmp(s, "nxdomain")==0) return rrl_type_nxdomain;
usr.sbin/nsd/rrl.c
211
else if(strcmp(s, "error")==0) return rrl_type_error;
usr.sbin/nsd/rrl.c
212
else if(strcmp(s, "referral")==0) return rrl_type_referral;
usr.sbin/nsd/rrl.c
213
else if(strcmp(s, "any")==0) return rrl_type_any;
usr.sbin/nsd/rrl.c
214
else if(strcmp(s, "wildcard")==0) return rrl_type_wildcard;
usr.sbin/nsd/rrl.c
215
else if(strcmp(s, "nodata")==0) return rrl_type_nodata;
usr.sbin/nsd/rrl.c
216
else if(strcmp(s, "dnskey")==0) return rrl_type_dnskey;
usr.sbin/nsd/rrl.c
217
else if(strcmp(s, "positive")==0) return rrl_type_positive;
usr.sbin/nsd/rrl.c
218
else if(strcmp(s, "rrsig")==0) return rrl_type_rrsig;
usr.sbin/nsd/rrl.c
219
else if(strcmp(s, "all")==0) return rrl_type_all;
usr.sbin/nsd/simdzone/src/generic/format.h
293
if (strcmp(includer->path, file->path) == 0) {
usr.sbin/nsd/simdzone/src/zone.c
163
strcmp(file->name, "-") == 0;
usr.sbin/nsd/simdzone/src/zone.c
252
if(file == &parser->first && strcmp(file->name, "-") == 0) {
usr.sbin/nsd/simdzone/src/zone.c
267
if(strcmp(file->path, "-") == 0) {
usr.sbin/nsd/util.c
109
if(strcmp(filename, "/dev/stdout")==0 || strcmp(filename, "/dev/stderr")==0)
usr.sbin/nsd/xdp-server.c
624
if (strcmp(ifa->ifa_name, xdp->interface_name))
usr.sbin/nsd/xfrd-disk.c
83
if(strcmp(p, str) != 0)
usr.sbin/nsd/zonec.c
367
if (strcmp(path, zone->includes.paths[i]) == 0)
usr.sbin/nsd/zparser.y
1357
if(strcmp(salt_str, "-") != 0)
usr.sbin/ntpd/config.c
45
if (!strcmp(s, "*")) {
usr.sbin/ntpd/control.c
362
if (0 != strcmp(a, p->addr_head.name) || p->addr_head.pool)
usr.sbin/ntpd/ntpd.c
144
if (strcmp(__progname, "ntpctl") == 0) {
usr.sbin/ntpd/ntpd.c
222
if (strcmp(NTP_PROC_NAME, pname) == 0)
usr.sbin/ntpd/ntpd.c
224
else if (strcmp(NTPDNS_PROC_NAME, pname) == 0)
usr.sbin/ntpd/ntpd.c
226
else if (strcmp(CONSTRAINT_PROC_NAME, pname) == 0)
usr.sbin/ntpd/ntpd.c
97
if (strcmp(__progname, "ntpctl") == 0)
usr.sbin/ntpd/parse.y
527
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/ntpd/sensors.c
119
if (!strcmp(s->device, dxname))
usr.sbin/ntpd/sensors.c
124
strcmp(cs->device, dxname) && strcmp(cs->device, "*");
usr.sbin/ntpd/sensors.c
189
if (strcmp(dxname, s->device)) {
usr.sbin/ocspcheck/http.c
441
if (strcmp(h[i].key, v))
usr.sbin/ocspcheck/ocspcheck.c
593
if (strcmp(outfile, "-") == 0)
usr.sbin/ocspcheck/ocspcheck.c
603
if (strcmp(infile, "-") == 0)
usr.sbin/ospf6d/carp.c
51
if (!strcmp(c->group, group))
usr.sbin/ospf6d/interface.c
196
if (!strcmp(name, iface->name))
usr.sbin/ospf6d/name2id.c
98
if (strcmp(name, label->name) == 0) {
usr.sbin/ospf6d/ospfe.c
293
if (strcmp(i->dependon,
usr.sbin/ospf6d/parse.y
1094
if (strcmp(nam, sym->nam) == 0)
usr.sbin/ospf6d/parse.y
1151
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/ospf6d/parse.y
287
if (!strcmp($3, "default"))
usr.sbin/ospf6d/parse.y
289
else if (!strcmp($3, "static"))
usr.sbin/ospf6d/parse.y
291
else if (!strcmp($3, "connected"))
usr.sbin/ospf6d/parse.y
634
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/ospf6d/rde.c
706
if (strcmp(i->dependon,
usr.sbin/ospfd/carp.c
51
if (!strcmp(c->group, group))
usr.sbin/ospfd/kroute.c
518
if (ifname == NULL || !strcmp(ifname, kif->k.ifname)) {
usr.sbin/ospfd/kroute.c
855
if (!strcmp(ifname, kif->k.ifname)) {
usr.sbin/ospfd/name2id.c
98
if (strcmp(name, label->name) == 0) {
usr.sbin/ospfd/ospfe.c
337
if (strcmp(kif->ifname,
usr.sbin/ospfd/parse.y
1287
if (strcmp(nam, sym->nam) == 0)
usr.sbin/ospfd/parse.y
1344
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/ospfd/parse.y
331
if (!strcmp($3, "default"))
usr.sbin/ospfd/parse.y
333
else if (!strcmp($3, "static"))
usr.sbin/ospfd/parse.y
335
else if (!strcmp($3, "connected"))
usr.sbin/ospfd/parse.y
481
if (!strcmp($2, "none"))
usr.sbin/ospfd/parse.y
483
else if (!strcmp($2, "simple"))
usr.sbin/ospfd/parse.y
485
else if (!strcmp($2, "crypt"))
usr.sbin/ospfd/parse.y
817
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/pppd/auth.c
1010
if (strcmp(ptr_word, "-") == 0)
usr.sbin/pppd/auth.c
1012
if (strcmp(ptr_word, "*") == 0)
usr.sbin/pppd/auth.c
1140
if (client != NULL && strcmp(word, client) != 0 && !ISWILD(word)) {
usr.sbin/pppd/auth.c
1154
if (server != NULL && strcmp(word, server) != 0 && !ISWILD(word))
usr.sbin/pppd/auth.c
657
|| (secret[0] != 0 && (cryptpap || strcmp(passwd, secret) != 0)
usr.sbin/pppd/auth.c
658
&& strcmp(crypt(passwd, secret), secret) != 0)) {
usr.sbin/pppd/chat/chat.c
1017
if ( strcmp(s1,abort_string[i]) == 0 ) {
usr.sbin/pppd/chat/chat.c
1066
if ( strcmp(s1,report_string[i]) == 0 ) {
usr.sbin/pppd/chat/chat.c
1098
if (strcmp(s, "EOT") == 0)
usr.sbin/pppd/chat/chat.c
1100
else if (strcmp(s, "BREAK") == 0)
usr.sbin/pppd/chat/chat.c
849
if (strcmp(s, "HANGUP") == 0) {
usr.sbin/pppd/chat/chat.c
854
if (strcmp(s, "ABORT") == 0) {
usr.sbin/pppd/chat/chat.c
859
if (strcmp(s, "CLR_ABORT") == 0) {
usr.sbin/pppd/chat/chat.c
864
if (strcmp(s, "REPORT") == 0) {
usr.sbin/pppd/chat/chat.c
869
if (strcmp(s, "CLR_REPORT") == 0) {
usr.sbin/pppd/chat/chat.c
874
if (strcmp(s, "TIMEOUT") == 0) {
usr.sbin/pppd/chat/chat.c
879
if (strcmp(s, "ECHO") == 0) {
usr.sbin/pppd/chat/chat.c
884
if (strcmp(s, "SAY") == 0) {
usr.sbin/pppd/chat/chat.c
967
if (strcmp(s, "OFF") == 0)
usr.sbin/pppd/chat/chat.c
976
echo = (strcmp(s, "ON") == 0);
usr.sbin/pppd/main.c
265
if (!default_device && strcmp(devnam, default_devnam) == 0)
usr.sbin/pppd/options.c
448
if (!strcmp(arg, cmdp->cmd_name))
usr.sbin/pppd/options.c
496
if (!strcmp(arg, cmdp->cmd_name))
usr.sbin/pppd/options.c
583
if (!strcmp(cmd, cmdp->cmd_name))
usr.sbin/pppd/options.c
658
if (strcmp(dev, "tty") == 0)
usr.sbin/pppd/sys-bsd.c
1332
if (strcmp(ifp->ifa_name, ifa->ifa_name) == 0
usr.sbin/pstat/pstat.c
249
if (strcmp(dformat, "p") == 0)
usr.sbin/pstat/pstat.c
251
else if (strcmp(dformat, "c") == 0)
usr.sbin/pstat/pstat.c
253
else if (strcmp(dformat, "s") == 0)
usr.sbin/pstat/pstat.c
269
if (strcmp(mod, "l") == 0)
usr.sbin/pstat/pstat.c
271
else if (strcmp(mod, "h") == 0)
usr.sbin/pstat/pstat.c
273
else if (strcmp(mod, "hh") == 0)
usr.sbin/pstat/pstat.c
275
else if (strcmp(mod, "") != 0)
usr.sbin/pwd_mkdb/pwd_mkdb.c
555
if (strcmp(username, pw->pw_name) != 0)
usr.sbin/quot/quot.c
585
if (strcmp(mp->f_fstypename, MOUNT_FFS) == 0 ||
usr.sbin/quot/quot.c
586
strcmp(mp->f_fstypename, "ufs") == 0) {
usr.sbin/quot/quot.c
613
if ((!strcmp(mp->f_fstypename, MOUNT_FFS) ||
usr.sbin/quot/quot.c
614
!strcmp(mp->f_fstypename, MOUNT_MFS) ||
usr.sbin/quot/quot.c
615
!strcmp(mp->f_fstypename, "ufs")) &&
usr.sbin/quot/quot.c
616
strcmp(nm, mp[i].f_mntonname) == 0) {
usr.sbin/quotaon/quotaon.c
109
if (strcmp(fs->fs_type, FSTAB_RW))
usr.sbin/quotaon/quotaon.c
111
if (strcmp(fs->fs_vfstype, "ffs") &&
usr.sbin/quotaon/quotaon.c
112
strcmp(fs->fs_vfstype, "ufs") &&
usr.sbin/quotaon/quotaon.c
113
strcmp(fs->fs_vfstype, "mfs"))
usr.sbin/quotaon/quotaon.c
154
if (strcmp(fs->fs_file, "/") && readonly(fs))
usr.sbin/quotaon/quotaon.c
187
if (strcmp(target, list[i]) == 0)
usr.sbin/quotaon/quotaon.c
214
if (type == USRQUOTA && strcmp(opt, usrname) == 0)
usr.sbin/quotaon/quotaon.c
216
if (type == GRPQUOTA && strcmp(opt, grpname) == 0)
usr.sbin/quotaon/quotaon.c
241
strcmp(fsbuf.f_mntonname, fs->fs_file) ||
usr.sbin/quotaon/quotaon.c
242
strcmp(fsbuf.f_mntfromname, fs->fs_spec)) {
usr.sbin/quotaon/quotaon.c
243
if (strcmp(fs->fs_file, "mfs") ||
usr.sbin/quotaon/quotaon.c
74
if (strcmp(whoami, "quotaoff") == 0)
usr.sbin/quotaon/quotaon.c
76
else if (strcmp(whoami, "quotaon") != 0) {
usr.sbin/rad/frontend.c
1058
if (strcmp(ra_iface->name, ifa->ifa_name) != 0)
usr.sbin/rad/frontend.c
738
if (strcmp(ra_iface->name, if_name) == 0)
usr.sbin/rad/frontend.c
750
if (strcmp(ra_iface_conf->name, if_name) == 0)
usr.sbin/rad/frontend.c
789
if (strcmp(if_name, ifa->ifa_name) != 0)
usr.sbin/rad/parse.y
1003
if (strcmp(nam, sym->nam) == 0)
usr.sbin/rad/parse.y
1060
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/rad/parse.y
1133
if (strcmp(name, iface->name) == 0)
usr.sbin/rad/parse.y
509
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/radiusctl/json.c
85
strcmp(name, stack[i].name) == 0)
usr.sbin/radiusctl/parser.c
383
strcmp(word, table[i].keyword) == 0) {
usr.sbin/radiusd/parse.y
1048
if (strcmp(name, module_paths[i].name) == 0)
usr.sbin/radiusd/parse.y
594
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/radiusd/parse.y
976
if (strcmp(name, module->name) == 0)
usr.sbin/radiusd/radiusd.c
1049
strcmp(authen_secret, client_secret) == 0 &&
usr.sbin/radiusd/radiusd.c
1129
if (strcmp(module->name, module_name) == 0)
usr.sbin/radiusd/radiusd_bsdauth.c
214
if (strcmp(gr->gr_mem[i], pw->pw_name)
usr.sbin/radiusd/radiusd_bsdauth.c
291
if (strcmp(name, "restrict-group") == 0) {
usr.sbin/radiusd/radiusd_eap2mschap.c
114
if (strcmp(name, "chap-name") == 0) {
usr.sbin/radiusd/radiusd_eap2mschap.c
123
} else if (strcmp(name, "_debug") == 0)
usr.sbin/radiusd/radiusd_file.c
298
if (strcmp(name, "path") == 0) {
usr.sbin/radiusd/radiusd_file.c
307
} else if (strcmp(name, "_debug") == 0) {
usr.sbin/radiusd/radiusd_file.c
414
ret = strcmp(ent->password, pass);
usr.sbin/radiusd/radiusd_ipcp.c
1149
strcmp(assign->nas_id, nas_id) != 0)
usr.sbin/radiusd/radiusd_ipcp.c
1234
strcmp(dae->nas_id, assign->nas_id) == 0)
usr.sbin/radiusd/radiusd_ipcp.c
1427
return (strcmp(a->name, b->name));
usr.sbin/radiusd/radiusd_ipcp.c
1508
strcmp(dae->nas_id, assigned->nas_id) == 0)
usr.sbin/radiusd/radiusd_ipcp.c
1965
if (strcmp(tunnel_types[i].label, label) == 0)
usr.sbin/radiusd/radiusd_ipcp.c
397
if (strcmp(name, "address") == 0) {
usr.sbin/radiusd/radiusd_ipcp.c
400
if (strcmp(argv[0], "pool") == 0) {
usr.sbin/radiusd/radiusd_ipcp.c
416
} else if (strcmp(argv[0], "static") == 0) {
usr.sbin/radiusd/radiusd_ipcp.c
434
} else if (strcmp(name, "max-sessions") == 0) {
usr.sbin/radiusd/radiusd_ipcp.c
443
} else if (strcmp(name, "user-max-sessions") == 0) {
usr.sbin/radiusd/radiusd_ipcp.c
452
} else if (strcmp(name, "start-wait") == 0) {
usr.sbin/radiusd/radiusd_ipcp.c
460
} else if (strcmp(name, "name-server") == 0) {
usr.sbin/radiusd/radiusd_ipcp.c
477
} else if (strcmp(name, "netbios-server") == 0) {
usr.sbin/radiusd/radiusd_ipcp.c
494
} else if (strcmp(name, "session-timeout") == 0) {
usr.sbin/radiusd/radiusd_ipcp.c
497
if (strcmp(argv[0], "radius") == 0) {
usr.sbin/radiusd/radiusd_ipcp.c
511
} else if (strcmp(name, "dae") == 0) {
usr.sbin/radiusd/radiusd_ipcp.c
514
if (!(argc >= 1 || strcmp(argv[1], "server") == 0)) {
usr.sbin/radiusd/radiusd_ipcp.c
553
} else if (strcmp(name, "_debug") == 0)
usr.sbin/radiusd/radiusd_radius.c
163
if (strcmp(paramname, "server") == 0) {
usr.sbin/radiusd/radiusd_radius.c
182
} else if (strcmp(paramname, "request-timeout") == 0) {
usr.sbin/radiusd/radiusd_radius.c
192
} else if (strcmp(paramname, "max-tries") == 0) {
usr.sbin/radiusd/radiusd_radius.c
203
} else if (strcmp(paramname, "max-failovers") == 0) {
usr.sbin/radiusd/radiusd_radius.c
213
} else if (strcmp(paramname, "secret") == 0) {
usr.sbin/radiusd/radiusd_radius.c
223
} else if (strcmp(paramname, "_debug") == 0)
usr.sbin/radiusd/radiusd_standard.c
136
if (strcmp(name, "strip-atmark-realm") == 0) {
usr.sbin/radiusd/radiusd_standard.c
139
if (strcmp(argv[0], "true") == 0)
usr.sbin/radiusd/radiusd_standard.c
141
else if (strcmp(argv[0], "false") == 0)
usr.sbin/radiusd/radiusd_standard.c
146
} else if (strcmp(name, "strip-nt-domain") == 0) {
usr.sbin/radiusd/radiusd_standard.c
149
if (strcmp(argv[0], "true") == 0)
usr.sbin/radiusd/radiusd_standard.c
151
else if (strcmp(argv[0], "false") == 0)
usr.sbin/radiusd/radiusd_standard.c
156
} else if (strcmp(name, "remove-request-attribute") == 0 ||
usr.sbin/radiusd/radiusd_standard.c
157
strcmp(name, "remove-response-attribute") == 0) {
usr.sbin/radiusd/radiusd_standard.c
160
if (strcmp(name, "remove-request-attribute") == 0) {
usr.sbin/radiusd/radiusd_standard.c
195
if (strcmp(name, "remove-request-attribute") == 0)
usr.sbin/rarpd/rarpd.c
516
if (strcmp(ifa->ifa_name, ifname))
usr.sbin/rbootd/bpf.c
277
(strcmp(ifa->ifa_name, "lo0") == 0))
usr.sbin/rbootd/defs.h
57
#define STREQN(s1,s2) ((*s1 == *s2) && (strcmp(s1,s2) == 0))
usr.sbin/rdate/ntpleaps.c
134
if (strcmp((const char *)buf, "TZif")) {
usr.sbin/rdsetroot/rdsetroot.c
126
if (strcmp(name, ELF_SYMTAB) == 0 &&
usr.sbin/rdsetroot/rdsetroot.c
132
if (strcmp(name, ELF_STRTAB) == 0 &&
usr.sbin/rdsetroot/rdsetroot.c
292
if (strcmp(name, symbol) == 0) {
usr.sbin/relayd/carp.c
53
if (!strcmp(c->group, group))
usr.sbin/relayd/check_tcp.c
424
if (strcmp(cte->table->conf.digest, digest)) {
usr.sbin/relayd/name2id.c
107
if (strcmp(name, label->name) == 0) {
usr.sbin/relayd/parse.y
1053
if (strcmp($3, "default") == 0) {
usr.sbin/relayd/parse.y
1057
if (!strcmp(p->name, $3))
usr.sbin/relayd/parse.y
1375
if (strcmp("sslv3", $1) == 0)
usr.sbin/relayd/parse.y
1377
else if (strcmp("tlsv1", $1) == 0)
usr.sbin/relayd/parse.y
1379
else if (strcmp("tlsv1.0", $1) == 0)
usr.sbin/relayd/parse.y
1381
else if (strcmp("tlsv1.1", $1) == 0)
usr.sbin/relayd/parse.y
1383
else if (strcmp("tlsv1.2", $1) == 0)
usr.sbin/relayd/parse.y
1385
else if (strcmp("tlsv1.3", $1) == 0)
usr.sbin/relayd/parse.y
1387
else if (strcmp("cipher-server-preference", $1) == 0)
usr.sbin/relayd/parse.y
1389
else if (strcmp("client-renegotiation", $1) == 0)
usr.sbin/relayd/parse.y
1987
if (!strcmp(p->name, $2))
usr.sbin/relayd/parse.y
2091
if (!strcmp(rt->rt_conf.name, $2))
usr.sbin/relayd/parse.y
241
if (strcmp("https", $1) == 0) {
usr.sbin/relayd/parse.y
2412
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/relayd/parse.y
268
if (strcmp("dns", $1) == 0) {
usr.sbin/relayd/parse.y
3062
if (strcmp(nam, sym->nam) == 0)
usr.sbin/relayd/parse.y
3119
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/relayd/parse.y
3228
(strcmp(s, p->ifa_name) != 0 &&
usr.sbin/relayd/parse.y
3543
if (strcmp(ifg->ifgrq_group, groupname) == 0) {
usr.sbin/relayd/parse.y
481
if (!strcmp(srv->conf.name, $2))
usr.sbin/relayd/parse.y
686
if (!strcmp(tb->conf.name, $2))
usr.sbin/relayd/pfe.c
637
if (strcmp(h->conf.name,
usr.sbin/relayd/pfe.c
693
if (strcmp(h->conf.name,
usr.sbin/relayd/proc.c
61
if (strcmp(p->p_title, proc_name))
usr.sbin/relayd/relay_http.c
1380
return (strcmp(ma->method_name, mb->method_name));
usr.sbin/relayd/relayd.c
1049
strcmp(pname, r->rule_tablename) == 0)
usr.sbin/relayd/relayd.c
1158
if (strcmp(host->conf.name, name) == 0)
usr.sbin/relayd/relayd.c
1169
if (strcmp(table->conf.name, name) == 0)
usr.sbin/relayd/relayd.c
1196
strcmp(tb->sendbuf, table->sendbuf) == 0)))
usr.sbin/relayd/relayd.c
1208
if (strcmp(rdr->conf.name, name) == 0)
usr.sbin/relayd/relayd.c
1219
if (strcmp(rlay->rl_conf.name, name) == 0)
usr.sbin/relayd/relayd.c
1242
if (strcmp(hash, pkey->pkey_hash) == 0)
usr.sbin/repquota/repquota.c
124
if (strcmp(fs->fs_vfstype, "ffs") &&
usr.sbin/repquota/repquota.c
125
strcmp(fs->fs_vfstype, "ufs") &&
usr.sbin/repquota/repquota.c
126
strcmp(fs->fs_vfstype, "mfs"))
usr.sbin/repquota/repquota.c
246
if (strcmp(target, list[i]) == 0)
usr.sbin/repquota/repquota.c
273
if (type == USRQUOTA && strcmp(opt, usrname) == 0)
usr.sbin/repquota/repquota.c
275
if (type == GRPQUOTA && strcmp(opt, grpname) == 0)
usr.sbin/ripd/carp.c
51
if (!strcmp(c->group, group))
usr.sbin/ripd/kroute.c
328
if (ifname == NULL || !strcmp(ifname, kif->k.ifname)) {
usr.sbin/ripd/kroute.c
507
if (!strcmp(ifname, kif->k.ifname))
usr.sbin/ripd/name2id.c
86
if (strcmp(name, label->name) == 0) {
usr.sbin/ripd/parse.y
174
if (!strcmp($2, "none"))
usr.sbin/ripd/parse.y
176
else if (!strcmp($2, "simple"))
usr.sbin/ripd/parse.y
178
else if (!strcmp($2, "poisoned"))
usr.sbin/ripd/parse.y
218
if (!strcmp($3, "static"))
usr.sbin/ripd/parse.y
220
else if (!strcmp($3, "connected"))
usr.sbin/ripd/parse.y
222
else if (!strcmp($3, "default"))
usr.sbin/ripd/parse.y
287
if (!strcmp($2, "none"))
usr.sbin/ripd/parse.y
289
else if (!strcmp($2, "simple"))
usr.sbin/ripd/parse.y
291
else if (!strcmp($2, "crypt"))
usr.sbin/ripd/parse.y
420
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/ripd/parse.y
826
if (strcmp(nam, sym->nam) == 0)
usr.sbin/ripd/parse.y
883
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/rmt/rmt.c
176
if (strcmp(devp, lastdevice) != 0) {
usr.sbin/route6d/route6d.c
1395
if (!strcmp(ifcp->ifc_name, LOOPBACK_IF))
usr.sbin/route6d/route6d.c
3180
if (strcmp(name, ifcp->ifc_name) == 0)
usr.sbin/rpc.bootparamd/bootparamd.c
233
} else if (error == ENOENT && !strcmp(getfile->file_id, "dump")) {
usr.sbin/rpc.lockd/lockd_lock.c
155
strcmp(newfl->client_name, fl->client_name) != 0)
usr.sbin/rpc.lockd/lockd_lock.c
370
if (strcmp(fl->client_name, lck->caller_name) ||
usr.sbin/rpc.lockd/lockd_lock.c
767
if (strcmp(hostname, hp->name) == 0) {
usr.sbin/rpc.lockd/lockd_lock.c
813
if (strcmp(hostname, fl->client_name) == 0 &&
usr.sbin/rpc.statd/test.c
111
if (strcmp(argv[1], "crash")) {
usr.sbin/rpki-client/ccr.c
1496
if (strcmp(brk->ski, prev->ski) <= 0) {
usr.sbin/rpki-client/cert.c
1656
if (strcmp(cert->ski, cert->aki) != 0) {
usr.sbin/rpki-client/cert.c
1662
if (strcmp(cert->ski, cert->aki) == 0) {
usr.sbin/rpki-client/cert.c
2418
rv = strcmp(a->ski, b->ski);
usr.sbin/rpki-client/cert.c
2424
return strcmp(a->pubkey, b->pubkey);
usr.sbin/rpki-client/cert.c
921
if (fnlen < plen || strcmp(p, fn + fnlen - plen) != 0) {
usr.sbin/rpki-client/crl.c
294
cmp = strcmp(a->aki, b->aki);
usr.sbin/rpki-client/crl.c
307
cmp = strcmp(a->mftpath, b->mftpath);
usr.sbin/rpki-client/filemode.c
62
return strcmp(a->uri, b->uri);
usr.sbin/rpki-client/http.c
1208
if (strcmp(conn->port, "443") != 0)
usr.sbin/rpki-client/http.c
661
if (strcmp(conn->host, req->host) != 0)
usr.sbin/rpki-client/http.c
663
if (strcmp(conn->port, req->port) != 0)
usr.sbin/rpki-client/json.c
85
strcmp(name, stack[i].name) == 0)
usr.sbin/rpki-client/main.c
889
if (errno == ENOENT && strcmp(slf, DEFAULT_SKIPLIST_FILE) == 0)
usr.sbin/rpki-client/mft.c
186
if (strcmp(file, mft->crl) != 0) {
usr.sbin/rpki-client/mft.c
574
r = strcmp(a->seqnum, b->seqnum);
usr.sbin/rpki-client/ometric.c
105
if (strcmp(name, om->name) == 0)
usr.sbin/rpki-client/ometric.c
91
if (strcmp(suffix, suffixes[i]) == 0)
usr.sbin/rpki-client/parser.c
130
if (strcmp(aki, mftaki) != 0) {
usr.sbin/rpki-client/parser.c
137
if (strcmp(aki, a->cert->ski) != 0) {
usr.sbin/rpki-client/parser.c
340
if (strcmp(crl->aki, mft->aki) != 0) {
usr.sbin/rpki-client/repo.c
1184
if (strcmp(rp->repouri, tal->uri[0]) == 0)
usr.sbin/rpki-client/repo.c
1227
if (strcmp(rp->repouri, repouri) != 0)
usr.sbin/rpki-client/repo.c
1232
if (strcmp(rp->notifyuri, notify) != 0)
usr.sbin/rpki-client/repo.c
129
return strcmp(a->file, b->file);
usr.sbin/rpki-client/repo.c
1302
if (strcmp(rp->basedir, path) == 0)
usr.sbin/rpki-client/repo.c
1317
if (strcmp(rp->basedir, path) == 0)
usr.sbin/rpki-client/repo.c
1861
strcmp(e->fts_name, ".state") == 0)
usr.sbin/rpki-client/repo.c
1927
if (strcmp(".rsync", e->fts_name) == 0)
usr.sbin/rpki-client/repo.c
1929
else if (strcmp(".ta", e->fts_name) == 0)
usr.sbin/rpki-client/repo.c
1931
else if (strcmp(".rrdp", e->fts_name) == 0)
usr.sbin/rpki-client/repo.c
2063
strcmp(e->fts_name, ".state") == 0)
usr.sbin/rpki-client/repo.c
489
if (strcmp(rr->repouri, repo) == 0) {
usr.sbin/rpki-client/repo.c
618
if (strcmp(dir, rp->rrdp->basedir) == 0)
usr.sbin/rpki-client/repo.c
728
if (strcmp(line, "-") == 0)
usr.sbin/rpki-client/repo.c
898
if (strcmp(rr->notifyuri, uri) == 0) {
usr.sbin/rpki-client/rrdp_delta.c
123
if (strcmp("uri", attr[i]) == 0 && hasUri++ == 0) {
usr.sbin/rpki-client/rrdp_delta.c
130
if (strcmp("hash", attr[i]) == 0 && hasHash++ == 0) {
usr.sbin/rpki-client/rrdp_delta.c
183
if (strcmp("delta", el) == 0)
usr.sbin/rpki-client/rrdp_delta.c
190
else if (strcmp("publish", el) == 0)
usr.sbin/rpki-client/rrdp_delta.c
192
else if (strcmp("withdraw", el) == 0)
usr.sbin/rpki-client/rrdp_delta.c
204
if (strcmp("delta", el) == 0)
usr.sbin/rpki-client/rrdp_delta.c
210
else if (strcmp("publish", el) == 0)
usr.sbin/rpki-client/rrdp_delta.c
212
else if (strcmp("withdraw", el) == 0)
usr.sbin/rpki-client/rrdp_delta.c
63
if (strcmp("xmlns", attr[i]) == 0 &&
usr.sbin/rpki-client/rrdp_delta.c
64
strcmp(RRDP_XMLNS, attr[i + 1]) == 0 && has_xmlns++ == 0)
usr.sbin/rpki-client/rrdp_delta.c
66
if (strcmp("version", attr[i]) == 0 && dxml->version == 0) {
usr.sbin/rpki-client/rrdp_delta.c
72
if (strcmp("session_id", attr[i]) == 0 &&
usr.sbin/rpki-client/rrdp_delta.c
77
if (strcmp("serial", attr[i]) == 0 && dxml->serial == 0) {
usr.sbin/rpki-client/rrdp_delta.c
88
if (strcmp(dxml->current->session_id, dxml->session_id) != 0)
usr.sbin/rpki-client/rrdp_notification.c
169
if (strcmp("xmlns", attr[i]) == 0 &&
usr.sbin/rpki-client/rrdp_notification.c
170
strcmp(RRDP_XMLNS, attr[i + 1]) == 0 && has_xmlns++ == 0)
usr.sbin/rpki-client/rrdp_notification.c
172
if (strcmp("session_id", attr[i]) == 0 &&
usr.sbin/rpki-client/rrdp_notification.c
177
if (strcmp("version", attr[i]) == 0 && nxml->version == 0) {
usr.sbin/rpki-client/rrdp_notification.c
183
if (strcmp("serial", attr[i]) == 0 && nxml->serial == 0) {
usr.sbin/rpki-client/rrdp_notification.c
227
if (strcmp("uri", attr[i]) == 0 && hasUri++ == 0) {
usr.sbin/rpki-client/rrdp_notification.c
235
if (strcmp("hash", attr[i]) == 0 && hasHash++ == 0) {
usr.sbin/rpki-client/rrdp_notification.c
273
if (strcmp("uri", attr[i]) == 0 && hasUri++ == 0) {
usr.sbin/rpki-client/rrdp_notification.c
281
if (strcmp("hash", attr[i]) == 0 && hasHash++ == 0) {
usr.sbin/rpki-client/rrdp_notification.c
286
if (strcmp("serial", attr[i]) == 0 && delta_serial == 0) {
usr.sbin/rpki-client/rrdp_notification.c
334
if (strcmp("notification", el) == 0)
usr.sbin/rpki-client/rrdp_notification.c
341
else if (strcmp("snapshot", el) == 0)
usr.sbin/rpki-client/rrdp_notification.c
343
else if (strcmp("delta", el) == 0)
usr.sbin/rpki-client/rrdp_notification.c
355
if (strcmp("notification", el) == 0)
usr.sbin/rpki-client/rrdp_notification.c
357
else if (strcmp("snapshot", el) == 0)
usr.sbin/rpki-client/rrdp_notification.c
359
else if (strcmp("delta", el) == 0)
usr.sbin/rpki-client/rrdp_notification.c
476
if (strcmp(hash, exp_hash) != 0) {
usr.sbin/rpki-client/rrdp_notification.c
515
strcmp(nxml->session_id, nxml->repository->session_id) != 0)
usr.sbin/rpki-client/rrdp_snapshot.c
118
if (strcmp("uri", attr[i]) == 0 && hasUri++ == 0) {
usr.sbin/rpki-client/rrdp_snapshot.c
129
if (strcmp("xmlns", attr[i]) == 0)
usr.sbin/rpki-client/rrdp_snapshot.c
169
if (strcmp("snapshot", el) == 0)
usr.sbin/rpki-client/rrdp_snapshot.c
176
else if (strcmp("publish", el) == 0)
usr.sbin/rpki-client/rrdp_snapshot.c
188
if (strcmp("snapshot", el) == 0)
usr.sbin/rpki-client/rrdp_snapshot.c
190
else if (strcmp("publish", el) == 0)
usr.sbin/rpki-client/rrdp_snapshot.c
61
if (strcmp("xmlns", attr[i]) == 0 &&
usr.sbin/rpki-client/rrdp_snapshot.c
62
strcmp(RRDP_XMLNS, attr[i + 1]) == 0 && has_xmlns++ == 0)
usr.sbin/rpki-client/rrdp_snapshot.c
64
if (strcmp("version", attr[i]) == 0 && sxml->version == 0) {
usr.sbin/rpki-client/rrdp_snapshot.c
70
if (strcmp("session_id", attr[i]) == 0 &&
usr.sbin/rpki-client/rrdp_snapshot.c
75
if (strcmp("serial", attr[i]) == 0 && sxml->serial == 0) {
usr.sbin/rpki-client/rrdp_snapshot.c
88
if (strcmp(sxml->current->session_id, sxml->session_id) != 0)
usr.sbin/rpki-client/tak.c
220
if (strcmp(cert->aki, tak->current->ski) != 0) {
usr.sbin/rpki-client/tal.c
110
if (strcmp(file, f)) {
usr.sbin/rpki-client/tal.c
33
return strcmp(*sa, *sb);
usr.sbin/sa/main.c
385
rv = strcmp(s1, s2);
usr.sbin/sasyncd/conf.y
132
if (strcmp("isakmpd", $1) == 0)
usr.sbin/sasyncd/conf.y
134
else if (strcmp("iked", $1) == 0)
usr.sbin/sasyncd/conf.y
136
else if (strcmp("all", $1) == 0)
usr.sbin/sasyncd/conf.y
138
else if (strcmp("none", $1) == 0)
usr.sbin/sasyncd/conf.y
179
if (strcmp($2, peer->name) == 0) {
usr.sbin/sasyncd/conf.y
251
return strcmp(a, ((const struct keyword *)b)->name);
usr.sbin/sasyncd/net.c
199
if (strcmp(ifa->ifa_name, cfgstate.listen_on) != 0)
usr.sbin/sasyncd/net.c
228
if (strcmp(ifa->ifa_name, cfgstate.listen_on) != 0)
usr.sbin/sensorsd/sensorsd.c
312
if (strcmp(sdlim->dxname, sensordev.xname) == 0) {
usr.sbin/slowcgi/slowcgi.c
777
if (val_len < PATH_MAX && strcmp(env_entry->val,
usr.sbin/slowcgi/slowcgi.c
781
} else if (val_len < PATH_MAX && strcmp(env_entry->val,
usr.sbin/smtpd/bounce.c
372
if (strcmp(msg->smtpname, s->smtpname))
usr.sbin/smtpd/bounce.c
782
if ((r = strcmp(a->smtpname, b->smtpname)))
usr.sbin/smtpd/compress_backend.c
31
if (!strcmp(name, "gzip"))
usr.sbin/smtpd/config.c
129
if (strcmp(conf->sc_hostname, hostname) != 0)
usr.sbin/smtpd/control.c
375
if (!strcmp(key, "smtp.session")) {
usr.sbin/smtpd/control.c
381
else if (!strcmp(key, "scheduler.envelope")) {
usr.sbin/smtpd/control.c
387
else if (!strcmp(key, "scheduler.envelope.expired"))
usr.sbin/smtpd/control.c
389
else if (!strcmp(key, "scheduler.envelope.removed"))
usr.sbin/smtpd/control.c
391
else if (!strcmp(key, "scheduler.delivery.ok"))
usr.sbin/smtpd/control.c
393
else if (!strcmp(key, "scheduler.delivery.permfail"))
usr.sbin/smtpd/control.c
395
else if (!strcmp(key, "scheduler.delivery.tempfail"))
usr.sbin/smtpd/control.c
397
else if (!strcmp(key, "scheduler.delivery.loop"))
usr.sbin/smtpd/control.c
400
else if (!strcmp(key, "queue.bounce"))
usr.sbin/smtpd/dict.c
262
return strcmp(a->key, b->key);
usr.sbin/smtpd/dns.c
266
if ((rr.rr.mx.preference == 0 && !strcmp(buf, "")) ||
usr.sbin/smtpd/dns.c
267
!strcmp(buf, "localhost")) {
usr.sbin/smtpd/envelope.c
273
if (!strcmp("local", buf)) {
usr.sbin/smtpd/expand.c
63
!strcmp(expand->parent->u.user, node->u.user)) {
usr.sbin/smtpd/limit.c
101
else if (!strcmp(key, "task-release"))
usr.sbin/smtpd/limit.c
58
if (!strcmp(key, "max-conn-per-host"))
usr.sbin/smtpd/limit.c
60
else if (!strcmp(key, "max-conn-per-route"))
usr.sbin/smtpd/limit.c
62
else if (!strcmp(key, "max-conn-per-source"))
usr.sbin/smtpd/limit.c
64
else if (!strcmp(key, "max-conn-per-connector"))
usr.sbin/smtpd/limit.c
66
else if (!strcmp(key, "max-conn-per-relay"))
usr.sbin/smtpd/limit.c
68
else if (!strcmp(key, "max-conn-per-domain"))
usr.sbin/smtpd/limit.c
71
else if (!strcmp(key, "conn-delay-host"))
usr.sbin/smtpd/limit.c
73
else if (!strcmp(key, "conn-delay-route"))
usr.sbin/smtpd/limit.c
75
else if (!strcmp(key, "conn-delay-source"))
usr.sbin/smtpd/limit.c
77
else if (!strcmp(key, "conn-delay-connector"))
usr.sbin/smtpd/limit.c
79
else if (!strcmp(key, "conn-delay-relay"))
usr.sbin/smtpd/limit.c
81
else if (!strcmp(key, "conn-delay-domain"))
usr.sbin/smtpd/limit.c
84
else if (!strcmp(key, "reconn-delay-route"))
usr.sbin/smtpd/limit.c
87
else if (!strcmp(key, "session-mail-max"))
usr.sbin/smtpd/limit.c
89
else if (!strcmp(key, "session-transaction-delay"))
usr.sbin/smtpd/limit.c
91
else if (!strcmp(key, "session-keepalive"))
usr.sbin/smtpd/limit.c
94
else if (!strcmp(key, "max-failures-per-session"))
usr.sbin/smtpd/limit.c
97
else if (!strcmp(key, "task-hiwat"))
usr.sbin/smtpd/limit.c
99
else if (!strcmp(key, "task-lowat"))
usr.sbin/smtpd/lka_filter.c
1235
ret = strcmp("<unknown>", hostname);
usr.sbin/smtpd/lka_filter.c
1353
if (strcmp(hook, "*") == 0) {
usr.sbin/smtpd/lka_filter.c
1364
if (strcmp(hook, smtp_events[i].event) == 0)
usr.sbin/smtpd/lka_filter.c
1384
if (strcmp("smtp-in", direction) == 0)
usr.sbin/smtpd/lka_filter.c
1387
else if (strcmp("smtp-out", direction) == 0)
usr.sbin/smtpd/lka_filter.c
1433
if (strcmp(ss_to_text(ss_src), "local") == 0) {
usr.sbin/smtpd/lka_filter.c
1483
if (strcmp(result, "pass") == 0) {
usr.sbin/smtpd/lka_filter.c
267
if (strcmp(line, "register|ready") == 0) {
usr.sbin/smtpd/lka_filter.c
439
if (strcmp(hook, filter_execs[i].phase_name) == 0)
usr.sbin/smtpd/lka_filter.c
446
if (filter->proc && strcmp(name, filter->proc) == 0)
usr.sbin/smtpd/lka_filter.c
513
return strcmp(filter->proc, proc) == 0 ? 1 : 0;
usr.sbin/smtpd/lka_filter.c
517
strcmp(filter->chain[i]->proc, proc) == 0)
usr.sbin/smtpd/lka_filter.c
670
if (strcmp(response, "proceed") == 0) {
usr.sbin/smtpd/lka_filter.c
673
} else if (strcmp(response, "junk") == 0) {
usr.sbin/smtpd/lka_filter.c
946
if (strcmp(phase, "connect") == 0)
usr.sbin/smtpd/lka_session.c
414
if (strcmp(dsp->u.local.user, xn->u.user) != 0) {
usr.sbin/smtpd/lka_session.c
549
strcmp(ep->mda_user, SMTPD_USER) == 0)
usr.sbin/smtpd/makemap.c
105
if (strcmp(optarg, "hash") == 0)
usr.sbin/smtpd/makemap.c
107
else if (strcmp(optarg, "btree") == 0)
usr.sbin/smtpd/makemap.c
126
if (strcmp(optarg, "aliases") == 0)
usr.sbin/smtpd/makemap.c
128
else if (strcmp(optarg, "set") == 0)
usr.sbin/smtpd/makemap.c
149
if (p == NULL || strcmp(p, ".db") != 0) {
usr.sbin/smtpd/makemap.c
185
if (strcmp(source, "-") != 0)
usr.sbin/smtpd/makemap.c
200
if (strcmp(source, "-") != 0)
usr.sbin/smtpd/makemap.c
255
if (strcmp(filename, "-") == 0)
usr.sbin/smtpd/makemap.c
434
if (p == NULL || strcmp(p, ".db") != 0) {
usr.sbin/smtpd/makemap.c
99
if (optarg && strcmp(optarg, "i") == 0)
usr.sbin/smtpd/mda.c
725
if (!strcmp(evp->mda_user, u->name) &&
usr.sbin/smtpd/mda.c
726
!strcmp(dsp->u.local.table_userbase, u->usertable))
usr.sbin/smtpd/mda_variables.c
109
if (strcmp(tmp, "@") == 0)
usr.sbin/smtpd/mda_variables.c
117
if (strcmp(tmp, "@") == 0)
usr.sbin/smtpd/mda_variables.c
125
if (strcmp(tmp, "@") == 0)
usr.sbin/smtpd/mda_variables.c
155
if (strcmp(tmp, "@") == 0)
usr.sbin/smtpd/mta.c
2120
if (a->authtable && ((r = strcmp(a->authtable, b->authtable))))
usr.sbin/smtpd/mta.c
2126
if (a->authlabel && ((r = strcmp(a->authlabel, b->authlabel))))
usr.sbin/smtpd/mta.c
2132
if (a->sourcetable && ((r = strcmp(a->sourcetable, b->sourcetable))))
usr.sbin/smtpd/mta.c
2138
if (a->helotable && ((r = strcmp(a->helotable, b->helotable))))
usr.sbin/smtpd/mta.c
2144
if (a->heloname && ((r = strcmp(a->heloname, b->heloname))))
usr.sbin/smtpd/mta.c
2151
if (a->pki_name && ((r = strcmp(a->pki_name, b->pki_name))))
usr.sbin/smtpd/mta.c
2158
if (a->ca_name && ((r = strcmp(a->ca_name, b->ca_name))))
usr.sbin/smtpd/mta.c
2165
if (a->backupname && ((r = strcmp(a->backupname, b->backupname))))
usr.sbin/smtpd/mta.c
809
if (strcmp(buf, e->dest))
usr.sbin/smtpd/mta_session.c
1264
if (strcmp(msg, "STARTTLS") == 0)
usr.sbin/smtpd/mta_session.c
1275
else if (strcmp(msg, "PIPELINING") == 0)
usr.sbin/smtpd/mta_session.c
1277
else if (strcmp(msg, "DSN") == 0)
usr.sbin/smtpd/parse.y
1888
if (strcmp(filter_config->chain[i], $1) == 0) {
usr.sbin/smtpd/parse.y
2039
if (!strcmp($1, "max-session")) {
usr.sbin/smtpd/parse.y
2042
else if (!strcmp($1, "max-session-per-user")) {
usr.sbin/smtpd/parse.y
2045
else if (!strcmp($1, "task-lowat")) {
usr.sbin/smtpd/parse.y
2048
else if (!strcmp($1, "task-hiwat")) {
usr.sbin/smtpd/parse.y
2051
else if (!strcmp($1, "task-release")) {
usr.sbin/smtpd/parse.y
2068
if (!strcmp($1, "max-rcpt")) {
usr.sbin/smtpd/parse.y
2077
else if (!strcmp($1, "max-mails")) {
usr.sbin/smtpd/parse.y
2114
if (!strcmp($1, "max-inflight")) {
usr.sbin/smtpd/parse.y
2117
else if (!strcmp($1, "max-evp-batch-size")) {
usr.sbin/smtpd/parse.y
2120
else if (!strcmp($1, "max-msg-batch-size")) {
usr.sbin/smtpd/parse.y
2123
else if (!strcmp($1, "max-schedule")) {
usr.sbin/smtpd/parse.y
2675
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/smtpd/parse.y
3203
if (strcmp(nam, sym->nam) == 0)
usr.sbin/smtpd/parse.y
3260
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/smtpd/parse.y
328
if (strcmp($2, "*") != 0) {
usr.sbin/smtpd/parse.y
3533
if (strcmp(p->ifa_name, lo->ifx) != 0 &&
usr.sbin/smtpd/parse.y
3662
if (strcmp(ifg->ifgrq_group, groupname) == 0) {
usr.sbin/smtpd/parse.y
397
if (strcmp($2, "*") != 0) {
usr.sbin/smtpd/parser.c
100
else if (!strcmp(argv[i], "<addr>"))
usr.sbin/smtpd/parser.c
126
if (!strcmp(str, node->token))
usr.sbin/smtpd/parser.c
82
if (!strcmp(tmp->token, argv[i])) {
usr.sbin/smtpd/parser.c
90
if (!strcmp(argv[i], "<str>"))
usr.sbin/smtpd/parser.c
92
else if (!strcmp(argv[i], "<int>"))
usr.sbin/smtpd/parser.c
94
else if (!strcmp(argv[i], "<msgid>"))
usr.sbin/smtpd/parser.c
96
else if (!strcmp(argv[i], "<evpid>"))
usr.sbin/smtpd/parser.c
98
else if (!strcmp(argv[i], "<routeid>"))
usr.sbin/smtpd/queue.c
719
if (strcmp(e->rcpt.user, e->dest.user) ||
usr.sbin/smtpd/queue.c
720
strcmp(e->rcpt.domain, e->dest.domain))
usr.sbin/smtpd/queue_backend.c
119
if (!strcmp(name, "fs"))
usr.sbin/smtpd/queue_backend.c
121
else if (!strcmp(name, "null"))
usr.sbin/smtpd/queue_backend.c
123
else if (!strcmp(name, "ram"))
usr.sbin/smtpd/ruleset.c
66
has_rdns = strcmp(evp->hostname, "<unknown>") != 0;
usr.sbin/smtpd/ruleset.c
76
if (strcmp(key, "local") == 0)
usr.sbin/smtpd/scheduler_backend.c
30
if (!strcmp(name, "null"))
usr.sbin/smtpd/scheduler_backend.c
32
if (!strcmp(name, "ramqueue"))
usr.sbin/smtpd/smtp_client.c
718
if (strcmp(msg, "STARTTLS") == 0)
usr.sbin/smtpd/smtp_client.c
729
else if (strcmp(msg, "PIPELINING") == 0)
usr.sbin/smtpd/smtp_client.c
731
else if (strcmp(msg, "DSN") == 0)
usr.sbin/smtpd/smtp_session.c
1138
if (strcmp(line, ".")) {
usr.sbin/smtpd/smtp_session.c
2536
if (!strcmp(line, ".")) {
usr.sbin/smtpd/smtp_session.c
2657
if (!strcmp(line, "."))
usr.sbin/smtpd/smtp_session.c
616
if (!strcmp(hostname, "localhost"))
usr.sbin/smtpd/smtp_session.c
680
if (!strcmp(fwd, rev)) {
usr.sbin/smtpd/smtpc.c
333
if (!strcmp(scheme, "lmtp")) {
usr.sbin/smtpd/smtpc.c
336
else if (!strcmp(scheme, "lmtp+tls")) {
usr.sbin/smtpd/smtpc.c
340
else if (!strcmp(scheme, "lmtp+notls")) {
usr.sbin/smtpd/smtpc.c
344
else if (!strcmp(scheme, "smtps")) {
usr.sbin/smtpd/smtpc.c
349
else if (!strcmp(scheme, "smtp")) {
usr.sbin/smtpd/smtpc.c
351
else if (!strcmp(scheme, "smtp+tls")) {
usr.sbin/smtpd/smtpc.c
354
else if (!strcmp(scheme, "smtp+notls")) {
usr.sbin/smtpd/smtpctl.c
1097
if (strcmp(__progname, "mailq") == 0)
usr.sbin/smtpd/smtpctl.c
1099
if (strcmp(__progname, "smtpctl") == 0)
usr.sbin/smtpd/smtpctl.c
1113
if (strcmp(__progname, "sendmail") == 0 ||
usr.sbin/smtpd/smtpctl.c
1114
strcmp(__progname, "send-mail") == 0) {
usr.sbin/smtpd/smtpctl.c
1137
} else if (strcmp(__progname, "makemap") == 0)
usr.sbin/smtpd/smtpctl.c
1139
else if (strcmp(__progname, "newaliases") == 0) {
usr.sbin/smtpd/smtpctl.c
1330
if (!strcmp(str, "imsg"))
usr.sbin/smtpd/smtpctl.c
1332
if (!strcmp(str, "io"))
usr.sbin/smtpd/smtpctl.c
1334
if (!strcmp(str, "smtp"))
usr.sbin/smtpd/smtpctl.c
1336
if (!strcmp(str, "filters"))
usr.sbin/smtpd/smtpctl.c
1338
if (!strcmp(str, "mta"))
usr.sbin/smtpd/smtpctl.c
1340
if (!strcmp(str, "bounce"))
usr.sbin/smtpd/smtpctl.c
1342
if (!strcmp(str, "scheduler"))
usr.sbin/smtpd/smtpctl.c
1344
if (!strcmp(str, "lookup"))
usr.sbin/smtpd/smtpctl.c
1346
if (!strcmp(str, "stat"))
usr.sbin/smtpd/smtpctl.c
1348
if (!strcmp(str, "rules"))
usr.sbin/smtpd/smtpctl.c
1350
if (!strcmp(str, "mproc"))
usr.sbin/smtpd/smtpctl.c
1352
if (!strcmp(str, "expand"))
usr.sbin/smtpd/smtpctl.c
1354
if (!strcmp(str, "all"))
usr.sbin/smtpd/smtpctl.c
1363
if (!strcmp(str, "imsg"))
usr.sbin/smtpd/smtpctl.c
1365
if (!strcmp(str, "queue"))
usr.sbin/smtpd/smtpctl.c
835
if (strcmp(kv.key, "uptime") == 0) {
usr.sbin/smtpd/smtpd.c
1232
if (strcmp(d->d_name, ".") == 0 ||
usr.sbin/smtpd/smtpd.c
1233
strcmp(d->d_name, "..") == 0)
usr.sbin/smtpd/smtpd.c
537
if (!strcmp(optarg, "imsg"))
usr.sbin/smtpd/smtpd.c
539
else if (!strcmp(optarg, "io"))
usr.sbin/smtpd/smtpd.c
541
else if (!strcmp(optarg, "smtp"))
usr.sbin/smtpd/smtpd.c
543
else if (!strcmp(optarg, "filters"))
usr.sbin/smtpd/smtpd.c
545
else if (!strcmp(optarg, "mta") ||
usr.sbin/smtpd/smtpd.c
546
!strcmp(optarg, "transfer"))
usr.sbin/smtpd/smtpd.c
548
else if (!strcmp(optarg, "bounce") ||
usr.sbin/smtpd/smtpd.c
549
!strcmp(optarg, "bounces"))
usr.sbin/smtpd/smtpd.c
551
else if (!strcmp(optarg, "scheduler"))
usr.sbin/smtpd/smtpd.c
553
else if (!strcmp(optarg, "lookup"))
usr.sbin/smtpd/smtpd.c
555
else if (!strcmp(optarg, "stat") ||
usr.sbin/smtpd/smtpd.c
556
!strcmp(optarg, "stats"))
usr.sbin/smtpd/smtpd.c
558
else if (!strcmp(optarg, "rules"))
usr.sbin/smtpd/smtpd.c
560
else if (!strcmp(optarg, "mproc"))
usr.sbin/smtpd/smtpd.c
562
else if (!strcmp(optarg, "expand"))
usr.sbin/smtpd/smtpd.c
564
else if (!strcmp(optarg, "table") ||
usr.sbin/smtpd/smtpd.c
565
!strcmp(optarg, "tables"))
usr.sbin/smtpd/smtpd.c
567
else if (!strcmp(optarg, "queue"))
usr.sbin/smtpd/smtpd.c
569
else if (!strcmp(optarg, "all"))
usr.sbin/smtpd/smtpd.c
571
else if (!strcmp(optarg, "profstat"))
usr.sbin/smtpd/smtpd.c
573
else if (!strcmp(optarg, "profile-imsg"))
usr.sbin/smtpd/smtpd.c
575
else if (!strcmp(optarg, "profile-queue"))
usr.sbin/smtpd/smtpd.c
582
if (!strcmp(optarg, "smtp"))
usr.sbin/smtpd/smtpd.c
584
else if (!strcmp(optarg, "mta"))
usr.sbin/smtpd/smtpd.c
586
else if (!strcmp(optarg, "mda"))
usr.sbin/smtpd/smtpd.c
736
if (!strcmp(rexec, "ca")) {
usr.sbin/smtpd/smtpd.c
743
else if (!strcmp(rexec, "control")) {
usr.sbin/smtpd/smtpd.c
757
else if (!strcmp(rexec, "lka")) {
usr.sbin/smtpd/smtpd.c
764
else if (!strcmp(rexec, "dispatcher")) {
usr.sbin/smtpd/smtpd.c
771
else if (!strcmp(rexec, "queue")) {
usr.sbin/smtpd/smtpd.c
784
else if (!strcmp(rexec, "scheduler")) {
usr.sbin/smtpd/spfwalk.c
78
if (strcmp(ip_family, "-4") == 0) {
usr.sbin/smtpd/spfwalk.c
81
} else if (strcmp(ip_family, "-6") == 0) {
usr.sbin/smtpd/stat_ramstat.c
146
return strcmp(e1->key, e2->key);
usr.sbin/smtpd/table.c
100
if (!strcmp(service, "credentials"))
usr.sbin/smtpd/table.c
102
if (!strcmp(service, "netaddr"))
usr.sbin/smtpd/table.c
104
if (!strcmp(service, "userinfo"))
usr.sbin/smtpd/table.c
106
if (!strcmp(service, "source"))
usr.sbin/smtpd/table.c
108
if (!strcmp(service, "mailaddr"))
usr.sbin/smtpd/table.c
110
if (!strcmp(service, "addrname"))
usr.sbin/smtpd/table.c
112
if (!strcmp(service, "mailaddrmap"))
usr.sbin/smtpd/table.c
114
if (!strcmp(service, "relayhost"))
usr.sbin/smtpd/table.c
116
if (!strcmp(service, "string"))
usr.sbin/smtpd/table.c
118
if (!strcmp(service, "regex"))
usr.sbin/smtpd/table.c
120
if (!strcmp(service, "auth"))
usr.sbin/smtpd/table.c
261
if (strcmp(tb->name, "static") != 0)
usr.sbin/smtpd/table.c
59
if (!strcmp(backend, "file"))
usr.sbin/smtpd/table.c
63
if (!strcmp(backends[i]->name, backend))
usr.sbin/smtpd/table.c
94
if (!strcmp(service, "none"))
usr.sbin/smtpd/table.c
96
if (!strcmp(service, "alias"))
usr.sbin/smtpd/table.c
98
if (!strcmp(service, "domain"))
usr.sbin/smtpd/table_proc.c
159
if (!strcmp(s, "ready"))
usr.sbin/smtpd/table_proc.c
188
if (!strcmp(r, "ok"))
usr.sbin/smtpd/table_proc.c
237
if (!strcmp(r, "not-found"))
usr.sbin/smtpd/table_proc.c
280
if (!strcmp(r, "not-found"))
usr.sbin/smtpd/table_static.c
291
if (strcmp(key, k) == 0) {
usr.sbin/smtpd/to.c
437
else if (strcmp(r->table_from, "<anyhost>") == 0)
usr.sbin/smtpd/to.c
439
else if (strcmp(r->table_from, "<localhost>") == 0)
usr.sbin/smtpd/to.c
450
if (strcmp(r->table_for, "<anydestination>") == 0)
usr.sbin/smtpd/to.c
452
else if (strcmp(r->table_for, "<localnames>") == 0)
usr.sbin/smtpd/util.c
588
if (strcmp(homedir, buf) == 0)
usr.sbin/smtpd/util.c
595
if ((strcmp("/", buf) == 0) || (strcmp(".", buf) == 0))
usr.sbin/smtpd/util.c
882
if (!strcmp(keyp, "@list"))
usr.sbin/snmpd/application.c
224
if (strcmp(name, ctx->ac_name) == 0)
usr.sbin/snmpd/mib.y
1209
if (strcmp(keywords[i].name, buf) == 0)
usr.sbin/snmpd/mib.y
1305
assert(strcmp(iso->name, "iso") == 0);
usr.sbin/snmpd/mib.y
1356
if (strcmp(module->imports[im].name, name) == 0)
usr.sbin/snmpd/mib.y
1376
if (strcmp(symbols[isi],
usr.sbin/snmpd/mib.y
2005
if (strcmp(name, import->symbols[j].name) == 0)
usr.sbin/snmpd/mib.y
2052
if (strcmp(src->bo_id[i].name, item->name) != 0) {
usr.sbin/snmpd/mib.y
2213
return strcmp(m1->name, m2->name);
usr.sbin/snmpd/mib.y
2225
return strcmp(d1->name, d2->name);
usr.sbin/snmpd/mib.y
936
if (strcmp($1, "not-accessible") == 0)
usr.sbin/snmpd/mib.y
939
strcmp($1, "accessible-for-notify") == 0)
usr.sbin/snmpd/mib.y
941
else if (strcmp($1, "read-only") == 0)
usr.sbin/snmpd/mib.y
943
else if (strcmp($1, "read-write") == 0)
usr.sbin/snmpd/mib.y
945
else if (strcmp($1, "read-create") == 0)
usr.sbin/snmpd/mib.y
955
if (strcmp($1, "current") == 0)
usr.sbin/snmpd/mib.y
957
else if (strcmp($1, "deprecated") == 0)
usr.sbin/snmpd/mib.y
959
else if (strcmp($1, "obsolete") == 0)
usr.sbin/snmpd/mib.y
980
if (strcmp(fmt, "syntax error") == 0) {
usr.sbin/snmpd/parse.y
1278
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/snmpd/parse.y
1964
if (strcmp(nam, sym->nam) == 0)
usr.sbin/snmpd/parse.y
2021
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/snmpd/parse.y
248
if (!strcmp($1, "yes"))
usr.sbin/snmpd/parse.y
250
else if (!strcmp($1, "no"))
usr.sbin/snmpd/parse.y
299
if (strcmp(test->axm_sun.sun_path,
usr.sbin/snmpd/parse.y
430
if (strcmp($2, "any") == 0) {
usr.sbin/snmpd/proc.c
60
if (strcmp(p->p_title, proc_name))
usr.sbin/snmpd/snmpe.c
358
strcmp(env->sc_rdcommunity, msg->sm_community) != 0 &&
usr.sbin/snmpd/snmpe.c
359
strcmp(env->sc_rwcommunity, msg->sm_community) != 0) {
usr.sbin/snmpd/snmpe.c
373
strcmp(env->sc_rwcommunity, msg->sm_community) != 0) {
usr.sbin/snmpd/snmpe.c
374
if (strcmp(env->sc_rdcommunity, msg->sm_community) != 0)
usr.sbin/snmpd/snmpe.c
409
if (strcmp(env->sc_trcommunity, msg->sm_community) != 0) {
usr.sbin/snmpd/usm.c
202
if (!strcmp(up->uu_name, name))
usr.sbin/syslogc/syslogc.c
170
if (!strcmp(buf, "<ENOBUFS>\n"))
usr.sbin/syslogd/privsep.c
211
if (argc <= 2 || strcmp("-P", argv[argc - 2]) != 0)
usr.sbin/syslogd/privsep.c
543
if (strcmp(_PATH_CONSOLE, tty) && strncmp(tty, ttypre, strlen(ttypre)))
usr.sbin/syslogd/privsep.c
582
if (!strcmp(lg->path, lognam))
usr.sbin/syslogd/syslogd.c
1868
!strcmp(msg->m_msg, f->f_prevline) &&
usr.sbin/syslogd/syslogd.c
1869
!strcmp(from, f->f_prevhost)) {
usr.sbin/syslogd/syslogd.c
2577
if (strcmp(m->f_un.f_mb.f_mname,
usr.sbin/syslogd/syslogd.c
2673
(p1 == p2 || (p1 != NULL && p2 != NULL && strcmp(p1, p2) == 0))
usr.sbin/syslogd/syslogd.c
2691
if (strcmp(list->f_un.f_fname, f->f_un.f_fname) == 0 &&
usr.sbin/syslogd/syslogd.c
2699
if (strcmp(list->f_un.f_mb.f_mname,
usr.sbin/syslogd/syslogd.c
2744
if (strcmp(progblock, "*") != 0)
usr.sbin/syslogd/syslogd.c
2746
if (strcmp(hostblock, "*") != 0)
usr.sbin/syslogd/syslogd.c
2826
if (strcmp(proto, "udp") == 0) {
usr.sbin/syslogd/syslogd.c
2833
if (strcmp(proto, "udp") == 0) {
usr.sbin/syslogd/syslogd.c
2835
} else if (strcmp(proto, "udp4") == 0) {
usr.sbin/syslogd/syslogd.c
2842
} else if (strcmp(proto, "udp6") == 0) {
usr.sbin/syslogd/syslogd.c
2849
} else if (strcmp(proto, "tcp") == 0 ||
usr.sbin/syslogd/syslogd.c
2850
strcmp(proto, "tcp4") == 0 || strcmp(proto, "tcp6") == 0) {
usr.sbin/syslogd/syslogd.c
2852
} else if (strcmp(proto, "tls") == 0) {
usr.sbin/syslogd/syslogd.c
2854
} else if (strcmp(proto, "tls4") == 0) {
usr.sbin/syslogd/syslogd.c
2856
} else if (strcmp(proto, "tls6") == 0) {
usr.sbin/syslogd/syslogd.c
2945
if (strcmp(p, ctty) == 0) {
usr.sbin/syslogd/syslogd.c
2959
if (strcmp(p, ctty) == 0)
usr.sbin/syslogd/syslogd.c
3110
if (!strcmp(buf, c->c_name))
usr.sbin/syslogd/syslogd.c
3308
strcmp(f->f_un.f_mb.f_mname, name) == 0)
usr.sbin/syslogd/syslogd.c
935
port = strcmp(proto, "tls") == 0 ? "syslog-tls" : "syslog";
usr.sbin/syslogd/syslogd.c
939
if (strcmp(proto, "udp") == 0) {
usr.sbin/tcpdump/addrtoname.c
649
if (strcmp(protocol, "tcp") == 0)
usr.sbin/tcpdump/addrtoname.c
651
else if (strcmp(protocol, "udp") == 0)
usr.sbin/tcpdump/pfctl_osfp.c
890
if (strcmp(tcpopts, ".") == 0)
usr.sbin/tcpdump/print-llc.c
239
if (!strcmp(m,"ui") && f=='C') {
usr.sbin/tcpdump/print-smb.c
269
if (!strcmp(data1+2,"\\MAILSLOT\\BROWSE")) {
usr.sbin/tcpdump/print-smb.c
274
if (!strcmp(data1+2,"\\PIPE\\LANMAN")) {
usr.sbin/tcpdump/privsep.c
263
if (strcmp(RFileName, "-") != 0)
usr.sbin/tcpdump/privsep.c
268
if (strcmp(WFileName, "-") != 0)
usr.sbin/tcpdump/tcpdump.c
226
if (argc >= 2 && strcmp("-P", argv[1]) == 0)
usr.sbin/tftpd/tftpd.c
811
if (strcmp(option, opt_names[i]) == 0) {
usr.sbin/tftpd/tftpd.c
869
if (strcmp(pf->f_mode, mode) == 0)
usr.sbin/tftpd/tftpd.c
982
if (strcmp(requested, SEEDPATH) == 0) {
usr.sbin/traceroute/traceroute.c
385
if (strcmp("traceroute6", __progname) == 0) {
usr.sbin/traceroute/worker.c
1006
if (strcmp(s, t->keyword) == 0) {
usr.sbin/traceroute/worker.c
1114
if (lastaddr == NULL || strcmp(lastaddr, tr_results[i].hbuf)
usr.sbin/traceroute/worker.c
1175
strcmp(cp + 1, domain) == 0)
usr.sbin/unbound/cachedb/cachedb.c
154
if(d->stored_key && strcmp(d->stored_key, key) == 0) {
usr.sbin/unbound/cachedb/cachedb.c
218
if(strcmp(str, redis_backend.name) == 0)
usr.sbin/unbound/cachedb/cachedb.c
221
if(strcmp(str, testframe_backend.name) == 0)
usr.sbin/unbound/daemon/acl_list.c
100
else if(strcmp(str, "deny") == 0)
usr.sbin/unbound/daemon/acl_list.c
102
else if(strcmp(str, "refuse") == 0)
usr.sbin/unbound/daemon/acl_list.c
104
else if(strcmp(str, "deny_non_local") == 0)
usr.sbin/unbound/daemon/acl_list.c
106
else if(strcmp(str, "refuse_non_local") == 0)
usr.sbin/unbound/daemon/acl_list.c
108
else if(strcmp(str, "allow_snoop") == 0)
usr.sbin/unbound/daemon/acl_list.c
110
else if(strcmp(str, "allow_setrd") == 0)
usr.sbin/unbound/daemon/acl_list.c
112
else if (strcmp(str, "allow_cookie") == 0)
usr.sbin/unbound/daemon/acl_list.c
98
if(strcmp(str, "allow") == 0)
usr.sbin/unbound/daemon/cachedump.c
442
return (strcmp((char*)sldns_buffer_begin(buf), str) == 0);
usr.sbin/unbound/daemon/cachedump.c
654
strcmp((char*)sldns_buffer_begin(buf), "END_RRSET_CACHE")!=0) {
usr.sbin/unbound/daemon/cachedump.c
832
strcmp((char*)sldns_buffer_begin(buf), "END_MSG_CACHE")!=0) {
usr.sbin/unbound/daemon/remote.c
2155
if(t == 0 && strcmp(arg2, "TYPE0") != 0) {
usr.sbin/unbound/daemon/remote.c
2230
if(strcmp(arg, "all") == 0) {
usr.sbin/unbound/daemon/remote.c
2695
if(strcmp(args, "off") == 0) {
usr.sbin/unbound/daemon/remote.c
3006
if(strcmp(modname, "iterator") == 0 && s == module_wait_reply &&
usr.sbin/unbound/daemon/remote.c
3240
} else if(reason && strcmp(reason, "ZONEMD verification successful")
usr.sbin/unbound/daemon/remote.c
3281
if(strcmp(arg, "val-override-date:") == 0) {
usr.sbin/unbound/daemon/remote.c
3583
if(strcmp(arg, "+a") == 0)
usr.sbin/unbound/daemon/remote.c
3602
if(strcmp(arg, "+a") == 0)
usr.sbin/unbound/daemon/remote.c
4223
if(strcmp(magic, pre) != 0) {
usr.sbin/unbound/daemon/remote.c
4739
if(strcmp(tagname_a[i], tagname_b[i]) != 0)
usr.sbin/unbound/daemon/remote.c
4819
&& strcmp(cfg->var, newcfg->var) != 0)) { \
usr.sbin/unbound/daemon/remote.c
4837
(p1->str && p2->str && strcmp(p1->str, p2->str) != 0)) {
usr.sbin/unbound/daemon/remote.c
4863
(p1->str && p2->str && strcmp(p1->str, p2->str) != 0)) {
usr.sbin/unbound/daemon/remote.c
4871
strcmp(p1->str2, p2->str2) != 0)) {
usr.sbin/unbound/daemon/remote.c
5369
if(m1->host && m2->host && strcmp(m1->host, m2->host) != 0)
usr.sbin/unbound/daemon/remote.c
5374
if(m1->file && m2->file && strcmp(m1->file, m2->file) != 0)
usr.sbin/unbound/daemon/remote.c
6270
strcmp(env->cfg->val_nsec3_key_iterations,
usr.sbin/unbound/daemon/remote.c
779
if(val == 0 && strcmp(str, "0") != 0) {
usr.sbin/unbound/daemon/worker.c
146
if(strcmp(worker->env.mesh->mods.mod[i]->name, "validator")==0)
usr.sbin/unbound/daemon/worker.c
150
else if(strcmp(worker->env.mesh->mods.mod[i]->name,
usr.sbin/unbound/daemon/worker.c
207
if(strcmp(worker->env.mesh->mods.mod[i]->name, "validator")==0)
usr.sbin/unbound/daemon/worker.c
211
else if(strcmp(worker->env.mesh->mods.mod[i]->name,
usr.sbin/unbound/dns64/dns64.c
582
&& !strcmp((char*)&qstate->qinfo.qname[64], "\03ip6\04arpa")) {
usr.sbin/unbound/dnscrypt/dnscrypt.c
608
if(strcmp(head->str, head2->str) == 0) {
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1776
return strcmp(a, b);
usr.sbin/unbound/libunbound/libunbound.c
1012
strcmp(ctx->env->cfg->forwards->name, ".") != 0)) {
usr.sbin/unbound/libunbound/libunbound.c
991
strcmp(ctx->env->cfg->forwards->name, ".") == 0)) {
usr.sbin/unbound/respip/respip.c
198
if(strcmp(actnstr, "deny") == 0)
usr.sbin/unbound/respip/respip.c
200
else if(strcmp(actnstr, "redirect") == 0)
usr.sbin/unbound/respip/respip.c
202
else if(strcmp(actnstr, "inform") == 0)
usr.sbin/unbound/respip/respip.c
204
else if(strcmp(actnstr, "inform_deny") == 0)
usr.sbin/unbound/respip/respip.c
206
else if(strcmp(actnstr, "inform_redirect") == 0)
usr.sbin/unbound/respip/respip.c
208
else if(strcmp(actnstr, "always_transparent") == 0)
usr.sbin/unbound/respip/respip.c
210
else if(strcmp(actnstr, "always_refuse") == 0)
usr.sbin/unbound/respip/respip.c
212
else if(strcmp(actnstr, "always_nxdomain") == 0)
usr.sbin/unbound/respip/respip.c
214
else if(strcmp(actnstr, "always_nodata") == 0)
usr.sbin/unbound/respip/respip.c
216
else if(strcmp(actnstr, "always_deny") == 0)
usr.sbin/unbound/services/authzone.c
3912
if(strcmp(p->host, host) == 0)
usr.sbin/unbound/services/authzone.c
579
if(strcmp(fallbackstr, "yes") != 0 && strcmp(fallbackstr, "no") != 0){
usr.sbin/unbound/services/authzone.c
584
z->fallback_enabled = (strcmp(fallbackstr, "yes")==0);
usr.sbin/unbound/services/listen_dnsport.c
1730
if(strcmp(ifa->ifa_name, search_ifa) != 0)
usr.sbin/unbound/services/localzone.c
1972
if(strcmp(type, "deny") == 0)
usr.sbin/unbound/services/localzone.c
1974
else if(strcmp(type, "refuse") == 0)
usr.sbin/unbound/services/localzone.c
1976
else if(strcmp(type, "static") == 0)
usr.sbin/unbound/services/localzone.c
1978
else if(strcmp(type, "transparent") == 0)
usr.sbin/unbound/services/localzone.c
1980
else if(strcmp(type, "typetransparent") == 0)
usr.sbin/unbound/services/localzone.c
1982
else if(strcmp(type, "redirect") == 0)
usr.sbin/unbound/services/localzone.c
1984
else if(strcmp(type, "inform") == 0)
usr.sbin/unbound/services/localzone.c
1986
else if(strcmp(type, "inform_deny") == 0)
usr.sbin/unbound/services/localzone.c
1988
else if(strcmp(type, "inform_redirect") == 0)
usr.sbin/unbound/services/localzone.c
1990
else if(strcmp(type, "always_transparent") == 0)
usr.sbin/unbound/services/localzone.c
1992
else if(strcmp(type, "block_a") == 0)
usr.sbin/unbound/services/localzone.c
1994
else if(strcmp(type, "always_refuse") == 0)
usr.sbin/unbound/services/localzone.c
1996
else if(strcmp(type, "always_nxdomain") == 0)
usr.sbin/unbound/services/localzone.c
1998
else if(strcmp(type, "always_nodata") == 0)
usr.sbin/unbound/services/localzone.c
2000
else if(strcmp(type, "always_deny") == 0)
usr.sbin/unbound/services/localzone.c
2002
else if(strcmp(type, "always_null") == 0)
usr.sbin/unbound/services/localzone.c
2004
else if(strcmp(type, "noview") == 0)
usr.sbin/unbound/services/localzone.c
2006
else if(strcmp(type, "truncate") == 0)
usr.sbin/unbound/services/localzone.c
2008
else if(strcmp(type, "nodefault") == 0)
usr.sbin/unbound/services/mesh.c
91
return strcmp(v_a, v_b);
usr.sbin/unbound/services/modstack.c
328
if(strcmp(stack->mod[i]->name, name) == 0)
usr.sbin/unbound/services/rpz.c
1662
(strcmp(trigger,"qname")==0?"":trigger),
usr.sbin/unbound/services/rpz.c
1663
(strcmp(trigger,"qname")==0?"":" "),
usr.sbin/unbound/services/rpz.c
2452
if(strcmp(nm, zn) != 0)
usr.sbin/unbound/services/rpz.c
2606
if(strcmp(zn, nm) != 0)
usr.sbin/unbound/services/rpz.c
2783
if(strcmp(zn, nm) != 0)
usr.sbin/unbound/services/rpz.c
89
if(strcmp(a, "nxdomain") == 0) return RPZ_NXDOMAIN_ACTION;
usr.sbin/unbound/services/rpz.c
90
else if(strcmp(a, "nodata") == 0) return RPZ_NODATA_ACTION;
usr.sbin/unbound/services/rpz.c
91
else if(strcmp(a, "passthru") == 0) return RPZ_PASSTHRU_ACTION;
usr.sbin/unbound/services/rpz.c
92
else if(strcmp(a, "drop") == 0) return RPZ_DROP_ACTION;
usr.sbin/unbound/services/rpz.c
93
else if(strcmp(a, "tcp_only") == 0) return RPZ_TCP_ONLY_ACTION;
usr.sbin/unbound/services/rpz.c
94
else if(strcmp(a, "cname") == 0) return RPZ_CNAME_OVERRIDE_ACTION;
usr.sbin/unbound/services/rpz.c
95
else if(strcmp(a, "disabled") == 0) return RPZ_DISABLED_ACTION;
usr.sbin/unbound/services/view.c
54
return strcmp(a->name, b->name);
usr.sbin/unbound/sldns/str2wire.c
1408
if(strcmp(val, "0") == 0) {
usr.sbin/unbound/sldns/str2wire.c
1937
if(strcmp(str, "0") == 0) {
usr.sbin/unbound/sldns/str2wire.c
2028
if(t == 0 && strcmp(token, "TYPE0") != 0)
usr.sbin/unbound/sldns/str2wire.c
2071
if(t == 0 && strcmp(str, "TYPE0") != 0)
usr.sbin/unbound/sldns/str2wire.c
2083
if(c == 0 && strcmp(str, "CLASS0") != 0)
usr.sbin/unbound/sldns/str2wire.c
2466
else if(strcmp(token, "0") == 0) serv_port=0;
usr.sbin/unbound/sldns/str2wire.c
2651
if(strcmp(token, ".") != 0)
usr.sbin/unbound/sldns/str2wire.c
290
if(*cl == 0 && strcmp(token, "CLASS0") != 0) {
usr.sbin/unbound/sldns/str2wire.c
311
if(*tp == 0 && strcmp(token, "TYPE0") != 0) {
usr.sbin/unbound/sldns/str2wire.c
492
if(strcmp(token, "@") == 0) {
usr.sbin/unbound/sldns/str2wire.c
806
strcmp(token, "0")!=0) {
usr.sbin/unbound/sldns/str2wire.c
837
if(strcmp(token, "") != 0)
usr.sbin/unbound/smallapp/unbound-anchor.c
1744
if(!p7signer || strcmp(p7signer, "")==0) {
usr.sbin/unbound/smallapp/unbound-anchor.c
1754
if(strcmp(buf, p7signer) != 0) {
usr.sbin/unbound/smallapp/unbound-anchor.c
390
if(file == NULL || strcmp(file, "") == 0) {
usr.sbin/unbound/smallapp/unbound-checkconf.c
109
if(strcmp(opt, "pidfile") == 0 && final) {
usr.sbin/unbound/smallapp/unbound-checkconf.c
116
if(strcmp(opt, "auto-trust-anchor-file") == 0 && final) {
usr.sbin/unbound/smallapp/unbound-checkconf.c
359
if(strcmp(cfg->ifs[i], cfg->ifs[i2]) == 0) {
usr.sbin/unbound/smallapp/unbound-checkconf.c
389
if(strcmp(cfg->ifs[i], resif[i][j]) != 0)
usr.sbin/unbound/smallapp/unbound-checkconf.c
398
if(strcmp(resif[i][j], resif[i2][j2])
usr.sbin/unbound/smallapp/unbound-checkconf.c
401
if(strcmp(cfg->ifs[i], resif[i][j]) != 0)
usr.sbin/unbound/smallapp/unbound-checkconf.c
404
if(strcmp(cfg->ifs[i2], resif[i2][j2]) != 0)
usr.sbin/unbound/smallapp/unbound-checkconf.c
427
if(i!=j && strcmp(cfg->out_ifs[i], cfg->out_ifs[j])==0)
usr.sbin/unbound/smallapp/unbound-checkconf.c
478
if(strcmp(p->str, rcif[i])!=0)
usr.sbin/unbound/smallapp/unbound-checkconf.c
787
if(strcmp(cfg->module_conf, "iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
788
&& strcmp(cfg->module_conf, "validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
789
&& strcmp(cfg->module_conf, "dns64 validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
790
&& strcmp(cfg->module_conf, "dns64 iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
791
&& strcmp(cfg->module_conf, "respip iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
792
&& strcmp(cfg->module_conf, "respip validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
793
&& strcmp(cfg->module_conf, "respip dns64 validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
794
&& strcmp(cfg->module_conf, "respip dns64 iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
796
&& strcmp(cfg->module_conf, "python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
797
&& strcmp(cfg->module_conf, "python respip iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
798
&& strcmp(cfg->module_conf, "python validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
799
&& strcmp(cfg->module_conf, "python respip validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
800
&& strcmp(cfg->module_conf, "validator python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
801
&& strcmp(cfg->module_conf, "dns64 python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
802
&& strcmp(cfg->module_conf, "dns64 python validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
803
&& strcmp(cfg->module_conf, "dns64 validator python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
804
&& strcmp(cfg->module_conf, "python dns64 iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
805
&& strcmp(cfg->module_conf, "python dns64 validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
808
&& strcmp(cfg->module_conf, "dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
809
&& strcmp(cfg->module_conf, "dynlib dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
810
&& strcmp(cfg->module_conf, "dynlib dynlib dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
811
&& strcmp(cfg->module_conf, "python dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
812
&& strcmp(cfg->module_conf, "python dynlib dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
813
&& strcmp(cfg->module_conf, "python dynlib dynlib dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
814
&& strcmp(cfg->module_conf, "dynlib respip iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
815
&& strcmp(cfg->module_conf, "dynlib validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
816
&& strcmp(cfg->module_conf, "dynlib dynlib validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
817
&& strcmp(cfg->module_conf, "dynlib dynlib dynlib validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
818
&& strcmp(cfg->module_conf, "python dynlib validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
819
&& strcmp(cfg->module_conf, "python dynlib dynlib validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
820
&& strcmp(cfg->module_conf, "python dynlib dynlib dynlib validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
821
&& strcmp(cfg->module_conf, "dynlib respip validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
822
&& strcmp(cfg->module_conf, "validator dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
823
&& strcmp(cfg->module_conf, "dns64 dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
824
&& strcmp(cfg->module_conf, "dns64 dynlib validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
825
&& strcmp(cfg->module_conf, "dns64 validator dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
826
&& strcmp(cfg->module_conf, "dynlib dns64 iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
827
&& strcmp(cfg->module_conf, "dynlib dns64 validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
828
&& strcmp(cfg->module_conf, "dynlib dns64 cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
829
&& strcmp(cfg->module_conf, "dynlib dns64 validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
830
&& strcmp(cfg->module_conf, "dns64 dynlib cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
831
&& strcmp(cfg->module_conf, "dns64 dynlib validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
832
&& strcmp(cfg->module_conf, "dynlib cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
833
&& strcmp(cfg->module_conf, "dynlib respip cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
834
&& strcmp(cfg->module_conf, "dynlib validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
835
&& strcmp(cfg->module_conf, "dynlib respip validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
836
&& strcmp(cfg->module_conf, "cachedb dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
837
&& strcmp(cfg->module_conf, "respip cachedb dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
838
&& strcmp(cfg->module_conf, "validator cachedb dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
839
&& strcmp(cfg->module_conf, "respip validator cachedb dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
840
&& strcmp(cfg->module_conf, "validator dynlib cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
841
&& strcmp(cfg->module_conf, "respip validator dynlib cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
842
&& strcmp(cfg->module_conf, "dynlib subnetcache iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
843
&& strcmp(cfg->module_conf, "dynlib respip subnetcache iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
844
&& strcmp(cfg->module_conf, "subnetcache dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
845
&& strcmp(cfg->module_conf, "respip subnetcache dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
846
&& strcmp(cfg->module_conf, "dynlib subnetcache validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
847
&& strcmp(cfg->module_conf, "dynlib respip subnetcache validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
848
&& strcmp(cfg->module_conf, "subnetcache dynlib validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
849
&& strcmp(cfg->module_conf, "respip subnetcache dynlib validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
850
&& strcmp(cfg->module_conf, "subnetcache validator dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
851
&& strcmp(cfg->module_conf, "respip subnetcache validator dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
852
&& strcmp(cfg->module_conf, "dynlib ipsecmod iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
853
&& strcmp(cfg->module_conf, "dynlib ipsecmod respip iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
854
&& strcmp(cfg->module_conf, "ipsecmod dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
855
&& strcmp(cfg->module_conf, "ipsecmod dynlib respip iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
856
&& strcmp(cfg->module_conf, "ipsecmod validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
857
&& strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
858
&& strcmp(cfg->module_conf, "dynlib ipsecmod validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
859
&& strcmp(cfg->module_conf, "dynlib ipsecmod respip validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
860
&& strcmp(cfg->module_conf, "ipsecmod dynlib validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
861
&& strcmp(cfg->module_conf, "ipsecmod dynlib respip validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
862
&& strcmp(cfg->module_conf, "ipsecmod validator dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
863
&& strcmp(cfg->module_conf, "ipsecmod respip validator dynlib iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
866
&& strcmp(cfg->module_conf, "validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
867
&& strcmp(cfg->module_conf, "respip validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
868
&& strcmp(cfg->module_conf, "cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
869
&& strcmp(cfg->module_conf, "respip cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
870
&& strcmp(cfg->module_conf, "dns64 validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
871
&& strcmp(cfg->module_conf, "dns64 cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
874
&& strcmp(cfg->module_conf, "python dns64 cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
875
&& strcmp(cfg->module_conf, "python dns64 validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
876
&& strcmp(cfg->module_conf, "dns64 python cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
877
&& strcmp(cfg->module_conf, "dns64 python validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
878
&& strcmp(cfg->module_conf, "python cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
879
&& strcmp(cfg->module_conf, "python respip cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
880
&& strcmp(cfg->module_conf, "python validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
881
&& strcmp(cfg->module_conf, "python respip validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
882
&& strcmp(cfg->module_conf, "cachedb python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
883
&& strcmp(cfg->module_conf, "respip cachedb python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
884
&& strcmp(cfg->module_conf, "validator cachedb python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
885
&& strcmp(cfg->module_conf, "respip validator cachedb python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
886
&& strcmp(cfg->module_conf, "validator python cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
887
&& strcmp(cfg->module_conf, "respip validator python cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
890
&& strcmp(cfg->module_conf, "respip subnetcache validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
891
&& strcmp(cfg->module_conf, "subnetcache validator cachedb iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
894
&& strcmp(cfg->module_conf, "subnetcache iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
895
&& strcmp(cfg->module_conf, "respip subnetcache iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
896
&& strcmp(cfg->module_conf, "subnetcache validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
897
&& strcmp(cfg->module_conf, "respip subnetcache validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
898
&& strcmp(cfg->module_conf, "dns64 subnetcache iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
899
&& strcmp(cfg->module_conf, "dns64 subnetcache validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
900
&& strcmp(cfg->module_conf, "dns64 subnetcache respip iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
901
&& strcmp(cfg->module_conf, "dns64 subnetcache respip validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
904
&& strcmp(cfg->module_conf, "python subnetcache iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
905
&& strcmp(cfg->module_conf, "python respip subnetcache iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
906
&& strcmp(cfg->module_conf, "subnetcache python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
907
&& strcmp(cfg->module_conf, "respip subnetcache python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
908
&& strcmp(cfg->module_conf, "python subnetcache validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
909
&& strcmp(cfg->module_conf, "python respip subnetcache validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
910
&& strcmp(cfg->module_conf, "subnetcache python validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
911
&& strcmp(cfg->module_conf, "respip subnetcache python validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
912
&& strcmp(cfg->module_conf, "subnetcache validator python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
913
&& strcmp(cfg->module_conf, "respip subnetcache validator python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
916
&& strcmp(cfg->module_conf, "ipsecmod iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
917
&& strcmp(cfg->module_conf, "ipsecmod respip iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
918
&& strcmp(cfg->module_conf, "ipsecmod validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
919
&& strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
922
&& strcmp(cfg->module_conf, "python ipsecmod iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
923
&& strcmp(cfg->module_conf, "python ipsecmod respip iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
924
&& strcmp(cfg->module_conf, "ipsecmod python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
925
&& strcmp(cfg->module_conf, "ipsecmod python respip iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
926
&& strcmp(cfg->module_conf, "ipsecmod validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
927
&& strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
928
&& strcmp(cfg->module_conf, "python ipsecmod validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
929
&& strcmp(cfg->module_conf, "python ipsecmod respip validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
930
&& strcmp(cfg->module_conf, "ipsecmod python validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
931
&& strcmp(cfg->module_conf, "ipsecmod python respip validator iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
932
&& strcmp(cfg->module_conf, "ipsecmod validator python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
933
&& strcmp(cfg->module_conf, "ipsecmod respip validator python iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
936
&& strcmp(cfg->module_conf, "validator ipset iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
937
&& strcmp(cfg->module_conf, "validator ipset respip iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
938
&& strcmp(cfg->module_conf, "ipset iterator") != 0
usr.sbin/unbound/smallapp/unbound-checkconf.c
939
&& strcmp(cfg->module_conf, "ipset respip iterator") != 0
usr.sbin/unbound/smallapp/unbound-control.c
1016
if(argc >= 1 && strcmp(argv[0], "start")==0) {
usr.sbin/unbound/smallapp/unbound-control.c
1028
if(argc >= 1 && strcmp(argv[0], "stats_shm")==0) {
usr.sbin/unbound/smallapp/unbound-control.c
652
if(strcmp(svr, "0.0.0.0") == 0)
usr.sbin/unbound/smallapp/unbound-control.c
654
else if(strcmp(svr, "::0") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
655
strcmp(svr, "0::0") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
656
strcmp(svr, "0::") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
657
strcmp(svr, "::") == 0)
usr.sbin/unbound/smallapp/unbound-control.c
850
if(argc >= 1 && (strcmp(argv[0], "local_zones") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
851
strcmp(argv[0], "local_zones_remove") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
852
strcmp(argv[0], "local_datas") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
853
strcmp(argv[0], "local_datas_remove") == 0) &&
usr.sbin/unbound/smallapp/unbound-control.c
858
if(argc >= 1 && (strcmp(argv[0], "view_local_datas") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
859
strcmp(argv[0], "view_local_datas_remove") == 0) &&
usr.sbin/unbound/smallapp/unbound-control.c
901
if(argc == 1 && strcmp(argv[0], "load_cache") == 0) {
usr.sbin/unbound/smallapp/unbound-control.c
904
else if(argc >= 1 && (strcmp(argv[0], "local_zones") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
905
strcmp(argv[0], "local_zones_remove") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
906
strcmp(argv[0], "local_datas") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
907
strcmp(argv[0], "view_local_datas") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
908
strcmp(argv[0], "local_datas_remove") == 0 ||
usr.sbin/unbound/smallapp/unbound-control.c
909
strcmp(argv[0], "view_local_datas_remove") == 0)) {
usr.sbin/unbound/smallapp/unbound-control.c
952
fd = contact_server(svr, cfg, argc>0&&strcmp(argv[0],"status")==0);
usr.sbin/unbound/smallapp/unbound-host.c
191
strcmp(t, "") != 0) {
usr.sbin/unbound/smallapp/unbound-host.c
210
strcmp(c, "") != 0) {
usr.sbin/unbound/smallapp/unbound-host.c
271
if(strcmp(cstr, "IN") != 0)
usr.sbin/unbound/smallapp/unbound-host.c
326
if(strcmp(cstr, "IN") != 0)
usr.sbin/unbound/smallapp/unbound-host.c
494
if(strcmp(use_syslog, "yes") == 0) /* disable use-syslog */
usr.sbin/unbound/smallapp/worker_cb.c
229
return strcmp(a, b);
usr.sbin/unbound/testcode/asynclook.c
202
if(strcmp(result->qname, "localhost") != 0) {
usr.sbin/unbound/testcode/asynclook.c
363
if(argc == 1 && strcmp(argv[0], "localhost") == 0)
usr.sbin/unbound/testcode/delayer.c
1083
if(atoi(optarg)==0 && strcmp(optarg,"0")!=0) {
usr.sbin/unbound/testcode/delayer.c
1099
if(atoi(optarg)==0 && strcmp(optarg,"0")!=0) {
usr.sbin/unbound/testcode/dohclient.c
230
if(qinfo.qtype == 0 && strcmp(qtype, "TYPE0") != 0) {
usr.sbin/unbound/testcode/dohclient.c
235
if(qinfo.qclass == 0 && strcmp(qclass, "CLASS0") != 0) {
usr.sbin/unbound/testcode/dohclient.c
608
if(atoi(optarg)==0 && strcmp(optarg,"0")!=0) {
usr.sbin/unbound/testcode/doqclient.c
2478
if(atoi(optarg)==0 && strcmp(optarg,"0")!=0) {
usr.sbin/unbound/testcode/doqclient.c
2722
return strcmp(a, b);
usr.sbin/unbound/testcode/fake_event.c
613
if(verbosity >= 7 && strcmp(p->str, expanded) != 0)
usr.sbin/unbound/testcode/fake_event.c
615
if(strcmp(expanded, line) != 0) {
usr.sbin/unbound/testcode/fake_event.c
666
if(verbosity >= 7 && strcmp(p->str, expanded) != 0)
usr.sbin/unbound/testcode/fake_event.c
668
if(strcmp(expanded, line) != 0) {
usr.sbin/unbound/testcode/perf.c
458
if(strcmp(tp, "IN") == 0 || strcmp(tp, "CH") == 0) {
usr.sbin/unbound/testcode/perf.c
461
if((qinfo.qtype == 0 && strcmp(cl, "TYPE0") != 0) ||
usr.sbin/unbound/testcode/perf.c
462
(qinfo.qclass == 0 && strcmp(tp, "CLASS0") != 0)) {
usr.sbin/unbound/testcode/perf.c
468
if((qinfo.qtype == 0 && strcmp(tp, "TYPE0") != 0) ||
usr.sbin/unbound/testcode/perf.c
469
(qinfo.qclass == 0 && strcmp(cl, "CLASS0") != 0)) {
usr.sbin/unbound/testcode/perf.c
604
if(atoi(optarg)==0 && strcmp(optarg, "0")!=0) {
usr.sbin/unbound/testcode/petal.c
367
if(strcmp(s, "..") == 0)
usr.sbin/unbound/testcode/petal.c
369
if(strcmp(s, ".") == 0)
usr.sbin/unbound/testcode/replay.c
1003
tb_assert( v && strcmp(v, "1ww2ww3") == 0);
usr.sbin/unbound/testcode/replay.c
1007
tb_assert( v && strcmp(v, "it is Fri Jan 2 10:17:36 1970") == 0);
usr.sbin/unbound/testcode/replay.c
1013
tb_assert( v && strcmp(v, "it is Fri Jan 2 10:17:36 1970") == 0);
usr.sbin/unbound/testcode/replay.c
1017
tb_assert( v && strcmp(v, "it is Fri Jan 2 10:17:36 1970") == 0);
usr.sbin/unbound/testcode/replay.c
1025
tb_assert( v && strcmp(v, "2") == 0);
usr.sbin/unbound/testcode/replay.c
1028
tb_assert( v && strcmp(v, "0") == 0);
usr.sbin/unbound/testcode/replay.c
1031
tb_assert( v && strcmp(v, "4") == 0);
usr.sbin/unbound/testcode/replay.c
1034
tb_assert( v && strcmp(v, "19") == 0);
usr.sbin/unbound/testcode/replay.c
1038
tb_assert( v && strcmp(v, "108") == 0);
usr.sbin/unbound/testcode/replay.c
1042
tb_assert( v && strcmp(v, "1 2 33 2 1") == 0);
usr.sbin/unbound/testcode/replay.c
1046
tb_assert( v && strcmp(v, "123 8") == 0);
usr.sbin/unbound/testcode/replay.c
1050
tb_assert( v && strcmp(v, "123 glug 8") == 0);
usr.sbin/unbound/testcode/replay.c
557
return strcmp(x->name, y->name);
usr.sbin/unbound/testcode/replay.c
688
if(tt == 0 && strcmp(arg, "0") != 0) {
usr.sbin/unbound/testcode/replay.c
807
if(strcmp(buf, "time") == 0) {
usr.sbin/unbound/testcode/replay.c
814
} else if(strcmp(buf, "timeout") == 0) {
usr.sbin/unbound/testcode/replay.c
949
tb_assert(strcmp(v, "") == 0);
usr.sbin/unbound/testcode/replay.c
953
tb_assert(strcmp(v, "") == 0);
usr.sbin/unbound/testcode/replay.c
960
tb_assert(strcmp(v, "") == 0);
usr.sbin/unbound/testcode/replay.c
964
tb_assert(strcmp(v, "waarde1") == 0);
usr.sbin/unbound/testcode/replay.c
971
tb_assert(strcmp(v, "waarde1") == 0);
usr.sbin/unbound/testcode/replay.c
975
tb_assert(strcmp(v, "kanteel") == 0);
usr.sbin/unbound/testcode/replay.c
982
tb_assert(strcmp(v, "ww") == 0);
usr.sbin/unbound/testcode/replay.c
991
tb_assert( v && strcmp(v, "") == 0);
usr.sbin/unbound/testcode/replay.c
995
tb_assert( v && strcmp(v, "") == 0);
usr.sbin/unbound/testcode/replay.c
999
tb_assert( v && strcmp(v, "blabla dinges") == 0);
usr.sbin/unbound/testcode/signit.c
278
if(strcmp(argv[1], "NSEC3PARAM") == 0) {
usr.sbin/unbound/testcode/streamtcp.c
175
if(qinfo.qtype == 0 && strcmp(strtype, "TYPE0") != 0) {
usr.sbin/unbound/testcode/streamtcp.c
182
if(qinfo.qclass == 0 && strcmp(strclass, "CLASS0") != 0) {
usr.sbin/unbound/testcode/streamtcp.c
624
if(atoi(optarg)==0 && strcmp(optarg,"0")!=0) {
usr.sbin/unbound/testcode/testpkts.c
1047
if(strcmp(qlines[i], plines[j]) == 0) {
usr.sbin/unbound/testcode/testpkts.c
1083
if(strcmp(q, p) != 0) {
usr.sbin/unbound/testcode/testpkts.c
1089
if(strcmp(q, p) != 0) {
usr.sbin/unbound/testcode/testpkts.c
1096
if(strcmp(q, p) != 0) return 0;
usr.sbin/unbound/testcode/testpkts.c
1103
if(strcmp(q, p) != 0) return 0;
usr.sbin/unbound/testcode/testpkts.c
1106
if(strcmp(q, p) != 0) return 0;
usr.sbin/unbound/testcode/testpkts.c
1113
if(strcmp(q, p) != 0) return 0;
usr.sbin/unbound/testcode/testpkts.c
1116
if(strcmp(q, p) != 0) return 0;
usr.sbin/unbound/testcode/testpkts.c
1123
if(strcmp(q, p) != 0) return 0;
usr.sbin/unbound/testcode/testpkts.c
1126
if(strcmp(q, p) != 0) return 0;
usr.sbin/unbound/testcode/testpkts.c
1318
r = (strcmp(qcmpstr, pcmpstr) == 0);
usr.sbin/unbound/testcode/testpkts.c
1383
r = (strcmp(qcmpstr, pcmpstr) == 0);
usr.sbin/unbound/testcode/testpkts.c
1441
r = (strcmp(qstr, pstr) == 0);
usr.sbin/unbound/testcode/testpkts.c
1448
r = (strcmp(qstr, pstr) == 0);
usr.sbin/unbound/testcode/testpkts.c
1485
return (strcmp(qs, ps) == 0);
usr.sbin/unbound/testcode/testpkts.c
1505
if(strcmp(qs, ps) == 0)
usr.sbin/unbound/testcode/testpkts.c
1510
if(qslen > pslen && strcmp(qs + (qslen-pslen), ps) == 0 &&
usr.sbin/unbound/testcode/unitauth.c
710
if(strcmp(buf1, buf2) != 0) {
usr.sbin/unbound/testcode/unitauth.c
878
if(strcmp(pl, ql) == 0) {
usr.sbin/unbound/testcode/unitauth.c
946
if(strcmp(q->answer, ans_str) != 0) {
usr.sbin/unbound/testcode/unitauth.c
950
unit_assert(strcmp(q->answer, ans_str) == 0);
usr.sbin/unbound/testcode/unitdname.c
1150
unit_assert( strcmp( ".", result) == 0 );
usr.sbin/unbound/testcode/unitdname.c
1165
unit_assert( strcmp(
usr.sbin/unbound/testcode/unitdname.c
1185
unit_assert( strcmp(
usr.sbin/unbound/testcode/unitdname.c
1205
unit_assert( strcmp(
usr.sbin/unbound/testcode/unitdname.c
1222
unit_assert( strcmp(
usr.sbin/unbound/testcode/unitdname.c
1241
unit_assert( strcmp(expect, result) == 0 );
usr.sbin/unbound/testcode/unitdname.c
1260
unit_assert( strcmp(expect, result) == 0 );
usr.sbin/unbound/testcode/unitdname.c
1274
if(strcmp( "?.", result) != 0 ) {
usr.sbin/unbound/testcode/unitldns.c
125
if(strcmp(txt_chk, txt_out) != 0 && vbmp)
usr.sbin/unbound/testcode/unitldns.c
127
if(strcmp(wire_chk, wire_out) != 0 && vbmp)
usr.sbin/unbound/testcode/unitldns.c
129
if(strcmp(wire_chk, back) != 0 && vbmp)
usr.sbin/unbound/testcode/unitldns.c
132
unit_assert(strcmp(txt_chk, txt_out) == 0);
usr.sbin/unbound/testcode/unitldns.c
133
unit_assert(strcmp(wire_chk, wire_out) == 0);
usr.sbin/unbound/testcode/unitldns.c
134
unit_assert(strcmp(wire_chk, back) == 0);
usr.sbin/unbound/testcode/unitldns.c
250
unit_assert(result == (int)strlen("hello") && strcmp(target, "hello") == 0);
usr.sbin/unbound/testcode/unitldns.c
253
unit_assert(result == (int)strlen("hello>") && strcmp(target, "hello>") == 0);
usr.sbin/unbound/testcode/unitldns.c
256
unit_assert(result == (int)strlen("hello?!") && strcmp(target, "hello?!") == 0);
usr.sbin/unbound/testcode/unitldns.c
261
unit_assert(result == (int)strlen("hel") && strcmp(target, "hel") == 0);
usr.sbin/unbound/testcode/unitldns.c
265
unit_assert(result == (int)strlen("hello") && strcmp(target, "hello") == 0);
usr.sbin/unbound/testcode/unitldns.c
268
unit_assert(result == (int)strlen("hello>") && strcmp(target, "hello>") == 0);
usr.sbin/unbound/testcode/unitldns.c
271
unit_assert(result == (int)strlen("hello+/") && strcmp(target, "hello?!") == 0);
usr.sbin/unbound/testcode/unitmain.c
283
unit_assert(strcmp(astr, "1.2.3.0") == 0);
usr.sbin/unbound/testcode/unitmain.c
290
unit_assert(strcmp(astr, "2001:db8:33:44::") == 0);
usr.sbin/unbound/testcode/unitzonemd.c
122
unit_assert(strcmp(output, digestdup) == 0);
usr.sbin/unbound/testcode/unitzonemd.c
225
unit_assert(result && strcmp(reason, "unsupported scheme")==0);
usr.sbin/unbound/testcode/unitzonemd.c
228
unit_assert(result && strcmp(reason, "unsupported algorithm")==0);
usr.sbin/unbound/testcode/unitzonemd.c
231
unit_assert(!result && strcmp(reason, "digest length too small, less than 12")==0);
usr.sbin/unbound/testcode/unitzonemd.c
234
unit_assert(!result && strcmp(reason, "incorrect digest")==0);
usr.sbin/unbound/testcode/unitzonemd.c
237
unit_assert(!result && strcmp(reason, "incorrect digest length")==0);
usr.sbin/unbound/testcode/unitzonemd.c
312
(strcmp(result, "ZONEMD verification successful")==0?"successful":"failed"),
usr.sbin/unbound/testcode/unitzonemd.c
317
unit_assert(strcmp(result, result_wanted) == 0);
usr.sbin/unbound/testcode/unitzonemd.c
318
if(strcmp(result, "ZONEMD verification successful") == 0 ||
usr.sbin/unbound/testcode/unitzonemd.c
319
strcmp(result, "DNSSEC verified nonexistence of ZONEMD") == 0 ||
usr.sbin/unbound/testcode/unitzonemd.c
320
strcmp(result, "no ZONEMD present") == 0) {
usr.sbin/unbound/util/config_file.c
1025
#define O_DEC(opt, str, var) if(strcmp(opt, str)==0) \
usr.sbin/unbound/util/config_file.c
1029
#define O_UNS(opt, str, var) if(strcmp(opt, str)==0) \
usr.sbin/unbound/util/config_file.c
1033
#define O_YNO(opt, str, var) if(strcmp(opt, str)==0) \
usr.sbin/unbound/util/config_file.c
1036
#define O_STR(opt, str, var) if(strcmp(opt, str)==0) \
usr.sbin/unbound/util/config_file.c
1039
#define O_IFC(opt, str, num, arr) if(strcmp(opt, str)==0) \
usr.sbin/unbound/util/config_file.c
1042
#define O_MEM(opt, str, var) if(strcmp(opt, str)==0) { \
usr.sbin/unbound/util/config_file.c
1049
#define O_LST(opt, name, lst) if(strcmp(opt, name)==0) { \
usr.sbin/unbound/util/config_file.c
1055
#define O_LS2(opt, name, lst) if(strcmp(opt, name)==0) { \
usr.sbin/unbound/util/config_file.c
1063
#define O_LS3(opt, name, lst) if(strcmp(opt, name)==0) { \
usr.sbin/unbound/util/config_file.c
1071
#define O_LTG(opt, name, lst) if(strcmp(opt, name)==0) { \
usr.sbin/unbound/util/config_file.c
1590
if(strcmp(p->name, nm) == 0)
usr.sbin/unbound/util/config_file.c
1914
if (value == 0 && strcmp(str, "0") != 0) {
usr.sbin/unbound/util/config_file.c
2063
if(strcmp(str, "syntax error")==0 && cfg_parser->started_toplevel ==0)
usr.sbin/unbound/util/config_file.c
2122
if(strcmp(s->str, item) == 0) {
usr.sbin/unbound/util/config_file.c
2341
if(strcmp(cfg->tagname[i], tag) == 0)
usr.sbin/unbound/util/config_file.c
2690
if(strcmp(type, "nodefault")==0) {
usr.sbin/unbound/util/config_file.c
2694
} else if(strcmp(type, "ipset")==0) {
usr.sbin/unbound/util/config_file.c
2825
if(strcmp(cfg->directory, "%EXECUTABLE%") == 0) {
usr.sbin/unbound/util/config_file.c
468
if(atoi(val) == 0 && strcmp(val, "0") != 0) return 0
usr.sbin/unbound/util/config_file.c
477
if(strcmp(val, "yes") != 0 && strcmp(val, "no") != 0) return 0
usr.sbin/unbound/util/config_file.c
479
#define S_NUMBER_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
usr.sbin/unbound/util/config_file.c
482
#define S_NUMBER_NONZERO(str, var) if(strcmp(opt, str) == 0) \
usr.sbin/unbound/util/config_file.c
485
#define S_UNSIGNED_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
usr.sbin/unbound/util/config_file.c
488
#define S_SIZET_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
usr.sbin/unbound/util/config_file.c
491
#define S_SIZET_NONZERO(str, var) if(strcmp(opt, str) == 0) \
usr.sbin/unbound/util/config_file.c
494
#define S_YNO(str, var) if(strcmp(opt, str) == 0) \
usr.sbin/unbound/util/config_file.c
495
{ IS_YES_OR_NO; cfg->var = (strcmp(val, "yes") == 0); }
usr.sbin/unbound/util/config_file.c
497
#define S_MEMSIZE(str, var) if(strcmp(opt, str)==0) \
usr.sbin/unbound/util/config_file.c
500
#define S_POW2(str, var) if(strcmp(opt, str)==0) \
usr.sbin/unbound/util/config_file.c
503
#define S_STR(str, var) if(strcmp(opt, str)==0) \
usr.sbin/unbound/util/config_file.c
506
#define S_STRLIST(str, var) if(strcmp(opt, str)==0) \
usr.sbin/unbound/util/config_file.c
509
#define S_STRLIST_UNIQ(str, var) if(strcmp(opt, str)==0) \
usr.sbin/unbound/util/config_file.c
513
#define S_STRLIST_APPEND(str, var) if(strcmp(opt, str)==0) \
usr.sbin/unbound/util/config_file.c
545
else if(strcmp(opt, "statistics-interval:") == 0) {
usr.sbin/unbound/util/config_file.c
546
if(strcmp(val, "0") == 0 || strcmp(val, "") == 0)
usr.sbin/unbound/util/config_file.c
551
} else if(strcmp(opt, "num-threads:") == 0) {
usr.sbin/unbound/util/config_file.c
554
} else if(strcmp(opt, "outgoing-port-permit:") == 0) {
usr.sbin/unbound/util/config_file.c
557
} else if(strcmp(opt, "outgoing-port-avoid:") == 0) {
usr.sbin/unbound/util/config_file.c
560
} else if(strcmp(opt, "local-zone:") == 0) {
usr.sbin/unbound/util/config_file.c
562
} else if(strcmp(opt, "val-override-date:") == 0) {
usr.sbin/unbound/util/config_file.c
563
if(strcmp(val, "") == 0 || strcmp(val, "0") == 0) {
usr.sbin/unbound/util/config_file.c
572
} else if(strcmp(opt, "local-data-ptr:") == 0) {
usr.sbin/unbound/util/config_file.c
575
} else if(strcmp(opt, "logfile:") == 0) {
usr.sbin/unbound/util/config_file.c
580
else if(strcmp(opt, "log-time-ascii:") == 0)
usr.sbin/unbound/util/config_file.c
581
{ IS_YES_OR_NO; cfg->log_time_ascii = (strcmp(val, "yes") == 0);
usr.sbin/unbound/util/config_file.c
583
else if(strcmp(opt, "log-time-iso:") == 0)
usr.sbin/unbound/util/config_file.c
584
{ IS_YES_OR_NO; cfg->log_time_iso = (strcmp(val, "yes") == 0);
usr.sbin/unbound/util/config_file.c
667
else if(strcmp(opt, "cache-max-ttl:") == 0)
usr.sbin/unbound/util/config_file.c
669
else if(strcmp(opt, "cache-max-negative-ttl:") == 0)
usr.sbin/unbound/util/config_file.c
671
else if(strcmp(opt, "cache-min-negative-ttl:") == 0)
usr.sbin/unbound/util/config_file.c
673
else if(strcmp(opt, "cache-min-ttl:") == 0)
usr.sbin/unbound/util/config_file.c
675
else if(strcmp(opt, "infra-cache-min-rtt:") == 0) {
usr.sbin/unbound/util/config_file.c
679
else if(strcmp(opt, "infra-cache-max-rtt:") == 0) {
usr.sbin/unbound/util/config_file.c
700
else if(strcmp(opt, "nsid:") == 0) {
usr.sbin/unbound/util/config_file.c
753
else if(strcmp(opt, "serve-expired:") == 0)
usr.sbin/unbound/util/config_file.c
754
{ IS_YES_OR_NO; cfg->serve_expired = (strcmp(val, "yes") == 0);
usr.sbin/unbound/util/config_file.c
756
else if(strcmp(opt, "serve-expired-ttl:") == 0)
usr.sbin/unbound/util/config_file.c
758
else if(strcmp(opt, "serve-expired-ttl-reset:") == 0)
usr.sbin/unbound/util/config_file.c
759
{ IS_YES_OR_NO; cfg->serve_expired_ttl_reset = (strcmp(val, "yes") == 0);
usr.sbin/unbound/util/config_file.c
761
else if(strcmp(opt, "serve-expired-reply-ttl:") == 0)
usr.sbin/unbound/util/config_file.c
777
else if(strcmp(opt, "permit-small-holddown:") == 0)
usr.sbin/unbound/util/config_file.c
778
{ IS_YES_OR_NO; cfg->permit_small_holddown = (strcmp(val, "yes") == 0);
usr.sbin/unbound/util/config_file.c
854
else if(strcmp(opt, "ip-ratelimit-cookie:") == 0) {
usr.sbin/unbound/util/config_file.c
858
else if(strcmp(opt, "ip-ratelimit:") == 0) {
usr.sbin/unbound/util/config_file.c
862
else if(strcmp(opt, "ratelimit:") == 0) {
usr.sbin/unbound/util/config_file.c
889
else if(strcmp(opt, "ipsecmod-max-ttl:") == 0)
usr.sbin/unbound/util/config_file.c
899
else if(strcmp(opt, "define-tag:") ==0) {
usr.sbin/unbound/util/config_file.c
903
} else if(strcmp(opt, "val-sig-skew-min:") == 0)
usr.sbin/unbound/util/config_file.c
905
else if(strcmp(opt, "val-sig-skew-max:") == 0)
usr.sbin/unbound/util/config_file.c
907
else if(strcmp(opt, "val-max-restart:") == 0)
usr.sbin/unbound/util/config_file.c
909
else if (strcmp(opt, "outgoing-interface:") == 0) {
usr.sbin/unbound/util/configparser.y
1010
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1021
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1023
else cfg_parser->cfg->do_tcp_keepalive = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1030
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1043
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1056
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1058
else cfg_parser->cfg->tcp_upstream = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1065
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1067
else cfg_parser->cfg->udp_upstream_without_downstream = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1074
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1076
else cfg_parser->cfg->ssl_upstream = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1113
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1115
else cfg_parser->cfg->tls_win_cert = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1152
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1154
else cfg_parser->cfg->tls_use_sni = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1187
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1211
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1213
else cfg_parser->cfg->http_nodelay = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1219
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1221
else cfg_parser->cfg->http_notls_downstream = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1247
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1249
else cfg_parser->cfg->use_systemd = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1256
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1258
else cfg_parser->cfg->do_daemonize = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1265
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1267
else cfg_parser->cfg->use_syslog = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1269
if(strcmp($2, "yes") == 0)
usr.sbin/unbound/util/configparser.y
1279
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1281
else cfg_parser->cfg->log_time_ascii = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1288
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1290
else cfg_parser->cfg->log_time_iso = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1297
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1299
else cfg_parser->cfg->log_queries = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1306
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1308
else cfg_parser->cfg->log_replies = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1315
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1317
else cfg_parser->cfg->log_tag_queryreply = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1324
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1326
else cfg_parser->cfg->log_servfail = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1333
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1335
else cfg_parser->cfg->log_destaddr = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1342
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1344
else cfg_parser->cfg->log_local_actions = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1458
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1462
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1469
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1473
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1487
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1489
else cfg_parser->cfg->hide_identity = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1496
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1498
else cfg_parser->cfg->hide_version = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1505
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1507
else cfg_parser->cfg->hide_trustanchor = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1514
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1516
else cfg_parser->cfg->hide_http_user_agent = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1576
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1579
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1586
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1589
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1596
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1599
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1606
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1682
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1691
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1700
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1702
else cfg_parser->cfg->udp_connect = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1709
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1712
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1719
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1722
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1750
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1797
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1806
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1815
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1818
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1832
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1835
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1842
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1845
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1852
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1855
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1862
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1865
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1872
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1875
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1882
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1885
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1892
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1895
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1902
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1905
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1912
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1915
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1922
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1925
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1953
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1955
else cfg_parser->cfg->prefetch = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1962
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1964
else cfg_parser->cfg->prefetch_key = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1971
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1973
else cfg_parser->cfg->deny_any = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
1980
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
1996
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
1999
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2030
if(*$2 == '\0' || strcmp($2, "0") == 0) {
usr.sbin/unbound/util/configparser.y
2048
if(*$2 == '\0' || strcmp($2, "0") == 0) {
usr.sbin/unbound/util/configparser.y
2061
if(*$2 == '\0' || strcmp($2, "0") == 0) {
usr.sbin/unbound/util/configparser.y
2074
if(*$2 == '\0' || strcmp($2, "0") == 0) {
usr.sbin/unbound/util/configparser.y
2087
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2096
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2105
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2114
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2123
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2132
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2135
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2142
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2145
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2152
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2156
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2163
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2165
else cfg_parser->cfg->ignore_cd = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2172
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2174
else cfg_parser->cfg->disable_edns_do = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2181
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2183
else cfg_parser->cfg->serve_expired = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2190
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2199
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2201
else cfg_parser->cfg->serve_expired_ttl_reset = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2208
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2217
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2226
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2228
else cfg_parser->cfg->ede_serve_expired = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2235
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2237
else cfg_parser->cfg->serve_original_ttl = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2244
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2247
else fake_dsa = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2257
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2260
else fake_sha1 = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2270
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2286
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2288
else cfg_parser->cfg->zonemd_permissive_mode = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2295
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2304
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2313
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2322
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2325
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2361
if(strcmp($3, "static")!=0 && strcmp($3, "deny")!=0 &&
usr.sbin/unbound/util/configparser.y
2362
strcmp($3, "refuse")!=0 && strcmp($3, "redirect")!=0 &&
usr.sbin/unbound/util/configparser.y
2363
strcmp($3, "transparent")!=0 && strcmp($3, "nodefault")!=0
usr.sbin/unbound/util/configparser.y
2364
&& strcmp($3, "typetransparent")!=0
usr.sbin/unbound/util/configparser.y
2365
&& strcmp($3, "always_transparent")!=0
usr.sbin/unbound/util/configparser.y
2366
&& strcmp($3, "block_a")!=0
usr.sbin/unbound/util/configparser.y
2367
&& strcmp($3, "always_refuse")!=0
usr.sbin/unbound/util/configparser.y
2368
&& strcmp($3, "always_nxdomain")!=0
usr.sbin/unbound/util/configparser.y
2369
&& strcmp($3, "always_nodata")!=0
usr.sbin/unbound/util/configparser.y
2370
&& strcmp($3, "always_deny")!=0
usr.sbin/unbound/util/configparser.y
2371
&& strcmp($3, "always_null")!=0
usr.sbin/unbound/util/configparser.y
2372
&& strcmp($3, "noview")!=0
usr.sbin/unbound/util/configparser.y
2373
&& strcmp($3, "inform")!=0 && strcmp($3, "inform_deny")!=0
usr.sbin/unbound/util/configparser.y
2374
&& strcmp($3, "inform_redirect") != 0
usr.sbin/unbound/util/configparser.y
2375
&& strcmp($3, "ipset") != 0) {
usr.sbin/unbound/util/configparser.y
2385
} else if(strcmp($3, "nodefault")==0) {
usr.sbin/unbound/util/configparser.y
2391
} else if(strcmp($3, "ipset")==0) {
usr.sbin/unbound/util/configparser.y
2439
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2442
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2449
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2452
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2487
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2502
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2531
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2533
else cfg_parser->cfg->dns64_synthall = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2731
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2740
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2749
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2800
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2815
if(atoi($3) == 0 && strcmp($3, "0") != 0) {
usr.sbin/unbound/util/configparser.y
2830
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2839
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2848
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2851
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2858
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2861
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2868
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2877
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2886
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2910
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
2919
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2922
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2929
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2932
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2939
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2942
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2958
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2961
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2978
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2980
else cfg_parser->cfg->ipsecmod_enabled = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
2991
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
2993
else cfg_parser->cfg->ipsecmod_ignore_bogus = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3016
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
3042
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3044
else cfg_parser->cfg->ipsecmod_strict = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3064
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
3075
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3077
else cfg_parser->cfg->ede = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3084
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3086
else cfg_parser->cfg->dns_error_reporting = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3124
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3126
else cfg_parser->cfg->stubs->isfirst=(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3133
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3135
else cfg_parser->cfg->stubs->no_cache=(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3142
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3145
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3152
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3155
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3162
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3165
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3196
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3198
else cfg_parser->cfg->forwards->isfirst=(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3205
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3207
else cfg_parser->cfg->forwards->no_cache=(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3214
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3217
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3224
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3227
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3273
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3276
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3283
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3286
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3293
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3296
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3303
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3306
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3313
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3316
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3333
if(strcmp($3, "static")!=0 && strcmp($3, "deny")!=0 &&
usr.sbin/unbound/util/configparser.y
3334
strcmp($3, "refuse")!=0 && strcmp($3, "redirect")!=0 &&
usr.sbin/unbound/util/configparser.y
3335
strcmp($3, "transparent")!=0 && strcmp($3, "nodefault")!=0
usr.sbin/unbound/util/configparser.y
3336
&& strcmp($3, "typetransparent")!=0
usr.sbin/unbound/util/configparser.y
3337
&& strcmp($3, "always_transparent")!=0
usr.sbin/unbound/util/configparser.y
3338
&& strcmp($3, "always_refuse")!=0
usr.sbin/unbound/util/configparser.y
3339
&& strcmp($3, "always_nxdomain")!=0
usr.sbin/unbound/util/configparser.y
3340
&& strcmp($3, "always_nodata")!=0
usr.sbin/unbound/util/configparser.y
3341
&& strcmp($3, "always_deny")!=0
usr.sbin/unbound/util/configparser.y
3342
&& strcmp($3, "always_null")!=0
usr.sbin/unbound/util/configparser.y
3343
&& strcmp($3, "noview")!=0
usr.sbin/unbound/util/configparser.y
3344
&& strcmp($3, "inform")!=0 && strcmp($3, "inform_deny")!=0
usr.sbin/unbound/util/configparser.y
3345
&& strcmp($3, "inform_redirect") != 0
usr.sbin/unbound/util/configparser.y
3346
&& strcmp($3, "ipset") != 0) {
usr.sbin/unbound/util/configparser.y
3356
} else if(strcmp($3, "nodefault")==0) {
usr.sbin/unbound/util/configparser.y
3362
} else if(strcmp($3, "ipset")==0) {
usr.sbin/unbound/util/configparser.y
3430
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3432
else cfg_parser->cfg->views->isfirst=(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3451
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3454
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3477
cfg_parser->cfg->control_use_cert = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3534
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3536
else cfg_parser->cfg->dnstap = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3543
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3546
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3567
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3569
else cfg_parser->cfg->dnstap_tls = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3604
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3606
else cfg_parser->cfg->dnstap_send_identity = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3613
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3615
else cfg_parser->cfg->dnstap_send_version = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3636
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3639
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3646
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3649
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3656
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3659
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3666
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3669
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3676
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3679
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3686
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3689
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3696
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
3741
if (strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3744
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3792
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3794
else cfg_parser->cfg->dnscrypt = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3929
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3931
else cfg_parser->cfg->cachedb_no_store = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
3942
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
3944
else cfg_parser->cfg->cachedb_check_when_serve_expired = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
4083
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4096
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4109
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4122
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4135
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
4137
else cfg_parser->cfg->redis_expire_records = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
4150
if((db == 0 && strcmp($2, "0") != 0) || db < 0)
usr.sbin/unbound/util/configparser.y
4165
if((db == 0 && strcmp($2, "0") != 0) || db < 0)
usr.sbin/unbound/util/configparser.y
4188
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
4190
else cfg_parser->cfg->do_answer_cookie = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
4220
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4229
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4238
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
4247
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
4250
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
4300
if(strcmp(action, "deny")!=0 &&
usr.sbin/unbound/util/configparser.y
4301
strcmp(action, "redirect")!=0 &&
usr.sbin/unbound/util/configparser.y
4302
strcmp(action, "inform")!=0 &&
usr.sbin/unbound/util/configparser.y
4303
strcmp(action, "inform_deny")!=0 &&
usr.sbin/unbound/util/configparser.y
4304
strcmp(action, "always_transparent")!=0 &&
usr.sbin/unbound/util/configparser.y
4305
strcmp(action, "always_refuse")!=0 &&
usr.sbin/unbound/util/configparser.y
4306
strcmp(action, "always_nxdomain")!=0)
usr.sbin/unbound/util/configparser.y
4317
if(strcmp(action, "deny")!=0 &&
usr.sbin/unbound/util/configparser.y
4318
strcmp(action, "refuse")!=0 &&
usr.sbin/unbound/util/configparser.y
4319
strcmp(action, "deny_non_local")!=0 &&
usr.sbin/unbound/util/configparser.y
4320
strcmp(action, "refuse_non_local")!=0 &&
usr.sbin/unbound/util/configparser.y
4321
strcmp(action, "allow_setrd")!=0 &&
usr.sbin/unbound/util/configparser.y
4322
strcmp(action, "allow")!=0 &&
usr.sbin/unbound/util/configparser.y
4323
strcmp(action, "allow_snoop")!=0 &&
usr.sbin/unbound/util/configparser.y
4324
strcmp(action, "allow_cookie")!=0)
usr.sbin/unbound/util/configparser.y
493
if(strcmp($2, "nxdomain")!=0 && strcmp($2, "nodata")!=0 &&
usr.sbin/unbound/util/configparser.y
494
strcmp($2, "passthru")!=0 && strcmp($2, "drop")!=0 &&
usr.sbin/unbound/util/configparser.y
495
strcmp($2, "cname")!=0 && strcmp($2, "disabled")!=0) {
usr.sbin/unbound/util/configparser.y
518
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
520
else cfg_parser->cfg->auths->rpz_log = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
535
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
537
else cfg_parser->cfg->auths->rpz_signal_nxdomain_ra = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
570
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
579
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
588
if(strcmp($2, "") == 0 || strcmp($2, "0") == 0)
usr.sbin/unbound/util/configparser.y
599
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
601
else cfg_parser->cfg->stat_cumulative = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
608
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
610
else cfg_parser->cfg->stat_extended = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
617
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
619
else cfg_parser->cfg->stat_inhibit_zero = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
626
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
628
else cfg_parser->cfg->shm_enable = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
635
if(strcmp($2, "") == 0 || strcmp($2, "0") == 0)
usr.sbin/unbound/util/configparser.y
682
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
686
(strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
708
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
725
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
742
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
759
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
776
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
791
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
860
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
869
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
878
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
880
else cfg_parser->cfg->if_automatic = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
894
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
896
else cfg_parser->cfg->do_ip4 = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
903
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
905
else cfg_parser->cfg->do_ip6 = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
912
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
914
else cfg_parser->cfg->do_nat64 = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
921
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
923
else cfg_parser->cfg->do_udp = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
930
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
932
else cfg_parser->cfg->do_tcp = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
939
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
941
else cfg_parser->cfg->prefer_ip4 = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
948
if(strcmp($2, "yes") != 0 && strcmp($2, "no") != 0)
usr.sbin/unbound/util/configparser.y
950
else cfg_parser->cfg->prefer_ip6 = (strcmp($2, "yes")==0);
usr.sbin/unbound/util/configparser.y
957
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
966
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
975
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
988
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/configparser.y
999
if(atoi($2) == 0 && strcmp($2, "0") != 0)
usr.sbin/unbound/util/log.c
255
if(strcmp(type, "info") == 0) {
usr.sbin/unbound/util/log.c
258
} else if(strcmp(type, "warning") == 0) {
usr.sbin/unbound/util/log.c
261
} else if(strcmp(type, "notice") == 0
usr.sbin/unbound/util/log.c
262
|| strcmp(type, "debug") == 0) {
usr.sbin/unbound/util/net_help.c
254
if(port == 0 && strcmp(s+1,"0")!=0) {
usr.sbin/unbound/util/net_help.c
316
if(*net == 0 && strcmp(s+1, "0") != 0) {
usr.sbin/unbound/util/net_help.c
436
if(*net == 0 && strcmp(buff, "0") != 0)
usr.sbin/unbound/util/net_help.c
470
if(!hash && strcmp(s+1,"0")!=0)
usr.sbin/unbound/util/net_help.c
516
if(!hash && strcmp(s+1,"0")!=0)
usr.sbin/user/main.c
83
if (strcmp((i == 0) ? __progname : argv[i],
usr.sbin/user/user.c
1111
sync_uid_gid = (strcmp(up->u_primgrp, "=uid") == 0);
usr.sbin/user/user.c
1194
strcmp(home, _PATH_NONEXISTENT) != 0) {
usr.sbin/user/user.c
1288
if (strcmp(up->u_primgrp, "=uid") == 0 && !group_exists(login_name) &&
usr.sbin/user/user.c
1527
if (strcmp(login_name, newlogin) != 0 &&
usr.sbin/user/user.c
1584
if (strcmp(pwp->pw_passwd, pwlock_str) != 0 &&
usr.sbin/user/user.c
1585
strcmp(pwp->pw_passwd, "*************") != 0) {
usr.sbin/user/user.c
1624
if (strcmp(up->u_primgrp, "=uid") == 0) {
usr.sbin/user/user.c
1766
if (up != NULL && strcmp(login_name, newlogin) == 0)
usr.sbin/user/user.c
1776
} else if (strcmp(login_name, newlogin) == 0) {
usr.sbin/user/user.c
1792
if (strcmp(prog, "useradd") == 0) {
usr.sbin/user/user.c
1806
} else if (strcmp(prog, "usermod") == 0) {
usr.sbin/user/user.c
1817
} else if (strcmp(prog, "userdel") == 0) {
usr.sbin/user/user.c
1822
} else if (strcmp(prog, "userinfo") == 0) {
usr.sbin/user/user.c
1824
} else if (strcmp(prog, "groupadd") == 0) {
usr.sbin/user/user.c
1827
} else if (strcmp(prog, "groupdel") == 0) {
usr.sbin/user/user.c
1829
} else if (strcmp(prog, "groupmod") == 0) {
usr.sbin/user/user.c
1832
} else if (strcmp(prog, "user") == 0 || strcmp(prog, "group") == 0) {
usr.sbin/user/user.c
1837
} else if (strcmp(prog, "groupinfo") == 0) {
usr.sbin/user/user.c
2120
u.u_preserve = (strcmp(optarg, "true") == 0) ? 1 :
usr.sbin/user/user.c
2121
(strcmp(optarg, "yes") == 0) ? 1 :
usr.sbin/user/user.c
2402
if (strcmp(*cpp, pwp->pw_name) == 0 &&
usr.sbin/user/user.c
356
if (strcmp(dp->d_name, ".") == 0 ||
usr.sbin/user/user.c
357
strcmp(dp->d_name, "..") == 0) {
usr.sbin/user/user.c
522
if (strcmp(buf, "+\n") != 0) {
usr.sbin/user/user.c
603
if (strcmp(user, grp->gr_mem[j]) == 0) {
usr.sbin/user/user.c
648
if (strcmp(ugid, groups[i]) == 0) {
usr.sbin/user/user.c
896
if (strcmp(cp, UNSET_INACTIVE) == 0) {
usr.sbin/user/user.c
915
if (strcmp(cp, UNSET_EXPIRY) == 0) {
usr.sbin/vmctl/main.c
403
if (strcmp("memory", type) == 0 && val > VMM_MAX_VM_MEM_SIZE) {
usr.sbin/vmctl/main.c
840
if (strcmp("disk", optarg) == 0)
usr.sbin/vmctl/main.c
842
else if (strcmp("cdrom", optarg) == 0)
usr.sbin/vmctl/main.c
844
else if (strcmp("net", optarg) == 0)
usr.sbin/vmctl/vmctl.c
145
if (strcmp(".", nics[i]) == 0) {
usr.sbin/vmctl/vmctl.c
579
if (*info_name != '\0' && name && strcmp(info_name, name) == 0)
usr.sbin/vmd/config.c
377
if (*s != '\0' && strcmp("tap", s) != 0) {
usr.sbin/vmd/config.c
379
strcmp(ifname, "tap") != 0) {
usr.sbin/vmd/fw_cfg.c
326
if (strcmp(name, f->file.name) == 0)
usr.sbin/vmd/loadfile_elf.c
753
!strcmp(shstr + shp[i].sh_name, ".debug_line") ||
usr.sbin/vmd/loadfile_elf.c
754
!strcmp(shstr + shp[i].sh_name, ELF_CTF)) {
usr.sbin/vmd/loadfile_elf.c
971
!strcmp(shstr + shp[i].sh_name, ".debug_line")) {
usr.sbin/vmd/parse.y
1250
if (strcmp(nam, sym->nam) == 0)
usr.sbin/vmd/parse.y
1307
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/vmd/parse.y
443
if (strcmp($3, "tap") != 0 &&
usr.sbin/vmd/parse.y
445
strcmp(type, "tap") != 0)) {
usr.sbin/vmd/parse.y
815
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/vmd/priv.c
291
if (strcmp(name, names[i]) == 0)
usr.sbin/vmd/proc.c
57
if (strcmp(p->p_title, proc_name))
usr.sbin/vmd/vm_agentx.c
289
if (strcmp(curpath, vmd_agentx->ax_path) != 0 || conn == NULL) {
usr.sbin/vmd/vm_agentx.c
312
if (strcmp(curcontext, vmd_agentx->ax_context) != 0 || changed) {
usr.sbin/vmd/vmd.c
1098
if (strcmp(n2i->name, name) == 0 && n2i->uid == uid)
usr.sbin/vmd/vmd.c
1330
if (strcmp(vmc->vmc_disks[i],
usr.sbin/vmd/vmd.c
1376
strcmp(vmc->vmc_ifnames[i],
usr.sbin/vmd/vmd.c
1499
if (strcmp(*grmem, pw->pw_name) == 0)
usr.sbin/vmd/vmd.c
1595
if (strcmp(*grmem, pw->pw_name) == 0)
usr.sbin/vmd/vmd.c
1722
if (strcmp(vsw->sw_name, name) == 0)
usr.sbin/vmd/vmd.c
999
if (strcmp(vm->vm_params.vmc_name, name) == 0)
usr.sbin/wsfontload/wsfontload.c
247
if (!strcmp(name, encodings[i].name))
usr.sbin/wsmoused/wsmoused.c
467
if (strcmp(optarg, "auto") == 0) {
usr.sbin/wsmoused/wsmoused.c
473
if (strcmp(optarg,mouse_names[i]) == 0) {
usr.sbin/ypbind/ypbind.c
151
if (!strcmp(ypdb->dom_domain, *argp))
usr.sbin/ypbind/ypbind.c
350
if (!strcmp("-insecure", *argv))
usr.sbin/ypbind/ypbind.c
352
else if (!strcmp("-ypset", *argv))
usr.sbin/ypbind/ypbind.c
354
else if (!strcmp("-ypsetme", *argv))
usr.sbin/ypbind/ypbind.c
364
if (!strcmp(dent->d_name, ".") ||
usr.sbin/ypbind/ypbind.c
365
!strcmp(dent->d_name, ".."))
usr.sbin/ypbind/ypbind.c
951
if (!strcmp(ypdb->dom_domain, dom))
usr.sbin/ypldap/aldap.c
822
if (strcmp(p, "base") == 0)
usr.sbin/ypldap/aldap.c
824
else if (strcmp(p, "one") == 0)
usr.sbin/ypldap/aldap.c
826
else if (strcmp(p, "sub") == 0)
usr.sbin/ypldap/entries.c
121
return (strcmp(ue1->ue_line, ue2->ue_line));
usr.sbin/ypldap/entries.c
133
return (strcmp(ge1->ge_line, ge2->ge_line));
usr.sbin/ypldap/parse.y
1036
if (strcmp(nam, sym->nam) == 0) {
usr.sbin/ypldap/parse.y
456
if (strcmp($3, "passwd.byname") == 0)
usr.sbin/ypldap/parse.y
458
else if (strcmp($3, "passwd.byuid") == 0)
usr.sbin/ypldap/parse.y
460
else if (strcmp($3, "master.passwd.byname") == 0)
usr.sbin/ypldap/parse.y
462
else if (strcmp($3, "master.passwd.byuid") == 0)
usr.sbin/ypldap/parse.y
464
else if (strcmp($3, "group.byname") == 0)
usr.sbin/ypldap/parse.y
466
else if (strcmp($3, "group.bygid") == 0)
usr.sbin/ypldap/parse.y
468
else if (strcmp($3, "netid.byname") == 0)
usr.sbin/ypldap/parse.y
519
return (strcmp(k, ((const struct keywords *)e)->k_name));
usr.sbin/ypldap/parse.y
979
if (strcmp(nam, sym->nam) == 0)
usr.sbin/ypldap/yp.c
397
if (strcmp(domain, env->sc_domainname) != 0) {
usr.sbin/ypldap/yp.c
410
if (strcmp(*arg, env->sc_domainname) != 0)
usr.sbin/ypldap/yp.c
420
if (strcmp(*arg, env->sc_domainname) != 0)
usr.sbin/ypldap/yp.c
458
if (strcmp(arg->map, "passwd.byname") == 0 ||
usr.sbin/ypldap/yp.c
459
strcmp(arg->map, "master.passwd.byname") == 0) {
usr.sbin/ypldap/yp.c
469
} else if (strcmp(arg->map, "passwd.byuid") == 0 ||
usr.sbin/ypldap/yp.c
470
strcmp(arg->map, "master.passwd.byuid") == 0) {
usr.sbin/ypldap/yp.c
485
} else if (strcmp(arg->map, "group.bygid") == 0) {
usr.sbin/ypldap/yp.c
499
} else if (strcmp(arg->map, "group.byname") == 0) {
usr.sbin/ypldap/yp.c
509
} else if (strcmp(arg->map, "netid.byname") == 0) {
usr.sbin/ypldap/yp.c
529
if (strcmp(bp, arg->domain) != 0) {
usr.sbin/ypldap/yp.c
564
if (strcmp(arg->map, "passwd.byname") == 0 ||
usr.sbin/ypldap/yp.c
565
strcmp(arg->map, "master.passwd.byname") == 0) {
usr.sbin/ypldap/yp.c
570
} else if (strcmp(arg->map, "group.byname") == 0) {
usr.sbin/ypldap/yp.c
597
if (strcmp(arg->map, "passwd.byname") == 0 ||
usr.sbin/ypldap/yp.c
598
strcmp(arg->map, "master.passwd.byname") == 0) {
usr.sbin/ypldap/yp.c
614
} else if (strcmp(arg->map, "group.byname") == 0) {
usr.sbin/ypserv/makedbm/makedbm.c
112
if (strcmp(filename,"-") == 0) {
usr.sbin/ypserv/makedbm/makedbm.c
172
if (strcmp(infile,"-") == 0) {
usr.sbin/ypserv/makedbm/makedbm.c
252
if (strcmp(infile,"-") != 0)
usr.sbin/ypserv/mknetid/mknetid.c
155
if (strcmp(username, u->usr_name) == 0) {
usr.sbin/ypserv/revnetgroup/hash.c
119
if (!strcmp(cur->key, key))
usr.sbin/ypserv/revnetgroup/hash.c
187
if (!strcmp(cur->key, key) && !strcmp(cur->domain, domain)) {
usr.sbin/ypserv/revnetgroup/hash.c
190
if (!strcmp(p->groupname, data)) {
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
102
if (grouphead.gr == NULL || strcmp(group, grouphead.grname)) {
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
179
if (!strcmp(group, lp->l_groupname))
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
344
if (!strcmp(lp->l_groupname, group))
usr.sbin/ypserv/revnetgroup/revnetgroup.c
114
if (strcmp(netgroup, "-")) {
usr.sbin/ypserv/revnetgroup/revnetgroup.c
148
if (!(host && !strcmp(host,"-"))) {
usr.sbin/ypserv/revnetgroup/revnetgroup.c
155
if (!(user && !strcmp(user,"-"))) {
usr.sbin/ypserv/ypserv/acl.c
171
if (strcmp(k, "allow") == 0) {
usr.sbin/ypserv/ypserv/acl.c
176
if (strcmp(k, "deny") == 0) {
usr.sbin/ypserv/ypserv/acl.c
200
if (strcmp(k, "all") == 0)
usr.sbin/ypserv/ypserv/acl.c
203
if (strcmp(k, "host") == 0)
usr.sbin/ypserv/ypserv/acl.c
206
if (strcmp(k, "net") == 0)
usr.sbin/ypserv/ypserv/acl.c
305
if (strcmp(k, "netmask") == 0)
usr.sbin/ypserv/ypserv/ypserv_db.c
213
if (strcmp(domain, d->domain) == 0)
usr.sbin/ypserv/ypserv/ypserv_db.c
219
if (strcmp(map, m->map) == 0)
usr.sbin/ypserv/ypserv/ypserv_db.c
331
if (strcmp(map, YP_HOSTNAME) == 0 || strcmp(map, YP_HOSTADDR) == 0) {
usr.sbin/ypserv/ypserv/ypserv_db.c
471
if ((hn = strcmp(map, YP_HOSTNAME)) != 0 &&
usr.sbin/ypserv/ypserv/ypserv_db.c
472
strcmp(map, YP_HOSTADDR) != 0)
usr.sbin/ypserv/ypserv/ypserv_proc.c
477
if ((!strcmp(dp->d_name, ".")) ||
usr.sbin/ypserv/ypserv/ypserv_proc.c
478
((!strcmp(dp->d_name, ".."))) ||
usr.sbin/ypserv/ypserv/ypserv_proc.c
482
if (strcmp(suffix, ".db") == 0) {
usr.sbin/zdump/zdump.c
153
if (argc == 1 && strcmp(argv[0], "=") == 0)
usr.sbin/zdump/zdump.c
266
strcmp(abbr(&newtm), buf) != 0)) {
usr.sbin/zdump/zdump.c
364
strcmp(abbr(&tm), loab) == 0)) {
usr.sbin/zic/zic.c
1089
if (strcmp(cp, "") == 0) { /* infile() turns "-" into "" */
usr.sbin/zic/zic.c
1092
} else if (strcmp(cp, "--") == 0) {
usr.sbin/zic/zic.c
1095
} else if (strcmp(cp, "+") == 0) {
usr.sbin/zic/zic.c
1098
} else if (strcmp(cp, "++") == 0) {
usr.sbin/zic/zic.c
1533
if (strcmp(&thischars[j], thisabbr) == 0)
usr.sbin/zic/zic.c
2305
strcmp(abbr, &chars[abbrinds[i]]) == 0 &&
usr.sbin/zic/zic.c
2328
if (strcmp(&chars[j], abbr) == 0)
usr.sbin/zic/zic.c
2576
if (strcmp(string, GRANDPARENTED) != 0) {
usr.sbin/zic/zic.c
548
if (optind == argc - 1 && strcmp(argv[optind], "=") == 0)
usr.sbin/zic/zic.c
579
if (strcmp(links[i].l_to,
usr.sbin/zic/zic.c
659
return strcmp(((const struct rule *) cp1)->r_name,
usr.sbin/zic/zic.c
673
if (strcmp(rules[i].r_name,
usr.sbin/zic/zic.c
676
if (strcmp(rules[i].r_filename,
usr.sbin/zic/zic.c
684
if (strcmp(rules[i].r_name,
usr.sbin/zic/zic.c
687
if (strcmp(rules[i].r_filename,
usr.sbin/zic/zic.c
690
if (strcmp(rules[i + 1].r_filename,
usr.sbin/zic/zic.c
706
if (strcmp(rp->r_name, rules[out].r_name) != 0)
usr.sbin/zic/zic.c
710
if (strcmp(zp->z_rule, rp->r_name) != 0)
usr.sbin/zic/zic.c
746
if (strcmp(name, "-") == 0) {
usr.sbin/zic/zic.c
767
if (strcmp(fields[nfields], "-") == 0)
usr.sbin/zic/zic.c
895
if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) {
usr.sbin/zic/zic.c
900
if (strcmp(fields[ZF_NAME], TZDEFRULES) == 0 && psxrules != NULL) {
usr.sbin/zic/zic.c
907
strcmp(zones[i].z_name, fields[ZF_NAME]) == 0) {