Searched refs:except (Results 1 - 25 of 94) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddfork.h108 /** Close all file descriptors except those passed. List needs to be
126 /** Unblock all signals except those passed. List needs to be
130 int daemon_unblock_sigs(int except, ...);
136 int daemon_unblock_sigsv(const int except[]);
144 /** Reset all signal handlers except those passed. List needs to be
148 int daemon_reset_sigs(int except, ...);
154 int daemon_reset_sigsv(const int except[]);
H A Ddfork.c592 int daemon_unblock_sigs(int except, ...) { argument
598 va_start(ap, except);
600 if (except >= 1)
609 va_start(ap, except);
612 if (except >= 1) {
614 p[i++] = except;
632 int daemon_unblock_sigsv(const int except[]) { argument
639 for (i = 0; except[i] > 0; i++)
640 if (sigaddset(&ss, except[i]) < 0)
646 int daemon_reset_sigs(int except, argument
686 daemon_reset_sigsv(const int except[]) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dshow_delta66 except:
96 except:
106 except:
112 except:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp289 DbException except("Account file create failed", err);
290 throw except;
298 DbException except("Account file close failed", err);
299 throw except;
318 DbException except("Branch file create failed", err);
319 throw except;
326 DbException except("Close of branch file failed", err);
327 throw except;
346 DbException except("Teller file create failed", err);
347 throw except;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dgtdbtool17 except tdb.error, t:
H A Dgprinterdata23 except:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf14 <!-- Allow anyone to invoke methods on Avahi server, except SetHostName -->
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in26 except ImportError:
32 except ImportError:
61 except:
157 except getopt.GetoptError:
196 except KeyboardInterrupt:
207 except ImportError:
228 except KeyboardInterrupt:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dsetup.py.in29 except:
103 except:
105 except:
131 except:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/
H A Dwin32config.h35 * Windows platforms may define except
37 #undef except macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi/
H A DServiceTypeDatabase.py.in64 except KeyError:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/packages/TPF/
H A Dcurl.mak48 # disable all protocols except FTP and HTTP
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsacos.S5 | an input argument; sAcosd does the same except for denormalized
H A Dutil.S107 andiw #0x00000060,%d0 |clear all bits except 6 and 5
113 andil #0x7f,%d0 |clear all except operation
122 andil #0x00000044,%d0 |clear all bits except 6 and 2
128 andil #0x0000007f,%d0 |clear all except the op code
365 andil #0x7f,%d0 |clear all except operation
374 andil #0x00440000,%d0 |clear all bits except bits 6 and 2
380 andil #0x007f0000,%d0 |clear all bits except the operation
H A Dsasin.S5 | an input argument; sAsind does the same except for denormalized
H A Dsatanh.S6 | an input argument; satanhd does the same except for denormalized
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in30 except ImportError, e:
41 except ImportError, e:
112 except KeyError:
182 except DBusException, e:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-csharp-326 // Octal escape sequences are not recognized, except for \0.
117 #. Octal escape sequences are not recognized, except for \0.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp611 DbException except(caller, error);
612 except.set_env(dbenv);
613 throw except;
629 DbMemoryException except(caller, dbt);
630 except.set_env(dbenv);
631 throw except;
653 DbLockNotGrantedException except(caller, op, mode,
655 except.set_env(dbenv);
656 throw except;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfp.h248 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpscr,except)
H A Dvfpsingle.c69 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpscr,except)
1212 u32 except; local
1225 except = fop->fn(dest, sn, m, fpscr);
1227 vecitr >> FPSCR_LENGTH_BIT, except);
1229 exceptions |= except;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.pl46 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dadd_cr.pl78 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dadd_cr.pl78 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_prime.pl46 * except that the holder is Tim Hudson (tjh@cryptsoft.com).

Completed in 210 milliseconds

1234