Searched defs:off (Results 126 - 150 of 168) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_hot.c1442 I32 off; local
1447 off = rx->startp[0] = s - t;
1448 rx->endp[0] = off + rx->minlen;
H A Dscope.c477 Perl_save_padsv(pTHX_ PADOFFSET off) argument
481 SSPUSHPTR(PL_curpad[off]);
483 SSPUSHLONG((long)off);
1042 PADOFFSET off = (PADOFFSET)SSPOPLONG; local
1045 AvARRAY((PAD*)ptr)[off] = (SV*)SSPOPPTR;
H A Dpp_ctl.c1548 int off = AvARRAY(ary) - AvALLOC(ary); local
1558 if (AvMAX(PL_dbargs) < AvFILLp(ary) + off)
1559 av_extend(PL_dbargs, AvFILLp(ary) + off);
1560 Copy(AvALLOC(ary), AvARRAY(PL_dbargs), AvFILLp(ary) + 1 + off, SV*);
1561 AvFILLp(PL_dbargs) = AvFILLp(ary) + off;
2011 /* clear off anything above the scope we're re-entering, but
2585 * pop an op off the return stack and continue there. By setting
H A Dregexec.c110 #define reghop_c(pos,off) ((char*)reghop((U8*)pos, off))
111 #define reghopmaybe_c(pos,off) ((char*)reghopmaybe((U8*)pos, off))
112 #define HOP(pos,off) (PL_reg_match_utf8 ? reghop((U8*)pos, off) : (U8*)(pos + off))
113 #define HOPMAYBE(pos,off) (PL_reg_match_utf8 ? reghopmaybe((U8*)pos, off) : (U8*)(pos + off))
4479 S_reghop(pTHX_ U8 *s, I32 off) argument
4485 S_reghop3(pTHX_ U8 *s, I32 off, U8* lim) argument
4509 S_reghopmaybe(pTHX_ U8 *s, I32 off) argument
4515 S_reghopmaybe3(pTHX_ U8* s, I32 off, U8* lim) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb_int.h160 * off field of the db_mutex_t as well.
171 u_int32_t off; /* Backing file offset. */
367 size_t off; /* Detail structure within region. */ member in struct:__db_txn
368 TAILQ_ENTRY(__db_txn) links; /* Links transactions off manager. */
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c282 * return pointer to data at offset off and size siz
286 getdata(register Magic_t* mp, register long off, register int siz) argument
290 if (off < 0)
292 if (off + siz <= mp->fbsz)
293 return mp->fbuf + off;
294 if (off < mp->xoff || off + siz > mp->xoff + mp->xbsz)
296 if (off + siz > mp->fbmx)
298 n = (off / (SF_BUFSIZE / 2)) * (SF_BUFSIZE / 2);
309 if (off
476 ckmagic(register Magic_t* mp, const char* file, char* buf, char* end, struct stat* st, unsigned long off) argument
2395 off_t off; local
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c344 int off; local
355 off = strlen(oval) - 1;
356 if (off < 0) {
360 if (oval[off] == '\n')
361 oval[off] = '\0';
H A Dgetutx.c855 compat_utmpflag = 0; /* turn off old compat mode */
1267 getoneutx(off_t *off) argument
1305 *off = (((nbuf - 1) * UTMPNBUF) + idx) * sizeof (struct futmpx);
1324 putoneutx(const struct utmpx *utpx, off_t off) argument
1329 (void) lseek(fd, off, SEEK_SET); /* seek in the utmpx file */
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c175 size_t totlen, off; local
220 off = 0;
224 stbuf.st_size + 1 > totlen - off ||
225 read(fileno(be->f), &buf[off], stbuf.st_size) !=
230 off += stbuf.st_size;
231 buf[off++] = '\n';
234 if (off != totlen) {
240 st->st_size = off - 1;
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c760 /* strip off the size in wqeaddrsz */
1452 * have on this SRQ, then we must free up the entry off the
1535 uint32_t off = desc_off; local
1544 off += wqesz;
1545 p[0] = HTOBE_32(off); /* link curr to next */
1560 uint32_t off = desc_off; local
1564 off += wqesz;
1565 p[0] = HTOBE_32(off); /* link curr to next */
H A Ddapl_hermon_hw.c1501 * have on this SRQ, then we must free up the entry off the
1584 uint32_t off = desc_off; local
1593 off += wqesz;
1594 p[0] = HTOBE_32(off); /* link curr to next */
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c333 * Kick the process off the pause() and catch
407 * Turn off all tracing flags and return success.
2259 error == EBUSY) { /* jobcontrol stop -- back off */
2452 error == EBUSY) { /* jobcontrol stop -- back off */
3531 error == EBUSY) { /* jobcontrol stop -- back off */
3566 error == EBUSY) { /* jobcontrol stop -- back off */
3663 Padd_mapping(struct ps_prochandle *P, off64_t off, file_info_t *fp, argument
3680 mp->map_offset = off;
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c1148 * returns the line and column corresponding to offset <off> in the physical buffer
1149 * if <cur> is non-zero and <= <off>, then correspodning <curpos> will start the search
1151 Edpos_t ed_curpos(Edit_t *ep,genchar *phys, int off, int cur, Edpos_t curpos) argument
1159 if(cur && off>=cur)
1162 off -= cur;
1175 while(off-->0)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dinit.c968 int getname=0, off=staktell(); local
983 name = stakptr(off);
985 stakseek(off);
2082 int c,offset = staktell(),off=offset; local
2095 stakseek(off+c);
2096 stakseek(off);
2097 c = mbconv(stakptr(off),c);
2098 off += c;
2099 stakseek(off);
H A Dio.c1030 Sfoff_t off; local
1049 off = sh_strnum(fname, &cp, 0);
1054 return(*cp?(Sfoff_t)-1:off);
1127 Sfoff_t off; local
1425 if((off = file_offset(shp,fn,fname))<0)
1429 off=sfseek(sp, off, SEEK_SET);
1433 off=lseek(fn, off, SEEK_SET);
1434 if(off<
1547 Sfoff_t off; local
[all...]
H A Dmacro.c600 int off = stktell(stkp); local
616 cp = stkptr(stkp,off);
618 stkseek(stkp,off);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c425 int off; local
497 off = strlen(host) - strlen(gr);
498 if (off > 0 &&
499 strcasecmp(host + off, gr) == 0) {
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c602 * split off the piece and return it back to the freelist.
642 * from oversize_list. Split off a fragment and return it
688 * Split off the head fragment and
726 * Split off the tail fragment and
748 * Split off the head fragment.
787 * split off the head and tail fragments,
1932 caddr_t off; local
1935 off = (caddr_t)ALIGN(wp->addr + size,
1938 wp->size = (size_t)(off - wp->addr);
1939 np = oversize_header_alloc((uintptr_t)off,
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c2456 int off, foff; local
2466 off = foff = 0;
2469 off = 0;
2475 buf[off++] = c;
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c572 off_t off)
598 dirhp->dh_len, name, inode, off == 0 ? -1 : off, &dirhp->dh_cookie);
599 if (bytes == 0 && off == 0) {
615 dirhp->dh_len, name, inode, off == 0 ? -1 : off,
655 int64_t off; local
665 off = resp->lcrdr_offset = args->lcrda_offset;
681 if (off)
700 if (off
571 fuse_uvfs_fill_dir(void *h, const char *name, const struct stat *statp, off_t off) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c667 grub_uint64_t off = addr - grub_le_to_cpu64 (key->offset); local
671 if (grub_le_to_cpu64 (chunk->size) <= off)
698 stripen = grub_divmod64 (off, stripe_length, &stripe_offset);
699 csize = (stripen + 1) * stripe_length - off;
707 stripe_offset = off;
708 csize = grub_le_to_cpu64 (chunk->size) - off;
717 middle = grub_divmod64 (off,
732 middle = grub_divmod64 (off,
893 grub_btrfs_lzo_decompress(char *ibuf, grub_size_t isize, grub_off_t off, argument
906 while (off >
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c391 int off = subchu->start - fstart local
393 grub_memset (subchu->pre->freebytes + off / 8 + 1,
394 0xff, sizeof (subchu->pre->freebytes) - off / 8 - 1);
395 subchu->pre->freebytes[off / 8] |= ~((1 << (off % 8)) - 1);
400 int off = subchu->start + subchu->size - fend; local
402 0xff, sizeof (subchu->pre->freebytes) - off / 8);
403 subchu->pre->freebytes[off / 8] |= ((1 << (8 - (off % 8))) - 1);
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c1283 ** The standard input is passed off to someone.
1475 "Warning: mailer %s: LMTP flag (F=z) turned off",
1693 ** is a file -- send it off without further ado. Note
2171 /* turn off timeout if fallback available */
2377 /* clear the events to turn off SIGALRMs */
3981 int off = 4; local
4111 if ((off = isenhsc(statmsg + 4, ' ')) > 0)
4116 "%.*s", off, statmsg + 4);
4119 off += 5;
4123 off
[all...]
H A Dparseaddr.c450 ** are silently stripped off; this is intentional. The problem
1264 /* run off the end -- back up again */
2078 int off; local
2080 if ((off = isenhsc(ubuf + 4, ' ')) > 0)
2082 ubuf[off + 4] = '\0';
2083 off += 5;
2087 off = 4;
2091 if (off > 4)
2092 usrerr(fmt, ubuf + off);
2094 usrerrenh(hbuf, fmt, ubuf + off);
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ext2fs.c564 int off; /* offset within block of directory entry (off mod blocksize) */ local
566 int blk; /* which data blk within dir entry (off div blocksize) */
795 off = loc & (EXT2_BLOCK_SIZE (SUPERBLOCK) - 1);
796 dp = (struct ext2_dir_entry *) (DATABLOCK2 + off);

Completed in 143 milliseconds

1234567