Searched defs:pos (Results 151 - 172 of 172) sorted by relevance

1234567

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c350 off_t pos; member in struct:_krb5_fcc_cursor
2011 fcursor->pos = fcc_lseek(data, (off_t) 0, SEEK_CUR);
2060 kret = (fcc_lseek(d, fcursor->pos, SEEK_SET) == (off_t) -1);
2091 fcursor->pos = fcc_lseek(d, (off_t) 0, SEEK_CUR);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c971 grub_off_t pos = pos0; local
977 if (!data->extent || data->extstart > pos || data->extino != ino
978 || data->exttree != tree || data->extend <= pos)
987 key_in.offset = grub_cpu_to_le64 (pos);
1028 if (data->extend <= pos)
1034 csize = data->extend - pos;
1035 extoff = pos - data->extstart;
1143 pos += csize;
1146 return pos - pos0;
H A Dext2.c518 grub_off_t pos, grub_size_t len, char *buf)
521 pos, len, buf, grub_ext2_read_block,
514 grub_ext2_read_file(grub_fshelp_node_t node, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
H A Dhfsplus.c382 grub_off_t pos, grub_size_t len, char *buf)
385 pos, len, buf, grub_hfsplus_read_block,
377 grub_hfsplus_read_file(grub_fshelp_node_t node, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
H A Dnilfs2.c635 grub_off_t pos, grub_size_t len, char *buf)
638 pos, len, buf, grub_nilfs2_read_block,
629 grub_nilfs2_read_file(grub_fshelp_node_t node, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
H A Dudf.c559 grub_off_t pos, grub_size_t len, char *buf)
573 grub_memcpy (buf, ptr + pos, len);
584 pos, len, buf, grub_udf_read_block,
555 grub_udf_read_file(grub_fshelp_node_t node, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c4701 int pos = 0; local
4745 pos = 0;
4798 pos++;
4820 pos = 0;
4824 pos += bp - buf;
4860 pos = 0;
4884 pos >= mci->mci_mailer->m_linelimit - 1 &&
4915 pos++;
4955 pos = 0;
4972 pos
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmg.c1677 SSize_t pos; local
1697 pos = SvIV(sv) - PL_curcop->cop_arybase;
1705 if (pos < 0) {
1706 pos += len;
1707 if (pos < 0)
1708 pos = 0;
1710 else if (pos > (SSize_t)len)
1711 pos = len;
1714 I32 p = pos;
1716 pos
[all...]
H A Dpp.c619 register I32 pos; local
638 pos = len;
639 if (pos <= 0)
641 if (pos > PL_maxscream) {
643 PL_maxscream = pos + 80;
648 PL_maxscream = pos + pos / 4;
663 while (--pos >= 0) {
664 ch = s[pos];
666 snext[pos]
2947 I32 pos; local
[all...]
H A Dpp_sys.c5717 Off_t pos; local
5721 pos = PerlLIO_lseek(fd, (Off_t)0, SEEK_CUR); /* get pos to restore later */
5722 if (pos > 0) /* is seekable and needs to be repositioned */
5724 pos = -1; /* seek failed, so don't seek back afterwards */
5759 if (pos > 0) /* need to restore position of the handle */
5760 PerlLIO_lseek(fd, pos, SEEK_SET); /* ignore error here */
H A Ddoio.c1104 Perl_do_seek(pTHX_ GV *gv, Off_t pos, int whence) argument
1114 return PerlIO_seek(fp, pos, whence) >= 0;
1123 Perl_do_sysseek(pTHX_ GV *gv, Off_t pos, int whence) argument
1129 return PerlLIO_lseek(PerlIO_fileno(fp), pos, whence);
H A Dperlio.c4899 PerlIO_setpos(PerlIO *f, SV *pos) argument
4902 if (SvOK(pos)) {
4904 Off_t *posn = (Off_t *) SvPV(pos, len);
4914 PerlIO_setpos(PerlIO *f, SV *pos) argument
4917 if (SvOK(pos)) {
4919 Fpos_t *fpos = (Fpos_t *) SvPV(pos, len);
4936 PerlIO_getpos(PerlIO *f, SV *pos) argument
4940 sv_setpvn(pos, (char *) &posn, sizeof(posn));
4946 PerlIO_getpos(PerlIO *f, SV *pos) argument
4956 sv_setpvn(pos, (cha
[all...]
H A Dtoke.c5022 /* remember buffer pos'n for later force_word */
5745 if (strEQ(d,"pos")) return KEY_pos;
8011 char *pos = s; local
8013 if (*pos == 'v') pos++; /* get past 'v' */
8014 while (pos < PL_bufend && (isDIGIT(*pos) || *pos == '_'))
8015 pos++;
8016 if ( *pos !
[all...]
H A Dutil.c630 register I32 pos; local
639 ? (pos = PL_screamfirst[BmRARE(littlestr)]) < 0
640 : (((pos = *old_posp), pos += PL_screamnext[pos]) == 0)) {
655 /* The value of pos we can start at: */
658 /* The value of pos we can stop at: */
671 while (pos < previous + start_shift) {
672 if (!(pos += PL_screamnext[pos]))
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c549 static void rescue_sector(void *fd, off_t pos, void *buff) argument
555 if (lseek(*(int *)fd, pos, SEEK_SET) == (off_t)-1)
558 if (vol->u.dev->d_ops->seek(dev, pos, SEEK_SET) == (off_t)-1)
564 (unsigned long long)pos);
622 off_t pos; local
624 pos = (off_t)(lcn * vol->cluster_size);
626 if (vol->u.dev->d_ops->seek(vol->u.dev, pos, SEEK_SET) == (off_t)-1)
632 if (lseek(fd_out, pos, SEEK_SET) == (off_t)-1)
735 s64 pos = 0, count; local
748 while (pos < sle64_to_cp
1089 s64 i, pos, count; local
1154 wipe_data(char *p, int pos, int len) argument
[all...]
H A Dmkntfs.c609 /* TODO: Check that *val is really zero at pos and len. */
669 * @pos: position at which to make space
672 * @pos points to the attribute in front of which we want to make space.
682 static int make_room_for_attribute(MFT_RECORD *m, char *pos, const u32 size) argument
698 if (!m || !pos)
700 if (pos < (char*)m || pos + size < (char*)m ||
701 pos > (char*)m + le32_to_cpu(m->bytes_allocated) ||
702 pos + size > (char*)m + le32_to_cpu(m->bytes_allocated))
705 if (pos
2191 make_room_for_index_entry_in_index_block(INDEX_BLOCK *idx, INDEX_ENTRY *pos, u32 size) argument
4538 long long lw, pos; local
[all...]
H A Dntfsresize.c209 /* FIXME: This, lcn_bitmap and pos from find_free_cluster() will make a cluster
881 s64 i, pos, count; local
888 pos = 0;
890 count = ntfs_attr_pread(vol->lcnbmp_na, pos, NTFS_BUF_SIZE, bm);
895 if (a->size > pos)
897 " (%lld != %lld)\n", a->size, pos);
901 for (i = 0; i < count; i++, pos++) {
904 if (a->size <= pos)
907 if (a->bm[pos] == bm[i])
910 for (cl = pos *
1223 set_bitmap_range(struct bitmap *bm, s64 pos, s64 length, u8 bit) argument
1255 static s64 pos = 0; local
1411 off_t pos; local
1464 rl_split_run(runlist **rl, int run, s64 pos) argument
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1223 int pos; local
1239 pos = (uintptr_t)p - (uintptr_t)path;
1241 pos + 1, path, p + 2);
1257 pos = (uintptr_t)p - (uintptr_t)path;
1258 (void) snprintf(*raw, MAXPATHLEN, "%.*sr%s", pos + 1,
H A Dlibzfs_pool.c2231 size_t bytes_left, pos, rsz; local
2239 pos = *bytes_written;
2240 bytes_left = physpath_size - pos;
2241 format = (pos == 0) ? "%s" : " %s";
2243 rsz = snprintf(physpath + pos, bytes_left, format, tmppath);
2249 physpath[pos] = 0;
/osnet-11/usr/src/common/mpi/
H A Dmpi.c2715 int ix, jx, pos = 1; local
2727 str[pos++] = (char)(d >> (jx * CHAR_BIT));
2854 int ix, pos = 0; local
2885 str[pos++] = ch;
2890 str[pos++] = '-';
2893 str[pos--] = '\0';
2897 while(ix < pos) {
2900 str[ix] = str[pos];
2901 str[pos] = tmp;
2903 --pos;
3139 mp_size pos; local
4934 int ix, pos = 0; local
4966 int ix, pos = 0; local
5006 int ix, pos = 0; local
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h535 Vector_t* pos; /* posns of certain subpatterns */ member in struct:reglib_s
539 Stk_pos_t stk; /* exec stack pos */
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c107 #define BSR2_RET(pos, res) { unsigned long i; _BitScanReverse(&i, (pos)); res = (i + i) + ((pos >> (i - 1)) & 1); }
109 UInt32 GetPosSlot1(UInt32 pos) argument
112 BSR2_RET(pos, res);
115 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); }
116 #define GetPosSlot(pos, res) { if (pos < 2) res = pos; els
1243 UInt32 pos; local
1864 UInt32 pos, len, posState; local
[all...]

Completed in 163 milliseconds

1234567