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

1234567891011>>

/freebsd-10.0-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.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d36 int strstr;
/freebsd-10.0-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.0-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.0-release/contrib/gcc/config/i386/
H A Dcygwin2.c44 while ((p = strstr (*av, "-cygwin")))
55 if (!sawcygwin && !strstr (*av, "mingw"))
H A Dcygwin1.c42 char *p = strstr (*spec_machine, "-cygwin");
/freebsd-10.0-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.0-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.0-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.0-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.0-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.0-release/contrib/ntp/libntp/
H A Dstrstr.c34 * replacement for missing ANSI-C strstr function
37 char *strstr(a, b) function
/freebsd-10.0-release/lib/libc/string/
H A Dstrstr.c34 static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93";
45 strstr(const char *s, const char *find) function
H A DMakefile.inc16 strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \
35 strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3 wcscoll.3 wcstok.3 \
63 MLINKS+=strstr.3 strcasestr.3 \
64 strstr.3 strnstr.3 \
65 strstr.3 strcasestr_l.3
/freebsd-10.0-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.0-release/lib/libc/mips/string/
H A DMakefile.inc8 strspn.c strstr.c swab.c
/freebsd-10.0-release/sys/libkern/
H A Dstrstr.c47 strstr(const char *s, const char *find) function
/freebsd-10.0-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
/freebsd-10.0-release/contrib/atf/atf-c/
H A Dcheck_test.c428 ATF_CHECK(strstr(out1, "check.XXXXXX") == NULL);
429 ATF_CHECK(strstr(out2, "check.XXXXXX") == NULL);
430 ATF_CHECK(strstr(err1, "check.XXXXXX") == NULL);
431 ATF_CHECK(strstr(err2, "check.XXXXXX") == NULL);
433 ATF_CHECK(strstr(out1, "/check") != NULL);
434 ATF_CHECK(strstr(out2, "/check") != NULL);
435 ATF_CHECK(strstr(err1, "/check") != NULL);
436 ATF_CHECK(strstr(err2, "/check") != NULL);
438 ATF_CHECK(strstr(out1, "/stdout") != NULL);
439 ATF_CHECK(strstr(out
[all...]

Completed in 159 milliseconds

1234567891011>>