Home
last modified time | relevance | path

Searched refs:name_buf (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.sbin/mkhybrid/src/diag/
H A Disoinfo.c74 char name_buf[256]; variable
198 strncpy(name_buf, pnt+5, pnt[2] - 5); in parse_rr()
199 name_buf[pnt[2] - 5] = 0; in parse_rr()
368 printf("%s %s %s\n", outline, name_buf, xname); in dump_stat()
412 name_buf[0] = xname[0] = 0; in parse_dir()
419 strcpy(name_buf, "."); in parse_dir()
421 strcpy(name_buf, ".."); in parse_dir()
435 name_buf[i] = idr->name[i*2+1]; in parse_dir()
437 name_buf[idr->name_len[0]/2] = '\0'; in parse_dir()
444 strncpy(name_buf, idr->name, idr->name_len[0]); in parse_dir()
[all …]
/openbsd-src/usr.sbin/acme-client/
H A Drevokeproc.c158 const unsigned char *name_buf; in revokeproc() local
170 name_buf = ASN1_STRING_get0_data(name); in revokeproc()
176 if (memcmp(name_buf, alts[j], name_len) == 0) in revokeproc()
188 strvisx(visbuf, name_buf, name_len, VIS_SAFE); in revokeproc()
200 certfile, name_len, name_buf); in revokeproc()
/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A Dndir.c44 char name_buf[_MAX_PATH + 1]; in opendir() local
60 strcat (strcat (strcpy (name_buf, name), slash), "*.*"); in opendir()
69 if ((hFile = _findfirst (name_buf, &find_buf)) < 0) in opendir()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsolib-irix.c513 char *name_buf; in irix_current_sos() local
539 target_read_string (lm.pathname_addr, &name_buf, in irix_current_sos()
548 strncpy (new->so_name, name_buf, name_size); in irix_current_sos()
550 xfree (name_buf); in irix_current_sos()
H A Dada-typeprint.c235 static char *name_buf = NULL; in print_dynamic_range_bound() local
240 GROW_VECT (name_buf, name_buf_len, name_len + strlen (suffix) + 1); in print_dynamic_range_bound()
241 strncpy (name_buf, name, name_len); in print_dynamic_range_bound()
242 strcpy (name_buf + name_len, suffix); in print_dynamic_range_bound()
244 B = get_int_var_value (name_buf, &OK); in print_dynamic_range_bound()
H A Dsolib-frv.c451 char *name_buf; in frv_current_sos() local
473 target_read_string (addr, &name_buf, SO_NAME_MAX_PATH_SIZE - 1, in frv_current_sos()
478 name_buf); in frv_current_sos()
487 strncpy (sop->so_name, name_buf, SO_NAME_MAX_PATH_SIZE - 1); in frv_current_sos()
489 xfree (name_buf); in frv_current_sos()
H A Dada-lang.c8119 static char *name_buf = NULL; in to_fixed_range_type() local
8127 GROW_VECT (name_buf, name_len, prefix_len + 5); in to_fixed_range_type()
8128 strncpy (name_buf, name, prefix_len); in to_fixed_range_type()
8129 name_buf[prefix_len] = '\0'; in to_fixed_range_type()
8149 strcpy (name_buf + prefix_len, "___L"); in to_fixed_range_type()
8150 L = get_int_var_value (name_buf, &ok); in to_fixed_range_type()
8167 strcpy (name_buf + prefix_len, "___U"); in to_fixed_range_type()
8168 U = get_int_var_value (name_buf, &ok); in to_fixed_range_type()
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dmulti.c174 char name_buf[256]; in FDECL3() local
184 strncpy(name_buf, (char *) pnt+5, pnt[2] - 5); in FDECL3()
185 name_buf[pnt[2] - 5] = 0; in FDECL3()
186 dpnt->name = strdup(name_buf); in FDECL3()
210 strcpy(name_buf, dpnt->isorec.name); in FDECL3()
211 cp = strchr(name_buf, ';'); in FDECL3()
216 dpnt->name = strdup(name_buf); in FDECL3()
/openbsd-src/gnu/gcc/gcc/
H A Dtarghooks.c441 char name_buf[32]; in default_external_stack_protect_fail() local
456 ASM_GENERATE_INTERNAL_LABEL (name_buf, "LSSH", stack_protect_labelno++); in default_external_stack_protect_fail()
457 DECL_NAME (func) = get_identifier (name_buf); in default_external_stack_protect_fail()
H A Dcoverage.c902 char name_buf[32]; in create_coverage() local
913 ASM_GENERATE_INTERNAL_LABEL (name_buf, "LPBX", 0); in create_coverage()
914 DECL_NAME (gcov_info) = get_identifier (name_buf); in create_coverage()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp183 DataBufferHeap name_buf(1024, '\0'); in Read() local
185 process->ReadCStringFromMemory(m_name_ptr, (char *)name_buf.GetBytes(), in Read()
186 name_buf.GetByteSize(), error); in Read()
192 m_name.assign((char *)name_buf.GetBytes()); in Read()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1207 char *name_buf = nullptr; in ParseSubroutine() local
1216 name_buf = D.getFunctionBaseName(nullptr, nullptr); in ParseSubroutine()
1217 name = name_buf; in ParseSubroutine()
1227 std::free(name_buf); in ParseSubroutine()
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c17956 char name_buf[512]; in macho_branch_islands() local
17959 strcpy (name_buf, name+1); in macho_branch_islands()
17962 name_buf[0] = '_'; in macho_branch_islands()
17963 strcpy (name_buf+1, name); in macho_branch_islands()
17980 strcat (tmp_buf, name_buf); in macho_branch_islands()
17988 strcat (tmp_buf, name_buf); in macho_branch_islands()
17998 strcat (tmp_buf, name_buf); in macho_branch_islands()
18000 strcat (tmp_buf, name_buf); in macho_branch_islands()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c1486 char name_buf[40]; in dump_relocations() local
1513 sprintf (name_buf, "<section 0x%x>", in dump_relocations()
1515 sec_name = name_buf; in dump_relocations()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1203 char name_buf[40]; in dump_relocations() local
1227 sprintf (name_buf, "<section 0x%x>", in dump_relocations()
1229 sec_name = name_buf; in dump_relocations()