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

/freebsd-13-stable/sys/kern/
H A 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(
[all...]
/freebsd-13-stable/usr.bin/uuencode/
H A Duuencode.c141 /* ENC is the basic 1 character encoding function to make a char printing */
142 #define ENC(c) ((c) ? ((c) & 077) + ' ': '`') macro
189 ch = ENC(n);
200 ch = ENC(ch);
204 ch = ENC(ch);
208 ch = ENC(ch);
212 ch = ENC(ch);
222 (void)fprintf(output, "%c\nend\n", ENC('\0'));
/freebsd-13-stable/sys/contrib/openzfs/cmd/vdev_id/
H A Dvdev_id598 ENC=$(basename $(readlink -m "/sys/$DEVPATH/../.."))
599 if [ ! -d "/sys/class/enclosure/$ENC" ] ; then
607 ENC_DEVICE=$(readlink "/sys/class/enclosure/$ENC")
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c2847 #define ENC(from,want,plus) do { \ macro
2879 ENC("Hello", "Hello",0);
2880 ENC("99", "99",0);
2881 ENC("", "",0);
2882 ENC(
2885 ENC(" ", "%20",0);
2886 ENC(" ", "+",1);
2887 ENC("\xff\xf0\xe0", "%FF%F0%E0",0);
2888 ENC("\x01\x19", "%01%19",1);
2889 ENC("htt
2945 #undef ENC macro
[all...]
/freebsd-13-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-13-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl482 } elsif (/No PA-ENC-TIMESTAMP --/) {
/freebsd-13-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-13-stable/contrib/libpcap/
H A Dpcap.c2976 DLT_CHOICE(ENC, "OpenBSD encapsulated IP"),
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c17112 #define ENC(db) ((db)->enc) macro
[all...]

Completed in 606 milliseconds