Lines Matching defs:opt_end
70 struct t_opthdr *opt_start, *opt_end;
144 opt_end = (struct t_opthdr *)((char *)opt_start + optlen);
151 > (uchar_t *)opt_end) {
161 for (opt = opt_start; opt < opt_end; opt = next_opt) {
167 > (uchar_t *)opt_end) {
182 * 'opt_end' for last option is roundup unless
193 ((next_opt >= opt_end) &&
194 (((uchar_t *)next_opt - (uchar_t *)opt_end) >=
206 if (next_opt < opt_end) {
213 opt_end = next_opt;