Searched refs:ent (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/utest/fuzz-utils/
H A Dfixture.cpp136 struct dirent* ent; local
137 while ((ent = readdir(dir))) {
138 if (strcmp(".", ent->d_name) == 0) {
141 snprintf(buffer, sizeof(buffer), "%s/%s", pathname, ent->d_name);
142 if (ent->d_type == DT_DIR) {
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dpath.cpp87 struct dirent* ent; local
88 while ((ent = readdir(dir))) {
89 if (strcmp(".", ent->d_name) != 0) {
90 list->push_back(ent->d_name);
/fuchsia/zircon/system/ulib/minfs/
H A Dhost.cpp457 struct dirent* ent = &dir->de;
461 memcpy(ent->d_name, vde->name, name_len);
462 ent->d_name[name_len] = '\0';
463 ent->d_type = vde->type;
466 return ent;
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_proc_info-lsb.c825 struct table_entry ent; local
875 ip - ip_base, &ent, arg);
879 e = &ent;
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk478 $(LOCAL_DIR)/src/network/ent.c \

Completed in 33 milliseconds