Home
last modified time | relevance | path

Searched refs:entry_p (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/lib/libc/posix1e/
H A Dacl_entry.c48 acl_create_entry(acl_t *acl_p, acl_entry_t *entry_p) in acl_create_entry() argument
68 *entry_p = &acl_int->acl_entry[acl_int->acl_cnt++]; in acl_create_entry()
70 (**entry_p).ae_tag = ACL_UNDEFINED_TAG; in acl_create_entry()
71 (**entry_p).ae_id = ACL_UNDEFINED_ID; in acl_create_entry()
72 (**entry_p).ae_perm = ACL_PERM_NONE; in acl_create_entry()
73 (**entry_p).ae_entry_type = 0; in acl_create_entry()
74 (**entry_p).ae_flags = 0; in acl_create_entry()
82 acl_create_entry_np(acl_t *acl_p, acl_entry_t *entry_p, int offset) in acl_create_entry_np() argument
110 *entry_p = &acl_int->acl_entry[offset]; in acl_create_entry_np()
112 (**entry_p).ae_tag = ACL_UNDEFINED_TAG; in acl_create_entry_np()
[all …]
/netbsd-src/external/gpl2/gmake/dist/
H A Dfunction.c2097 const struct function_table_entry *entry_p) in expand_builtin_function() argument
2099 if (argc < (int)entry_p->minimum_args) in expand_builtin_function()
2102 argc, entry_p->name); in expand_builtin_function()
2111 if (!entry_p->func_ptr) in expand_builtin_function()
2113 _("unimplemented on this platform: function `%s'"), entry_p->name); in expand_builtin_function()
2115 return entry_p->func_ptr (o, argv, entry_p->name); in expand_builtin_function()
2126 const struct function_table_entry *entry_p; in handle_function() local
2138 entry_p = lookup_function (beg); in handle_function()
2140 if (!entry_p) in handle_function()
2146 beg = next_token (beg + entry_p->len); in handle_function()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.cc505 if (entry_p ()) in dump_dot()
612 if (entry_p ()) in get_start_location()
640 if (entry_p ()) in get_end_location()
H A Dstate-purge.cc402 if (snode->entry_p ()) in process_point()
H A Dsupergraph.h221 bool entry_p () const in entry_p() function
H A Ddiagnostic-manager.cc876 if (dst_point.get_supernode ()->entry_p ()) in add_events_for_eedge()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.cc615 if (entry_p ()) in dump_dot()
782 if (entry_p ()) in get_start_location()
810 if (entry_p ()) in get_end_location()
H A Dstate-purge.cc661 if (snode->entry_p ()) in process_point()
1091 if (n.entry_p () || n.m_returning_call) in add_node_annotations()
H A Dsupergraph.h238 bool entry_p () const in entry_p() function
H A Ddiagnostic-manager.cc1847 if (dst_point.get_supernode ()->entry_p ()) in add_events_for_eedge()