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

<<2122

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c28 /* The cache element 0 is the Unicode offset;
29 * the cache element 1 is the byte offset of the element 0;
1556 Remove any string offset. You should normally use the C<SvOOK_off> macro
1607 else if (SvOOK(sv)) { /* pv is offset? */
4947 Inserts a string at the specified offset/length within the SV. Similar to
4954 Perl_sv_insert(pTHX_ SV *bigstr, STRLEN offset, STRLEN len, char *little, STRLEN littlelen) argument
4968 if (offset + len > curlen) {
4969 SvGROW(bigstr, offset+len+1);
4970 Zero(SvPVX(bigstr)+curlen, offset+len-curlen, char);
4971 SvCUR_set(bigstr, offset
6168 Off_t offset = PerlIO_tell(fp); local
11525 Perl_sv_cat_decode(pTHX_ SV *dsv, SV *encoding, SV *ssv, int *offset, char *tstr, int tlen) argument
[all...]
/osnet-11/usr/src/lib/librdc/common/
H A Drdcpersist.c565 replace_entry(int offset, char *entry) argument
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h653 uint64_t offset; member in struct:_HfsJJournalInfoBlock
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c394 def->address = segment.offset;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dcpio.c681 return (grub_disk_read (data->disk, 0, data->dofs + file->offset,
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.s215 add %i2, %i3, %i2 ! start adjusting offset s1-s2
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s215 add %i2, %i3, %i2 ! start adjusting offset s1-s2
H A Dstrcpy.s119 and %o2, 3, %g4 ! dst<1:0> to examine offset
121 cmp %g4, 1 ! dst offset of 1 or 5
124 cmp %g4, 3 ! dst offset of 3 or 7
/osnet-11/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h493 offset_t offset, int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp);
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu.c826 readoff = grub_be_to_cpu32 (archs[i].offset);
832 readoff = grub_be_to_cpu32 (archs[i].offset);
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h1317 grub_efi_uint64_t offset,
1322 grub_efi_uint64_t offset,
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.c116 * (the ip hdr and arp requests) we offset the packet by 2 bytes.
242 uint16_t add_ipchksums(unsigned long offset, uint16_t sum, uint16_t new) argument
247 if (offset & 1) {
248 /* byte swap the sum if it came from an odd offset
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c526 int err, write, fd, front_index, rear_index, offset; local
652 offset = (8 + (front_index + path_struct->slot)*4);
654 offset = (8 + (rear_index + path_struct->slot)*4);
657 elem = (struct device_element *)(page_buf + offset);
737 elem = (struct device_element *)(page_buf + offset);
4239 /* error in SSC100 offset pointer */
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c856 int offset = staktell(); local
859 tp = nv_open(stakptr(offset), sh.var_tree, NV_NOADD|NV_VARNAME);
860 stakseek(offset);
H A Djobs.c1206 int offset; local
1210 cp++,flag= &offset;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
321 static off_t fcc_lseek(krb5_fcc_data *data, off_t offset, int whence) argument
328 offset -= (data->valid_bytes - data->cur_offset);
331 return lseek(data->file, offset, whence);
1461 /* Write time offset tag */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm663 my $offset = 0;
666 push @res, sprintf("Copy(%s,$dest+$offset,%u,char);",
668 $offset += length $str;
670 push @res, sprintf("%s[%u] = '\\0';", $dest, $offset);
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2270 size_t keybytes, keylength, offset; local
2281 offset = 0;
2290 if (dh_key_len - offset < sizeof(md))
2291 (void) memcpy(buf + offset, md, dh_key_len - offset);
2293 (void) memcpy(buf + offset, md, sizeof(md));
2295 offset += sizeof(md);
2297 } while (offset < dh_key_len);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c986 partmapsector = grub_partition_get_start (part->parent) + part->offset;
989 if (grub_disk_read (disk, part->offset, 0, GRUB_DISK_SECTOR_SIZE, buf.raw)
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s66 * Depending on destination offset (last 2 bits of destination)
72 * Depending on the source offset (last 4 bits of source address) align
240 andcc %o5, 7, %o0 ! %o0 has src offset
355 ! to correct 8 byte offset
1249 ! to correct 8 byte offset
1817 ! Determine source alignment to correct 8 byte offset
2321 bz,pn %ncc, .blkcpy ! src offset in %l1
2329 ! Falls through when source offset is equal to 8 i.e.
2361 add %i1, %l1, %i1 ! increment the source by src offset
2403 add %i1, %l1, %i1 ! increment the source by src offset
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dpager.c363 static void store32bits(u32 val, PgHdr *p, int offset){ argument
365 ac = &((unsigned char*)PGHDR_TO_DATA(p))[offset];
782 ** at offset pPager->ckptJSize.
/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h199 unsigned long offset; /* data offset */ member in struct:ppmember
465 #define ARGOFFSET '1' /* macro arg mark offset */
720 unsigned long begin; /* beginning output offset */
721 unsigned long end; /* ending output offset */
/osnet-11/usr/src/lib/libcmd/common/
H A Djoin.c848 if (opt_info.offset == 0)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c821 __re_size_t offset = match_first - mctx.input.raw_mbs_idx;
822 if (BE (offset >= (__re_size_t) mctx.input.valid_raw_len, 0))
829 offset = match_first - mctx.input.raw_mbs_idx;
834 ? 0 : re_string_byte_at (&mctx.input, offset));
928 /* At last, add the offset to the each registers, since we slided
818 __re_size_t offset = match_first - mctx.input.raw_mbs_idx; local
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h79 typedef u_int16_t db_indx_t; /* Page offset type. */
122 u_int32_t doff; /* RO: get/put record offset. */
722 * offset within that file. The fileid is an unsigned 4-byte quantity that
724 * counter inside the log. The offset is also an unsigned 4-byte value. The
725 * log manager guarantees the offset is never more than 4 bytes by switching
727 * offset is reached.
731 u_int32_t offset; /* File offset. */ member in struct:__db_lsn
749 u_int32_t st_cur_offset; /* Current log file offset. */
815 int32_t lsn_offset; /* LSN offset i
[all...]

Completed in 179 milliseconds

<<2122