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

  /src/lib/libc/posix1e/
acl_init.c 29 * acl_init -- return a fresh acl structure
35 __FBSDID("$FreeBSD: head/lib/libc/posix1e/acl_init.c 326193 2017-11-25 17:12:48Z pfg $");
37 __RCSID("$NetBSD: acl_init.c,v 1.1 2020/05/16 18:31:47 christos Exp $");
53 acl_init(int count) function in typeref:typename:acl_t
86 acl_new = acl_init(ACL_MAX_ENTRIES);

Completed in 203 milliseconds