Searched refs:int2ext (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dacl_get_permset.c39 *permset_p = int2ext(&entry_obj_p->eperm);
H A Dacl_get_qualifier.c46 return int2ext(qualifier_obj_p);
H A Dacl_dup.c48 return int2ext(dup_obj_p);
H A Dacl_get_entry.c56 *entry_p = int2ext(acl_obj_p->acurr);
H A Dacl_copy_int.c59 return int2ext(acl_obj_p);
H A Dacl_create_entry.c70 *entry_p = int2ext(entry_obj_p);
H A Dacl_from_mode.c67 return int2ext(acl_obj_p);
H A Dacl_init.c67 return int2ext(obj);
H A D__acl_from_xattr.c87 return int2ext(acl_obj_p);
H A Dlibobj.h25 #define int2ext(int_p) \ macro
H A D__acl_to_any_text.c66 entry_len = acl_entry_to_any_str(int2ext(entry_obj_p),
69 int2ext(mask_obj_p),
97 return (char *)int2ext(string_obj_p);
H A Dacl_from_text.c300 if (acl_copy_entry(entry_d, int2ext(&entry_obj)) != 0)

Completed in 94 milliseconds