/build/make/tools/atree/ |
files.cpp | 438 struct dirent *ent; local 439 while (NULL != (ent = readdir(d))) { 440 if (0 == strcmp(".", ent->d_name) 441 || 0 == strcmp("..", ent->d_name)) { 444 if (matches_excludes(ent->d_name, excludes)) { 447 string entry = path_append(path, ent->d_name); 448 bool is_directory = (ent->d_type == DT_DIR);
|
/external/boringssl/src/crypto/x509/ |
a_strex.c | 456 X509_NAME_ENTRY *ent; local 516 ent = X509_NAME_get_entry(n, cnt - i - 1); 518 ent = X509_NAME_get_entry(n, i); 520 if (prev == ent->set) { 533 prev = ent->set; 534 fn = X509_NAME_ENTRY_get_object(ent); 535 val = X509_NAME_ENTRY_get_data(ent);
|
/external/curl/lib/ |
openldap.c | 452 LDAPMessage *ent; local 474 for(ent = ldap_first_message(li->ld, msg); ent; 475 ent = ldap_next_message(li->ld, ent)) { 480 msgtype = ldap_msgtype(ent); 484 rc = ldap_parse_result(li->ld, ent, &code, NULL, &info, NULL, NULL, 0); 511 rc = ldap_get_dn_ber(li->ld, ent, &ber, &bv); 538 for(rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, &bvals); 540 rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, &bvals)) [all...] |
/external/libevent/ |
evutil.c | 883 struct servent *ent = getservbyname(servname, protocol); local 884 if (ent) { 885 return ntohs(ent->s_port); 911 struct protoent *ent = getprotobynumber(proto); local 912 if (ent) 913 return ent->p_name; 1139 addrinfo_from_hostent(const struct hostent *ent, 1150 if (ent->h_addrtype == PF_INET) { 1157 if (ent->h_length != sizeof(sin.sin_addr)) { 1161 } else if (ent->h_addrtype == PF_INET6) [all...] |
/external/openssh/ |
monitor.c | 257 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit) 259 while (ent->f != NULL) { 260 if (ent->type == type) { 261 ent->flags &= ~MON_PERMIT; 262 ent->flags |= permit ? MON_PERMIT : 0; 265 ent++; 272 struct mon_table *ent = mon_dispatch; local 274 while (ent->f != NULL) { 275 if (ent->flags & MON_AUTH) { 276 ent->flags &= ~MON_PERMIT 287 struct mon_table *ent; local [all...] |
/external/syzkaller/pkg/repro/ |
repro.go | 179 for i, ent := range entries { 180 if ent.Start > crashStart { 242 for i, ent := range entries { 243 procs[ent.Proc] = i 296 for _, ent := range entries { 297 opts.Fault = ent.Fault 298 opts.FaultCall = ent.FaultCall 299 opts.FaultNth = ent.FaultNth 300 if opts.FaultCall < 0 || opts.FaultCall >= len(ent.P.Calls) { 301 opts.FaultCall = len(ent.P.Calls) - [all...] |
/external/vboot_reference/host/arch/x86/lib/ |
crossystem_arch.c | 511 struct dirent *ent; local 519 while(0 != (ent = readdir(dir))) { 520 if (1 == sscanf(ent->d_name, "gpiochip%u", offset)) { 537 struct dirent *ent; local 547 while(0 != (ent = readdir(dir))) { 548 if (1 == sscanf(ent->d_name, "gpiochip%u", offset)) { 579 struct dirent *ent; local 602 while(0 != (ent = readdir(dir))) { 604 if (1 == sscanf(ent->d_name, "gpiochip%u", offset)) {
|
/external/wayland/cursor/ |
xcursor.c | 871 struct dirent *ent; local 878 for(ent = readdir(dir); ent; ent = readdir(dir)) { 880 if (ent->d_type != DT_UNKNOWN && 881 (ent->d_type != DT_REG && ent->d_type != DT_LNK)) 885 full = _XcursorBuildFullname(path, "", ent->d_name); 898 XcursorImagesSetName(images, ent->d_name);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pprint.py | 156 key, ent = items[0]
160 self._format(ent, stream, indent + _len(rep) + 2,
163 for key, ent in items[1:]:
169 self._format(ent, stream, indent + _len(rep) + 2,
212 for ent in object[1:]:
217 self._format(ent, stream, indent,
|
/external/python/cpython2/Lib/ |
pprint.py | 159 key, ent = items[0] 163 self._format(ent, stream, indent + _len(rep) + 2, 166 for key, ent in items[1:]: 172 self._format(ent, stream, indent + _len(rep) + 2, 208 for ent in object[1:]: 213 self._format(ent, stream, indent,
|
/external/syzkaller/dashboard/app/ |
admin.go | 91 for _, ent := range state.Entries { 92 if ent.Namespace != ns { 93 newState.Entries = append(newState.Entries, ent)
|
/external/libxml2/ |
parser.c | 127 xmlEntityPtr ent, size_t replacement) 140 if ((ent != NULL) && (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) && 141 (ent->content != NULL) && (ent->checked == 0) && 146 ent->checked = 1; 149 rep = xmlStringDecodeEntities(ctxt, ent->content, 153 ent->content[0] = 0; 156 ent->checked = (ctxt->nbentities - oldnbent + 1) * 2; 159 ent->checked |= 1 2599 xmlEntityPtr ent; local 3855 xmlEntityPtr ent; local 6997 xmlEntityPtr ent; local 7450 xmlEntityPtr ent = NULL; local 7639 xmlEntityPtr ent = NULL; local [all...] |
debugXML.c | 644 xmlCtxtDumpEntityDecl(xmlDebugCtxtPtr ctxt, xmlEntityPtr ent) 648 if (ent == NULL) { 653 if (ent->type != XML_ENTITY_DECL) { 658 if (ent->name != NULL) { 661 xmlCtxtDumpString(ctxt, ent->name); 668 switch (ent->etype) { 688 if (ent->ExternalID) { 691 (char *) ent->ExternalID); 693 if (ent->SystemID) { 696 (char *) ent->SystemID) 1039 xmlEntityPtr ent; local [all...] |
/external/llvm/test/MC/Mips/ |
cprestore-noreorder-noat.s | 18 .ent foo 37 .ent bar
|
do_switch1.s | 17 .ent main
|
do_switch2.s | 16 .ent main
|
do_switch3.s | 16 .ent main
|
elf-relsym.s | 35 .ent foo1
|
r-mips-got-disp.s | 17 .ent main
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
cprestore-noreorder-noat.s | 18 .ent foo 37 .ent bar
|
do_switch1.s | 17 .ent main
|
do_switch2.s | 16 .ent main
|
do_switch3.s | 16 .ent main
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
load.go | 239 ent, ok := pValue.(*Entity) 250 // if ent has a Key value and our struct has a Key field, 252 if ent.Key != nil && pls.codec.keyField != -1 { 254 pls.v.Field(pls.codec.keyField).Set(reflect.ValueOf(ent.Key)) 257 err = pls.Load(ent.Properties) 300 ent, err := protoToEntity(src) 305 return e.Load(ent.Properties) 307 return LoadStruct(dst, ent.Properties) 395 var ent pb.EntityProto 396 err := proto.Unmarshal([]byte(*v.StringValue), &ent) [all...] |
/bionic/linker/arch/mips64/ |
begin.S | 47 .ent __start
|