HomeSort by: relevance | last modified time | path
    Searched defs:highest_gid (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/posix1e/
acl_support.c 182 uid_t highest_uid=0, highest_gid=0; local in function:_posix1e_acl_check
233 if (count_group && (entry->ae_id <= highest_gid))
235 highest_gid = entry->ae_id;
acl_support.c 182 uid_t highest_uid=0, highest_gid=0; local in function:_posix1e_acl_check
233 if (count_group && (entry->ae_id <= highest_gid))
235 highest_gid = entry->ae_id;

Completed in 52 milliseconds