OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_groups
(Results
1 - 3
of
3
) sorted by null
/external/dbus/bus/
connection.h
113
int *
n_groups
,
policy.c
296
int
n_groups
;
local
299
if (!bus_connection_get_unix_groups (connection, &groups, &
n_groups
, error))
303
while (i <
n_groups
)
[
all
...]
connection.c
853
int *
n_groups
,
864
*
n_groups
= 0;
868
if (!_dbus_unix_groups_from_uid (uid, groups,
n_groups
))
877
*
n_groups
, uid);
[
all
...]
Completed in 47 milliseconds