Searched refs:ingroup (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dbase64.c192 unsigned char ingroup[3];
197 memcpy(ingroup, extra, len);
198 memset(ingroup + len, 0, 3 - len);
199 encode_group(ingroup, outgroup);
274 unsigned char ingroup[3];
278 encode_bytes(encoded, str->data, str->len, ingroup, &ingrouplen, &linelen,
280 encode_partial_group(encoded, ingroup, ingrouplen, linelen,
521 unsigned char ingroup[4];
525 decode_bytes(decoded, str->data, str->len, ingroup, &ingrouplen, &done);
541 unsigned char ingroup[
190 unsigned char ingroup[3]; local
272 unsigned char ingroup[3]; local
518 unsigned char ingroup[4]; local
538 unsigned char ingroup[3]; local
[all...]
/freebsd-10.1-release/usr.bin/wall/
H A Dwall.c101 int ingroup; local
152 ingroup = 0;
156 for (g = grouplist; g && ingroup == 0; g = g->next) {
160 ingroup = 1;
164 ingroup = 1;
170 if (ingroup == 0)
/freebsd-10.1-release/usr.sbin/lpr/lpc/
H A Dlpc.c87 static int ingroup(const char *_grname);
111 ingroup(LPR_OPER) == 0) {
213 ingroup(LPR_OPER) == 0) {
351 ingroup(const char *grname) function
/freebsd-10.1-release/contrib/binutils/ld/
H A Dlexsup.c564 int ingroup = 0; local
1400 if (ingroup)
1404 ingroup = 1;
1407 if (! ingroup)
1411 ingroup = 0;
1442 if (ingroup)

Completed in 158 milliseconds