Searched refs:group_length (Results 1 – 3 of 3) sorted by relevance
713 unsigned int group_length; in test_string() local1639 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 …]
136 unsigned int group_length; in regcmp() local689 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()
1250 uint_t *group_length, gl; in xdr_ga_fattr_res() local1262 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 …]