Lines Matching refs:abbrev_end
159 unsigned long cur, abbrev_end; in SYS_FUNC() local
178 abbrev_end = start + max_strlen * sizeof(gid); in SYS_FUNC()
179 if (abbrev_end < start) in SYS_FUNC()
180 abbrev_end = end; in SYS_FUNC()
182 abbrev_end = end; in SYS_FUNC()
188 if (cur >= abbrev_end) { in SYS_FUNC()
213 unsigned long cur, abbrev_end; in SYS_FUNC() local
235 abbrev_end = start + max_strlen * sizeof(gid); in SYS_FUNC()
236 if (abbrev_end < start) in SYS_FUNC()
237 abbrev_end = end; in SYS_FUNC()
239 abbrev_end = end; in SYS_FUNC()
245 if (cur >= abbrev_end) { in SYS_FUNC()