Searched refs:caught (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A Dcexcept.h134 by the Try clause), and the exception is not caught by a nested
141 caught, which is significant if it has side effects, for example:
158 caught. Therefore, variables modified inside the Try block whose
170 exception must be caught, otherwise the program may crash.
199 int caught; \
220 while (the_exception_context->caught = 0, \
221 the_exception_context->caught); \
224 the_exception_context->caught = 1; \
228 if (!the_exception_context->caught || action) { } \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dtime.c67 pid_t caught; local
71 while ((caught = wait3(&status, 0, &resp->ru)) != pid) {
72 if (caught == -1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c254 sigset_t pending, shpending, blocked, ignored, caught; local
263 sigemptyset(&caught);
269 collect_sigign_sigcatch(p, &ignored, &caught);
286 render_sigset_t(m, "SigCgt:\t", &caught);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/parisc/
H A Dharmony.c502 unsigned long caught; local
511 caught = rcuradd - h->cbuf.addr;
515 rcuradd, h->cbuf.addr, caught);
522 return bytes_to_frames(rt, caught);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprocess.tex274 to catch the subprocess stdio. The caught input stream is returned by
275 GetOutputStream() as a non-seekable stream. The caught output stream is returned
H A Dkeyevent.tex43 {\bf Note:} If a key down ({\tt EVT\_KEY\_DOWN}) event is caught and
H A Dapp.tex388 Finally note that if the exception is rethrown from here, it can be caught in
522 startup and shutdown might not be caught at all).
H A Darray.tex382 first, the error will be caught by the compiler, but, unfortunately, many
H A Dfunction.tex468 caught and passed to \helpref{wxApp::OnFatalException}{wxapponfatalexception}.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dpfpsp.S3160 # exceptions, they won't pass through here since they are caught
3718 # exceptions, they won't pass through here since they are caught
H A Dfpsp.S3161 # exceptions, they won't pass through here since they are caught
3719 # exceptions, they won't pass through here since they are caught
6640 # not be caught until gen_except(). Now, with the exceptions being
9629 # exception to be put into the machine which will be caught and corrected
H A Dfplsp.S6534 # not be caught until gen_except(). Now, with the exceptions being
9270 # exception to be put into the machine which will be caught and corrected
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dconfigure1614 echo "$as_me: caught signal $ac_signal"

Completed in 656 milliseconds