/openbsd/sys/arch/alpha/stand/ |
H A D | loadfile_subr.c | 41 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 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() 173 if (FOLD ((unsigned char)*n) >= cstart in fnmatch()
|
H A D | ChangeLog | 4113 `cstart' and `cend' to unsigned char. Cast the argument of macro
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | fnmatch.c | 116 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 D | GetOptInc.cpp | 79 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 D | getopt_long.c | 132 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 D | cgthree.c | 380 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 D | cgsix.c | 617 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 D | lex.c | 570 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 D | run.c | 800 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 D | term_entry.h | 130 long cstart; member
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | gjavah.c | 2024 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 D | parse_entry.c | 308 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 D | tic.c | 1043 long j = qp->cend - qp->cstart; in main() 1050 (void) fseek(tmp_fp, qp->cstart, SEEK_SET); in main()
|