Searched refs:getgrouplist (Results 1 – 25 of 74) sorted by relevance
123
/glibc-2.36/grp/ |
D | initgroups.c | 143 getgrouplist (const char *user, gid_t group, gid_t *groups, int *ngroups) in getgrouplist() function 168 nss_interface_function (getgrouplist) in nss_interface_function() argument
|
D | tst-initgroups1.c | 47 getgrouplist ("dj", 20, mygroups, &n); in do_test()
|
D | Versions | 29 getgrouplist;
|
D | grp.h | 190 extern int getgrouplist (const char *__user, __gid_t __group,
|
/glibc-2.36/nss/ |
D | getent.c | 524 while ((n = getgrouplist (key[i], -1, gid_list_begin (&list), &no)) == -1 in initgroups_keys()
|
/glibc-2.36/manual/ |
D | users.texi | 540 @code{getgrouplist}. To use @code{getgrouplist}, your programs should 544 @deftypefun int getgrouplist (const char *@var{user}, gid_t @var{group}, gid_t *@var{groups}, int *… 547 @c getgrouplist @mtslocale @ascudlopen @ascuplugin @ascuheap @asulock @acucorrupt @aculock @acsfd @… 553 The @code{getgrouplist} function scans the group database for all the 558 found, then @code{getgrouplist} returns a value of @code{-1} and stores 561 @code{getgrouplist}. 563 Here's how to use @code{getgrouplist} to read all supplementary groups 579 if (getgrouplist (pw->pw_name, pw->pw_gid, groups, &ngroups) < 0) 582 getgrouplist (pw->pw_name, pw->pw_gid, groups, &ngroups);
|
/glibc-2.36/nscd/ |
D | connections.c | 2477 if (getgrouplist (server_user, server_gid, NULL, &server_ngroups) == 0) in begin_drop_privileges() 2487 if (getgrouplist (server_user, server_gid, server_groups, &server_ngroups) in begin_drop_privileges()
|
/glibc-2.36/po/ |
D | ja.po | 3570 msgid "initial getgrouplist failed" 3571 msgstr "getgrouplist 初期化に失敗しました" 3574 msgid "getgrouplist failed" 3575 msgstr "getgrouplistに 失敗しました"
|
D | bg.po | 4089 msgid "initial getgrouplist failed" 4090 msgstr "първоначалният getgrouplist не успя" 4093 msgid "getgrouplist failed" 4094 msgstr "getgrouplist не успя"
|
D | ru.po | 4077 msgid "initial getgrouplist failed" 4078 msgstr "первоначальная getgrouplist завершалась с ошибкой" 4081 msgid "getgrouplist failed" 4082 msgstr "getgrouplist завершилась с ошибкой"
|
D | ko.po | 4100 msgid "initial getgrouplist failed" 4101 msgstr "최초 getgrouplist 실패" 4104 msgid "getgrouplist failed" 4105 msgstr "getgrouplist 실패"
|
D | zh_CN.po | 3980 msgid "initial getgrouplist failed" 3981 msgstr "初始化 getgrouplist 失败" 3984 msgid "getgrouplist failed" 3985 msgstr "getgrouplist 失败"
|
D | zh_TW.po | 4088 msgid "initial getgrouplist failed" 4089 msgstr "初始 getgrouplist 失敗" 4092 msgid "getgrouplist failed" 4093 msgstr "getgrouplist 失敗"
|
D | uk.po | 4080 msgid "initial getgrouplist failed" 4081 msgstr "помилка початкового getgrouplist" 4084 msgid "getgrouplist failed" 4085 msgstr "помилка getgrouplist"
|
D | da.po | 3496 msgid "initial getgrouplist failed" 3497 msgstr "indledende getgrouplist mislykkedes" 3500 msgid "getgrouplist failed" 3501 msgstr "getgrouplist mislykkedes"
|
D | fi.po | 3557 msgid "initial getgrouplist failed" 3558 msgstr "alustava getgrouplist epäonnistui" 3561 msgid "getgrouplist failed" 3562 msgstr "getgrouplist epäonnistui"
|
D | id.po | 3491 msgid "initial getgrouplist failed" 3492 msgstr "inisial getgrouplist gagal" 3495 msgid "getgrouplist failed" 3496 msgstr "getgrouplist gagal"
|
D | it.po | 3847 msgid "initial getgrouplist failed" 3848 msgstr "getgrouplist iniziale non riuscita" 3852 msgid "getgrouplist failed" 3853 msgstr "getgrouplist non riuscita"
|
D | hr.po | 4134 msgid "initial getgrouplist failed" 4135 msgstr "neuspješni prvotni getgrouplist()" 4138 msgid "getgrouplist failed" 4139 msgstr "neuspješni getgrouplist()"
|
D | nl.po | 4123 msgid "initial getgrouplist failed" 4124 msgstr "eerste getgrouplist() is mislukt" 4127 msgid "getgrouplist failed" 4128 msgstr "getgrouplist() is mislukt"
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 911 GLIBC_2.35 getgrouplist F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 923 GLIBC_2.36 getgrouplist F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 950 GLIBC_2.33 getgrouplist F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 982 GLIBC_2.2.6 getgrouplist F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 953 GLIBC_2.32 getgrouplist F
|
123