Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 25 of 149) sorted by relevance

123456

/openbsd/lib/libc/regex/
H A Dengine.c145 const char *stop; in matcher() local
295 dissect(struct match *m, const char *start, const char *stop, sopno startst, in dissect()
477 backref(struct match *m, const char *start, const char *stop, sopno startst, in backref()
674 fast(struct match *m, const char *start, const char *stop, sopno startst, in fast()
763 slow(struct match *m, const char *start, const char *stop, sopno startst, in slow()
850 sopno stop, /* state after stop state within strip */ in step()
989 at(struct match *m, const char *title, const char *start, const char *stop, in at()
/openbsd/games/primes/
H A Dprimes.c100 ubig stop; /* don't generate at or above this value */ in main() local
177 primes(ubig start, ubig stop) in primes()
/openbsd/include/
H A Dbitstring.h85 #define bit_nclear(name, start, stop) do { \ argument
95 #define bit_nset(name, start, stop) do { \ argument
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DPerfHelper.cpp118 void Counter::stop() { ioctl(FileDescriptor, PERF_EVENT_IOC_DISABLE, 0); } in stop() function in llvm::exegesis::pfm::Counter
152 void Counter::stop() {} in stop() function in llvm::exegesis::pfm::Counter
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dinformal_protocol.m6 - (void) stop; method in StopProtocol
/openbsd/gnu/usr.bin/binutils/gas/
H A Dread.c1120 mri_comment_end (char *stop, int stopc) in mri_comment_end()
1194 char *stop = NULL; in s_align() local
1329 char *stop = NULL; in s_comm_internal() local
1436 char *stop = NULL; in s_mri_common() local
1659 char *stop = NULL; in s_fail() local
1781 char *stop = NULL; in s_globl() local
2749 char *stop = NULL; in s_space() local
2921 char *stop = NULL; in s_float_space() local
2998 char *stop = NULL; in s_struct() local
3241 char *stop = NULL; in cons_worker() local
[all …]
H A Dcond.c130 char *stop = NULL; in s_if() local
229 char *stop = NULL; in s_ifc() local
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dread.c1201 mri_comment_end (char *stop, int stopc) in mri_comment_end()
1281 char *stop = NULL; in s_align() local
1425 char *stop = NULL; in s_comm_internal() local
1540 char *stop = NULL; in s_mri_common() local
1809 char *stop = NULL; in s_fail() local
1931 char *stop = NULL; in s_globl() local
2883 char *stop = NULL; in s_space() local
3059 char *stop = NULL; in s_float_space() local
3136 char *stop = NULL; in s_struct() local
3516 char *stop = NULL; in cons_worker() local
[all …]
H A Dcond.c130 char *stop = NULL; in s_if() local
263 char *stop = NULL; in s_ifc() local
/openbsd/gnu/llvm/llvm/lib/Debuginfod/
H A DHTTPServer.cpp147 void HTTPServer::stop() { in stop() function in HTTPServer
185 void HTTPServer::stop() { in stop() function in HTTPServer
/openbsd/bin/pax/
H A Dgen_subs.c201 char *stop; in asc_ul() local
299 char *stop; in asc_ull() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash1.C21 Date stop; variable
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-evax.c46 char *stop = NULL; local
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-evax.c46 char *stop = NULL; local
/openbsd/usr.bin/rpcgen/
H A Drpc_hout.c235 define_printed(stop, start) in define_printed() argument
490 undefined2(type, stop) in undefined2() argument
/openbsd/gnu/llvm/libunwind/src/
H A DUnwind-seh.cpp231 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced()
404 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind()
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DAggregator.pm211 sub stop { subroutine
/openbsd/usr.bin/colrm/
H A Dcolrm.c55 u_long column, newcol, start, stop; in main() local
/openbsd/usr.sbin/radiusd/
H A Dradiusd_module.h31 void (*stop)(void *ctx); member
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp64 bool stop) { in GetStepThroughTrampolinePlan()
/openbsd/sys/arch/amd64/include/
H A Dcpuvar.h69 int (*stop)(struct cpu_info *); member
/openbsd/gnu/llvm/lld/Common/
H A DTimer.cpp21 void ScopedTimer::stop() { in stop() function in ScopedTimer
/openbsd/usr.bin/less/
H A Dsignal.c51 stop(int type) in stop() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h569 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
705 const KeyT &stop(unsigned i) const { return this->second[i]; } in stop() function
708 KeyT &stop(unsigned i) { return this->second[i]; } in stop() function
1112 KeyT stop() const { in stop() function
1419 const KeyT &stop() const { return unsafeStop(); } in stop() function
2175 KeyType stop() const { in stop() function
/openbsd/sys/arch/i386/include/
H A Dcpuvar.h69 int (*stop)(struct cpu_info *); member

123456