Searched refs:str3 (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dconcat.c13 char str3[] = "." __FUNCTION__; /* { dg-warning "deprecated" } */ local
/openbsd-current/usr.sbin/unbound/daemon/
H A Dacl_list.c481 log_assert(p->str && p->str2 && p->str3);
483 p->str3, 0, 0)) {
491 free(p->str3);
507 log_assert(p->str && p->str2 && p->str3);
508 if(!acl_list_tag_data_cfg(acl, cfg, p->str, p->str2, p->str3,
517 free(p->str3);
684 log_assert(p->str && p->str2 && p->str3);
691 resif[i], p->str2, p->str3, 1, port)) {
702 free(p->str3);
722 log_assert(p->str && p->str2 && p->str3);
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dstringstream_members.cc175 std::string str3("this is a somewhat string");
177 std::stringstream ss2(str3, std::ios_base::in|std::ios_base::out);
/openbsd-current/regress/lib/libc/cephes/
H A Dieetst.c67 static char str0[80], str1[80], str2[80], str3[80]; variable
571 printf( "should be %s .\n", str3 );
635 e64toasc( &ssprec64, str3, j );
636 asctoe( str3, v );
681 e53toasc( &ssprec53, str3, j );
682 asctoe( str3, v );
726 e24toasc( &ssprec24, str3, j );
727 asctoe( str3, v );
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dcapacity.cc213 std::string str3 = "8-chars_8-chars_"; local
214 const char* p3 = str3.c_str();
215 std::string str4 = str3 + "7-chars";
216 const char* p4 = str3.c_str();
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dcollate_byname.cc84 string str3 = coll_de.transform(strlit3, strlit3 + size3); local
86 i1 = str3.compare(str4);
131 VERIFY ( str5 == str3 );
H A Dcollate_members_char.cc124 string str3 = coll_de.transform(strlit3, strlit3 + size3); local
126 i1 = str3.compare(str4);
H A Dcollate_members_wchar_t.cc124 wstring str3 = coll_de.transform(strlit3, strlit3 + size3); local
126 i1 = str3.compare(str4);
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-checkconf.c244 s3->str, s3->str2, s3->str3);
249 s3->str2, s3->str, s3->str2, s3->str3);
251 if(!local_zone_str2type(s3->str3, &t)) {
254 s3->str3, s3->str, s3->str2, s3->str3);
267 s3->str, s3->str2, s3->str3);
272 s3->str2, s3->str, s3->str2, s3->str3);
276 snprintf(buf, sizeof(buf), "%s %s", ".", s3->str3);
283 s3->str, s3->str2, s3->str3);
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dbuiltin.t345 my $str3 = " Hello world!\t";
346 $str3 =~ m/(.+Hello)/;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m32r.c953 char *str3;
1036 str3 = str;
1043 str2 = str3;
950 char *str3; local
/openbsd-current/usr.sbin/unbound/util/
H A Dconfig_file.h904 char* str3; member in struct:config_str3list
H A Dconfig_file.c1011 snprintf(buf, len, "%s %s %s", p->str, p->str2, p->str3); \
1517 free(p->str3);
2064 s->str3 = i3;
/openbsd-current/sbin/unwind/libunbound/util/
H A Dconfig_file.h904 char* str3; member in struct:config_str3list
H A Dconfig_file.c1011 snprintf(buf, len, "%s %s %s", p->str, p->str2, p->str3); \
1517 free(p->str3);
2064 s->str3 = i3;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32r.c902 char *str3;
985 str3 = str1;
992 str2 = str3;
899 char *str3; local
/openbsd-current/gnu/gcc/gcc/
H A Dtree-outof-ssa.c550 tree expr2, const char *str3)
556 fprintf (f, "%s", str3);
549 print_exprs(FILE *f, const char *str1, tree expr1, const char *str2, tree expr2, const char *str3) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dconfigure8678 str3=" on a $build system"
8681 if test "x$str2" != x || test "x$str3" != x
8688 if test "x$str2" != x || test "x$str3" != x
8690 echo " ${str2}${str3}." 1>&2
/openbsd-current/usr.sbin/unbound/services/
H A Dlocalzone.c979 if(!lz_enter_override(zones, p->str, p->str2, p->str3,
/openbsd-current/sbin/unwind/libunbound/services/
H A Dlocalzone.c979 if(!lz_enter_override(zones, p->str, p->str2, p->str3,

Completed in 316 milliseconds