bin/date/date.c
226
if (pformat != NULL && strstr(pformat, "%s") != NULL)
bin/ksh/c_ksh.c
84
if ((cp = strstr(current_wd, wp[0])) == NULL) {
bin/ksh/edit.c
230
if (strstr(ed, sh_options[(int) edit_flags[ele]].name)) {
bin/ksh/emacs.c
970
char *q = strstr(str, pat);
bin/ksh/history.c
340
for (s = *hp; (s1 = strstr(s, pat)) && (!any_subst || global);
bin/ksh/history.c
501
(!anchored && strstr(*hp, str)))
bin/ksh/jobs.c
1474
if (strstr(p->command, cp+1) != NULL) {
bin/ksh/lex.c
1170
while ((p = strstr(p, "\\$")) != NULL) {
bin/pax/pat_rep.c
607
while ((p = strstr(p, "..")) != NULL) {
bin/pax/pat_rep.c
670
while ((p = strstr(p, "..")) != NULL) {
include/string.h
89
char *strstr(const char *, const char *);
lib/libc/gen/getnetgrent.c
580
for (ptr = line; (ptr = strstr(ptr, group)) != NULL;)
lib/libc/hidden/string.h
74
PROTO_NORMAL(strstr);
lib/libc/locale/rune.c
179
if (!(top = strstr(rl->rl_variable, _RUNE_CODESET)))
lib/libc/string/strstr.c
189
DEF_STRONG(strstr);
lib/libcurses/base/lib_mouse.c
395
char *code = strstr(sp->_mouse_xtermcap, "[?");
lib/libcurses/base/lib_mouse.c
500
if (env != 0 && strstr(env, "linux") != 0) {
lib/libcurses/base/lib_mouse.c
651
&& strstr(SP_TERMTYPE term_names, "xterm") == 0
lib/libcurses/base/lib_mouse.c
766
} else if (strstr(SP_TERMTYPE term_names, "xterm") != 0) {
lib/libcurses/tinfo/captoinfo.c
820
if ((str = strstr(str, ";m")) == 0)
lib/libcurses/tinfo/lib_setup.c
588
if (strstr(env, ".UTF-8") != 0) {
lib/libcurses/tinfo/lib_setup.c
597
#define CONTROL_N(s) ((s) != 0 && strstr(s, "\016") != 0)
lib/libcurses/tinfo/lib_setup.c
598
#define CONTROL_O(s) ((s) != 0 && strstr(s, "\017") != 0)
lib/libcurses/tinfo/lib_setup.c
618
if (strstr(env, "linux")) {
lib/libcurses/tinfo/lib_setup.c
620
} else if (strstr(env, "screen") != 0
lib/libcurses/tinfo/lib_setup.c
622
&& strstr(env, "screen") != 0)
lib/libcurses/tinfo/lib_setup.c
623
&& strstr(env, "hhII00") != 0) {
lib/libcurses/tinfo/tinfo_driver.c
927
} else if (strstr(SP_TERMTYPE term_names, "xterm") != 0) {
lib/libcurses/tinfo/trim_sgr0.c
306
&& (tmp = strstr(end, off)) != 0
lib/libcurses/tty/lib_mvcur.c
449
&& strstr(enter_ca_mode, save_cursor) != 0) {
lib/libedit/readline.c
1648
if ((strp = strstr(ev.str, str)) != NULL)
lib/libedit/readline.c
1693
if (strstr(ev.str, str))
lib/libfuse/fuse_opt.c
234
} else if (strstr(o->templ, "%s") != NULL) {
libexec/ld.so/ldconfig/sod.c
92
cp = strstr(cp, ".so");
libexec/login_radius/raddauth.c
190
while (v && (p = strstr(v, style)) != NULL) {
libexec/login_token/init.c
113
if (strstr(mode, modes[i].name) != NULL)
libexec/login_token/init.c
91
if (strstr(path, types[i].name) != NULL) {
libexec/login_token/init.c
95
if ((p = strstr(path, "token")) != NULL) {
libexec/tradcpp/macro.c
1190
s = strstr(buf, "*/");
regress/bin/ksh/edit/edit.c
168
if ((cp = strstr(str, prompt)) == NULL)
regress/lib/libcrypto/evp/evptest.c
379
if (strstr(cipher, "AES") == cipher && verbose) {
regress/lib/libcrypto/evp/evptest.c
386
if (strstr(cipher, "DES") == cipher && verbose) {
regress/lib/libcrypto/evp/evptest.c
393
if (strstr(cipher, "RC4") == cipher && verbose) {
regress/lib/libcrypto/evp/evptest.c
400
if (strstr(cipher, "CAMELLIA") == cipher && verbose) {
regress/lib/libcrypto/evp/evptest.c
407
if (strstr(cipher, "SEED") == cipher) {
regress/lib/libcrypto/evp/evptest.c
414
if (strstr(cipher, "ChaCha") == cipher) {
regress/lib/libcrypto/evp/evptest.c
421
if (strstr(cipher, "md_gost") == cipher ||
regress/lib/libcrypto/evp/evptest.c
422
strstr(cipher, "streebog") == cipher) {
regress/sbin/pfctl/changerule.c
201
if (anchoropt[0] == '_' || strstr(anchoropt, "/_") != NULL)
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_misc.c
43
ASSERT_PTR_NE(strstr(tmp, "12 34 56 78"), NULL);
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
273
s = strstr(s, "source-as");
regress/usr.sbin/rpki-client/test-http.c
46
to = strstr(proto, "://");
sbin/dhcpleased/engine.c
1862
if ((p = strstr(imsg_ifinfo->lease, LEASE_IP_PREFIX)) == NULL)
sbin/fdisk/user.c
213
if (strstr(cmd_table[i].cmd_name, cmd) == cmd_table[i].cmd_name)
sbin/iked/ikev2.c
6060
(idrepl = strstr(idstr, "CN=")) != NULL) {
sbin/iked/ikev2.c
6061
domain = strstr(idrepl, "emailAddress=");
sbin/iked/ikev2.c
6066
if (strstr(format, "$id") != NULL) {
sbin/iked/ikev2.c
6073
if (strstr(format, "$eapid") != NULL && sa->sa_eapid != NULL) {
sbin/iked/ikev2.c
6081
if (strstr(format, "$name") != NULL) {
sbin/iked/ikev2.c
6089
if (strstr(format, "$domain") != NULL) {
sbin/iked/util.c
728
while ((q = strstr(p, srch)) != NULL) {
sbin/isakmpd/conf.c
339
while ((p = strstr(p, xf)) != NULL)
sbin/isakmpd/ipsec.c
344
if (strstr(format, "$id") != NULL) {
sbin/isakmpd/ipsec.c
355
if (strstr(format, "$domain") != NULL) {
sbin/isakmpd/util.c
578
while ((q = strstr(p, srch)) != NULL) {
sbin/newfs/newfs.c
197
if (strstr(__progname, "mfs"))
sbin/pfctl/parse.y
4616
while ((q = strstr(p, srch)) != NULL) {
sbin/pfctl/parse.y
4633
if (strstr(label, name) != NULL) {
sbin/pfctl/parse.y
4647
if (strstr(label, name) != NULL) {
sbin/pfctl/parse.y
4703
if (strstr(label, name) != NULL) {
sbin/pfctl/parse.y
4734
if (strstr(label, name) != NULL) {
sbin/pfctl/parse.y
4752
if (strstr(r->label, "$nr") != NULL)
sbin/pfctl/parse.y
4755
if (strstr(r->tagname, "$nr") != NULL)
sbin/pfctl/parse.y
4758
if (strstr(r->match_tagname, "$nr") != NULL)
sbin/pfctl/parse.y
6137
path_cut = strstr(kt->pfrkt_anchor, alast->path);
sbin/pfctl/parse.y
885
if ($1[0] == '_' || strstr($1, "/_") != NULL) {
sbin/pfctl/pfctl.c
3258
(anchoropt[0] == '_' || strstr(anchoropt, "/_") != NULL))
sbin/resolvd/resolvd.c
651
if (strstr(line, "# resolvd: "))
sbin/swapctl/swapctl.c
360
if ((s = strstr(fp->fs_mntops, PRIORITYEQ)) != NULL) {
sbin/swapctl/swapctl.c
366
if ((s = strstr(fp->fs_mntops, NFSMNTPT)) != NULL) {
sbin/sysctl/sysctl.c
2030
ptr = strstr(buf, name);
sbin/sysctl/sysctl.c
2039
ptr = strstr(ptr + 1, name); /* retry */
sbin/sysctl/sysctl.c
2043
ptr = strstr(ptr + 1, name); /* retry */
sbin/unwind/libunbound/services/authzone.c
7242
} else if(strstr(p, "://") && strchr(p, '/') > strstr(p, "://") &&
sbin/unwind/libunbound/services/authzone.c
7243
strchr(p, ':') >= strstr(p, "://")) {
sbin/unwind/libunbound/services/authzone.c
7244
char* uri = dup_prefix(p, (size_t)(strstr(p, "://")-p));
sbin/unwind/libunbound/util/net_help.c
1164
while((s=strstr(pp, " "))!=NULL)
sbin/unwind/libunbound/util/net_help.c
1166
while((s=strstr(pp, "\t\t"))!=NULL)
sbin/unwind/libunbound/validator/autotrust.c
122
char* pos = strstr(str, sub);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
361
else if (strstr(str, "retire_page") != NULL)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c
363
else if (strstr(str, "check_address") != NULL)
usr.bin/cut/cut.c
305
if ((ep = strstr(line, dchar)) == NULL) {
usr.bin/cut/cut.c
327
if ((ep = strstr(sp, dchar)) == NULL)
usr.bin/ftp/fetch.c
1648
strstr(p, ":/"))
usr.bin/htpasswd/htpasswd.c
96
if ((tok = strstr(line, ":")) == NULL)
usr.bin/locate/locate/fastfind.c
258
|| (strstr(shortpath, pathpart) !=
usr.bin/m4/misc.c
73
t = strstr(s1, s2);
usr.bin/make/timestamp.c
47
s = strstr(buf, PLACEHOLDER);
usr.bin/make/varmodifiers.c
533
cp = strstr(word->s, pattern->lhs);
usr.bin/mandoc/cgi.c
553
return ! (strstr(file, "../") || strstr(file, "/..") ||
usr.bin/mandoc/html.c
892
if (strstr(n->string, "-->") == NULL &&
usr.bin/mandoc/man_validate.c
532
if (strstr(man->meta.os, "OpenBSD") != NULL)
usr.bin/mandoc/man_validate.c
534
else if (strstr(man->meta.os, "NetBSD") != NULL)
usr.bin/mandoc/mandocdb.c
1048
bufp = strstr(buf, "cat");
usr.bin/mandoc/mandocdb.c
1373
if (NULL != (p = strstr(title, "- "))) {
usr.bin/mandoc/mandocdb.c
892
else if ((start = strstr(usefile, "/man/")) != NULL)
usr.bin/mandoc/manpath.c
61
} else if ((pend = strstr(pbeg, "::")) != NULL) {
usr.bin/mandoc/mansearch.c
778
if (strstr(argv[*argi], "arch") != NULL)
usr.bin/mandoc/mdoc_validate.c
2930
if (strstr(mdoc->meta.os, "OpenBSD") != NULL)
usr.bin/mandoc/mdoc_validate.c
2932
else if (strstr(mdoc->meta.os, "NetBSD") != NULL)
usr.bin/mandoc/mdoc_validate.c
487
if ((cp = strstr(p, "OpenBSD")) != NULL)
usr.bin/mandoc/mdoc_validate.c
489
if ((cp = strstr(p, "NetBSD")) != NULL)
usr.bin/mandoc/mdoc_validate.c
491
if ((cp = strstr(p, "FreeBSD")) != NULL)
usr.bin/mandoc/mdoc_validate.c
493
if ((cp = strstr(p, "DragonFly")) != NULL)
usr.bin/mandoc/mdoc_validate.c
497
while ((cp = strstr(cp + 1, "()")) != NULL) {
usr.bin/mandoc/roff.c
1292
if ((cp = strstr(stesc + 2, "$" "OpenBSD")) != NULL) {
usr.bin/mandoc/roff.c
1295
} else if ((cp = strstr(stesc + 2, "$" "NetBSD")) != NULL) {
usr.bin/mandoc/roff.c
3932
if (*name == '/' || strstr(name, "../") || strstr(name, "/..")) {
usr.bin/mg/help.c
192
if (strstr(el->l_name, string) == NULL)
usr.bin/mg/interpreter.c
559
p = strstr(defstr, " ");
usr.bin/mg/interpreter.c
575
p = strstr(defstr, " "); /* move to first ' ' char. */
usr.bin/mg/tags.c
366
if ((c = strstr(l, ";\"")) != NULL)
usr.bin/openssl/s_client.c
1204
if (strstr(mbuf, "STARTTLS"))
usr.bin/openssl/s_client.c
1236
if (strstr(mbuf, "STARTTLS"))
usr.bin/openssl/s_client.c
1306
while (!strstr(mbuf, "<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'") &&
usr.bin/openssl/s_client.c
1307
!strstr(mbuf, "<starttls xmlns=\"urn:ietf:params:xml:ns:xmpp-tls\"")) {
usr.bin/openssl/s_client.c
1319
if (!strstr(sbuf, "<proceed"))
usr.bin/pkgconf/cli/main.c
1020
i = strstr(argv0, "-pkg");
usr.bin/pkgconf/libpkgconf/tuple.c
214
if (strstr(buf + strlen(sysroot_dir), sysroot_dir) == NULL)
usr.bin/rsync/flist.c
496
if (strstr(f->path, "/../") != NULL ||
usr.bin/rsync/rules.c
191
if (strstr(pattern, "**") != NULL)
usr.bin/rsync/rules.c
442
p = strstr(path, r->pattern);
usr.bin/seq/seq.c
352
if ((dp = strstr(number, decimal_point))) {
usr.bin/signify/signify.c
512
pubkeyfile = strstr(sigcomment, VERIFYWITH);
usr.bin/sort/bwstring.c
848
(s == strstr(s, cmonths[i])))
usr.bin/ssh/ssh-keygen.c
3078
if (strchr(cp, '/') != NULL || strstr(cp, "..") != NULL ||
usr.bin/ssh/ssh-keygen.c
472
if (strstr(type, "rsa")) {
usr.bin/ssh/ssh-keygen.c
604
strstr(line, ": ") != NULL) {
usr.bin/ssh/ssh-keygen.c
605
if (strstr(line, SSH_COM_PRIVATE_BEGIN) != NULL)
usr.bin/ssh/ssh-keygen.c
607
if (strstr(line, " END ") != NULL) {
usr.bin/ssh/ssh-keygen.c
929
strstr(cp, "PRIVATE KEY") != NULL) {
usr.bin/tic/tic.c
1716
return (strstr(value, "39;49") != 0
usr.bin/tic/tic.c
1717
|| strstr(value, "49;39") != 0);
usr.bin/tmux/format.c
5381
if (strstr(copy, "#{") != 0) {
usr.bin/tmux/mode-tree.c
953
if (!icase && strstr(mti->name, mtd->search) != NULL)
usr.bin/tmux/mode-tree.c
998
if (!icase && strstr(mti->name, mtd->search) != NULL)
usr.bin/tmux/options.c
1027
strstr(value, "#{") == NULL &&
usr.bin/tmux/options.c
994
o->cached = (strstr(s, "#{") == NULL);
usr.bin/tmux/tmux.c
515
if (strstr(s, "vi") != NULL)
usr.bin/tmux/tty-term.c
606
else if (strstr(envent->value, "256") != NULL)
usr.bin/tmux/window-buffer.c
268
if (strstr(item->name, ss) != NULL)
usr.bin/tmux/window-tree.c
737
return (strstr(s->name, ss) != NULL);
usr.bin/tmux/window-tree.c
743
return (strstr(wl->window->name, ss) != NULL);
usr.bin/tmux/window-tree.c
755
retval = (strstr(cmd, ss) != NULL);
usr.bin/top/machine.c
391
if (strstr(proc->p_comm, term))
usr.bin/top/machine.c
394
if (strstr(proc->p_name, term))
usr.bin/top/machine.c
406
if (strstr(*args, term))
usr.bin/tr/str.c
118
if ((p = strstr((char *)s->str + 2, ":]")) == NULL)
usr.bin/tr/str.c
126
if ((p = strstr((char *)s->str + 2, "=]")) == NULL)
usr.bin/vacation/vacation.c
490
char *s = strstr(buf, "$SUBJECT");
usr.bin/whois/whois.c
239
if ((p = strstr(buf, WHOIS_SERVER_ID))) {
usr.bin/whois/whois.c
251
if (strstr(buf, ip_whois[i]) != NULL) {
usr.bin/xargs/strnsubst.c
54
if ((this = strstr(s1, match)) == NULL)
usr.bin/xargs/xargs.c
462
if (repls && strstr(*tmp, replstr) != NULL) {
usr.sbin/acme-client/certproc.c
90
chaincp = strstr(csr, END_MARKER);
usr.sbin/acme-client/certproc.c
99
if ((chaincp = strstr(chaincp, BEGIN_MARKER)) == NULL) {
usr.sbin/acme-client/http.c
501
if ((cp = strstr(cp, "\r\n")) != NULL)
usr.sbin/acme-client/http.c
525
if ((ep = strstr(cp, "\r\n")) != NULL) {
usr.sbin/config/ukcutil.c
1328
if (strstr(cmd_table[i].cmd, cmd.cmd) ==
usr.sbin/httpd/httpd.c
535
while ((q = strstr(p, srch)) != NULL) {
usr.sbin/httpd/server_file.c
183
if (r != NULL && strstr(r->kv_value, "gzip") != NULL) {
usr.sbin/httpd/server_http.c
1140
(p = strstr(p, "%")) != NULL; p++) {
usr.sbin/httpd/server_http.c
1162
if (strstr(val, "$DOCUMENT_URI") != NULL) {
usr.sbin/httpd/server_http.c
1170
if (strstr(val, "$QUERY_STRING_ENC") != NULL) {
usr.sbin/httpd/server_http.c
1182
if (strstr(val, "$QUERY_STRING") != NULL) {
usr.sbin/httpd/server_http.c
1192
if (strstr(val, "$HTTP_HOST") != NULL) {
usr.sbin/httpd/server_http.c
1200
if (strstr(val, "$REMOTE_") != NULL) {
usr.sbin/httpd/server_http.c
1201
if (strstr(val, "$REMOTE_ADDR") != NULL) {
usr.sbin/httpd/server_http.c
1209
if (strstr(val, "$REMOTE_PORT") != NULL) {
usr.sbin/httpd/server_http.c
1216
if (strstr(val, "$REMOTE_USER") != NULL) {
usr.sbin/httpd/server_http.c
1230
if (strstr(val, "$REQUEST_URI") != NULL) {
usr.sbin/httpd/server_http.c
1247
if (strstr(val, "$REQUEST_SCHEME") != NULL) {
usr.sbin/httpd/server_http.c
1256
if (strstr(val, "$SERVER_") != NULL) {
usr.sbin/httpd/server_http.c
1257
if (strstr(val, "$SERVER_ADDR") != NULL) {
usr.sbin/httpd/server_http.c
1265
if (strstr(val, "$SERVER_PORT") != NULL) {
usr.sbin/httpd/server_http.c
1272
if (strstr(val, "$SERVER_NAME") != NULL) {
usr.sbin/httpd/server_http.c
1838
while ((iv = strstr(str, var)) != NULL) {
usr.sbin/nsd/options.c
2514
while( (pos=strstr(at, one)) ) {
usr.sbin/nsd/options.c
2553
if(strstr(f, "%1"))
usr.sbin/nsd/options.c
2555
if(strstr(f, "%2"))
usr.sbin/nsd/options.c
2557
if(strstr(f, "%3"))
usr.sbin/nsd/options.c
2559
if(strstr(f, "%z"))
usr.sbin/nsd/options.c
2561
if(strstr(f, "%y"))
usr.sbin/nsd/options.c
2563
if(strstr(f, "%x"))
usr.sbin/nsd/options.c
2565
if(strstr(f, "%s"))
usr.sbin/nsd/options.c
2587
if(strstr(f, "%1"))
usr.sbin/nsd/options.c
2589
if(strstr(f, "%2"))
usr.sbin/nsd/options.c
2591
if(strstr(f, "%3"))
usr.sbin/nsd/options.c
2593
if(strstr(f, "%z"))
usr.sbin/nsd/options.c
2595
if(strstr(f, "%y"))
usr.sbin/nsd/options.c
2597
if(strstr(f, "%x"))
usr.sbin/nsd/options.c
2599
if(strstr(f, "%s"))
usr.sbin/ocspcheck/http.c
517
if ((cp = strstr(cp, "\r\n")) != NULL)
usr.sbin/ocspcheck/http.c
541
if ((ep = strstr(cp, "\r\n")) != NULL) {
usr.sbin/relayd/check_tcp.c
414
if ((head = strstr(head, "\r\n\r\n")) == NULL) {
usr.sbin/relayd/relay_http.c
1186
if (strstr(val, "$HOST") != NULL) {
usr.sbin/relayd/relay_http.c
1201
if (strstr(val, "$REMOTE_") != NULL) {
usr.sbin/relayd/relay_http.c
1202
if (strstr(val, "$REMOTE_ADDR") != NULL) {
usr.sbin/relayd/relay_http.c
1209
if (strstr(val, "$REMOTE_PORT") != NULL) {
usr.sbin/relayd/relay_http.c
1216
if (strstr(val, "$SERVER_") != NULL) {
usr.sbin/relayd/relay_http.c
1217
if (strstr(val, "$SERVER_ADDR") != NULL) {
usr.sbin/relayd/relay_http.c
1225
if (strstr(val, "$SERVER_PORT") != NULL) {
usr.sbin/relayd/relay_http.c
1232
if (strstr(val, "$SERVER_NAME") != NULL) {
usr.sbin/relayd/relay_http.c
1238
if (strstr(val, "$TIMEOUT") != NULL) {
usr.sbin/relayd/relayd.c
1482
while ((q = strstr(p, srch)) != NULL) {
usr.sbin/relayd/relayd.c
1607
if ((p = strstr(url, ":/")) == NULL ||
usr.sbin/rpki-client/cert.c
821
if (strstr(cert->mft, cert->repo) != cert->mft ||
usr.sbin/rpki-client/validate.c
263
if (strstr(uri, "/.") != NULL)
usr.sbin/rpki-client/validate.c
279
to = strstr(proto, "://");
usr.sbin/smtpd/makemap.c
148
p = strstr(argv[1], ".db");
usr.sbin/smtpd/makemap.c
433
p = strstr(path, ".db");
usr.sbin/smtpd/mta_session.c
1268
if ((p = strstr(msg, " PLAIN")) &&
usr.sbin/smtpd/mta_session.c
1271
if ((p = strstr(msg, " LOGIN")) &&
usr.sbin/smtpd/parser.c
199
if (strstr(tmp->token, argv[i]) != tmp->token)
usr.sbin/smtpd/smtp_client.c
722
if ((p = strstr(msg, " PLAIN")) &&
usr.sbin/smtpd/smtp_client.c
725
if ((p = strstr(msg, " LOGIN")) &&
usr.sbin/smtpd/smtpc.c
283
p = strstr(server, "://");
usr.sbin/smtpd/smtpd.c
500
if (strstr(optarg, "queue=") == optarg)
usr.sbin/smtpd/smtpd.c
502
else if (strstr(optarg, "scheduler=") == optarg)
usr.sbin/smtpd/smtpd.c
504
else if (strstr(optarg, "stat=") == optarg)
usr.sbin/smtpd/to.c
307
if (strstr(buffer, "://"))
usr.sbin/tcpdump/print-ipsec.c
84
if ((p = strstr(name, "-hmac96")) != NULL) {
usr.sbin/unbound/daemon/unbound.c
206
if(strstr(cfg->module_conf, "validator") && (cfg->trust_anchor_file_list || cfg->trust_anchor_list || cfg->auto_trust_anchor_file_list || cfg->trusted_keys_file_list)) {
usr.sbin/unbound/services/authzone.c
7242
} else if(strstr(p, "://") && strchr(p, '/') > strstr(p, "://") &&
usr.sbin/unbound/services/authzone.c
7243
strchr(p, ':') >= strstr(p, "://")) {
usr.sbin/unbound/services/authzone.c
7244
char* uri = dup_prefix(p, (size_t)(strstr(p, "://")-p));
usr.sbin/unbound/smallapp/unbound-anchor.c
2176
if(strstr(line, "[ ADDPEND ]")) {
usr.sbin/unbound/smallapp/unbound-checkconf.c
1014
if(is_rpz && !strstr(cfg->module_conf, "respip"))
usr.sbin/unbound/smallapp/unbound-checkconf.c
1048
if(strstr(cfg->module_conf, "python"))
usr.sbin/unbound/smallapp/unbound-checkconf.c
310
if(use_response_ip && !strstr(cfg->module_conf, "respip"))
usr.sbin/unbound/smallapp/unbound-checkconf.c
755
if(cfg->disable_edns_do && strstr(cfg->module_conf, "validator")
usr.sbin/unbound/smallapp/unbound-checkconf.c
773
if(cfg->ipsecmod_enabled && strstr(cfg->module_conf, "ipsecmod")) {
usr.sbin/unbound/testcode/memstats.c
135
line = strstr(line, "info: ")+6;
usr.sbin/unbound/testcode/memstats.c
160
line = strstr(line, "info: ")+6;
usr.sbin/unbound/testcode/memstats.c
211
else if(strstr(buf+30, "malloc("))
usr.sbin/unbound/testcode/memstats.c
213
else if(strstr(buf+30, "calloc("))
usr.sbin/unbound/testcode/memstats.c
88
if(!strstr(line, " info: "))
usr.sbin/unbound/testcode/memstats.c
90
if(strstr(line, "info: stat "))
usr.sbin/unbound/testcode/memstats.c
92
if(strstr(line+30, "malloc("))
usr.sbin/unbound/testcode/memstats.c
94
else if(strstr(line+30, "calloc("))
usr.sbin/unbound/testcode/petal.c
195
char* e = strstr(buf, " HTTP/1.1");
usr.sbin/unbound/testcode/petal.c
196
if(!e) e = strstr(buf, " http/1.1");
usr.sbin/unbound/testcode/petal.c
198
e = strstr(buf, " HTTP/1.0");
usr.sbin/unbound/testcode/petal.c
199
if(!e) e = strstr(buf, " http/1.0");
usr.sbin/unbound/testcode/petal.c
330
if(strstr(s, "/../"))
usr.sbin/unbound/testcode/replay.c
873
if(!strstr(text, "${"))
usr.sbin/unbound/testcode/replay.c
877
while( (next=strstr(at, "${")) ) {
usr.sbin/unbound/testcode/testpkts.c
1287
s = strstr(qstr, ";; QUESTION SECTION");
usr.sbin/unbound/testcode/testpkts.c
1289
s = strstr(pstr, ";; QUESTION SECTION");
usr.sbin/unbound/testcode/testpkts.c
1307
s = strstr(qcmpstr, ";; ANSWER SECTION");
usr.sbin/unbound/testcode/testpkts.c
1308
if(!s) s = strstr(qcmpstr, ";; AUTHORITY SECTION");
usr.sbin/unbound/testcode/testpkts.c
1309
if(!s) s = strstr(qcmpstr, ";; ADDITIONAL SECTION");
usr.sbin/unbound/testcode/testpkts.c
1310
if(!s) s = strstr(qcmpstr, ";; MSG SIZE");
usr.sbin/unbound/testcode/testpkts.c
1312
s = strstr(pcmpstr, ";; ANSWER SECTION");
usr.sbin/unbound/testcode/testpkts.c
1313
if(!s) s = strstr(pcmpstr, ";; AUTHORITY SECTION");
usr.sbin/unbound/testcode/testpkts.c
1314
if(!s) s = strstr(pcmpstr, ";; ADDITIONAL SECTION");
usr.sbin/unbound/testcode/testpkts.c
1315
if(!s) s = strstr(pcmpstr, ";; MSG SIZE");
usr.sbin/unbound/testcode/testpkts.c
1354
s = strstr(qstr, ";; ANSWER SECTION");
usr.sbin/unbound/testcode/testpkts.c
1356
s = strstr(pstr, ";; ANSWER SECTION");
usr.sbin/unbound/testcode/testpkts.c
1374
s = strstr(qcmpstr, ";; AUTHORITY SECTION");
usr.sbin/unbound/testcode/testpkts.c
1375
if(!s) s = strstr(qcmpstr, ";; ADDITIONAL SECTION");
usr.sbin/unbound/testcode/testpkts.c
1376
if(!s) s = strstr(qcmpstr, ";; MSG SIZE");
usr.sbin/unbound/testcode/testpkts.c
1378
s = strstr(pcmpstr, ";; AUTHORITY SECTION");
usr.sbin/unbound/testcode/testpkts.c
1379
if(!s) s = strstr(pcmpstr, ";; ADDITIONAL SECTION");
usr.sbin/unbound/testcode/testpkts.c
1380
if(!s) s = strstr(pcmpstr, ";; MSG SIZE");
usr.sbin/unbound/testcode/testpkts.c
1403
while((edns = strstr(edns, "; EDNS"))) {
usr.sbin/unbound/testcode/testpkts.c
1444
char* s = strstr(qstr, ";; MSG SIZE");
usr.sbin/unbound/testcode/testpkts.c
1446
s = strstr(pstr, ";; MSG SIZE");
usr.sbin/unbound/testcode/testpkts.c
1451
char* a = strstr(qstr, "; EDNS");
usr.sbin/unbound/testcode/testpkts.c
1452
char* b = strstr(pstr, "; EDNS");
usr.sbin/unbound/testcode/unitauth.c
760
if(strstr(q->flags, "fallback"))
usr.sbin/unbound/testcode/unitldns.c
120
if(strstr(txt_out, "IN AAAA"))
usr.sbin/unbound/testcode/unitmain.c
859
unit_assert(strstr(buf, rdatastr));
usr.sbin/unbound/testcode/unitmsgparse.c
130
char* e1 = strstr(s, "; EDNS:");
usr.sbin/unbound/testcode/unitmsgparse.c
131
if(e1 && strstr(e1+4, "; EDNS:")) {
usr.sbin/unbound/testcode/unitmsgparse.c
152
if(strstr(s, "Error")) status = 1;
usr.sbin/unbound/testcode/unitmsgparse.c
153
if(strstr(s, "error")) status = 1;
usr.sbin/unbound/util/net_help.c
1164
while((s=strstr(pp, " "))!=NULL)
usr.sbin/unbound/util/net_help.c
1166
while((s=strstr(pp, "\t\t"))!=NULL)
usr.sbin/unbound/validator/autotrust.c
122
char* pos = strstr(str, sub);
usr.sbin/user/user.c
1369
while ((cp = strstr(cp, login_name)) != NULL) {
usr.sbin/vmctl/main.c
432
if (strstr(s, RAW_FMT) == s && *(s + strlen(RAW_FMT)) == ':') {
usr.sbin/vmctl/main.c
436
if (strstr(s, QCOW2_FMT) == s && *(s + strlen(QCOW2_FMT)) == ':') {