| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| D | fnmatch.c | 143 register unsigned char cstart = c, cend = c; in fnmatch() local 146 cstart = cend = *p++; in fnmatch() 148 cstart = cend = FOLD (cstart); in fnmatch() 163 cend = *p++; in fnmatch() 164 if (!(flags & FNM_NOESCAPE) && cend == '\\') in fnmatch() 165 cend = *p++; in fnmatch() 166 if (cend == '\0') in fnmatch() 168 cend = FOLD (cend); in fnmatch() 174 && FOLD ((unsigned char)*n) <= cend) in fnmatch()
|
| /freebsd-9-stable/contrib/binutils/libiberty/ |
| D | fnmatch.c | 143 register unsigned char cstart = c, cend = c; in fnmatch() local 146 cstart = cend = *p++; in fnmatch() 148 cstart = cend = FOLD (cstart); in fnmatch() 163 cend = *p++; in fnmatch() 164 if (!(flags & FNM_NOESCAPE) && cend == '\\') in fnmatch() 165 cend = *p++; in fnmatch() 166 if (cend == '\0') in fnmatch() 168 cend = FOLD (cend); in fnmatch() 174 && FOLD ((unsigned char)*n) <= cend) in fnmatch()
|
| /freebsd-9-stable/contrib/cvs/lib/ |
| D | fnmatch.c | 116 register char cstart = c, cend = c; local 119 cstart = cend = *p++; 133 cend = *p++; 134 if (!(flags & FNM_NOESCAPE) && cend == '\\') 135 cend = *p++; 136 if (cend == '\0') 141 if (*n >= cstart && *n <= cend)
|
| /freebsd-9-stable/sys/kern/ |
| D | tty_outq.c | 141 size_t cbegin, cend, clen; in ttyoutq_read() local 157 cend = MIN(MIN(to->to_end, to->to_begin + len), in ttyoutq_read() 159 clen = cend - cbegin; in ttyoutq_read() 166 if (cend == to->to_end) { in ttyoutq_read() 170 } else if (cend == TTYOUTQ_DATASIZE) { in ttyoutq_read() 202 size_t cbegin, cend, clen; in ttyoutq_read_uio() local 218 cend = MIN(MIN(to->to_end, to->to_begin + uio->uio_resid), in ttyoutq_read_uio() 220 clen = cend - cbegin; in ttyoutq_read_uio() 229 if (cend == TTYOUTQ_DATASIZE || cend == to->to_end) { in ttyoutq_read_uio()
|
| D | tty_inq.c | 167 size_t cbegin, cend, clen; in ttyinq_read_uio() local 183 cend = MIN(MIN(ti->ti_linestart, ti->ti_begin + rlen), in ttyinq_read_uio() 185 clen = cend - cbegin; in ttyinq_read_uio() 196 if (cend == TTYINQ_DATASIZE || cend == ti->ti_end) { in ttyinq_read_uio()
|
| /freebsd-9-stable/sys/sparc64/isa/ |
| D | ofw_isa.c | 102 uint64_t offs, cstart, cend; in ofw_isa_range_map() local 108 cend = cstart + r->size - 1; in ofw_isa_range_map() 109 if (*start < cstart || *start > cend) in ofw_isa_range_map() 111 if (*end < cstart || *end > cend) { in ofw_isa_range_map() 114 cend); in ofw_isa_range_map()
|
| /freebsd-9-stable/sys/geom/journal/ |
| D | g_journal.c | 803 off_t cstart, cend; in g_journal_insert() local 813 cend = cbp->bio_offset + cbp->bio_length; in g_journal_insert() 815 if (nstart >= cend) { in g_journal_insert() 849 } else if (nstart <= cstart && nend >= cend) { in g_journal_insert() 872 cbp->bio_length = cend - nstart; in g_journal_insert() 874 gj_free(cbp->bio_data, cend - cstart); in g_journal_insert() 884 data += cend - nstart; in g_journal_insert() 886 joffset += cend - nstart; in g_journal_insert() 887 nstart = cend; in g_journal_insert() 889 } else if (nstart > cstart && nend >= cend) { in g_journal_insert() [all …]
|
| /freebsd-9-stable/sys/sparc64/sparc64/ |
| D | ofw_machdep.c | 128 uint64_t cend, cstart, end, phys, pphys, sz, start; in OF_decode_addr() local 244 cend = phys + sz - 1; in OF_decode_addr() 245 if (start < cstart || start > cend) in OF_decode_addr() 247 if (end < cstart || end > cend) in OF_decode_addr()
|
| D | upa.c | 412 bus_addr_t cend, cstart; in upa_alloc_resource() local 439 cend = cstart + sc->sc_ranges[i].size - 1; in upa_alloc_resource() 440 if (start < cstart || start > cend) in upa_alloc_resource() 442 if (end < cstart || end > cend) in upa_alloc_resource()
|
| /freebsd-9-stable/usr.bin/gencat/ |
| D | gencat.c | 238 char *cptr, *cend; local 247 cend = curline + curlen; 249 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) { 257 if (cptr == cend) { 259 cend = curline + curlen;
|
| /freebsd-9-stable/sys/sparc64/central/ |
| D | central.c | 225 bus_addr_t cend; in central_alloc_resource() local 256 cend = coffset + sc->sc_ranges[i].size - 1; in central_alloc_resource() 257 if (start >= coffset && end <= cend) { in central_alloc_resource()
|
| /freebsd-9-stable/sys/sparc64/fhc/ |
| D | fhc.c | 430 bus_addr_t cend; in fhc_alloc_resource() local 461 cend = coffset + sc->sc_ranges[i].size - 1; in fhc_alloc_resource() 462 if (start >= coffset && end <= cend) { in fhc_alloc_resource()
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | unordered_set | 102 const_iterator cend() const noexcept; 148 const_local_iterator cend(size_type n) const; 251 const_iterator cend() const noexcept; 297 const_local_iterator cend(size_type n) const; 473 const_iterator cend() const _NOEXCEPT {return __table_.end();} 589 const_local_iterator end(size_type __n) const {return __table_.cend(__n);} 593 const_local_iterator cend(size_type __n) const {return __table_.cend(__n);} 1007 const_iterator cend() const _NOEXCEPT {return __table_.end();} 1091 const_local_iterator end(size_type __n) const {return __table_.cend(__n);} 1095 const_local_iterator cend(size_type __n) const {return __table_.cend(__n);}
|
| D | set | 96 const_iterator cend() const noexcept; 277 const_iterator cend() const noexcept; 571 const_iterator cend() const _NOEXCEPT {return end();} 615 for (const_iterator __e = cend(); __f != __l; ++__f) 733 const_iterator __e = cend(); 980 const_iterator cend() const _NOEXCEPT {return end();} 1024 for (const_iterator __e = cend(); __f != __l; ++__f) 1143 const_iterator __e = cend();
|
| D | unordered_map | 109 const_iterator cend() const noexcept; 163 const_local_iterator cend(size_type n) const; 273 const_iterator cend() const noexcept; 321 const_local_iterator cend(size_type n) const; 877 const_iterator cend() const _NOEXCEPT {return __table_.end();} 1010 const_local_iterator end(size_type __n) const {return __table_.cend(__n);} 1014 const_local_iterator cend(size_type __n) const {return __table_.cend(__n);} 1615 const_iterator cend() const _NOEXCEPT {return __table_.end();} 1708 const_local_iterator end(size_type __n) const {return __table_.cend(__n);} 1712 const_local_iterator cend(size_type __n) const {return __table_.cend(__n);}
|
| D | array | 51 const_iterator cend() const noexcept; 168 const_iterator cend() const _NOEXCEPT {return end();}
|
| /freebsd-9-stable/sys/vm/ |
| D | vm_mmap.c | 787 vm_offset_t end, cend; local 862 cend = current->end; 863 if (cend > end) 864 cend = end; 869 while (addr < cend) {
|
| /freebsd-9-stable/sys/sparc64/ebus/ |
| D | ebus.c | 425 uint64_t cend, cstart, offset; in ebus_alloc_resource() local 475 cend = cstart + enr->size - 1; in ebus_alloc_resource() 476 if (start >= cstart && end <= cend) { in ebus_alloc_resource()
|
| /freebsd-9-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdport.c | 1559 char *cpos, *cend, *rbuf; in nfsrvd_readdir() local 1692 cend = rbuf + siz; in nfsrvd_readdir() 1705 while (cpos < cend && ncookies > 0 && in nfsrvd_readdir() 1713 if (cpos >= cend || ncookies == 0) { in nfsrvd_readdir() 1736 while (cpos < cend && ncookies > 0) { in nfsrvd_readdir() 1775 if (cpos < cend) in nfsrvd_readdir() 1805 char *cpos, *cend, *rbuf; in nfsrvd_readdirplus() local 1963 cend = rbuf + siz; in nfsrvd_readdirplus() 1976 while (cpos < cend && ncookies > 0 && in nfsrvd_readdirplus() 1987 if (cpos >= cend || ncookies == 0) { in nfsrvd_readdirplus() [all …]
|
| /freebsd-9-stable/usr.sbin/lpr/lpc/ |
| D | cmds.c | 253 char *cp1, *cend; in args2line() local 261 cend = buf + sizeof(buf) - 1; /* save room for '\0' */ in args2line() 264 while ((cp1 < cend) && (*cp1++ = *cp2++)) in args2line()
|
| /freebsd-9-stable/contrib/ncurses/include/ |
| D | term_entry.h | 65 long cstart, cend; member
|
| /freebsd-9-stable/contrib/libc++/include/experimental/ |
| D | dynarray | 62 const_iterator cend() const noexcept; 185 …inline _LIBCPP_INLINE_VISIBILITY const_iterator cend() const noexcept { return const_iterator(da…
|
| D | string_view | 89 constexpr const_iterator cend() const noexcept; 242 const_iterator end() const _NOEXCEPT { return cend(); } 248 const_iterator cend() const _NOEXCEPT { return __data + __size; } 251 const_reverse_iterator rbegin() const _NOEXCEPT { return const_reverse_iterator(cend()); } 257 const_reverse_iterator crbegin() const _NOEXCEPT { return const_reverse_iterator(cend()); }
|
| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | parse_entry.c | 221 entryp->cend = _nc_comment_end; in _nc_parse_entry() 223 DEBUG(2, ("Comment range is %ld to %ld", entryp->cstart, entryp->cend)); in _nc_parse_entry()
|
| /freebsd-9-stable/sys/nfsserver/ |
| D | nfs_serv.c | 2741 char *cpos, *cend, *rbuf; in nfsrv_readdir() local 2895 cend = rbuf + siz; in nfsrv_readdir() 2907 while (cpos < cend && ncookies > 0 && in nfsrv_readdir() 2915 if (cpos >= cend || ncookies == 0) { in nfsrv_readdir() 2933 while (cpos < cend && ncookies > 0) { in nfsrv_readdir() 3038 char *cpos, *cend, *rbuf; in nfsrv_readdirplus() local 3188 cend = rbuf + siz; in nfsrv_readdirplus() 3200 while (cpos < cend && ncookies > 0 && in nfsrv_readdirplus() 3208 if (cpos >= cend || ncookies == 0) { in nfsrv_readdirplus() 3225 while (cpos < cend && ncookies > 0) { in nfsrv_readdirplus()
|