HomeSort by: relevance | last modified time | path
    Searched defs:startoff (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libc/regex/
main.c 47 regoff_t startoff = 0; variable in typeref:typename:regoff_t
97 startoff = (regoff_t)atoi(optarg);
133 subs[0].rm_so = startoff;
  /src/usr.sbin/puffs/mount_9p/
nineproto.c 330 int startoff, curoff; local in function:proto_make_stat
337 startoff = puffs_framebuf_telloff(pb);
338 puffs_framebuf_seekset(pb, startoff + 2+2); /* stat[n] incl. stat[2] */
386 puffs_framebuf_seekset(pb, startoff);
387 p9pbuf_put_2(pb, curoff-(startoff+2)); /* stat[n] size */
388 p9pbuf_put_2(pb, curoff-(startoff+4)); /* size[2] stat */
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 981 off_t startoff, cnt; local in function:tmpfs_readdir
992 startoff = uio->uio_offset;
1013 off_t i, off = startoff;
  /src/sys/miscfs/procfs/
procfs_vnops.c 1348 off_t startoff; member in struct:procfs_root_readdir_ctx
1369 if (ctxp->off < ctxp->startoff) {
1727 ctx.startoff = i;
  /src/bin/sh/
expand.c 254 int startoff; local in function:argstr
263 startoff = expdest - stackblock();
305 expdest - stackblock() > startoff &&
  /src/lib/libc/time/
zic.c 3273 zic_t startoff = stdoff; local in function:outzone
3383 == startoff))
3395 startoff = oadd(zp->z_stdoff,
3407 && startoff == oadd(zp->z_stdoff,
3437 bool isdst = startoff != zp->z_stdoff;
3447 int type = addtype(startoff, startbuf, isdst,

Completed in 23 milliseconds