Searched refs:inarray (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.bin/newgrp/ |
| H A D | newgrp.c | 49 static int inarray(gid_t, const gid_t[], int); 203 if (grp->gr_gid != egid && inarray(grp->gr_gid, grps, ngrps)) { in addgroup() 227 if (!inarray(egid, grps, ngrps)) { in addgroup() 246 inarray(gid_t gid, const gid_t grps[], int ngrps) in inarray() 242 inarray(gid_t gid, const gid_t grps[], int ngrps) inarray() function
|
| /freebsd/sys/contrib/openzfs/module/unicode/ |
| H A D | u8_textprep.c | 1943 u8_textprep_str(char *inarray, size_t *inlen, char *outarray, size_t *outlen, in u8_textprep_str() argument 1985 if (inarray == NULL || *inlen == 0) in u8_textprep_str() 1993 ib = (uchar_t *)inarray; in u8_textprep_str()
|