Searched refs:offsets (Results 26 - 47 of 47) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm70 $opts{offsets} = [0];
166 if ($#{$self->{offsets}} < $n) {
174 $self->_seek($n); # we can do this now that offsets is populated
207 # It incidentally populates the offsets table
221 $self->_mtwrite($rec, $self->{offsets}[$n], length($oldrec));
265 my $n = $self->{eof} ? $#{$self->{offsets}} : $self->_fill_offsets;
305 $#{$self->{offsets}} = $len;
306 # $self->{offsets}[0] = 0; # in case we just chopped this
352 @{$self->{offsets}} = (0);
381 $#{$self->{offsets}}
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dsetupterm.c690 static char offsets[] = { local
703 if ((on_sequences[n] = str_array[offsets[n]]) != 0)
710 offsets[] = { local
744 for (n = 0; n < sizeof (offsets); n++) {
745 if ((!(off_sequences[n] = str_array[offsets[n]])) ||
H A Dllib-lcurses1002 int _tcsearch(char *cap, short offsets[], char *names[], int size, int n);
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dinit.c35 #include <grub/offsets.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/arc/
H A Dinit.c35 #include <grub/offsets.h>
/osnet-11/usr/src/grub/grub2/grub-core/boot/mips/
H A Dstartup_raw.S21 #include <grub/offsets.h>
24 #include <grub/offsets.h>
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dstartup_raw.S21 #include <grub/offsets.h>
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c775 loff_t *offsets; local
788 &offsets, &num_offsets,
822 if (offsets && num_offsets > 0)
823 munmap ((caddr_t) offsets, num_offsets * sizeof (*offsets));
H A Dgrub-mkfont.c439 grub_uint16_t offsets[0]; member in struct:gsub_lookup_list
540 + grub_be_to_cpu16 (lookups->offsets[lookup_index]));
H A Dgrub-mkimage.c32 #include <grub/offsets.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c146 #define RExC_offsets (pRExC_state->rx->offsets) /* I am not like the others */
418 /* Macros for recording node offsets. 20001227 mjd@plover.com
462 /* Get offsets and lengths */
1841 Newz(1304, r->offsets, 2*RExC_size+1, U32); /* MJD 20001228 */
1842 if (r->offsets) {
1843 r->offsets[0] = RExC_size;
1847 r->offsets ? "Got" : "Couldn't get",
4688 if (r->offsets) {
4690 U32 len = r->offsets[0];
4691 PerlIO_printf(Perl_debug_log, "Offsets: [%"UVuf"]\n\t", (UV)r->offsets[
[all...]
H A Dsv.c5445 * between UTF-8 and byte offsets. There are two (substr offset and substr
5482 * between UTF-8 and byte offsets. See also the comments of
5612 * byte offsets. See also the comments of S_utf8_mg_pos().
5688 * byte offsets. See also the comments of S_utf8_mg_pos().
9371 len = r->offsets[0];
9432 New(0, ret->offsets, 2*len+1, U32);
9433 Copy(r->offsets, ret->offsets, 2*len+1, U32);
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h243 int offsets[10]; \
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h371 Idx *offsets; member in struct:re_string_t
H A Dregexec.c215 least NMATCH elements, and we set them to the offsets of the
303 If REGS is not NULL, and BUFP->no_sub is not set, the offsets of the match
304 and all groups is stored in REGS. (For the "_2" variants, the offsets are
940 : mctx.input.offsets[pmatch[reg_idx].rm_so]);
944 : mctx.input.offsets[pmatch[reg_idx].rm_eo]);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c2214 shp->offsets[0] = -1;
2215 shp->offsets[1] = 0;
2244 shp->offsets[0] = -1;
2245 shp->offsets[1] = 0;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c855 /* offsets are equal */
2425 xsp_offset_t *osp, *offsets; local
2453 osp = offsets =
2503 update_params.osp = (uintptr_t)offsets;
2516 Free(offsets);
3442 * been updated the virtual offsets in the unit structure
5689 * if the offsets aren't equal, only increment the
5752 "%s: unit structure and extent header offsets differ.\n"),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL105 offsets for you. This was especially useful for people looking at
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com1217 OFFSETS = $(LIBCDIR)/$(MACH)/offsets.in
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com1297 OFFSETS = $(LIBCDIR)/$(MACH)/offsets.in
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com1221 OFFSETS = $(LIBCDIR)/$(MACH)/offsets.in
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile1147 OFFSETS = $(LIBCDIR)/$(MACH)/offsets.in

Completed in 157 milliseconds

12