/freebsd/contrib/ntp/ |
H A D | flock-build | 51 SIG=`perl -e 'print rand'` 67 echo $SIG > .buildkey-$i 70 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" & 71 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS" & 72 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS" & 73 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" & 76 cat > .flockbuild-$i-$SIG <<-ENDQUOT 86 ./build $SIG $PARSE $STD $BUILD_ARGS & 94 ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS & 100 ./build $SIG [all...] |
H A D | build | 6 SIG= 10 SIG=$1 14 case "$SIG" in 19 echo "SIG is <$SIG>" 136 NICEB="./.nicebuild-$MYNAME-$SIG"
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | pgp-binary-keys | 127 # [Primary Key] [SIG] (EOF or another certificate) 128 # [Primary Key] [SIG] [User ID] [SIG]... 129 # [Primary Key] [SIG] [User Attribute] [SIG]... 130 # [Primary Key] [SIG] [Subkey] [SIG]... 131 # [Primary Key] [User ID] [SIG]... 132 # [Primary Key] [User Attribute] [SIG]... 133 # [Primary Key] [Subkey] [SIG]...
|
H A D | efi | 21 >0 guid D719B2CB-3D3A-4596-A3BC-DAD00E67656F EFI Signature List, SIG DB
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | ntptrap | 115 $SIG{'HUP'} = 'cleanup'; 116 $SIG{'INT'} = 'cleanup'; 117 $SIG{'QUIT'} = 'cleanup'; 118 $SIG{'TERM'} = 'cleanup';
|
H A D | ntploopwatch | 218 $SIG{'CHLD'} = "sigchld"; 219 $SIG{'CLD'} = "sigchld"; 228 $SIG{'INT'} = $SIG{'HUP'} = $SIG{'QUIT'} = $SIG{'TERM'} = $SIG{'PIPE'} = "abort"; 1468 delete $SIG{'CHLD'};
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | resolve.c | 820 hostlen = strnlen(pRec->Data.SIG.pNameSigner, DNS_MAX_NAME_LENGTH); in parse_dns_record() 828 rr->u.sig->type = pRec->Data.SIG.wTypeCovered; in parse_dns_record() 829 rr->u.sig->algorithm = pRec->Data.SIG.chAlgorithm; in parse_dns_record() 830 rr->u.sig->labels = pRec->Data.SIG.chLabelCount; in parse_dns_record() 831 rr->u.sig->orig_ttl = pRec->Data.SIG.dwOriginalTtl; in parse_dns_record() 832 rr->u.sig->sig_expiration = pRec->Data.SIG.dwExpiration; in parse_dns_record() 833 rr->u.sig->sig_inception = pRec->Data.SIG.dwTimeSigned; in parse_dns_record() 834 rr->u.sig->key_tag = pRec->Data.SIG.wKeyTag; in parse_dns_record() 837 pRec->Data.SIG.Signature, sig_len); in parse_dns_record() 839 strcpy_s(rr->u.sig->signer, hostlen + 1, pRec->Data.SIG.pNameSigner); in parse_dns_record()
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-tse850-3.dts | 306 /* 0 */ "SUP-A", "SUP-B", "SUP-C", "SIG<LEV", 324 /* 24 */ "", "", "SIG<LIN", "SIG>LIN",
|
/freebsd/contrib/ntp/scripts/update-leap/ |
H A D | update-leap.in | 137 $SIG{INT} = \&signal_catcher; 138 $SIG{TERM} = \&signal_catcher; 139 $SIG{QUIT} = \&signal_catcher; 237 log_fatal(LOG_INFO, "Recv'd SIG${signame}. Terminating.");
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | hash.t | 53 local $SIG{__WARN__} = sub { $WARNINGS++ };
|
/freebsd/lib/libbluetooth/ |
H A D | protocols | 17 upnp 21 UPnP # See ESDP, Bluetooth SIG
|
/freebsd/contrib/sendmail/contrib/ |
H A D | etrn.pl | 243 $SIG{ALRM} = 'handle_alarm';
|
H A D | expn.pl | 1187 $SIG{ALRM} = 'handle_alarm';
|
H A D | mailprio | 467 $SIG{'PIPE'} = 'handle_pipe';
|
/freebsd/tests/sys/acl/ |
H A D | run | 273 $SIG{CHLD} = 'IGNORE';
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 80-test_ca.t | 236 local $SIG{PIPE} = "IGNORE";
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | spell.ok | 60 SIG
|
/freebsd/crypto/openssl/ |
H A D | Configure | 27 my $orig_death_handler = $SIG{__DIE__}; 28 $SIG{__DIE__} = \&death_handler; 2859 $SIG{__DIE__} = $orig_death_handler; 2900 $SIG{__DIE__} = $orig_death_handler;
|
/freebsd/contrib/unbound/doc/ |
H A D | FEATURES | 85 RFC 2535: KEY, SIG, NXT: treated as unknown data, syntax is parsed (obsolete).
|
H A D | TODO | 26 o SIG(0) and TSIG.
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 195 local $SIG{ALRM} = sub { die "Timeout"; };
|
/freebsd/crypto/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 380 local $SIG{PIPE} = "IGNORE";
|
/freebsd/crypto/openssh/ |
H A D | session.c | 2126 #define SSH_SIG(x) if (strcmp(name, #x) == 0) return SIG ## x in name2sig() 2315 #define SSH_SIG(x) if (sig == SIG ## x) return #x in sig2name()
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | 547 DBG_SET_FLAG_MIN("signal", SIG); in pmc_debugflags_parse() 1024 PMCDBG2(PRC,SIG,2, "signalling proc=%p signal=%d", p, SIGIO); in pmc_unlink_target_process()
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 9 NIST/OSI Implementors' Workshop document SEC-SIG-91-17. 1807 Workshop document SEC-SIG-91-17.
|