Searched refs:size (Results 1 – 3 of 3) sorted by relevance
/grp/ |
A D | initgroups.c | 46 internal_getgrouplist (const char *user, gid_t group, long int *size, in internal_getgrouplist() argument 56 int n = __nscd_getgrouplist (user, group, size, groupsp, limit); in internal_getgrouplist() 68 assert (*size > 0); in internal_getgrouplist() 98 status = compat_call (nip, user, group, &start, size, groupsp, in internal_getgrouplist() 101 status = DL_CALL_FCT (fct, (user, group, &start, size, groupsp, in internal_getgrouplist() 145 long int size = MAX (1, *ngroups); in getgrouplist() local 147 gid_t *newgroups = (gid_t *) malloc (size * sizeof (gid_t)); in getgrouplist() 183 long int size; in nss_interface_function() 195 size = MIN (limit, 64); in nss_interface_function() 198 size = 16; in nss_interface_function() [all …]
|
A D | compat-initgroups.c | 14 long int *size, gid_t **groupsp, long int limit, int *errnop) 76 if (__glibc_unlikely (*start == *size)) 82 if (limit > 0 && *size == limit) 87 newsize = 2 * *size; 89 newsize = MIN (limit, 2 * *size); 96 *size = newsize;
|
A D | grp-merge.c | 25 #define BUFCHECK(size) \ argument 29 if (c + (size) > buflen) \
|
Completed in 7 milliseconds