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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.h 271 const_iterator cend() const { function in class:__xray::BufferQueue
  /src/usr.bin/fpr/
fpr.c 177 COLUMN *cend; local in function:init
193 cend = line + (maxcol - 1);
194 while (cp <= cend) {
276 COLUMN *cend; local in function:savech
298 cend = line + (maxcol - 1);
299 while (cp <= cend) {
  /src/usr.bin/gencat/
gencat.c 281 char *cptr, *cend; local in function:get_line
290 cend = curline + curlen;
292 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) {
300 if (cptr == cend) {
302 cend = curline + curlen;
  /src/sys/arch/atari/dev/
ite_cc.c 511 int cend; local in function:cursor32
534 cend = ip->font.height - 1;
540 : "=a" (pl), "=d" (cend)
541 : "0" (pl), "1" (cend),
552 cend = uimin(ip->curx, ip->cols - 1);
554 && ip->cursorx == cend && ip->cursory == ip->cury)
556 ip->cursorx = cend;
558 cend = ip->font.height - 1;
565 : "=a" (pl), "=d" (cend)
566 : "0" (pl), "1" (cend),
    [all...]
  /src/sys/arch/amiga/dev/
ite_cc.c 389 int cend, ofs, h, cstart, dr_plane; local in function:cursor32
413 cend = ip->ftheight-1;
424 for (hh = cend; hh >= 0; hh--) {
429 for (hh = cend; hh >= 0; hh--) {
447 cend = ip->ftheight-1;
452 for (h = cend; h >= 0; h--) {
457 for (h = cend; h >= 0; h--) {
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 1578 char *cpos, *cend, *rbuf; local in function:nfsrvd_readdir
1711 cend = rbuf + siz;
1722 while (cpos < cend && ncookies > 0 &&
1730 if (cpos >= cend || ncookies == 0) {
1753 while (cpos < cend && ncookies > 0) {
1792 if (cpos < cend)
1822 char *cpos, *cend, *rbuf; local in function:nfsrvd_readdirplus
1981 cend = rbuf + siz;
1992 while (cpos < cend && ncookies > 0 &&
2003 if (cpos >= cend || ncookies == 0)
    [all...]
  /src/sys/nfs/
nfs_serv.c 2682 char *cpos, *cend, *cp2, *rbuf; local in function:nfsrv_readdir
2814 cend = rbuf + siz;
2818 while (cpos < cend && ncookies > 0 &&
2825 if (cpos >= cend || ncookies == 0) {
2845 while (cpos < cend && ncookies > 0) {
2945 char *cpos, *cend, *cp2, *rbuf; local in function:nfsrv_readdirplus
3086 cend = rbuf + siz;
3090 while (cpos < cend && ncookies > 0 &&
3097 if (cpos >= cend || ncookies == 0) {
3115 while (cpos < cend && ncookies > 0)
    [all...]

Completed in 17 milliseconds