Searched refs:groups (Results 1 – 13 of 13) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pwd_grp/ |
A D | getgroups.c | 38 static int xgetgroups(gid_t gid, int *n_groups, gid_t ** groups) in xgetgroups() argument 60 *groups = g; in xgetgroups() 82 gid_t *groups; in main() local 86 &n_groups, &groups)) { in main() 91 if (groups[i] != getgid() && groups[i] != getegid()) { in main() 93 print_group(groups[i]); in main() 95 free(groups); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | setgroups.c | 33 int setgroups(size_t size, const gid_t *groups) 50 kernel_groups[i] = (groups)[i]; 51 if (groups[i] != (gid_t) ((__kernel_gid_t) groups[i])) {
|
A D | getgroups.c | 31 int getgroups(int size, gid_t groups[]) 49 groups[i] = kernel_groups[i];
|
/l4re-core-master/l4sys/doc/ |
A D | files.cfg | 1 INPUT += %PKGDIR%/doc/l4sys-l4f-groups.dox \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/ |
A D | pwd_grp.c | 704 int getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist() argument 714 groups[0] = gid; in getgrouplist() 724 memcpy(groups, group_list, sz * sizeof(group_list[0])); in getgrouplist()
|
/l4re-core-master/uclibc/doc/ |
A D | uclibc.cfg | 207 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of 1040 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 1041 # in the modules index. If set to NO, only the current project's groups will 1092 # will generate a graph for groups, showing the direct groups dependencies
|
/l4re-core-master/l4util/doc/ |
A D | l4util.cfg | 784 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 785 # in the modules index. If set to NO, only the current project's groups will
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/python/libstdcxx/v6/ |
A D | printers.py | 1182 subs = list(m.groups())
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/python/libstdcxx/v6/ |
A D | printers.py | 1161 subs = list(m.groups())
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/python/libstdcxx/v6/ |
A D | printers.py | 1338 subs = list(m.groups())
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/ |
A D | ChangeLog | 101 * include/experimental/simd: Define Doxygen groups. 103 the header file. Define groups. Use @since commands.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/ |
A D | ChangeLog | 2437 * doc/xml/manual/io.xml: Update link to groups.google.com.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/ |
A D | ChangeLog | 5106 preprocessor conditional groups.
|
Completed in 31 milliseconds