Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/regex/
H A Dregex.c713 unsigned int group_length; in test_string() local
1639 group_length = in test_string()
1643 group_length += (unsigned int)*regexp; in test_string()
1653 regexp += group_length; in test_string()
1685 group_length = in test_string()
1689 group_length += (unsigned int)*regexp; in test_string()
1702 regexp += group_length; in test_string()
1736 group_length = in test_string()
1740 group_length += (unsigned int)*regexp; in test_string()
1743 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()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c1250 uint_t *group_length, gl; in xdr_ga_fattr_res() local
1262 group_length = &pug->g_curr.utf8string_len; in xdr_ga_fattr_res()
1263 *group_length = gl; in xdr_ga_fattr_res()
1265 group_length = ≷ in xdr_ga_fattr_res()
1269 if (*group_length > MAX_OG_NAME || pug == NULL) in xdr_ga_fattr_res()
1271 kmem_alloc(*group_length, KM_SLEEP); in xdr_ga_fattr_res()
1276 if (!xdr_opaque(xdrs, group_val, *group_length)) { in xdr_ga_fattr_res()
1278 kmem_free(group_alloc, *group_length); in xdr_ga_fattr_res()
1284 *group_length == pug->g_last.utf8string_len && in xdr_ga_fattr_res()
1286 *group_length) == 0) { in xdr_ga_fattr_res()
[all …]