Home
last modified time | relevance | path

Searched refs:att (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/contrib/ntp/
H A Dresults.y2kfixes4 [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 Dreadme.y2kfixes57 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 Dswedish.UTF-8.base10 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 DX86InstrAsmAlias.td24 (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 DMakefile.inc41 ${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 Dt-rpool.c39 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 Dif_bwn_phy_g.c296 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 Dif_bwnvar.h144 #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 Dwinhello.c50 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 DREADME1 AT&T test data from: http://www2.research.att.com/~gsf/testregex/
/freebsd/contrib/openpam/
H A Dconfig.sub783 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 Defivar.c221 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 Duucp.ucbvax.m46 SITE(att)
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.td74 string Name = "att";
/freebsd/contrib/unbound/
H A Dconfig.sub202 | 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 Dconfig.sub184 | 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 Dconfig.sub184 | 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 Dconfig.sub184 | 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 Dconfig.sub184 | 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 DMakefile24 att.c \
/freebsd/contrib/openbsm/config/
H A Dconfig.sub142 -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 Dconfig.sub147 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
1647 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub147 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
1650 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
/freebsd/contrib/tcsh/
H A Dhost.defs442 vendor : : "att"
450 vendor : : "att"
458 vendor : : "att"
466 vendor : : "att"
474 vendor : : "att"
1189 vendor : : "att"
/freebsd/crypto/heimdal/
H A Dconfig.sub150 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
1207 basic_machine=we32k-att
1548 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)

1234