Home
last modified time | relevance | path

Searched refs:inarray (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/newgrp/
H A Dnewgrp.c49 static int inarray(gid_t, const gid_t[], int);
198 if (grp->gr_gid != egid && inarray(grp->gr_gid, grps, ngrps)) { in addgroup()
223 if (egid != grp->gr_gid && !inarray(egid, grps, ngrps)) { in addgroup()
242 inarray(gid_t gid, const gid_t grps[], int ngrps) in inarray() function
/freebsd/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c1921 u8_textprep_str(char *inarray, size_t *inlen, char *outarray, size_t *outlen, in u8_textprep_str() argument
1961 if (inarray == NULL || *inlen == 0) in u8_textprep_str()
1969 ib = (uchar_t *)inarray; in u8_textprep_str()