HomeSort by: relevance | last modified time | path
    Searched refs:catch (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sbin/fsck/
fsutil.h 55 void catch(int) __dead;
fsutil.c 267 catch(int n) function in typeref:typename:void
  /src/sbin/fsck_msdos/
main.c 119 (void) signal(SIGINT, catch);
121 (void) signal(SIGQUIT, catch);
  /src/tests/lib/libc/sys/
t_sigaction.c 82 catch(int sig __unused) function in typeref:typename:void
99 sa.sa_handler = catch;
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/
randombytes.c 106 } catch (e) {
115 } catch (e) {
  /src/tests/usr.bin/c++/
t_call_once2.sh 119 } catch (...) {
151 } catch (...) {
195 } catch (...) {
232 } catch (...) {
286 } catch (...) {
329 } catch (...) {
384 } catch (...) {
425 } catch (...) {
468 } catch (...) {
508 } catch (...)
    [all...]
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 57 catch (Exception)
  /src/sys/external/isc/libsodium/dist/dist-build/
emscripten.sh 101 }).catch(function () {
  /src/sys/arch/next68k/stand/boot/
srt0.s 51 || catch exceptions myself
  /src/sys/rump/librump/rumpkern/
sleepq.c 87 sleepq_block(int timo, bool catch, syncobj_t *syncobj __unused, int nlocks)
  /src/sbin/fsck_lfs/
main.c 178 (void) signal(SIGINT, catch);
  /src/sys/arch/m68k/m68k/
busaddrerr.s 111 tstl _C_LABEL(nofault) | catch bus error?
146 tstl _C_LABEL(nofault) | catch bus error?
265 tstl _C_LABEL(nofault) | catch bus error?
  /src/common/dist/zlib/contrib/ada/
read.adb 37 -- We are using the same random sequence, in case of we catch bug,
  /src/sbin/fsck_ext2fs/
main.c 203 (void)signal(SIGINT, catch);
  /src/usr.bin/make/unit-tests/
opt-debug-lint.mk 4 # to catch common mistakes, such as unclosed expressions.
cond-short.mk 207 # didn't catch much attention, as most other conditions such as pattern
  /src/sbin/fsck_ffs/
main.c 298 (void)signal(SIGINT, catch);
  /src/bin/csh/
csh.c 363 * be either. Our children inherit termination from our parent. We catch it
372 /* catch these all, login shell or not */
652 * indicates whether it should catch "error unwinds". Thus if we are a
1004 * Catch an interrupt, e.g. during lexical input.
1005 * If we are an interactive shell, we reset the interrupt catch
1075 * Note that if catch is not set then we will unwind on any error.
1081 process(int catch)
1114 if (!catch) {
1186 if (enterhist || (catch && intty && !whyles))
  /src/sys/ufs/lfs/
lfs_inode.c 867 lfs_vtruncbuf(struct vnode *vp, daddr_t lbn, bool catch, int slptimeo)
890 error = bbusy(bp, catch, slptimeo, NULL);
911 error = bbusy(bp, catch, slptimeo, NULL);
  /src/sys/dev/isa/
wt.c 186 static int wtwait(struct wt_softc *sc, int catch, const char *msg);
921 wtwait(struct wt_softc *sc, int catch, const char *msg)
927 if ((error = tsleep((void *)sc, WTPRI | catch, msg, 0)) != 0)
  /src/sys/arch/sparc64/sparc64/
copy.S 107 LDPTR [%o4 + %lo(CPCB)], %o4 ! catch faults
154 LDPTR [%o4 + %lo(CPCB)], %o4 ! catch faults
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 641 # one they can override this. This is just to catch people who've gotten into
  /src/sys/arch/atari/atari/
locore.s 270 jra _C_LABEL(badtrap) | only catch probes!
905 * later catch by _start_c
  /src/sbin/fsck_udf/
main.c 4395 (void) signal(SIGINT, catch);
4397 (void) signal(SIGQUIT, catch);
  /src/sys/arch/amiga/amiga/
locore.s 782 | later catch by start_c()

Completed in 28 milliseconds

1 2