Searched refs:strstr (Results 126 - 150 of 404) sorted by relevance

1234567891011>>

/freebsd-11.0-release/usr.sbin/kbdmap/
H A Dkbdmap.c282 if ((q = strstr(p, ".fnt")))
501 if ((p = strstr(km, "8x8")) != NULL) {
533 if ((p = strstr(km, "8x08")) != NULL) {
/freebsd-11.0-release/usr.sbin/powerd/
H A Dpowerd.c329 (ptr = strstr(buf, "system=ACPI")) != NULL &&
330 (ptr = strstr(ptr, "subsystem=ACAD")) != NULL &&
331 (ptr = strstr(ptr, "notify=")) != NULL &&
/freebsd-11.0-release/contrib/bzip2/
H A Dbzip2.c1856 if ( (strstr ( progName, "unzip" ) != 0) ||
1857 (strstr ( progName, "UNZIP" ) != 0) )
1860 if ( (strstr ( progName, "z2cat" ) != 0) ||
1861 (strstr ( progName, "Z2CAT" ) != 0) ||
1862 (strstr ( progName, "zcat" ) != 0) ||
1863 (strstr ( progName, "ZCAT" ) != 0) ) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp359 if (strstr(error_cstr, "error:") != error_cstr)
479 end_options = ::strstr (s, "--");
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_old.c56 const char *net_part = strstr(next_sep,
58 const char *bssid_part = strstr(next_sep,
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-esp.c272 p = strstr(decode, "-hmac96");
278 p = strstr(decode, "-cbc");
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c543 (strstr("mutex", name) == 0 ||
544 strstr("rw", name) == 0))
/freebsd-11.0-release/sys/geom/label/
H A Dg_label.c165 if (strstr(label, "/../") != NULL)
168 if ((s = strstr(label, "/..")) != NULL && s[3] == '\0')
/freebsd-11.0-release/usr.sbin/portsnap/phttpget/
H A Dphttpget.c614 eolp = strstr(hln, "\r\n");
645 eolp = strstr(hln, "\r\n");
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Droken_gethostby.c180 p = strstr(buf, "\r\n\r\n"); /* find end of header */
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c178 comma = strstr(range, ",");
1032 old_path_marker = strstr(line, " a/");
1046 new_path_marker = strstr(old_path_marker, " b/");
1074 new_path_marker = strstr(new_path_start, " b/");
/freebsd-11.0-release/contrib/opie/libopie/
H A Dgenerator.c152 if (!(challenge = strstr(challenge, "otp-")))
/freebsd-11.0-release/lib/libc/gen/
H A Dsyslog.c195 if (strstr(fmt, "%m")) {
/freebsd-11.0-release/lib/libc/iconv/
H A Dbsd_iconv.c67 out_slashes = strstr(out, "//");
/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Dhttpd.c398 s = strstr(httpd->recvbuf, "\r\n\r\n");
401 s = strstr(httpd->recvbuf, "\n\n");
497 if (strstr(s, "Connection: close") != NULL)
500 if (strstr(s, "Host: ") != NULL)
/freebsd-11.0-release/contrib/mdocml/
H A Dmanpath.c129 insert = strstr(defp, "::");
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c303 && (tmp = strstr(end, off)) != 0
/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h123 #pragma redefine_extname strstr __mfwrap_strstr
/freebsd-11.0-release/contrib/binutils/gas/
H A Das.h178 extern char *strstr ();
/freebsd-11.0-release/lib/libc/tests/gen/
H A Dfnmatch_test.c125 strstr(t->string, "/.") == NULL) ||
/freebsd-11.0-release/lib/libedit/
H A Dchartype.h148 #define Strstr(s,v) strstr(s,v)
/freebsd-11.0-release/lib/libstand/
H A DMakefile46 strpbrk.c strrchr.c strsep.c strspn.c strstr.c strtok.c swab.c
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbutils.c95 if (strstr (
/freebsd-11.0-release/sys/boot/common/
H A Dinstall.c193 s = strstr(pkgname, "://");
/freebsd-11.0-release/sbin/nvmecontrol/
H A Dfirmware.c223 if (optind >= argc || strstr(argv[optind], NVME_NS_PREFIX) != NULL)

Completed in 337 milliseconds

1234567891011>>