Searched refs:entry_p (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/lib/libc/posix1e/
H A Dacl_entry.c48 acl_create_entry(acl_t *acl_p, acl_entry_t *entry_p) argument
68 *entry_p = &acl_int->acl_entry[acl_int->acl_cnt++];
70 (**entry_p).ae_tag = ACL_UNDEFINED_TAG;
71 (**entry_p).ae_id = ACL_UNDEFINED_ID;
72 (**entry_p).ae_perm = ACL_PERM_NONE;
73 (**entry_p).ae_entry_type = 0;
74 (**entry_p).ae_flags = 0;
82 acl_create_entry_np(acl_t *acl_p, acl_entry_t *entry_p, int offset) argument
110 *entry_p = &acl_int->acl_entry[offset];
112 (**entry_p)
128 acl_get_entry(acl_t acl, int entry_id, acl_entry_t *entry_p) argument
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dfunction.c2106 const struct function_table_entry *entry_p)
2108 if (argc < (int)entry_p->minimum_args)
2111 argc, entry_p->name);
2120 if (!entry_p->func_ptr)
2122 _("unimplemented on this platform: function `%s'"), entry_p->name);
2124 return entry_p->func_ptr (o, argv, entry_p->name);
2135 const struct function_table_entry *entry_p;
2147 entry_p = lookup_function (beg);
2149 if (!entry_p)
2096 expand_builtin_function(char *o, int argc, char **argv, const struct function_table_entry *entry_p) argument
2126 const struct function_table_entry *entry_p; local
2240 const struct function_table_entry *entry_p; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Delfread.c704 struct elf_gnu_ifunc_cache entry_local, *entry_p; local
738 entry_p
741 slot = htab_find_slot (htab, entry_p, INSERT);
761 *slot = entry_p;
779 struct elf_gnu_ifunc_cache *entry_p; local
786 entry_p = ((struct elf_gnu_ifunc_cache *)
787 alloca (sizeof (*entry_p) + strlen (name)));
788 strcpy (entry_p->name, name);
790 slot = htab_find_slot (htab, entry_p, NO_INSERT);
793 entry_p
[all...]
H A Dobjfiles.h733 extern int entry_point_address_query (CORE_ADDR *entry_p);
H A Dobjfiles.c383 entry_point_address_query (CORE_ADDR *entry_p)
389 *entry_p = (symfile_objfile->per_bfd->ei.entry_point
381 entry_point_address_query(CORE_ADDR *entry_p) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Delfread.c700 struct elf_gnu_ifunc_cache entry_local, *entry_p; local
734 entry_p
737 slot = htab_find_slot (htab, entry_p, INSERT);
757 *slot = entry_p;
783 elf_gnu_ifunc_cache *entry_p; member in struct:objfile
790 entry_p = ((elf_gnu_ifunc_cache *)
791 alloca (sizeof (*entry_p) + strlen (name)));
792 strcpy (entry_p->name, name);
794 slot = htab_find_slot (htab, entry_p, NO_INSERT);
797 entry_p
[all...]
H A Dobjfiles.h846 extern int entry_point_address_query (CORE_ADDR *entry_p);
H A Dobjfiles.c360 entry_point_address_query (CORE_ADDR *entry_p)
367 *entry_p = objf->per_bfd->ei.entry_point + objf->section_offsets[idx];
358 entry_point_address_query(CORE_ADDR *entry_p) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.cc505 if (entry_p ())
612 if (entry_p ())
640 if (entry_p ())
H A Dstate-purge.cc402 if (snode->entry_p ())
H A Dsupergraph.h221 bool entry_p () const function in class:ana::supernode
H A Ddiagnostic-manager.cc876 if (dst_point.get_supernode ()->entry_p ())
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.cc615 if (entry_p ())
782 if (entry_p ())
810 if (entry_p ())
H A Dsupergraph.h238 bool entry_p () const function in class:ana::supernode
H A Dstate-purge.cc661 if (snode->entry_p ())
1091 if (n.entry_p () || n.m_returning_call)
H A Ddiagnostic-manager.cc1847 if (dst_point.get_supernode ()->entry_p ())

Completed in 401 milliseconds