OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acl_get_fd
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
acl-internal.h
67
/* Most platforms have a 1-argument
acl_get_fd
, only OSF/1 has a 2-argument
73
return
acl_get_fd
(fd, ACL_TYPE_ACCESS);
75
# undef
acl_get_fd
macro
76
# define
acl_get_fd
rpl_acl_get_fd
macro
80
# undef
acl_get_fd
macro
81
# define
acl_get_fd
(fd) (NULL)
macro
copy-acl.c
55
acl =
acl_get_fd
(source_desc);
129
or
acl_get_fd
(open (name, ...))
142
acl =
acl_get_fd
(source_desc);
set-mode-acl.c
154
or
acl_get_fd
(open (name, ...))
168
acl =
acl_get_fd
(desc);
/ndk/sources/host-tools/sed-4.2.1/m4/
acl.m4
34
[acl_get_file
acl_get_fd
acl_set_file acl_set_fd \
/ndk/sources/host-tools/sed-4.2.1/
config_h.in
104
/* Define to 1 if you have the `
acl_get_fd
' function. */
Completed in 122 milliseconds