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

1234567891011>>

/freebsd-11-stable/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-11-stable/contrib/libarchive/tar/test/
H A Dtest_option_zstd.c43 if (strstr(p, "Unsupported compression") != NULL) {
52 if (strstr(p, "Can't launch") != NULL && !canZstd()) {
61 if (strstr(p, "Can't write") != NULL && !canZstd()) {
68 if (strstr(p, "Error closing") != NULL && !canZstd()) {
H A Dtest_option_lz4.c43 if (strstr(p, "Unsupported compression") != NULL) {
52 if (strstr(p, "Can't launch") != NULL && !canLz4()) {
61 if (strstr(p, "Can't write") != NULL && !canLz4()) {
68 if (strstr(p, "Error closing") != NULL && !canLz4()) {
H A Dtest_leading_slash.c46 assert(strstr(errfile, expected_errmsg) != NULL);
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_option_zstd.c43 if (strstr(p, "Unsupported compression") != NULL) {
52 if (strstr(p, "Can't launch") != NULL && !canZstd()) {
61 if (strstr(p, "Can't write") != NULL && !canZstd()) {
68 if (strstr(p, "Error closing") != NULL && !canZstd()) {
H A Dtest_option_lz4.c43 if (strstr(p, "compression not available") != NULL) {
53 if (strstr(p, "Can't launch") != NULL && !canLz4()) {
63 if (strstr(p, "Can't write") != NULL && !canLz4()) {
71 if (strstr(p, "Error closing") != NULL && !canLz4()) {
H A Dtest_option_Z_upper.c43 if (strstr(p, "compression not available") != NULL) {
H A Dtest_option_J_upper.c43 if (strstr(p, "compression not available") != NULL) {
H A Dtest_option_xz.c44 if (strstr(p, "compression not available") != NULL) {
H A Dtest_option_lzma.c43 if (strstr(p, "compression not available") != NULL) {
/freebsd-11-stable/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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d36 int strstr;
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/gcc/config/i386/
H A Dcygwin2.c44 while ((p = strstr (*av, "-cygwin")))
55 if (!sawcygwin && !strstr (*av, "mingw"))
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A Dt-log.c75 char* x = strstr(line,testName);
79 x = strstr(line,testString);
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modlinkset.c64 ATF_CHECK((strstr(buf, "msdos") != NULL));
65 ATF_CHECK((strstr(buf, "cd9660") != NULL));
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strerror.c52 ATF_REQUIRE(strstr(strerror(i), "Unknown error:") == NULL);
55 ATF_REQUIRE(strstr(strerror(i), "Unknown error:") != NULL);
69 ATF_REQUIRE(strstr(strerror(INT_MAX), "Unknown error:") != NULL);
74 ATF_REQUIRE(strstr(strerror(INT_MIN), "Unknown error:") != NULL);
91 ATF_REQUIRE(strstr(buf, "Unknown error:") == NULL);
96 ATF_REQUIRE(strstr(buf, "Unknown error:") != NULL);
117 ATF_REQUIRE(strstr(buf, "Unknown error:") != NULL);
122 ATF_REQUIRE(strstr(buf, "Unknown error:") != NULL);
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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
/freebsd-11-stable/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...]
/freebsd-11-stable/sys/libkern/
H A Dstrstr.c47 strstr(const char *s, const char *find) function

Completed in 160 milliseconds

1234567891011>>