OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:got_one
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
acl_entries.c
42
int
got_one
;
local
44
for (
got_one
= acl_get_entry (acl, ACL_FIRST_ENTRY, &ace);
45
got_one
>= 0;
46
got_one
= acl_get_entry (acl, ACL_NEXT_ENTRY, &ace))
52
int
got_one
;
54
for (
got_one
= acl_get_entry (acl, ACL_FIRST_ENTRY, &ace);
55
got_one
> 0;
56
got_one
= acl_get_entry (acl, ACL_NEXT_ENTRY, &ace))
58
if (
got_one
< 0)
file-has-acl.c
58
int
got_one
;
local
60
for (
got_one
= acl_get_entry (acl, ACL_FIRST_ENTRY, &ace);
61
got_one
> 0;
62
got_one
= acl_get_entry (acl, ACL_NEXT_ENTRY, &ace))
70
return
got_one
;
Completed in 28 milliseconds