Home
last modified time | relevance | path

Searched refs:group_length (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c711 unsigned int group_length; in test_string() local
1637 group_length = in test_string()
1641 group_length += (unsigned int)*regexp; in test_string()
1651 regexp += group_length; in test_string()
1683 group_length = in test_string()
1687 group_length += (unsigned int)*regexp; in test_string()
1700 regexp += group_length; in test_string()
1734 group_length = in test_string()
1738 group_length += (unsigned int)*regexp; in test_string()
1741 regexp + group_length); in test_string()
[all …]
H A Dregcmp.c136 unsigned int group_length; in regcmp() local
689 group_length = (unsigned int) in regcmp()
691 if (group_length >= 1024) { in regcmp()
695 high_bits = group_length >> in regcmp()
697 low_bits = group_length & in regcmp()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c1324 uint_t *group_length, gl; in xdr_ga_fattr_res() local
1336 group_length = &pug->g_curr.utf8string_len; in xdr_ga_fattr_res()
1337 *group_length = gl; in xdr_ga_fattr_res()
1339 group_length = ≷ in xdr_ga_fattr_res()
1343 if (*group_length > MAX_OG_NAME || pug == NULL) in xdr_ga_fattr_res()
1345 kmem_alloc(*group_length, KM_SLEEP); in xdr_ga_fattr_res()
1350 if (!xdr_opaque(xdrs, group_val, *group_length)) { in xdr_ga_fattr_res()
1352 kmem_free(group_alloc, *group_length); in xdr_ga_fattr_res()
1358 *group_length == pug->g_last.utf8string_len && in xdr_ga_fattr_res()
1360 *group_length) == 0) { in xdr_ga_fattr_res()
[all …]