Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/freebsd-12.1/usr.bin/primes/
H A Dprimes.c121 stop = (uint64_t)(-1); in main()
168 if (start > stop) in main()
170 primes(start, stop); in main()
209 primes(ubig start, ubig stop) in primes() argument
226 if (stop < 3) { in primes()
227 stop = (ubig)2; in primes()
229 if (stop <= start) { in primes()
239 if (stop != 2 && (stop&0x1) == 0) { in primes()
240 ++stop; in primes()
265 while (start < stop) { in primes()
[all …]
/freebsd-12.1/lib/libc/regex/
H A Dengine.c200 const char *stop; in matcher() local
219 if (stop < start) in matcher()
235 if (dp >= stop) in matcher()
273 m->endp = stop; in matcher()
413 const char *stop, in dissect() argument
471 stp = stop; in dissect()
495 stp = stop; in dissect()
531 stp = stop; in dissect()
600 const char *stop, in backref() argument
699 if (sp != stop) in backref()
[all …]
/freebsd-12.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y272 stop("Prefix multiply defined",
698 stop(errbuf, EX_DATAERR);
921 stop(errbuf, EX_DATAERR);
1590 stop(errbuf, EX_DATAERR); in process_register()
1600 stop(errbuf, EX_DATAERR); in process_register()
1787 stop(errbuf, EX_DATAERR); in test_readable_symbol()
1805 stop(errbuf, EX_DATAERR); in test_writable_symbol()
1841 stop(errbuf, EX_DATAERR); in type_check()
1863 stop(errbuf, EX_DATAERR); in type_check()
1888 stop("Conditional expression '0' " in add_conditional()
[all …]
H A Daicasm_macro_gram.y95 stop("Too few arguments for macro invocation",
117 stop("Comma without preceding argument in arg list",
135 stop("Invalid current symbol for adding macro arg",
150 stop("Too many arguments for macro invocation", EX_DATAERR);
155 stop("Unable to replicate replacement text", EX_SOFTWARE);
163 stop(string, EX_DATAERR); in mmerror()
H A Daicasm.c173 stop(NULL, EX_CANTCREAT); in main()
189 stop(NULL, EX_CANTCREAT); in main()
197 stop(NULL, EX_CANTCREAT); in main()
204 stop(NULL, EX_CANTCREAT); in main()
234 stop(NULL, EX_OSERR); in main()
239 stop(NULL, EX_OSERR); in main()
305 stop(NULL, 0); in main()
340 stop(buf, EX_DATAERR); in back_patch()
543 stop(NULL, EX_DATAERR); in output_listing()
559 stop("Could not malloc", EX_OSERR); in output_listing()
[all …]
/freebsd-12.1/contrib/nvi/regex/
H A Dengine.c143 const RCHAR_T *stop; in matcher() local
155 if (stop < start) in matcher()
175 m->endp = stop; in matcher()
349 stp = stop; in dissect()
356 if (tail == stop) in dissect()
373 stp = stop; in dissect()
380 if (tail == stop) in dissect()
409 stp = stop; in dissect()
466 assert(sp == stop); in dissect()
505 if (sp == stop) in backref()
[all …]
/freebsd-12.1/contrib/openmp/runtime/src/
H A DextractExternal.cpp37 void stop(char *errorMsg) { in stop() function
73 stop("rstream.getBuf: Error opening file"); in getBuf()
153 stop("StringTable: Unexpected EOF"); in StringTable()
169 stop("StringTable: String too long"); in StringTable()
308 stop("hideSymbols: Unexpected EOF"); in hideSymbols()
320 stop("hideSymbols: Unexpected EOF"); in hideSymbols()
323 stop("hideSymbols: File read error"); in hideSymbols()
353 stop("hideSymbols: Unexpected EOF"); in hideSymbols()
356 stop("hideSymbols: File read error"); in hideSymbols()
363 stop("hideSymbols: File write error"); in hideSymbols()
[all …]
/freebsd-12.1/bin/pax/
H A Dgen_subs.c194 char *stop; in l_strncpy() local
197 stop = dest + len; in l_strncpy()
199 while ((dest < stop) && (*src != '\0')) in l_strncpy()
202 while (dest < stop) in l_strncpy()
220 char *stop; in asc_ul() local
223 stop = str + len; in asc_ul()
228 while ((str < stop) && ((*str == ' ') || (*str == '0'))) in asc_ul()
236 while (str < stop) { in asc_ul()
317 char *stop; in asc_uqd() local
320 stop = str + len; in asc_uqd()
[all …]
/freebsd-12.1/usr.bin/colrm/
H A Dcolrm.c66 u_long column, start, stop; in main() local
81 start = stop = 0; in main()
84 stop = strtol(argv[1], &p, 10); in main()
85 if (stop <= 0 || *p) in main()
99 if (stop && start > stop) in main()
123 if ((!start || column < start || (stop && column > stop)) && in main()
/freebsd-12.1/contrib/ncurses/progs/
H A Dtabs.c64 int stop; in do_tabs() local
68 if (last < stop) { in do_tabs()
75 if (stop <= max_cols) { in do_tabs()
77 last = stop; in do_tabs()
147 int stop; in print_ruler() local
165 stop = tab_list[n]; in print_ruler()
166 while (++last < stop) { in print_ruler()
175 last = stop; in print_ruler()
192 int stop; in write_tabs() local
194 while ((stop = *tab_list++) > 0 && stop <= max_cols) { in write_tabs()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h643 stop(i - 1) = stop(i); in insertFrom()
647 stop(i - 1) = b; in insertFrom()
658 stop(i) = b; in insertFrom()
676 stop(i) = b; in insertFrom()
755 stop(i) = Stop; in insert()
1066 KeyT stop() const { in stop() function
1198 rootBranch().stop(n) = node[n].template get<Leaf>().stop(size[n]-1); in branchRoot()
1237 rootBranch().stop(n) = Node[n].template get<Branch>().stop(Size[n]-1); in splitRoot()
2124 KeyType stop() const { in stop() function
2125 KeyType ak = a().stop(); in stop()
[all …]
/freebsd-12.1/sys/dev/sfxge/common/
H A Defx_sram.c48 uint32_t stop = start + n; in efx_sram_buf_tbl_set() local
73 if (stop >= EFX_BUF_TBL_SIZE) { in efx_sram_buf_tbl_set()
80 for (id = start; id != stop; id++) { in efx_sram_buf_tbl_set()
95 EFSYS_PROBE2(buf, uint32_t, start, uint32_t, stop - 1); in efx_sram_buf_tbl_set()
103 EFSYS_ASSERT3U(id, ==, stop); in efx_sram_buf_tbl_set()
150 id = stop; in efx_sram_buf_tbl_set()
174 uint32_t stop = start + n; in efx_sram_buf_tbl_clear() local
195 EFSYS_ASSERT3U(stop, <, EFX_BUF_TBL_SIZE); in efx_sram_buf_tbl_clear()
197 EFSYS_PROBE2(buf, uint32_t, start, uint32_t, stop - 1); in efx_sram_buf_tbl_clear()
200 FRF_AZ_BUF_CLR_CMD, 1, FRF_AZ_BUF_CLR_END_ID, stop - 1, in efx_sram_buf_tbl_clear()
/freebsd-12.1/contrib/nvi/ex/
H A Dex_global.c231 rp->stop == start - 1) { in ex_g_setup()
232 ++rp->stop; in ex_g_setup()
240 rp->start = rp->stop = start; in ex_g_setup()
271 if (rp->stop < lno) in ex_g_insdel()
281 --rp->stop; in ex_g_insdel()
284 ++rp->stop; in ex_g_insdel()
296 if (rp->start > --rp->stop) { in ex_g_insdel()
303 nrp->stop = rp->stop + 1; in ex_g_insdel()
304 rp->stop = lno - 1; in ex_g_insdel()
/freebsd-12.1/contrib/llvm/lib/Support/
H A Dregengine.inc143 const char *stop;
155 if (stop < start)
175 m->endp = stop;
351 stp = stop;
358 if (tail == stop)
376 stp = stop;
415 stp = stop;
475 assert(sp == stop);
511 if (sp == stop)
573 if (sp != stop)
[all …]
/freebsd-12.1/sys/kern/
H A Dkern_linker.c213 for (sipp = start; sipp < stop; sipp++) { in linker_file_sysinit()
231 for (sipp = start; sipp < stop; sipp++) { in linker_file_sysinit()
334 for (oidp = start; oidp < stop; oidp++) in linker_file_enable_sysctls()
355 for (oidp = start; oidp < stop; oidp++) in linker_file_unregister_sysctls()
374 &stop, NULL) != 0) { in linker_file_register_modules()
382 stop = SET_LIMIT(modmetadata_set); in linker_file_register_modules()
387 for (mdp = start; mdp < stop; mdp++) { in linker_file_register_modules()
1460 for (mdp = start; mdp < stop; mdp++) { in linker_addmodules()
1532 &stop, NULL) == 0) in linker_preload()
1542 &stop, NULL); in linker_preload()
[all …]
/freebsd-12.1/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c39 int stop; variable
49 while (stop == 0) in thr_routine()
62 stop = 0; in main()
73 stop = 1; in main()
/freebsd-12.1/usr.bin/tabs/
H A Dtabs.c203 long last, stop; in gettabs() local
210 stop = strtol(tok, &end, 10); in gettabs()
211 if (errno != 0 || *end != '\0' || stop <= 0) in gettabs()
217 stop += last; in gettabs()
219 if (last > stop) in gettabs()
221 last = stops[(*nstops)++] = stop; in gettabs()
/freebsd-12.1/usr.bin/cut/
H A Dcut.c166 size_t setautostart, start, stop; in get_list() local
177 setautostart = start = stop = 0; in get_list()
183 start = stop = strtol(p, &p, 10); in get_list()
189 stop = strtol(p + 1, &p, 10); in get_list()
192 if (!autostop || autostop > stop) in get_list()
193 autostop = stop; in get_list()
198 if (!stop || !start) in get_list()
200 if (maxval < stop) { in get_list()
201 maxval = stop; in get_list()
204 for (pos = positions + start; start++ <= stop; *pos++ = 1); in get_list()
/freebsd-12.1/stand/usb/tools/
H A Dsysinit.c48 static struct sysinit_data **stop; variable
230 stop = start + entries; in main()
235 if (start != stop) in main()
239 for (sipp = start; sipp < stop; sipp++) { in main()
254 for (sipp = start; sipp < stop; sipp++) { in main()
287 for (c = 0, sipp = start; sipp < stop; c++, sipp++) { in do_sysinit()
313 for (c = 0, sipp = start; sipp < stop; c++, sipp++) { in do_sysinit()
/freebsd-12.1/tests/sys/kqueue/libkqueue/
H A Dtimer.c221 time_t stop; in test_abstime() local
239 stop = time(NULL); in test_abstime()
240 if (stop < start + timeout) in test_abstime()
241 err(1, "too early %jd %jd", (intmax_t)stop, (intmax_t)(start + timeout)); in test_abstime()
397 long stop; in test_update_periodic() local
427 stop = now(); in test_update_periodic()
428 elapsed = stop - start; in test_update_periodic()
455 long stop; in test_update_timing() local
491 stop = now(); in test_update_timing()
492 elapsed = stop - start; in test_update_timing()
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DTimer.cpp19 void ScopedTimer::stop() { in stop() function in ScopedTimer
22 T->stop(); in stop()
26 ScopedTimer::~ScopedTimer() { stop(); } in ~ScopedTimer()
38 void Timer::stop() { in stop() function in Timer
/freebsd-12.1/contrib/libgnuregex/
H A Dregex.c38 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
39 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
47 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument
48 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
/freebsd-12.1/contrib/netbsd-tests/lib/libc/hash/
H A Dt_hmac.c49 int stop; in test() local
82 stop = 0; in test()
101 stop = 1; in test()
104 ATF_REQUIRE_MSG(!stop, "hash %s failed for " in test()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_file.c127 *stop = TRUE; in open_section()
136 *stop = FALSE; in open_section()
155 *stop = TRUE; in close_section()
164 *stop = FALSE; in close_section()
181 *stop = TRUE; in add_value()
190 *stop = FALSE; in add_value()
417 svn_boolean_t stop; in parse_value_continuation_lines() local
432 if (stop) in parse_value_continuation_lines()
765 svn_boolean_t stop; in svn_config__parse_stream() local
803 if (stop) in svn_config__parse_stream()
[all …]
/freebsd-12.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c318 bool stop; in bhnd_nvram_val_vprintf() local
320 stop = false; in bhnd_nvram_val_vprintf()
343 stop = true; in bhnd_nvram_val_vprintf()
347 if (stop) in bhnd_nvram_val_vprintf()
435 bool stop; in bhnd_nvram_val_vprintf() local
437 stop = false; in bhnd_nvram_val_vprintf()
512 stop = true; in bhnd_nvram_val_vprintf()
516 if (stop) in bhnd_nvram_val_vprintf()

12345678910>>...22