Searched refs:strstr (Results 1 - 25 of 387) sorted by relevance

1234567891011>>

/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strstr.d37 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
40 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
43 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
46 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
49 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(st
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dgdb_string.h62 #ifndef strstr
63 extern char *strstr (const char *, const char *); /* X3.159-1989 4.11.5.7 */
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d36 int strstr;
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.strstr.d41 trace(strstr((char *)rand(), (char *)(rand() ^ vtimestamp)));
47 trace(strstr((char *)arg0, (char *)arg1));
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.linkmap.ksh19 # We should be able to see both strstr from libc and from ld on an
31 pid\$target:LM1\`ld.so.1:strstr:entry,
32 pid\$target:libc.so.1:strstr:entry
/freebsd-10.3-release/contrib/ntp/sntp/tests/
H A Dt-log.c75 char* x = strstr(line,testName);
79 x = strstr(line,testString);
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/string/
H A Dt_strerror.c55 ATF_REQUIRE(strstr(strerror(i), "Unknown error:") == NULL);
58 ATF_REQUIRE(strstr(strerror(i), "Unknown error:") != NULL);
72 ATF_REQUIRE(strstr(strerror(INT_MAX), "Unknown error:") != NULL);
77 ATF_REQUIRE(strstr(strerror(INT_MIN), "Unknown error:") != NULL);
94 ATF_REQUIRE(strstr(buf, "Unknown error:") == NULL);
99 ATF_REQUIRE(strstr(buf, "Unknown error:") != NULL);
120 ATF_REQUIRE(strstr(buf, "Unknown error:") != NULL);
125 ATF_REQUIRE(strstr(buf, "Unknown error:") != NULL);
/freebsd-10.3-release/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modlinkset.c64 ATF_CHECK((strstr(buf, "msdos") != NULL));
65 ATF_CHECK((strstr(buf, "cd9660") != NULL));
/freebsd-10.3-release/contrib/gcc/config/i386/
H A Dcygwin2.c44 while ((p = strstr (*av, "-cygwin")))
55 if (!sawcygwin && !strstr (*av, "mingw"))
/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dstrstr.c1 /* Simple implementation of strstr for systems without it.
6 @deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub})
30 strstr (const char *s1, const char *s2) function
/freebsd-10.3-release/lib/libc/string/
H A Dstrstr.c34 static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: releng/10.3/lib/libc/string/strstr.c 251069 2013-05-28 20:57:40Z emaste $");
45 strstr(const char *s, const char *find) function
/freebsd-10.3-release/contrib/libarchive/tar/test/
H A Dtest_option_lzma.c44 if (strstr(p, "Unsupported compression") != NULL) {
H A Dtest_option_xz.c44 if (strstr(p, "Unsupported compression") != NULL) {
/freebsd-10.3-release/contrib/libarchive/cpio/test/
H A Dtest_option_J_upper.c43 if (strstr(p, "compression not available") != NULL) {
H A Dtest_option_Z_upper.c43 if (strstr(p, "compression not available") != NULL) {
H A Dtest_option_lzma.c43 if (strstr(p, "compression not available") != NULL) {
H A Dtest_option_xz.c44 if (strstr(p, "compression not available") != NULL) {
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dstrstr.c1 /* Simple implementation of strstr for systems without it.
6 @deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub})
30 strstr (const char *s1, const char *s2) function
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post.d49 /strstr(args[1]->se_publisher, "vendor_dtest") == NULL/
57 /strstr(args[1]->se_publisher, "publisher_dtest") == NULL/
H A Dtst.post_chan.d48 /strstr(args[1]->se_publisher, "vendor_dtest") == NULL/
56 /strstr(args[1]->se_publisher, "publisher_dtest") == NULL/
/freebsd-10.3-release/contrib/binutils/opcodes/
H A Dia64-gen.c730 if ((notestr = strstr (name, "+")) != NULL)
903 return ((op == IA64_OPND_RR_R3 && strstr (field, "rr"))
904 || (op == IA64_OPND_DBR_R3 && strstr (field, "dbr"))
905 || (op == IA64_OPND_IBR_R3 && strstr (field, "ibr"))
906 || (op == IA64_OPND_PKR_R3 && strstr (field, "pkr"))
907 || (op == IA64_OPND_PMC_R3 && strstr (field, "pmc"))
908 || (op == IA64_OPND_PMD_R3 && strstr (field, "pmd"))
909 || (op == IA64_OPND_MSR_R3 && strstr (field, "msr"))
910 || (op == IA64_OPND_CPUID_R3 && strstr (field, "cpuid")));
942 return strstr (forma
[all...]
H A Dppc-dis.c48 && strstr (info->disassembler_options, "booke") != NULL)
52 && strstr (info->disassembler_options, "e500") != NULL))
59 && strstr (info->disassembler_options, "efs") != NULL)
62 && strstr (info->disassembler_options, "e300") != NULL)
65 && strstr (info->disassembler_options, "440") != NULL)
73 && strstr (info->disassembler_options, "power4") != NULL)
77 && strstr (info->disassembler_options, "power5") != NULL)
81 && strstr (info->disassembler_options, "cell") != NULL)
85 && strstr (info->disassembler_options, "power6") != NULL)
89 && strstr (inf
[all...]
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/gen/
H A Disqemu.h52 return strstr(name, "QEMU") != NULL;
/freebsd-10.3-release/sys/libkern/
H A Dstrstr.c38 __FBSDID("$FreeBSD: releng/10.3/sys/libkern/strstr.c 161243 2006-08-12 15:28:39Z pjd $");
47 strstr(const char *s, const char *find) function
/freebsd-10.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h72 #undef strstr macro
122 using ::strstr;
125 strstr(char* __s1, const char* __s2) function

Completed in 122 milliseconds

1234567891011>>