/freebsd/contrib/ntp/ |
H A D | results.y2kfixes | 4 [root@timetest ntpdate]# ./ntpdate -b timelord.att.com 9 [root@timetest ntptrace]# ./ntptrace timelord.att.com 10 timelord.att.com: stratum 2, offset -0.000879, synch distance 0.07207 11 timemaster.att.com: stratum 1, offset -0.004876, synch distance 0.03485, refid 'GPS' 15 [root@timetest ntpdate]# ./ntpdate -b timelord.att.com 20 [root@timetest ntptrace]# ./ntptrace timelord.att.com 21 timelord.att.com: stratum 2, offset 0.001383, synch distance 0.05644 22 timemaster.att.com: stratum 1, offset -0.006355, synch distance 0.04178, refid 'GPS' 26 [root@timetest ntpdate]# ./ntpdate -b timelord.att.com 31 [root@timetest ntptrace]# ./ntptrace timelord.att.com [all …]
|
H A D | readme.y2kfixes | 57 y2k@y2k.labs.att.com 129 See http://y2k.labs.att.com/freeware. There will be no ongoing 131 you may email us at: y2k@y2k.labs.att.com
|
/freebsd/usr.bin/vi/catalog/ |
H A D | swedish.UTF-8.base | 10 011 "Inga ändringar att ångra" 13 014 "Inga ändringar att återgöra" 54 060 "Misslyckades att säkerhetskopiera filen: %s" 62 068 "Det finns ingen fil %s, läsbar av dig, att återskapa" 66 072 "Filen är tom; inget att söka i" 67 073 "Kom till slutet på filen utan att hitta söksträngen" 70 076 "Kom till början av filen utan att hitta söksträngen" 98 105 "Inga förkortningar att visa" 104 111 "Inga fler filer att editera" 105 112 "Inga tidigare filer att editera" [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAsmAlias.td | 24 (MOV8rr_REV GR8:$dst, GR8:$src), 0, "att">; 26 (MOV16rr_REV GR16:$dst, GR16:$src), 0, "att">; 28 (MOV32rr_REV GR32:$dst, GR32:$src), 0, "att">; 30 (MOV64rr_REV GR64:$dst, GR64:$src), 0, "att">; 223 def : MnemonicAlias<"call", "callw", "att">, Requires<[In16BitMode]>; 224 def : MnemonicAlias<"call", "calll", "att">, Requires<[In32BitMode]>; 225 def : MnemonicAlias<"call", "callq", "att">, Requires<[In64BitMode]>; 227 def : MnemonicAlias<"cbw", "cbtw", "att">; 228 def : MnemonicAlias<"cwde", "cwtl", "att">; 229 def : MnemonicAlias<"cwd", "cwtd", "att">; [all …]
|
/freebsd/lib/libc/tests/regex/ |
H A D | Makefile.inc | 41 ${PACKAGE}DATA_FILES+= data/att/basic.dat 42 ${PACKAGE}DATA_FILES+= data/att/categorization.dat 43 ${PACKAGE}DATA_FILES+= data/att/forcedassoc.dat 44 ${PACKAGE}DATA_FILES+= data/att/leftassoc.dat 45 ${PACKAGE}DATA_FILES+= data/att/nullsubexpr.dat 46 ${PACKAGE}DATA_FILES+= data/att/repetition.dat 47 ${PACKAGE}DATA_FILES+= data/att/rightassoc.dat
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-rpool.c | 39 SM_RPOOL_ATTACH_T att; local 45 att = sm_rpool_attach_x(rpool, rfree, "attachment #1"); 46 SM_TEST(att != NULL); 55 att = sm_rpool_attach_x(rpool, rfree, "attachment #2"); 57 sm_rpool_detach(att);
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_g.c | 296 pg->pg_bbatt.att = 0; in bwn_phy_g_prepare_hw() 298 pg->pg_bbatt.att = 2; in bwn_phy_g_prepare_hw() 306 pg->pg_rfatt.att = 2; in bwn_phy_g_prepare_hw() 309 pg->pg_rfatt.att = 3; in bwn_phy_g_prepare_hw() 315 pg->pg_rfatt.att = 0x60; in bwn_phy_g_prepare_hw() 323 pg->pg_rfatt.att = 5; in bwn_phy_g_prepare_hw() 332 pg->pg_rfatt.att = 3; in bwn_phy_g_prepare_hw() 337 pg->pg_rfatt.att = 3; in bwn_phy_g_prepare_hw() 339 pg->pg_rfatt.att = 1; in bwn_phy_g_prepare_hw() 346 pg->pg_rfatt.att = 7; in bwn_phy_g_prepare_hw() [all …]
|
H A D | if_bwnvar.h | 144 #define BWN_BBATTCMP(a, b) ((a)->att == (b)->att) 146 (((a)->att == (b)->att) && ((a)->padmix == (b)->padmix)) 208 uint8_t att; member 219 uint8_t att; member
|
/freebsd/contrib/libfido2/src/ |
H A D | winhello.c | 50 WEBAUTHN_CREDENTIAL_ATTESTATION *att; 788 const WEBAUTHN_CREDENTIAL_ATTESTATION *att) in winhello_make_cred() 794 if (att->pbAttestationObject == NULL) { 798 if ((item = cbor_load(att->pbAttestationObject, in winhello_assert_free() 799 att->cbAttestationObject, &cbor)) == NULL) { in winhello_assert_free() 841 &ctx->cd, &ctx->opt, &ctx->att)) != S_OK) { in fido_winhello_manifest() 872 if (ctx->att != NULL) in fido_winhello_open() 873 webauthn_free_attest(ctx->att); in fido_winhello_open() 1065 if ((r = translate_winhello_cred(cred, ctx->att)) != FIDO_OK) { 46 WEBAUTHN_CREDENTIAL_ATTESTATION *att; global() member 732 translate_winhello_cred(fido_cred_t * cred,const WEBAUTHN_CREDENTIAL_ATTESTATION * att) translate_winhello_cred() argument
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/ |
H A D | README | 1 AT&T test data from: http://www2.research.att.com/~gsf/testregex/
|
/freebsd/contrib/openpam/ |
H A D | config.sub | 783 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 784 basic_machine=m68000-att 787 basic_machine=we32k-att 1240 basic_machine=we32k-att 1642 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/freebsd/usr.sbin/efivar/ |
H A D | efivar.c | 221 uint32_t att; in print_var() local 246 rv = efi_get_variable(*guid, name, &data, &datalen, &att); in print_var()
|
/freebsd/contrib/sendmail/cf/siteconfig/ |
H A D | uucp.ucbvax.m4 | 6 SITE(att)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZ.td | 74 string Name = "att";
|
/freebsd/contrib/unbound/ |
H A D | config.sub | 202 | att* \ 747 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 749 vendor=att 753 vendor=att 1062 vendor=att 1878 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/freebsd/contrib/libpcap/ |
H A D | config.sub | 184 | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \ 694 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 696 vendor=att 700 vendor=att 1007 vendor=att 1644 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/freebsd/contrib/ncurses/ |
H A D | config.sub | 184 | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \ 694 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 696 vendor=att 700 vendor=att 1007 vendor=att 1644 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/freebsd/contrib/byacc/ |
H A D | config.sub | 184 | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \ 694 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 696 vendor=att 700 vendor=att 1007 vendor=att 1642 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/freebsd/contrib/tcpdump/ |
H A D | config.sub | 184 | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \ 694 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 696 vendor=att 700 vendor=att 1007 vendor=att 1644 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/freebsd/usr.bin/mandoc/ |
H A D | Makefile | 24 att.c \
|
/freebsd/contrib/openbsm/config/ |
H A D | config.sub | 142 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 1050 basic_machine=we32k-att 1353 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | config.sub | 147 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 1647 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | config.sub | 147 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 1650 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/freebsd/contrib/tcsh/ |
H A D | host.defs | 442 vendor : : "att" 450 vendor : : "att" 458 vendor : : "att" 466 vendor : : "att" 474 vendor : : "att" 1189 vendor : : "att"
|
/freebsd/crypto/heimdal/ |
H A D | config.sub | 150 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 1207 basic_machine=we32k-att 1548 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|