/bionic/libc/bionic/ |
siglist.c | 31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = z,
|
signame.c | 31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = #x,
|
/external/smack/src/org/xbill/DNS/ |
SIGRecord.java | 8 * Signature - A SIG provides the digital signature of an RRset, so that 30 * Creates an SIG Record from the given data 46 super(name, Type.SIG, dclass, ttl, covered, alg, origttl, expire,
|
SIG0.java | 9 * Creates SIG(0) transaction signatures. 18 * The default validity period for outgoing SIG(0) signed messages. 27 * Sign a message with SIG(0). The DNS key and private key must refer to the 32 * @param previous If this message is a response, the SIG(0) from the query 47 SIGRecord sig = DNSSEC.signMessage(message, previous, key, privkey, local 50 message.addRecord(sig, Section.ADDITIONAL); 54 * Verify a message using SIG(0). 57 * necessary since SIG(0) signs the message in wire format, and we can't 60 * @param previous If this message is a response, the SIG(0) from the query 66 SIGRecord sig = null local [all...] |
Type.java | 85 public static final int SIG = 24; 250 types.add(SIG, "SIG", new SIGRecord());
|
Message.java | 114 if (rec.getType() == Type.SIG) { 115 SIGRecord sig = (SIGRecord) rec; local 116 if (sig.getTypeCovered() == 0)
|
/external/chromium_org/third_party/lcov/bin/ |
gendesc | 67 $SIG{__WARN__} = \&warn_handler; 68 $SIG{__DIE__} = \&die_handler;
|
genpng | 81 $SIG{__WARN__} = \&genpng_warn_handler; 82 $SIG{__DIE__} = \&genpng_die_handler;
|
geninfo | 262 $SIG{"INT"} = \&int_handler; 263 $SIG{__WARN__} = \&warn_handler; 264 $SIG{__DIE__} = \&die_handler; 319 local $SIG{__DIE__}; [all...] |
lcov | 211 $SIG{__WARN__} = \&warn_handler; 212 $SIG{__DIE__} = \&die_handler; 213 $SIG{'INT'} = \&abort_handler; 214 $SIG{'QUIT'} = \&abort_handler; [all...] |
genhtml | 312 $SIG{__WARN__} = \&warn_handler; 313 $SIG{__DIE__} = \&die_handler; [all...] |
/external/strace/ |
strace-graph | 75 if (/^--- SIG(\S+) \(.*\) ---$/) { 81 if (/^\+\+\+ killed by SIG(\S+) \+\+\+$/) {
|
/system/core/toolbox/ |
kill.c | 12 #define _SIG(name) {SIG##name, #name} 75 fprintf(stderr, "%2d) SIG%-9s ", i, signals[index].name); 102 unsigned int sig = SIGTERM; local 122 sig = strtol(arg, &endptr, 10); 124 sig = name_to_signal(arg); 125 if (sig == SENTINEL) { 137 int err = kill(pid, sig);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/ |
httpd.pm | 73 $SIG{'INT'} = 'handleInterrupt'; 74 $SIG{'TERM'} = 'handleInterrupt';
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 98 $SIG{'CHLD'} = 'IGNORE'; 104 $SIG{'CHLD'} = 'DEFAULT';
|
/external/linux-tools-perf/scripts/perl/ |
rwtop.pl | 93 $SIG{ALRM} = \&set_print_pending;
|
/external/mksh/src/ |
check.pl | 313 @SIG{@trap_sigs} = ('cleanup_exit') x @trap_sigs; 315 $SIG{'ALRM'} = 'catch_sigalrm'; 345 local($sig, $exitcode) = ('', 1); 354 $sig = $_[0]; 361 if ($sig) { 362 $SIG{$sig} = 'DEFAULT'; 363 kill $sig, $$; 372 $SIG{'ALRM'} = 'catch_sigalrm'; 509 @SIG{@trap_sigs} = ('DEFAULT') x @trap_sigs [all...] |
Build.sh | [all...] |
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 439 $SIG{'INT'} = \&trapSignal; 440 $SIG{'HUP'} = \&trapSignal; 441 $SIG{'TERM'} = \&trapSignal; [all...] |
/dalvik/vm/ |
Thread.cpp | [all...] |
/external/clang/www/demo/ |
index.cgi | 266 local $SIG{ALRM} = sub { die "timeout"; }; 286 my $sig = WTERMSIG($retcode); 288 "Ouch, $program caught signal $sig. Sorry, better luck next time!\n"
|
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ |
backportPP.pm | [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
backportPP.pm | [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
backportPP.pm | [all...] |
/external/openssh/ |
session.c | [all...] |