Searched refs:offset (Results 526 - 550 of 550) sorted by relevance

<<2122

/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c190 * know that we have spinlocks, so the offset is going
239 * provides access to the transaction ID and the offset in the transaction
847 (long)ckp_lsn.file, (long)ckp_lsn.offset,
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3944 loc->offset = ftell(etcf);
3988 loc->offset = ftell(etcf);
4004 loc->offset = ftell(etcf);
4024 loc->offset = ftell(etcf);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c2471 sdh_data->offset = sds_header->offset;
2488 sii_data->offset = sds_header->offset;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm278 pos Regexp find or set the offset for the last/next m//g search
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s204 andcc %o5, 7, %o0 ! %o0 has src offset
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s86 and %l0, 3, %g1 ! dst<1:0> to examine offset
88 cmp %g1, 1 ! dst offset of 1 or 5
93 cmp %g1, 3 ! dst offset of 3 or 7
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c1261 i = d - SvPVX(sv); /* remember current offset */
1488 STRLEN offset = d - SvPVX(sv); local
1490 d = SvGROW(sv, SvLEN(sv) + hicount + 1) + offset;
6983 int offset = s - SvPVX(PL_linestr); local
6985 &offset, (char*)termstr, termlen);
6986 char *ns = SvPVX(PL_linestr) + offset;
H A Dproto.h204 PERL_CALLCONV UV Perl_do_vecget(pTHX_ SV* sv, I32 offset, I32 size);
727 PERL_CALLCONV void Perl_sv_insert(pTHX_ SV* bigsv, STRLEN offset, STRLEN len, char* little, STRLEN littlelen);
744 PERL_CALLCONV bool Perl_sv_cat_decode(pTHX_ SV* dsv, SV *encoding, SV *ssv, int *offset, char* tstr, int tlen);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl2747 my ($offset, $sub, $found);
2753 not defined $offset # Not caught
2754 or $offset < 0
2759 $offset = $line - $subs{$sub}->[0];
2760 $offset = "+$offset", last SUBS
2761 if $offset >= 0;
2764 if (defined $offset) {
2766 "break $offset if $dbline{$line}";
5158 # If there's no offset, us
[all...]
H A DCPAN.pm5753 my($self,$ref,$length,$offset) = @_;
5754 die "read with offset not implemented" if defined $offset;
H A DCGI.pm1019 my($self, $buff, $len, $offset) = @_;
1022 ? $self->r->read($$buff, $len, $offset)
1023 : read(\*STDIN, $$buff, $len, $offset);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dac.c67 size_t offset; /* Offset in the cipher-specific spec
719 offset to use is zero. */
725 values is not prefixed with a list name, therefore the offset
1620 + ac_key_generate_specs[i].offset);
66 size_t offset; /* Offset in the cipher-specific spec member in struct:gcry_ac_key_generate_spec
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c717 * applied to files opened with O_APPEND. The offset argument is ignored and
729 off_t offset)
739 offset));
780 * or SYS_getdents64. name_offset should be the the byte offset of
783 * the byte offset of the d_reclen field in the aforementioned dirent
728 s10_pwrite(sysret_t *rval, int fd, const void *bufferp, size_t num_bytes, off_t offset) argument
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c198 #define stknew(s,p) ((p)->offset=stktell(s),(p)->base=stkfreeze(s,0))
199 #define stkold(s,p) stkset(s,(p)->base,(p)->offset)
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c8860 size_t offset; local
8862 offset = strlen(ZONE_AUTH_PREFIX);
8863 if ((strncmp(*auth, ZONE_AUTH_PREFIX, offset) == 0) &&
8866 *auth += offset;
8871 *auth += offset;
9122 size_t offset; local
9124 offset = strlen(ZONE_AUTH_PREFIX);
9157 ZONE_AUTH_PREFIX, offset) == 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm636 string using the length and offset information in the struct:
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcpy.s123 andcc %o5, 7, %o0 ! %o0 has src offset
/osnet-11/usr/src/common/mpi/
H A Dmpi.c3839 /* {{{ s_mp_add_offset(a, b, offset) */
3841 /* Compute a = |a| + ( |b| * (RADIX ** offset) ) */
3842 mp_err s_mp_add_offset(mp_int *a, mp_int *b, mp_size offset) argument
3855 lim = MP_USED(b) + offset;
3867 for(ib = 0, ia = offset; ib < lim; ib++, ia++) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs532 int offset = mptr - mbase; \
538 mptr = mbase + offset; \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1023 use overload '""' => sub { "$_[0]->{error}, detected at offset $_[0]->{pos}" };
2157 Accessing C<$@-E<gt>{pos}> returns the offset into the original string at
2159 Printing C<$@> directly produces the error message, with the offset appended.
/osnet-11/usr/src/cmd/parted/
H A Dparted.c2053 offset and alignment requirements. Also return true if there is
2071 bool ok = (part->geom.start % pa->grain_size == pa->offset);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1402 Set the byte offset at which to begin the next data transfer. Net::FTP simply
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure4025 lcall *(offset)
4026 offset:
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex378 % offset so that the space between them is truly \outerhsize or \outervsize
6758 % 4) hoffset; 5) binding offset; 6) topskip; 7) physical page height; 8)
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex428 % offset so that the space between them is truly \outerhsize or \outervsize
8605 % 3) voffset; 4) hoffset; 5) binding offset; 6) topskip;

Completed in 451 milliseconds

<<2122