Searched defs:ngrp (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_uid16.c | 91 int ngrp, error; in linux_setgroups16() local 154 int bsd_gidsetsz, ngrp, error; in linux_getgroups16() local
|
H A D | linux_misc.c | 1034 int ngrp, error; in linux_setgroups() local 1091 int bsd_gidsetsz, ngrp, error; in linux_getgroups() local
|
/freebsd/sys/kern/ |
H A D | kern_prot.c | 99 groups_check_positive_len(int ngrp) in groups_check_positive_len() 105 groups_check_max_len(int ngrp) in groups_check_max_len() 324 int ngrp, error; in sys_getgroups() local 729 int ngrp = wcred->sc_supp_groups_nb; in kern_setcred() local 1235 int ngrp, error; in kern_setgroups() local 1689 groups_check_normalized(int ngrp, const gid_t *groups) in groups_check_normalized() 2806 groups_normalize(int *ngrp, gid_t *groups) in groups_normalize() 2850 crsetgroups_internal(struct ucred *cr, int ngrp, const gid_t *groups) in crsetgroups_internal() 2870 crsetgroups(struct ucred *cr, int ngrp, const gid_t *groups) in crsetgroups() 2895 crsetgroups_fallback(struct ucred *cr, int ngrp, const gid_t *groups, in crsetgroups_fallback()
|
/freebsd/lib/libc/stdio/ |
H A D | xprintf_int.c | 262 int l, ngrp, rdx, sign, zext; in __printf_render_int() local
|