HomeSort by relevance Sort by last modified time
    Searched refs:n_groups (Results 1 - 6 of 6) sorted by null

  /external/avahi/avahi-daemon/
ini-file-parser.h 44 unsigned n_groups; member in struct:AvahiIniFile
ini-file-parser-test.c 39 printf("%u groups\n", f->n_groups);
ini-file-parser.c 49 f->n_groups = 0;
84 f->n_groups++;
  /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 839 int *n_groups,
845 *n_groups = 0;
849 if (!_dbus_unix_groups_from_uid (uid, groups, n_groups))
858 *n_groups, uid);
    [all...]

Completed in 170 milliseconds