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

1234567891011>>

/freebsd-current/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-current/contrib/libarchive/tar/test/
H A Dtest_option_zstd.c42 if (strstr(p, "Unsupported compression") != NULL) {
51 if (strstr(p, "Can't launch") != NULL && !canZstd()) {
60 if (strstr(p, "Can't write") != NULL && !canZstd()) {
67 if (strstr(p, "Error closing") != NULL && !canZstd()) {
H A Dtest_option_lz4.c42 if (strstr(p, "Unsupported compression") != NULL) {
51 if (strstr(p, "Can't launch") != NULL && !canLz4()) {
60 if (strstr(p, "Can't write") != NULL && !canLz4()) {
67 if (strstr(p, "Error closing") != NULL && !canLz4()) {
H A Dtest_leading_slash.c45 assert(strstr(errfile, expected_errmsg) != NULL);
H A Dtest_option_xz.c43 if (strstr(p, "Unsupported compression") != NULL) {
H A Dtest_option_lzma.c43 if (strstr(p, "Unsupported compression") != NULL) {
/freebsd-current/contrib/libarchive/cpio/test/
H A Dtest_option_zstd.c42 if (strstr(p, "Unsupported compression") != NULL) {
51 if (strstr(p, "Can't launch") != NULL && !canZstd()) {
60 if (strstr(p, "Can't write") != NULL && !canZstd()) {
67 if (strstr(p, "Error closing") != NULL && !canZstd()) {
H A Dtest_option_lz4.c42 if (strstr(p, "compression not available") != NULL) {
52 if (strstr(p, "Can't launch") != NULL && !canLz4()) {
62 if (strstr(p, "Can't write") != NULL && !canLz4()) {
70 if (strstr(p, "Error closing") != NULL && !canLz4()) {
H A Dtest_option_xz.c43 if (strstr(p, "compression not available") != NULL) {
H A Dtest_option_lzma.c42 if (strstr(p, "compression not available") != NULL) {
H A Dtest_option_J_upper.c42 if (strstr(p, "compression not available") != NULL) {
H A Dtest_option_Z_upper.c42 if (strstr(p, "compression not available") != NULL) {
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d36 int strstr;
/freebsd-current/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-current/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-current/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modlinkset.c64 ATF_CHECK((strstr(buf, "msdos") != NULL));
65 ATF_CHECK((strstr(buf, "cd9660") != NULL));
/freebsd-current/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-current/contrib/ntp/sntp/tests/
H A Dt-log.c74 char* x = strstr(line,testName);
78 x = strstr(line,testString);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post_chan.d48 /strstr(args[1]->se_publisher, "vendor_dtest") == NULL/
56 /strstr(args[1]->se_publisher, "publisher_dtest") == NULL/
H A Dtst.post.d49 /strstr(args[1]->se_publisher, "vendor_dtest") == NULL/
57 /strstr(args[1]->se_publisher, "publisher_dtest") == NULL/
/freebsd-current/sys/libkern/
H A Dstrstr.c42 strstr(const char *s, const char *find) function
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_throw_on_failure_ex_test.cc66 if (strstr(e.what(), "Expected failure") != nullptr) return;
/freebsd-current/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlinfo.c50 ATF_CHECK((strstr(map->l_name, "t_dlinfo") != NULL));
83 ATF_CHECK((strstr(map->l_name, "libutil.so") != NULL));
105 if (strstr(map->l_name, "libutil.so") != NULL)
/freebsd-current/lib/libsecureboot/openpgp/
H A Ddearmor.c57 if ((cp = strstr((char *)pem, "\n=")) &&
58 (ep = strstr(cp, "\n---"))) {
65 if ((cp = strstr((char *)pem, "---\n")) &&
66 (ep = strstr(cp, "\n\n"))) {
/freebsd-current/usr.bin/find/
H A Dmisc.c61 for (p = orig; (q = strstr(p, "{}")) != NULL; p = q + 2) {
72 for (p = orig; (q = strstr(p, "{}")) != NULL; p = q + 2) {

Completed in 245 milliseconds

1234567891011>>