Searched refs:ENC (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dsubr_fattime.c99 #define ENC(y,m) (((y) << 9) | ((m) << 5)) macro
105 { 0 + 0 * YEAR, ENC(0, 1) },
107 { JAN + 0 * YEAR, ENC(0, 2) }, { FEB + 0 * YEAR + 1, ENC(0, 3) },
108 { MAR + 0 * YEAR + 1, ENC(0, 4) }, { APR + 0 * YEAR + 1, ENC(0, 5) },
109 { MAY + 0 * YEAR + 1, ENC(0, 6) }, { JUN + 0 * YEAR + 1, ENC(0, 7) },
110 { JUL + 0 * YEAR + 1, ENC(0, 8) }, { AUG + 0 * YEAR + 1, ENC(
[all...]
/freebsd-11-stable/usr.bin/uuencode/
H A Duuencode.c139 /* ENC is the basic 1 character encoding function to make a char printing */
140 #define ENC(c) ((c) ? ((c) & 077) + ' ': '`') macro
187 ch = ENC(n);
198 ch = ENC(ch);
202 ch = ENC(ch);
206 ch = ENC(ch);
210 ch = ENC(ch);
220 (void)fprintf(output, "%c\nend\n", ENC('\0'));
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-bsdlabel.sh255 ENC="ON"
262 ENC="OFF"
267 if [ $? -eq 0 -a "${ENC}" = "ON" ]
412 echo "${FS}#${MNT}#${ENC}#${PLABEL}#GPT#${XTRAOPTS}" >${PARTDIR}/${_dFile}p${CURPART}
424 echo "${FS}#${MNT}#${ENC}#${PLABEL}#GPT#${XTRAOPTS}" >${PARTDIR}/${_dFile}s${CURPART}
437 echo "${FS}#${MNT}#${ENC}#${PLABEL}#MBR#${XTRAOPTS}#${IMAGE}" >${PARTDIR}/${_dFile}${PARTLETTER}
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2594 #define ENC(from,want,plus) do { \ macro
2626 ENC("Hello", "Hello",0);
2627 ENC("99", "99",0);
2628 ENC("", "",0);
2629 ENC(
2632 ENC(" ", "%20",0);
2633 ENC(" ", "+",1);
2634 ENC("\xff\xf0\xe0", "%FF%F0%E0",0);
2635 ENC("\x01\x19", "%01%19",1);
2636 ENC("htt
2692 #undef ENC macro
[all...]
/freebsd-11-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl482 } elsif (/No PA-ENC-TIMESTAMP --/) {
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y109 CONF ENC
708 | ENC SP STRING CRLF
991 { "ENC", ENC, STR1, 1, "<sp> privacy command" },
1041 /* might still be data within the security MIC/CONF/ENC */
H A Dftpcmd.c138 ENC = 327, enumerator in enum:yytokentype
223 #define ENC 327 macro
693 "ADAT", "PROT", "PBSZ", "CCC", "MIC", "CONF", "ENC", "KAUTH", "KLIST",
3047 { "ENC", ENC, STR1, 1, "<sp> privacy command" },
3097 /* might still be data within the security MIC/CONF/ENC */
/freebsd-11-stable/contrib/libpcap/
H A Dpcap.c2976 DLT_CHOICE(ENC, "OpenBSD encapsulated IP"),
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9559 #define ENC(db) ((db)->aDb[0].pSchema->enc) macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c17112 #define ENC(db) ((db)->enc) macro
[all...]

Completed in 903 milliseconds