Home
last modified time | relevance | path

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

/openbsd/sys/arch/alpha/stand/
H A Dloadfile_subr.c41 u_int64_t cstart, cend; in check_phdr() local
48 cstart = ALPHA_PHYS_TO_K0SEG(ptoa(memc->mddt_pfn)); in check_phdr()
49 cend = cstart + ptoa(memc->mddt_pg_cnt); in check_phdr()
51 if (phdr->p_vaddr + phdr->p_memsz <= cstart || in check_phdr()
60 cstart, cend, phdr->p_vaddr, in check_phdr()
/openbsd/gnu/lib/libiberty/src/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; in fnmatch() local
146 cstart = cend = *p++; in fnmatch()
148 cstart = cend = FOLD (cstart); in fnmatch()
173 if (FOLD ((unsigned char)*n) >= cstart in fnmatch()
H A DChangeLog4113 `cstart' and `cend' to unsigned char. Cast the argument of macro
/openbsd/gnu/usr.bin/cvs/lib/
H A Dfnmatch.c116 register char cstart = c, cend = c; local
119 cstart = cend = *p++;
141 if (*n >= cstart && *n <= cend)
/openbsd/gnu/llvm/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()
/openbsd/lib/libc/stdlib/
H A Dgetopt_long.c132 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
144 cstart = panonopt_end+i; in permute_args()
145 pos = cstart; in permute_args()
152 ((char **)nargv)[pos] = nargv[cstart]; in permute_args()
153 ((char **)nargv)[cstart] = swap; in permute_args()
/openbsd/sys/dev/sbus/
H A Dcgthree.c380 u_int cstart; in cgthree_loadcmap() local
383 cstart = BT_D4M3(start); in cgthree_loadcmap()
387 BT_WRITE(sc, BT_CMAP, sc->sc_cmap.cm_chip[cstart]); in cgthree_loadcmap()
388 cstart++; in cgthree_loadcmap()
H A Dcgsix.c617 u_int cstart; in cgsix_loadcmap_immediate() local
621 cstart = BT_D4M3(start); in cgsix_loadcmap_immediate()
625 v = sc->sc_cmap.cm_chip[cstart]; in cgsix_loadcmap_immediate()
630 cstart++; in cgsix_loadcmap_immediate()
/openbsd/usr.bin/awk/
H A Dlex.c570 char *bp, *cstart; in regexpr() local
598 cstart = bp; in regexpr()
605 if (cstart != bp - 1 && in regexpr()
606 (cstart != bp - 2 || bp[-1] != '^')) in regexpr()
H A Drun.c800 int cstart, cpatlen, len; in matchop() local
825 cstart = u8_byte2char(s, start-1); in matchop()
832 start = cstart; in matchop()
/openbsd/lib/libcurses/
H A Dterm_entry.h130 long cstart; member
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dgjavah.c2024 const char *cstart, *cstart2, *mode, *cend, *what, *jflag; variable
2027 cstart = "/*";
2036 cstart = "//";
2046 cstart, mode, cend);
2055 cstart, jflag, mode,
/openbsd/lib/libcurses/tinfo/
H A Dparse_entry.c308 entryp->cstart = _nc_comment_start; in _nc_parse_entry()
311 DEBUG(2, ("Comment range is %ld to %ld", entryp->cstart, entryp->cend)); in _nc_parse_entry()
/openbsd/usr.bin/tic/
H A Dtic.c1043 long j = qp->cend - qp->cstart; in main()
1050 (void) fseek(tmp_fp, qp->cstart, SEEK_SET); in main()