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()
1741 regexp + group_length); in test_string()
1758 regexp += group_length + 2; 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
1337 *group_length = gl; in xdr_ga_fattr_res()
1339 group_length = ≷ in xdr_ga_fattr_res()
1352 kmem_free(group_alloc, *group_length); in xdr_ga_fattr_res()
1360 *group_length) == 0) { in xdr_ga_fattr_res()
1366 gv.utf8string_len = *group_length; in xdr_ga_fattr_res()
1935 uint_t *group_length, gl; in xdr_ga_fattr_res_inline() local
1946 *group_length = gl; in xdr_ga_fattr_res_inline()
1948 group_length = ≷ in xdr_ga_fattr_res_inline()
1961 *group_length) == 0) { in xdr_ga_fattr_res_inline()
[all …]