Searched refs:range (Results 51 - 75 of 90) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl413 /* the OP_IS_(SOCKET|FILETEST) macros are optimized to a simple range
415 <DATA> table. opcode.pl verifies the range contiguity. */
433 die "Invalid range of ops: $first .. $last\n" unless $last;
437 # verify that op-ct matches 1st..last range (and fencepost)
845 range flipflop ck_null | S S
846 flip range (or flip) ck_null 1 S S
847 flop range (or flop) ck_null 1
H A Dsafeops.t225 range SKIP
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c47 Idx start, regoff_t range,
52 regoff_t range, Idx stop,
326 re_search (bufp, string, length, start, range, regs)
330 regoff_t range;
333 return re_search_stub (bufp, string, length, start, range, length, regs,
355 re_search_2 (bufp, string1, length1, string2, length2, start, range, regs, stop)
359 regoff_t range;
363 start, range, regs, stop, false);
374 Idx start, regoff_t range, struct re_registers *regs,
406 rval = re_search_stub (bufp, str, len, start, range, sto
329 regoff_t range; variable
358 regoff_t range; variable
370 re_search_2_stub(struct re_pattern_buffer *bufp, const char *string1, Idx length1, const char *string2, Idx length2, Idx start, regoff_t range, struct re_registers *regs, Idx stop, bool ret_len) argument
418 re_search_stub(struct re_pattern_buffer *bufp, const char *string, Idx length, Idx start, regoff_t range, Idx stop, struct re_registers *regs, bool ret_len) argument
[all...]
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxdate.c68 * parse cron range into set
73 range(register char* s, char** e, char* set, int lo, int hi) function
567 if ((k = range(t, &t, hit, 0, 59)) < 0)
588 if ((k = range(t, &t, hit, 0, 23)) < 0)
609 if ((k = range(t, &t, hit, 1, 31)) < 0)
618 if ((k = range(t, &t, mon, 1, 12)) < 0)
630 if ((k = range(t, &t, day, 0, 6)) < 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL185 Two addresses select a range that begins whenever the first address
189 the range. Likewise, if the second address is a matching pattern, the
191 begin of another range. If both addresses are line numbers,
241 The line, or range of lines, selected by the address is deleted.
243 is written to standard output. With an address range, this occurs at
244 the end of the range.
711 # Change (c command): is special due to range end watching
895 A character range is written as two characters separated by B<-> and
918 a range.
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c102 } range; typedef in typeref:struct:__anon69
106 static range *ranges; /* Array containing all Inode-Ranges for undelete */
107 static long nr_entries; /* Number of range entries */
141 /* alloc mem for range table */
142 ranges = (range *) malloc((p + 1) * sizeof(range));
160 /* RANGE - Check for range */
162 /* get range end */
166 ntfs_log_error("ERROR: Missing range end!\n");
196 /* put inode into range lis
[all...]
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c211 ctx->range = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm375 This pragma also affects encoding of the 0x80..0xFF code point range:
376 normally characters in that range are left as eight-bit bytes (unless
379 the C<encoding> pragma is present, even the 0x80..0xFF range always
H A DEncode.pm365 I<character>: a character in the range 0..(2**32-1) (or more).
370 I<byte>: a character in the range 0..255
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl116 set dots [string range {......................................} $len end]
118 set sp2 [string range { } $len end]
161 set stars [string range $stars $len end]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c2397 ranges at least in EBCDIC 0..255 range the bottom odd.
2468 if (t < tend && NATIVE_TO_UTF(*t) == 0xff) { /* illegal utf8 val indicates range */
2482 if (r < rend && NATIVE_TO_UTF(*r) == 0xff) { /* illegal utf8 val indicates range */
2497 /* now see which range will peter our first, if either. */
3594 LOGOP *range; local
3600 NewOp(1101, range, 1, LOGOP);
3602 range->op_type = OP_RANGE;
3603 range->op_ppaddr = PL_ppaddr[OP_RANGE];
3604 range->op_first = left;
3605 range
3842 LOGOP* range = (LOGOP*) flip->op_first; local
[all...]
H A Dregcomp.c1792 codepoints outside of the byte range, such as via \x{100}. If we
3555 register IV range = 0; local
3575 if (UCHARAT(RExC_parse) == '^') { /* Complement of range. */
3609 if (!range)
3743 /* a bad range like a-\d, a-[:digit:] ? */
3744 if (range) {
3748 "False [] range \"%*.*s\"",
3763 range = 0; /* this was not a true range */
4098 if (range) {
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables78 ## each range).
80 ## For example, a range ASCII LETTERS would be represented as:
84 sub RANGE_START() { 0 } ## index into range element
85 sub RANGE_END() { 1 } ## index into range element
86 sub RANGE_NAME() { 2 } ## index into range element
229 ## Given a new code point, make the last range of the Table extend to
245 ## Given a code point range start and end (and optional name), blindly
276 ## If we've already got a range working, and this code point is the next
277 ## one in line, and if the name is the same, just extend the current range.
294 ## Given a code point range startin
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dparted.c276 * within the required range.
279 snap (PedSector* sector, PedSector new_sector, PedGeometry* range) argument
281 PED_ASSERT (ped_geometry_test_sector_inside (range, *sector), return 0);
282 if (!ped_geometry_test_sector_inside (range, new_sector))
300 /* Find the preferred way to adjust the sector s inside range.
301 * If a move isn't allowed or is out of range it can't be selected.
310 prefer_snap (PedSector s, int what, PedGeometry* range, EMoves* allow, argument
326 if (ped_geometry_test_sector_inside (range, new_sect))
334 if (ped_geometry_test_sector_inside (range, new_sect))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm1301 error("context of range unknown at compile-time");
1974 it behaves as a range or a flip/flop. Standard perl delays until
1979 sub range { (shift @a)..(shift @a) }
1980 print range();
1981 while (@a) { print scalar(range()) }
H A DXref.pm175 if ($opname =~ /^(or|and|mapwhile|grepwhile|range|cond_expr)$/) {
H A DDeparse.pm2056 sub range { subroutine
2071 return $self->range($flip->first, $cx, $type);
3805 for my $range (@newfrom) {
3806 if ($range->[0] <= $range->[1]) {
3807 push @from, $range;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm1028 second number in a range is less than or equal to the first then the range
1057 The set is specified as a list of characters, or as a range of characters
1058 where the beginning and end of the range are separated by a minus (or dash)
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py62 BCF_LOAD_SILENT_FAILURE) = range(6)
84 IDX_MODE) = range(7)
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c34 ERROR: _MXHOSTBUFSIZE is out of range
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8.pm120 containing characters in the range 0x80-0xFF (oon ASCII and
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree.c3049 char range[20]; local
3061 sprintf(range,"%d..%d", idx, idx+sz-1);
3071 i, range, (int)pCell->h.leftChild,
3082 printf("ERROR: next cell index out of range: %d\n", idx);
3090 sprintf(range,"%d..%d", idx, idx+p->iSize-1);
3093 i, range, SWAB16(pBt, p->iSize), nFree);
3098 printf("ERROR: next freeblock index out of range: %d\n", idx);
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c506 if (fputs(dgettext(TEXT_DOMAIN, "Address range"), where) == EOF)
1437 return (dgettext(TEXT_DOMAIN, "Missing SPI range"));
1449 return (dgettext(TEXT_DOMAIN, "Duplicate SPI range"));
1461 return (dgettext(TEXT_DOMAIN, "Malformed SPI range"));
2575 print_spirange(FILE *file, char *prefix, struct sadb_spirange *range) argument
2579 htonl(range->sadb_spirange_min),
2580 htonl(range->sadb_spirange_max));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm170 =item * Entity number out of range
172 An entity specified by number (dec, hex, oct) is out of range (1-255).
1136 -msg => "Entity number out of range " . $_->raw_text()});
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm350 concat repeat join range

Completed in 99 milliseconds

1234