Home
last modified time | relevance | path

Searched refs:ENC (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/sys/kern/
Dsubr_fattime.c101 #define ENC(y,m) (((y) << 9) | ((m) << 5)) macro
107 { 0 + 0 * YEAR, ENC(0, 1) },
109 { JAN + 0 * YEAR, ENC(0, 2) }, { FEB + 0 * YEAR + 1, ENC(0, 3) },
110 { MAR + 0 * YEAR + 1, ENC(0, 4) }, { APR + 0 * YEAR + 1, ENC(0, 5) },
111 { MAY + 0 * YEAR + 1, ENC(0, 6) }, { JUN + 0 * YEAR + 1, ENC(0, 7) },
112 { JUL + 0 * YEAR + 1, ENC(0, 8) }, { AUG + 0 * YEAR + 1, ENC(0, 9) },
113 { SEP + 0 * YEAR + 1, ENC(0, 10) }, { OCT + 0 * YEAR + 1, ENC(0, 11) },
114 { NOV + 0 * YEAR + 1, ENC(0, 12) }, { DEC + 0 * YEAR + 1, ENC(1, 1) },
116 { JAN + 1 * YEAR + 1, ENC(1, 2) }, { FEB + 1 * YEAR + 1, ENC(1, 3) },
117 { MAR + 1 * YEAR + 1, ENC(1, 4) }, { APR + 1 * YEAR + 1, ENC(1, 5) },
[all …]
/freebsd-12-stable/usr.bin/uuencode/
Duuencode.c142 #define ENC(c) ((c) ? ((c) & 077) + ' ': '`') macro
189 ch = ENC(n); in encode()
200 ch = ENC(ch); in encode()
204 ch = ENC(ch); in encode()
208 ch = ENC(ch); in encode()
212 ch = ENC(ch); in encode()
222 (void)fprintf(output, "%c\nend\n", ENC('\0')); in encode()
/freebsd-12-stable/crypto/heimdal/lib/asn1/
Dkrb5.asn159 PA-ENC-TS-ENC,
117 KRB5-PADATA-ENC-TIMESTAMP(2),
119 KRB5-PADATA-ENC-UNIX-TIME(5),
175 KRB5-PADATA-REQ-ENC-PA-REP(149), --
476 -- padata-type ::= PA-ENC-TIMESTAMP
477 -- padata-value ::= EncryptedData - PA-ENC-TS-ENC
479 PA-ENC-TS-ENC ::= SEQUENCE {
699 sam-enc-nonce-or-sad[3] EncryptedData, -- PA-ENC-SAM-RESPONSE-ENC
704 PA-ENC-SAM-RESPONSE-ENC ::= SEQUENCE {
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
Dfunctions-bsdlabel.sh257 ENC="ON"
264 ENC="OFF"
269 if [ $? -eq 0 -a "${ENC}" = "ON" ]
414 echo "${FS}#${MNT}#${ENC}#${PLABEL}#GPT#${XTRAOPTS}" >${PARTDIR}/${_dFile}p${CURPART}
426 echo "${FS}#${MNT}#${ENC}#${PLABEL}#GPT#${XTRAOPTS}" >${PARTDIR}/${_dFile}s${CURPART}
439 … echo "${FS}#${MNT}#${ENC}#${PLABEL}#MBR#${XTRAOPTS}#${IMAGE}" >${PARTDIR}/${_dFile}${PARTLETTER}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kInstrControl.td150 class MxBcc<string cc, Operand TARGET, MxType TYPE, MxEncoding ENC = MxEncEmpty>
151 : MxInst<(outs), (ins TARGET:$dst), "b"#cc#"\t$dst", [], ENC>;
182 class MxBra<Operand TARGET, MxType TYPE, MxEncoding ENC = MxEncEmpty>
183 : MxInst<(outs), (ins TARGET:$dst), "bra\t$dst", [], ENC>;
DM68kRegisterInfo.td16 class MxReg<string N, bits<16> ENC,
21 let HWEncoding = ENC;
DM68kInstrData.td63 class MxMove_RR<MxType DST, MxType SRC, MxMoveEncoding ENC>
65 [(null_frag)], ENC>;
69 MxMoveEncoding ENC>
71 [(store REG.VT:$src, MEMPat:$dst)], ENC>;
74 MxMoveEncoding ENC>
76 [(store TYPE.IPat:$src, MEMPat:$dst)], ENC>;
79 class MxMove_RI<MxType DST, MxMoveEncoding ENC>
81 [(set DST.VT:$dst, DST.IPat:$src)], ENC>;
/freebsd-12-stable/contrib/libevent/test/
Dregress_http.c2912 #define ENC(from,want,plus) do { \ in http_uriencode_test() macro
2944 ENC("Hello", "Hello",0); in http_uriencode_test()
2945 ENC("99", "99",0); in http_uriencode_test()
2946 ENC("", "",0); in http_uriencode_test()
2947 ENC( in http_uriencode_test()
2950 ENC(" ", "%20",0); in http_uriencode_test()
2951 ENC(" ", "+",1); in http_uriencode_test()
2952 ENC("\xff\xf0\xe0", "%FF%F0%E0",0); in http_uriencode_test()
2953 ENC("\x01\x19", "%01%19",1); in http_uriencode_test()
2954 ENC("http://www.ietf.org/rfc/rfc3986.txt", in http_uriencode_test()
[all …]
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dregress_http.c2912 #define ENC(from,want,plus) do { \ in http_uriencode_test() macro
2944 ENC("Hello", "Hello",0); in http_uriencode_test()
2945 ENC("99", "99",0); in http_uriencode_test()
2946 ENC("", "",0); in http_uriencode_test()
2947 ENC( in http_uriencode_test()
2950 ENC(" ", "%20",0); in http_uriencode_test()
2951 ENC(" ", "+",1); in http_uriencode_test()
2952 ENC("\xff\xf0\xe0", "%FF%F0%E0",0); in http_uriencode_test()
2953 ENC("\x01\x19", "%01%19",1); in http_uriencode_test()
2954 ENC("http://www.ietf.org/rfc/rfc3986.txt", in http_uriencode_test()
[all …]
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
Dftpcmd.y109 CONF ENC
708 | ENC SP STRING CRLF
991 { "ENC", ENC, STR1, 1, "<sp> privacy command" },
Dftpcmd.c138 ENC = 327, enumerator
223 #define ENC 327 macro
3044 { "ENC", ENC, STR1, 1, "<sp> privacy command" },
/freebsd-12-stable/contrib/apr-util/
DREADME94 ENC Technology Software Unrestricted (TSU) exception (see the BIS
/freebsd-12-stable/crypto/heimdal/
DChangeLog.19982816 * kdc/kerberos5.c: Fix PA-ENC-TS-ENC
2820 * lib/krb5/get_in_tkt.c: Do PA-ENC-TS-ENC the correct way.
2836 * kdc/kdc.c: more support for ENC-TS-ENC
DChangeLog.2005585 ENC-TS case. From: Andrew Bartlett <abartlet@samba.org>
613 ENC-TS preauth, both for failure and success.
DChangeLog.20031645 PA-ENC-TIMESTAMP in the AS-REQ, using the first encryption
/freebsd-12-stable/crypto/heimdal/appl/ftp/
DChangeLog207 those are ABOR, STAT, ENC, CONF, MIC.
/freebsd-12-stable/contrib/libpcap/
Dpcap.c2976 DLT_CHOICE(ENC, "OpenBSD encapsulated IP"),
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c9559 #define ENC(db) ((db)->aDb[0].pSchema->enc) macro
62594 rc = sqlite3VdbeChangeEncoding(pVar, ENC(p->db));
62976 u8 enc = ENC(db);
63657 u8 encoding = ENC(db); /* The database encoding */
66686 u.aw.pKeyInfo->enc = ENC(p->db);
66778 u.ax.pCx->pKeyInfo->enc = ENC(p->db);
66805 u.ay.pCx->pKeyInfo->enc = ENC(p->db);
72323 u8 enc = ENC(pParse->db); /* The database encoding */
73130 pColl = sqlite3FindCollSeq(db, ENC(db), zColl, 0);
74508 && sqlite3FindCollSeq(db, ENC(db), pIdx->azColl[0], 0)==pReq
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c17589 #define ENC(db) ((db)->enc) macro
82405 ctx.enc = ENC(t.db);
82434 ctx.enc = ENC(pAccum->db);
83339 assert( pRec->pKeyInfo->enc==ENC(db) );
83440 ctx.enc = ENC(db);
83704 sqlite3ValueApplyAffinity(pVal, affinity, ENC(db));
83709 rc = valueFromExpr(db, pExpr, ENC(db), affinity, &pVal, pAlloc);
83849 pMem->enc = ENC(db);
89396 preupdate.keyinfo.enc = ENC(db);
90456 pOut->enc = ENC(pOut->db);
[all …]
/freebsd-12-stable/contrib/ncurses/misc/
Dterminfo.src11275 kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, kOPT=\EOR, kPRT=\EOZ,
11476 kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH,
11557 kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH,
20246 kIC=\ENJ, kLFT=\ENK, kMOV=\ENC, kNXT=\ENH, kOPT=\EOR,