| /netbsd-src/sys/arch/prep/prep/ |
| H A D | autoconf.c | 232 prop_string_t str1, str2, str3; in gen_fwpath() local 250 str3 = prop_string_copy(str2); in gen_fwpath() 251 KASSERT(str3 != NULL); in gen_fwpath() 252 if (!(prop_string_equals_cstring(str3, "/") || in gen_fwpath() 254 prop_string_append_cstring(str3, "/"); in gen_fwpath() 256 prop_string_append(str3, str1); in gen_fwpath() 261 prop_string_cstring_nocopy(str3)); in gen_fwpath() 264 "prep-fw-path", str3); in gen_fwpath() 265 prop_object_release(str3); in gen_fwpath()
|
| /netbsd-src/external/bsd/unbound/dist/daemon/ |
| H A D | acl_list.c | 481 log_assert(p->str && p->str2 && p->str3); in read_acl_tag_actions() 483 p->str3, 0, 0)) { in read_acl_tag_actions() 491 free(p->str3); in read_acl_tag_actions() 507 log_assert(p->str && p->str2 && p->str3); in read_acl_tag_datas() 508 if(!acl_list_tag_data_cfg(acl, cfg, p->str, p->str2, p->str3, in read_acl_tag_datas() 517 free(p->str3); in read_acl_tag_datas() 684 log_assert(p->str && p->str2 && p->str3); in read_acl_interface_tag_actions() 691 resif[i], p->str2, p->str3, 1, port)) { in read_acl_interface_tag_actions() 702 free(p->str3); in read_acl_interface_tag_actions() 722 log_assert(p->str && p->str2 && p->str3); in read_acl_interface_tag_datas() [all …]
|
| /netbsd-src/external/bsd/nvi/dist/motif_l/ |
| H A D | xtabbed.c | 2045 char *str1, *str2, *str3; in XRotDrawHorizontalString() local 2089 str3=my_strtok(str1, str2); in XRotDrawHorizontalString() 2093 XTextExtents(font, str3, strlen(str3), &dir, &asc, &desc, in XRotDrawHorizontalString() 2106 XDrawString(dpy, drawable, my_gc, xp, yp, str3, strlen(str3)); in XRotDrawHorizontalString() 2108 XDrawImageString(dpy, drawable, my_gc, xp, yp, str3, strlen(str3)); in XRotDrawHorizontalString() 2113 str3=my_strtok((char *)NULL, str2); in XRotDrawHorizontalString() 2115 while(str3!=NULL); in XRotDrawHorizontalString() 2283 char *str1, *str2, *str3; in XRotCreateTextItem() local 2321 str3=my_strtok(str1, str2); in XRotCreateTextItem() 2323 XTextExtents(font, str3, strlen(str3), &dir, &asc, &desc, in XRotCreateTextItem() [all …]
|
| /netbsd-src/external/bsd/unbound/dist/smallapp/ |
| H A D | unbound-checkconf.c | 243 s3->str, s3->str2, s3->str3); in acl_view_tag_checks() 248 s3->str2, s3->str, s3->str2, s3->str3); in acl_view_tag_checks() 250 if(!local_zone_str2type(s3->str3, &t)) { in acl_view_tag_checks() 253 s3->str3, s3->str, s3->str2, s3->str3); in acl_view_tag_checks() 266 s3->str, s3->str2, s3->str3); in acl_view_tag_checks() 271 s3->str2, s3->str, s3->str2, s3->str3); in acl_view_tag_checks() 275 snprintf(buf, sizeof(buf), "%s %s", ".", s3->str3); in acl_view_tag_checks() 282 s3->str, s3->str2, s3->str3); in acl_view_tag_checks()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | lto-streamer-in.c | 67 const char *str3; 245 s_slot.str3 = NULL; 278 new_slot->str3 = saved_string + data_wd_len + 1; 280 new_slot->str3 = NULL; 285 return new_slot->str3; 290 return old_slot->str3; 308 s_slot.str3 = NULL; 327 new_slot->str3 = saved_string; 331 return new_slot->str3; 336 return old_slot->str3;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | lto-streamer-in.cc | 67 const char *str3; member 245 s_slot.str3 = NULL; in canon_relative_path_prefix() 278 new_slot->str3 = saved_string + data_wd_len + 1; in canon_relative_path_prefix() 280 new_slot->str3 = NULL; in canon_relative_path_prefix() 285 return new_slot->str3; in canon_relative_path_prefix() 290 return old_slot->str3; in canon_relative_path_prefix() 308 s_slot.str3 = NULL; in canon_relative_file_name() 327 new_slot->str3 = saved_string; in canon_relative_file_name() 331 return new_slot->str3; in canon_relative_file_name() 336 return old_slot->str3; in canon_relative_file_name()
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | ipfstat.c | 1299 char str1[STSTRSIZE], str2[STSTRSIZE], str3[STSTRSIZE], str4[STSTRSIZE]; local 1545 strcpy(str3, "any"); 1547 sprintf(str3, "%s", proto->p_name); 1549 sprintf(str3, "%d", protocol); 1588 str1, str2, str3, str4);
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/ft32/ |
| H A D | basic.s | 707 lpm.l $r4,str3 724 lpm.l $r4,str3 898 str3: label
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-m32r.c | 897 char *str3; in assemble_two_insns() local 980 str3 = str1; in assemble_two_insns() 987 str2 = str3; in assemble_two_insns()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-m32r.c | 897 char *str3; in assemble_two_insns() local 980 str3 = str1; in assemble_two_insns() 987 str2 = str3; in assemble_two_insns()
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | config_file.h | 883 char* str3; member
|
| H A D | config_file.c | 996 snprintf(buf, len, "%s %s %s", p->str, p->str2, p->str3); \ 1494 free(p->str3); in config_deltrplstrlist() 2023 s->str3 = i3; in cfg_str3list_insert()
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tstrtofr.c | 1427 char str3[] = "1@-2112009130072406892"; in coverage() local 1438 inex = mpfr_strtofr (x, str3, NULL, 3, MPFR_RNDN); in coverage()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | conv.d | 3045 auto str3 = "a"; 3046 assert(parse!(EnumType, string, Yes.doCount)(str3) == tuple(EnumType.a, 1)); 3447 auto str3 = "123.456"; 3448 auto r = parse!(double, string, Yes.doCount)(str3);
|
| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | localzone.c | 977 if(!lz_enter_override(zones, p->str, p->str2, p->str3, in lz_enter_overrides()
|