/external/u-boot/fs/fat/ |
D | fat_write.c | 221 fill_dir_slot(fsdata *mydata, dir_entry **dentptr, const char *l_name) in fill_dir_slot() argument 233 ret = str2slot(slotptr, l_name, &idx); in fill_dir_slot() 273 dir_entry **retdent, char *l_name) in get_long_file_name() argument 329 slot2str(slotptr2, l_name, &idx); in get_long_file_name() 338 if (slot2str(slotptr, l_name, &idx)) in get_long_file_name() 342 l_name[idx] = '\0'; in get_long_file_name() 343 if (*l_name == DELETED_FLAG) in get_long_file_name() 344 *l_name = '\0'; in get_long_file_name() 345 else if (*l_name == aRING) in get_long_file_name() 346 *l_name = DELETED_FLAG; in get_long_file_name() [all …]
|
D | fat.c | 426 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str() argument 431 l_name[*idx] = slotptr->name0_4[j]; in slot2str() 432 if (l_name[*idx] == 0x00) in slot2str() 437 l_name[*idx] = slotptr->name5_10[j]; in slot2str() 438 if (l_name[*idx] == 0x00) in slot2str() 443 l_name[*idx] = slotptr->name11_12[j]; in slot2str() 444 if (l_name[*idx] == 0x00) in slot2str() 643 char l_name[VFAT_MAXLEN_BYTES]; /* long (vfat) name */ member 802 memmove(itr->l_name + idx, itr->l_name, n); in extract_vfat_name() 803 memcpy(itr->l_name, buf, idx); in extract_vfat_name() [all …]
|
/external/elfutils/libdwfl/ |
D | link_map.c | 329 GElf_Addr l_name = addrs[1]; in report_r_debug() local 341 && read_vaddr <= l_name in report_r_debug() 342 && l_name + 1 - read_vaddr < buffer_available in report_r_debug() 343 && memchr (l_name - read_vaddr + buffer, '\0', in report_r_debug() 344 buffer_available - (l_name - read_vaddr)) != NULL) in report_r_debug() 345 name = l_name - read_vaddr + buffer; in report_r_debug() 349 read_vaddr = l_name; in report_r_debug() 350 int segndx = INTUSE(dwfl_addrsegment) (dwfl, l_name, NULL); in report_r_debug() 354 l_name, 0, memory_callback_arg)) in report_r_debug()
|
/external/libnl/lib/route/ |
D | link.c | 309 nla_strlcpy(link->l_name, tb[IFLA_IFNAME], IFNAMSIZ); in rtnl_link_info_parse() 660 nl_dump_line(p, "%s %s ", link->l_name, in link_dump_line() 669 nl_dump(p, "master %s ", master ? master->l_name : "inv"); in link_dump_line() 683 nl_dump(p, "slave-of %s ", ll ? ll->l_name : "NONE"); in link_dump_line() 860 l->l_name, l->l_flags & IFF_UP ? "up" : "down"); 865 l->l_name, l->l_flags & IFF_PROMISC ? "entered" : "left"); 870 l->l_name); 919 diff |= LINK_DIFF(IFNAME, strcmp(a->l_name, b->l_name)); in link_compare() 1094 if (!strcmp(name, link->l_name)) { in rtnl_link_get_by_name() 1214 strncpy(dst, link->l_name, len - 1); in rtnl_link_i2name() [all …]
|
/external/libnl/lib/route/link/ |
D | ipvti.c | 162 nl_dump(p, "ipvti : %s", link->l_name); in ipvti_dump_line()
|
D | ipip.c | 172 nl_dump(p, "ipip : %s", link->l_name); in ipip_dump_line()
|
D | sit.c | 195 nl_dump(p, "sit : %s", link->l_name); in sit_dump_line()
|
D | ip6tnl.c | 209 nl_dump(p, "ip6_tnl : %s", link->l_name); in ip6_tnl_dump_line()
|
D | ipgre.c | 217 nl_dump(p, "ipgre : %s", link->l_name); in ipgre_dump_line()
|
/external/bcc/tests/cc/ |
D | test_c_api.cc | 159 strncpy(libpath, lm->l_name, 1024); in mntns_func()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 750 if (map.l_name) { in WriteDSODebugStream() 751 dumper_->CopyFromProcess(filename, GetCrashThread(), map.l_name, in WriteDSODebugStream()
|
/external/libnl/include/netlink-private/ |
D | types.h | 161 char l_name[IFNAMSIZ]; member
|
/external/elfutils/libelf/ |
D | abstract.h | 285 TYPE_NAME (ElfW2(Bits, Ext##Word), l_name) \
|
D | elf.h | 1973 Elf32_Word l_name; /* Name (string table index) */ member 1982 Elf64_Word l_name; /* Name (string table index) */ member
|
/external/kmod/port-gnu/ |
D | elf.h | 1754 Elf32_Word l_name; /* Name (string table index) */ member 1763 Elf64_Word l_name; /* Name (string table index) */ member
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 930 link_map.l_name = (char*)(start_addr + data.size() + sizeof(link_map)); in AugmentMappings()
|
/external/elfutils/src/ |
D | readelf.c | 3524 cnt, elf_strptr (ebl->elf, shdr->sh_link, lib->l_name), in print_liblist()
|