Home
last modified time | relevance | path

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

/NextBSD/bin/setfacl/
HDremove.c49 int carried_error, entry_id, acl_brand, prev_acl_brand; in remove_acl() local
72 entry_id = ACL_FIRST_ENTRY; in remove_acl()
73 while (acl_get_entry(acl, entry_id, &entry) == 1) { in remove_acl()
74 entry_id = ACL_NEXT_ENTRY; in remove_acl()
101 int carried_error, entry_id; in remove_by_number() local
118 entry_id = ACL_FIRST_ENTRY; in remove_by_number()
120 while (acl_get_entry(acl_new, entry_id, &entry) == 1) { in remove_by_number()
121 entry_id = ACL_NEXT_ENTRY; in remove_by_number()
HDmerge.c97 int entry_id, entry_id_new, have_entry, had_entry, entry_number = 0; in merge_acl() local
114 entry_id = ACL_FIRST_ENTRY; in merge_acl()
116 while (acl_get_entry(acl, entry_id, &entry) == 1) { in merge_acl()
117 entry_id = ACL_NEXT_ENTRY; in merge_acl()
244 int entry_id, acl_brand, prev_acl_brand; in add_acl() local
266 entry_id = ACL_FIRST_ENTRY; in add_acl()
268 while (acl_get_entry(acl, entry_id, &entry) == 1) { in add_acl()
269 entry_id = ACL_NEXT_ENTRY; in add_acl()
HDmask.c48 int entry_id; in set_acl_mask() local
84 entry_id = ACL_FIRST_ENTRY; in set_acl_mask()
86 while (acl_get_entry(acl, entry_id, &entry) == 1) { in set_acl_mask()
87 entry_id = ACL_NEXT_ENTRY; in set_acl_mask()
/NextBSD/lib/libc/posix1e/
HDacl_strip.c73 int entry_id, have_mask_entry; in _posix1e_acl_strip_np() local
92 entry_id = ACL_FIRST_ENTRY; in _posix1e_acl_strip_np()
93 while (acl_get_entry(acl_old, entry_id, &entry) == 1) { in _posix1e_acl_strip_np()
94 entry_id = ACL_NEXT_ENTRY; in _posix1e_acl_strip_np()
HDacl_to_text_nfs4.c230 int error, off = 0, size, entry_id = ACL_FIRST_ENTRY; in _nfs4_acl_to_text_np() local
242 while (acl_get_entry(aclp, entry_id, &entry) == 1) { in _nfs4_acl_to_text_np()
243 entry_id = ACL_NEXT_ENTRY; in _nfs4_acl_to_text_np()
HDacl_entry.c123 acl_get_entry(acl_t acl, int entry_id, acl_entry_t *entry_p) in acl_get_entry() argument
133 switch(entry_id) { in acl_get_entry()
/NextBSD/contrib/libarchive/libarchive/test/
HDtest_acl_freebsd_posix1e.c134 int entry_id = ACL_FIRST_ENTRY; in compare_acls() local
155 while (1 == acl_get_entry(acl, entry_id, &acl_entry)) { in compare_acls()
157 entry_id = ACL_NEXT_ENTRY; in compare_acls()
HDtest_acl_freebsd_nfs4.c297 int entry_id = ACL_FIRST_ENTRY; in compare_acls() local
316 while (1 == acl_get_entry(acl, entry_id, &acl_entry)) { in compare_acls()
318 entry_id = ACL_NEXT_ENTRY; in compare_acls()
/NextBSD/crypto/heimdal/lib/hdb/
HDhdb-sqlite.c486 sqlite_int64 entry_id; in hdb_sqlite_store() local
542 entry_id = sqlite3_column_int64(get_ids, 1); in hdb_sqlite_store()
549 entry_id = sqlite3_column_int64(get_ids, 1); in hdb_sqlite_store()
551 sqlite3_bind_int64(hsdb->delete_aliases, 1, entry_id); in hdb_sqlite_store()
558 sqlite3_bind_int64(hsdb->update_entry, 2, entry_id); in hdb_sqlite_store()
583 sqlite3_bind_int64(hsdb->add_alias, 2, entry_id); in hdb_sqlite_store()
/NextBSD/contrib/pjdfstest/
HDpjdfstest.c560 int entry_id = ACL_FIRST_ENTRY; in call_syscall() local
955 while (acl_get_entry(newacl, entry_id, &newentry) == 1) { in call_syscall()
956 entry_id = ACL_NEXT_ENTRY; in call_syscall()