| /openbsd-src/games/primes/ |
| H A D | primes.c | 100 ubig stop; /* don't generate at or above this value */ in main() local 117 stop = BIG; in main() 121 stop = strtonum(argv[1], 0, BIG, &errstr); in main() 136 if (start > stop) in main() 138 primes(start, stop); in main() 177 primes(ubig start, ubig stop) in primes() argument 194 if (stop < 3) { in primes() 195 stop = (ubig)2; in primes() 197 if (stop <= start) { in primes() 207 if (stop != 2 && (stop&0x1) == 0) { in primes() [all …]
|
| /openbsd-src/usr.bin/colrm/ |
| H A D | colrm.c | 55 u_long column, newcol, start, stop; in main() local 71 start = stop = 0; in main() 74 stop = strtol(argv[1], &p, 10); in main() 75 if (stop <= 0 || *p) in main() 89 if (stop && start > stop) in main() 111 (stop > 0 && in main() 112 column > stop + (width > 1))) { in main() 133 (stop > 0 && in main() 134 column > stop)) in main() 159 (stop > 0 && column + (width > 0) > stop))) in main() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/ |
| H A D | Header.pm | 86 my $stop = 0; 90 1 while not $stop and $str =~ s{^((?:[^\r\n]*(?:$re_newline[ \t])?)*)($re_newline)?}{ 95 $stop = 1 unless length($line) or length($sep); 107 1 while not $stop and $line =~ s{^(.*?)$re_match_decode}{ 116 1 while not $stop and $words =~ s{^(.*?)($re_capture_decode)}{ 137 $stop = 1 if not ref $chk and $chk and $chk & Encode::RETURN_ON_ERR; 138 …$output .= ($output =~ /(?:\A|[ \t])$/ ? '' : ' ') . $orig unless $stop; # $orig mime word is sepa… 139 $stop ? $orig : ''; 143 … $stop = 1 if not defined $decoded and not ref $chk and $chk and $chk & Encode::RETURN_ON_ERR; 144 $output .= (defined $decoded ? $decoded : $text) unless $stop; [all …]
|
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aicasm_gram.y | 274 stop("Prefix multiply defined", 278 stop("Unable to record prefix", EX_SOFTWARE); 286 stop("Patch argument list multiply defined", 290 stop("Unable to record patch arg list", EX_SOFTWARE); 307 stop("Register multiply defined", EX_DATAERR); 384 stop("SCB or SRAM space exhausted", EX_DATAERR); 418 stop("Valid register modes range between 0 and 4.", 431 stop("Only \"const\" symbols allowed in " 436 stop("Valid register modes range between 0 and 4.", 513 stop("Re-definition of register alias", [all …]
|
| H A D | aicasm_macro_gram.y | 96 stop("Too few arguments for macro invocation", 118 stop("Comma without preceding argument in arg list", 136 stop("Invalid current symbol for adding macro arg", 151 stop("Too many arguments for macro invocation", EX_DATAERR); 156 stop("Unable to replicate replacement text", EX_SOFTWARE); 164 stop(string, EX_DATAERR); in mmerror()
|
| H A D | aicasm.c | 158 stop("-d: Assembler not built with debugging " in main() 169 stop(NULL, EX_CANTCREAT); in main() 185 stop(NULL, EX_CANTCREAT); in main() 193 stop(NULL, EX_CANTCREAT); in main() 200 stop(NULL, EX_CANTCREAT); in main() 230 stop(NULL, EX_OSERR); in main() 235 stop(NULL, EX_OSERR); in main() 276 stop("Unterminated conditional expression", EX_DATAERR); in main() 301 stop(NULL, 0); in main() 336 stop(buf, EX_DATAERR); in back_patch() [all …]
|
| /openbsd-src/lib/libc/regex/ |
| H A D | engine.c | 145 const char *stop; in matcher() local 152 stop = string + pmatch[0].rm_eo; in matcher() 155 stop = start + strlen(start); in matcher() 157 if (stop < start) in matcher() 162 for (dp = start; dp < stop; dp++) in matcher() 163 if (*dp == g->must[0] && stop - dp >= g->mlen && in matcher() 166 if (dp == stop) /* we didn't find g->must */ in matcher() 177 m->endp = stop; in matcher() 187 endp = fast(m, start, stop, gf, gl); in matcher() 201 endp = slow(m, m->coldp, stop, gf, gl); in matcher() [all …]
|
| /openbsd-src/games/factor/ |
| H A D | factor.c | 207 u_int64_t start, stop; in pr_bigfact() local 216 stop = usqrt(val) + 1; in pr_bigfact() 217 if ((stop & 0x1) == 0) in pr_bigfact() 218 stop++; in pr_bigfact() 225 while (start < stop) { in pr_bigfact() 241 if (stop-start > TABSIZE+TABSIZE) { in pr_bigfact() 245 tab_lim = &table[(stop - start)/2]; /* partial sieve */ in pr_bigfact() 246 fact_lim = usqrt(stop + 1); in pr_bigfact() 275 stop = usqrt(val) + 1; in pr_bigfact() 276 if ((stop & 0x1) == 0) in pr_bigfact() [all …]
|
| /openbsd-src/usr.bin/cut/ |
| H A D | cut.c | 180 int setautostart, start, stop; in get_list() local 192 setautostart = start = stop = 0; in get_list() 198 start = stop = read_number(&p); in get_list() 205 stop = read_number(&p); in get_list() 209 if (!autostop || autostop > stop) in get_list() 210 autostop = stop; in get_list() 213 if (*p != '\0' || !stop || !start) in get_list() 215 if (maxval < stop) in get_list() 216 maxval = stop; in get_list() 217 if (start <= stop) in get_list() [all …]
|
| /openbsd-src/usr.bin/vi/ex/ |
| H A D | ex_global.c | 228 if ((rp = TAILQ_LAST(&ecp->rq, _rh)) && rp->stop == start - 1) { in ex_g_setup() 229 ++rp->stop; in ex_g_setup() 237 rp->start = rp->stop = start; in ex_g_setup() 270 if (rp->stop < lno) in ex_g_insdel() 280 --rp->stop; in ex_g_insdel() 283 ++rp->stop; in ex_g_insdel() 295 if (rp->start > --rp->stop) { in ex_g_insdel() 302 nrp->stop = rp->stop + 1; in ex_g_insdel() 303 rp->stop = lno - 1; in ex_g_insdel()
|
| /openbsd-src/bin/pax/ |
| H A D | gen_subs.c | 201 char *stop; in asc_ul() local 204 stop = str + len; in asc_ul() 209 while ((str < stop) && ((*str == ' ') || (*str == '0'))) in asc_ul() 217 while (str < stop) { in asc_ul() 228 while ((str < stop) && (*str >= '0') && (*str <= '7')) in asc_ul() 299 char *stop; in asc_ull() local 302 stop = str + len; in asc_ull() 307 while ((str < stop) && ((*str == ' ') || (*str == '0'))) in asc_ull() 315 while (str < stop) { in asc_ull() 326 while ((str < stop) && (*str >= '0') && (*str <= '7')) in asc_ull()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 569 const KeyT &stop(unsigned i) const { return this->first[i].second; } in stop() function 573 KeyT &stop(unsigned i) { return this->first[i].second; } in stop() function 584 assert((i == 0 || Traits::stopLess(stop(i - 1), x)) && in findFrom() 586 while (i != Size && Traits::stopLess(stop(i), x)) ++i; in findFrom() 599 assert((i == 0 || Traits::stopLess(stop(i - 1), x)) && in safeFind() 601 while (Traits::stopLess(stop(i), x)) ++i; in safeFind() 636 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom() 637 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom() 641 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) { in insertFrom() 645 stop(i - 1) = stop(i); in insertFrom() [all …]
|
| H A D | CoalescingBitVector.h | 88 Bits += 1 + It.stop() - It.start(); in count() 110 insert(It.start(), It.stop()); in set() 124 assert(It.stop() >= Index && "Interval must end after Index"); in test() 148 IndexT Stop = It.stop(); in reset() 168 IndexT Stop = It.stop(); 203 IndexT CurrStop = It.stop(); in intersectWithComplement() 226 ItL.start() == ItR.start() && ItL.stop() == ItR.stop()) { 270 CachedStop = MapIterator.stop(); in resetCache() 381 if (It.start() != It.stop()) in print() 382 OS << ", " << It.stop(); in print() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | regengine.inc | 146 const char *stop; 153 stop = string + pmatch[0].rm_eo; 156 stop = start + strlen(start); 158 if (stop < start) 163 for (dp = start; dp < stop; dp++) 164 if (*dp == g->must[0] && stop - dp >= g->mlen && 167 if (dp == stop) /* we didn't find g->must */ 178 m->endp = stop; 188 endp = fast(m, start, stop, gf, gl); 202 endp = slow(m, m->coldp, stop, gf, gl); [all …]
|
| /openbsd-src/sbin/disklabel/ |
| H A D | editor.c | 47 #define CHUNKSZ(_c) ((_c)->stop - (_c)->start) 67 u_int64_t stop; member 412 for (; chunk->start != 0 || chunk->stop != 0; chunk++) { in editor() 416 chunk->start, chunk->stop - 1, in editor() 563 largest.start = largest.stop = 0; in allocate_diskchunk() 566 for (; chunk->start != 0 || chunk->stop != 0; chunk++) { in allocate_diskchunk() 571 if (maxstop > largest.stop) in allocate_diskchunk() 572 maxstop = largest.stop; in allocate_diskchunk() 577 if (maxstop > largest.stop) in allocate_diskchunk() 580 largest.start = largest.stop = maxstop = 0; in allocate_diskchunk() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/char/space/ |
| H A D | eos.out_ascii | 9 Here is a full stop (quite lonely). It causes a double space, too. 11 A dot in parantheses (.) is not a full stop. Not even (Like in this 14 A lonely dot in an enclosure (.) is not a full stop. 16 A dot in the middle of an input line . is not a full stop. 19 stop.
|
| H A D | eos-man.out_ascii | 9 …Here is a full stop aatt tthhee eenndd ooff aa mmaaccrroo.. It causes a double s… 15 A dot in parantheses (.) is not a full stop. 17 A dot in the middle of an input line . is not a full stop. 20 stop.
|
| /openbsd-src/usr.bin/file/ |
| H A D | file.c | 666 int stop; in test_file() 668 stop = 0; in test_file() 669 if (!stop) in test_file() 670 stop = try_stat(inf); in test_file() 671 if (!stop) in test_file() 672 stop = try_access(inf); in test_file() 673 if (!stop) in test_file() 674 stop = load_file(inf); in test_file() 675 if (!stop) in test_file() 676 stop in test_file() 664 int stop; test_file() local [all...] |
| /openbsd-src/gnu/llvm/lld/docs/ELF/ |
| H A D | start-stop-gc.rst | 1 -z start-stop-gc 8 …ned under --gc-sections properly; consider -z nostart-stop-gc (see https://lld.llvm.org/start-stop… 20 GNU ld 2.37 added ``-z start-stop-gc`` to restore the traditional behavior 21 ld.lld 13.0.0 defaults to ``-z start-stop-gc`` and supports ``-z nostart-stop-gc`` 25 allowed GC (like ``-z start-stop-gc``).
|
| /openbsd-src/include/ |
| H A D | bitstring.h | 90 /* clear bits start ... stop in bitstring */ 91 #define bit_nclear(name, start, stop) do { \ 93 register int __start = (start), __stop = (stop); \ 100 /* set bits start ... stop in bitstring */ 101 #define bit_nset(name, start, stop) do { \ 103 register int __start = (start), __stop = (stop); \ 85 bit_nclear(name,start,stop) global() argument 95 bit_nset(name,start,stop) global() argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 20010320-1.c | 17 unsigned long long start = 0, stop = 0; in pe_print_pdata() local 20 for (i = start; i < stop; i += onaline) in pe_print_pdata() 22 if (i + (3*8) > stop) in pe_print_pdata()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | obj-evax.c | 46 char *stop = NULL; local 50 stop = mri_comment_field (&stopc); 71 mri_comment_end (stop, stopc);
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | obj-evax.c | 46 char *stop = NULL; local 50 stop = mri_comment_field (&stopc); 71 mri_comment_end (stop, stopc);
|
| /openbsd-src/games/tetris/ |
| H A D | screen.c | 170 stop("you must set the TERM environment variable"); in scr_init() 172 stop("cannot find your termcap"); in scr_init() 195 stop("cannot clear screen"); in scr_init() 197 stop("cannot do random cursor positioning via tgoto()"); in scr_init() 280 stop(smallscr); in scr_set() 283 stop("tcgetattr() fails"); in scr_set() 288 stop("tcsetattr() fails"); in scr_set() 340 stop(char *why) in stop() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/ |
| H A D | DataFlowCallbacks.cpp | 27 uint32_t *stop) { in __sanitizer_cov_trace_pc_guard_init() argument 29 assert(start < stop && "The code is not instrumented for coverage"); in __sanitizer_cov_trace_pc_guard_init() 30 if (start == stop || *start) return; // Initialize only once. in __sanitizer_cov_trace_pc_guard_init() 32 GuardsEnd = stop; in __sanitizer_cov_trace_pc_guard_init()
|