HomeSort by relevance Sort by last modified time
    Searched refs:SIG (Results 1 - 21 of 21) sorted by null

  /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/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/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 98 $SIG{'CHLD'} = 'IGNORE';
104 $SIG{'CHLD'} = 'DEFAULT';
  /external/webkit/Tools/Scripts/webkitperl/
httpd.pm 73 $SIG{'INT'} = 'handleInterrupt';
74 $SIG{'TERM'} = 'handleInterrupt';
  /external/linux-tools-perf/scripts/perl/
rwtop.pl 93 $SIG{ALRM} = \&set_print_pending;
  /external/webkit/Tools/Scripts/
check-Xcode-source-file-types 109 $SIG{__DIE__} = sub {
sort-Xcode-project-file 97 $SIG{__DIE__} = sub {
old-run-webkit-tests 670 $SIG{"PIPE"} = "catch_pipe";
    [all...]
  /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...]
  /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/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl 101 $SIG{INT} = 'int_handler';
    [all...]
  /external/openssh/
session.c     [all...]
  /external/bison/
maint.mk 621 # perl -lne '/^#ifdef (SIG\w+)/ and print $1' lib/sig2str.c|sort -u|fmt -70
    [all...]

Completed in 394 milliseconds