Home
last modified time | relevance | path

Searched refs:cstart (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/geom/journal/
H A Dg_journal.c811 off_t cstart, cend; in g_journal_insert() local
820 cstart = cbp->bio_offset; in g_journal_insert()
835 } else if (nend <= cstart) { in g_journal_insert()
857 } else if (nstart <= cstart && nend >= cend) { in g_journal_insert()
882 gj_free(cbp->bio_data, cend - cstart); in g_journal_insert()
897 } else if (nstart > cstart && nend >= cend) { in g_journal_insert()
913 cbp->bio_length = nstart - cstart; in g_journal_insert()
916 cbp->bio_length, cend - cstart); in g_journal_insert()
924 } else if (nstart > cstart && nend < cend) { in g_journal_insert()
943 tmpdata = cbp->bio_data + nend - cstart; in g_journal_insert()
[all …]
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c133 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
145 cstart = panonopt_end+i; in permute_args()
146 pos = cstart; in permute_args()
154 ((char **) nargv)[pos] = nargv[cstart]; in permute_args()
156 ((char **)nargv)[cstart] = swap; in permute_args()
/freebsd/usr.sbin/lpr/common_source/
H A Dctlinfo.c274 void *cstart; in ctl_readcf() local
292 cstart = malloc(msize); in ctl_readcf()
293 if (cstart == NULL) { in ctl_readcf()
297 memset(cstart, 0, msize); in ctl_readcf()
298 cpriv = (struct cjprivate *)cstart; in ctl_readcf()
301 cpriv->pub.cji_fname = (char *)cstart + sroom; in ctl_readcf()
303 cpriv->cji_buff = (char *)cstart + sroom2; in ctl_readcf()
305 cpriv->cji_eobuff = (char *)cstart + msize - 1; in ctl_readcf()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp79 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
91 cstart = panonopt_end + i; in permute_args()
92 pos = cstart; in permute_args()
100 const_cast<char **>(nargv)[pos] = nargv[cstart]; in permute_args()
102 const_cast<char **>(nargv)[cstart] = swap; in permute_args()
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c156 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
168 cstart = panonopt_end+i; in permute_args()
169 pos = cstart; in permute_args()
177 ((char **) nargv)[pos] = nargv[cstart]; in permute_args()
179 ((char **)nargv)[cstart] = swap; in permute_args()
/freebsd/contrib/file/src/
H A Dgetopt_long.c143 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
157 cstart = panonopt_end+i;
158 pos = cstart;
165 nargv[pos] = nargv[cstart];
166 nargv[cstart] = swap;
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.d47 cstart++;
61 /cstart && opstart && opdone/
/freebsd/lib/libc/stdlib/
H A Dgetopt_long.c150 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
162 cstart = panonopt_end+i; in permute_args()
163 pos = cstart; in permute_args()
171 ((char **) nargv)[pos] = nargv[cstart]; in permute_args()
173 ((char **)nargv)[cstart] = swap; in permute_args()
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.c144 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
156 cstart = panonopt_end+i; in permute_args()
157 pos = cstart; in permute_args()
182 ((char **) nargv)[pos] = nargv[cstart]; in permute_args()
184 ((char **)nargv)[cstart] = swap; in permute_args()
/freebsd/contrib/one-true-awk/testdir/
H A Dlsd1.p1 .cstart
H A Dres.p1 .cstart
H A Dchem.awk41 /^(\.cstart)|(begin chem)/ { init(); inchem = 1; next }
87 END { if (firsttime == 0) error("did you forget .cstart and .cend?")
/freebsd/usr.bin/sort/
H A Dfile.c1414 size_t avgsize, cstart, i; in mt_sort() local
1418 cstart = 0; in mt_sort()
1429 parts[i]->list = list->list + cstart; in mt_sort()
1433 sz = (i == nthreads - 1) ? list->count - cstart : in mt_sort()
1440 cstart += sz; in mt_sort()
/freebsd/contrib/ncurses/include/
H A Dterm_entry.h128 long cstart; member
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c306 entryp->cstart = _nc_comment_start; in _nc_parse_entry()
309 DEBUG(2, ("Comment range is %ld to %ld", entryp->cstart, entryp->cend)); in _nc_parse_entry()
/freebsd/contrib/one-true-awk/
H A Drun.c802 int cstart, cpatlen, len; in matchop() local
827 cstart = u8_byte2char(s, start-1); in matchop()
834 start = cstart; in matchop()
/freebsd/contrib/ncurses/progs/
H A Dtic.c1040 long j = qp->cend - qp->cstart; in main()
1047 (void) fseek(tmp_fp, qp->cstart, SEEK_SET); in main()