Searched refs:ranges (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Datexit.c154 * which fall within the union of the ranges specified by the elements
195 * the union of the ranges specified by the elements of the array range.
256 * the union of the ranges specified by the elements of the array range.
280 * executes the exit handlers that fall within the union of the ranges
325 in_range(_exithdlr_func_t addr, Lc_addr_range_t ranges[], uint_t count) argument
330 if ((void *)addr >= ranges[idx].lb &&
331 (void *)addr < ranges[idx].ub) {
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c91 grub_uint32_t *ranges; member in struct:grub_font_info
481 } __attribute__ ((packed)) ranges[0]; member in struct:gsub_coverage_ranges
600 for (m = grub_be_to_cpu16 (cover->ranges[l].start);
601 m <= grub_be_to_cpu16 (cover->ranges[l].end); m++)
686 for (j = font_info->ranges[i * 2]; j <= font_info->ranges[i * 2 + 1];
1070 font_info.ranges = xrealloc (font_info.ranges,
1075 font_info.ranges[font_info.num_range * 2] = a;
1076 font_info.ranges[font_inf
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c106 static range *ranges; /* Array containing all Inode-Ranges for undelete */ variable
112 * Parses the optarg after parameter -u for valid ranges
142 ranges = (range *) malloc((p + 1) * sizeof(range));
143 if (ranges == NULL) {
186 ranges[nr_entries].begin = range_begin;
187 ranges[nr_entries].end = range_end;
197 ranges[nr_entries].begin = inode;
198 ranges[nr_entries].end = inode;
209 ranges[nr_entries].begin = inode;
210 ranges[nr_entrie
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c126 _ure_range_t *ranges; member in struct:__anon1036
501 for (i = 0, rp = ccl->ranges;
513 ccl->ranges = (_ure_range_t *) malloc(sizeof(_ure_range_t) << 3);
515 ccl->ranges = (_ure_range_t *)
516 realloc((char *) ccl->ranges,
521 rp = ccl->ranges + ccl->ranges_used;
718 * Construct a list of ranges and return the number of characters consumed.
1066 memcmp((char *) a->sym.ccl.ranges, (char *) b->sym.ccl.ranges,
1099 * Free up any ranges use
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c3821 scf_count_ranges_destroy(scf_count_ranges_t *ranges) argument
3823 if (ranges == NULL)
3826 ranges->scr_num_ranges = 0;
3827 free(ranges->scr_min);
3828 free(ranges->scr_max);
3829 ranges->scr_min = NULL;
3830 ranges->scr_max = NULL;
3834 scf_int_ranges_destroy(scf_int_ranges_t *ranges) argument
3836 if (ranges == NULL)
3839 ranges
3863 _scf_tmpl_get_count_ranges(const scf_prop_tmpl_t *t, const char *prop, scf_count_ranges_t *ranges) argument
3962 _scf_tmpl_get_int_ranges(const scf_prop_tmpl_t *t, const char *prop, scf_int_ranges_t *ranges) argument
4063 scf_tmpl_value_count_range_constraints(const scf_prop_tmpl_t *t, scf_count_ranges_t *ranges) argument
4071 scf_tmpl_value_int_range_constraints(const scf_prop_tmpl_t *t, scf_int_ranges_t *ranges) argument
4079 scf_tmpl_value_count_range_choices(const scf_prop_tmpl_t *t, scf_count_ranges_t *ranges) argument
4087 scf_tmpl_value_int_range_choices(const scf_prop_tmpl_t *t, scf_int_ranges_t *ranges) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm179 It is worth drawing particular attention to the expected ranges for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm406 as the keys, and the code point ranges (see L</charblock>) as the values.
424 and the code point ranges (see L</charscript>) as the values.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm212 1048576 more characters. Now we can store character ranges up to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm157 desired ranges of paragraphs in the desired set of sections. A range
563 =item B<-ranges>
617 #! ## Select the desired paragraph ranges
618 #! $pod_parser->select(@{ $opts{'-ranges'} })
619 #! if ( (defined $opts{'-ranges'})
620 #! && ((ref $opts{'-ranges'}) eq 'ARRAY') );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm387 =head2 tr/// with ranges
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL155 arbitrarily to construct ranges. Lines are numbered across all input files.
891 A I<bracket expression> is a list of characters, character ranges
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm1059 character, or as any combination of lists and ranges. The dash can

Completed in 1754 milliseconds