Home
last modified time | relevance | path

Searched refs:startoff (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/regress/lib/libc/regex/
H A Dmain.c21 regoff_t startoff = 0; variable
59 startoff = (regoff_t)atoi(optarg); in main()
94 subs[0].rm_so = startoff; in main()
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dbuffer.c1073 int startoff; local
1099 startoff = need;
1116 need = count - (start->size - startoff);
1145 start->bufp += startoff;
1146 start->size -= startoff;
/openbsd-src/usr.sbin/zic/
H A Dzic.c1915 long gmtoff, stdoff, startoff; in outzone()
2010 startoff = zp->z_gmtoff; in outzone()
2093 startoff = oadd(zp->z_gmtoff, in outzone()
2104 startoff == oadd(zp->z_gmtoff,
2135 addtype(startoff, startbuf,
2136 startoff != zp->z_gmtoff, in addtype()
1862 long gmtoff, stdoff, startoff; outzone() local
/openbsd-src/sbin/fsck_msdos/
H A Ddir.c282 int startoff, cl_t endcl, int endoff, int notlast) in delete() argument
288 s = delbuf + startoff; in delete()
/openbsd-src/sys/net/
H A Dpf.c3246 size_t startoff = (opt + i) - opts; in pf_modulate_sack() local
3250 PF_ALGNMNT(startoff)); in pf_modulate_sack()
3253 PF_ALGNMNT(startoff + sizeof(sack.start))); in pf_modulate_sack()