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

/freebsd-current/sys/kern/
H A Dsubr_fattime.c100 #define ENC(y,m) (((y) << 9) | ((m) << 5)) macro
106 { 0 + 0 * YEAR, ENC(0, 1) },
108 { JAN + 0 * YEAR, ENC(0, 2) }, { FEB + 0 * YEAR + 1, ENC(0, 3) },
109 { MAR + 0 * YEAR + 1, ENC(0, 4) }, { APR + 0 * YEAR + 1, ENC(0, 5) },
110 { MAY + 0 * YEAR + 1, ENC(0, 6) }, { JUN + 0 * YEAR + 1, ENC(0, 7) },
111 { JUL + 0 * YEAR + 1, ENC(0, 8) }, { AUG + 0 * YEAR + 1, ENC(
[all...]
/freebsd-current/usr.bin/bintrans/
H A Duuencode.c152 /* ENC is the basic 1 character encoding function to make a char printing */
153 #define ENC(c) ((c) ? ((c) & 077) + ' ': '`') macro
210 ch = ENC(n);
221 ch = ENC(ch);
225 ch = ENC(ch);
229 ch = ENC(ch);
233 ch = ENC(ch);
243 (void)fprintf(output, "%c\nend\n", ENC('\0'));
/freebsd-current/sys/contrib/openzfs/udev/
H A Dvdev_id599 ENC="${DEVPATH%/*}"
600 ENC="${ENC%/*}"
601 ENC="${ENC##*/}"
602 if [ ! -d "/sys/class/enclosure/$ENC" ] ; then
610 ENC_DEVICE=$(readlink "/sys/class/enclosure/$ENC")
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2912 #define ENC(from,want,plus) do { \ macro
2944 ENC("Hello", "Hello",0);
2945 ENC("99", "99",0);
2946 ENC("", "",0);
2947 ENC(
2950 ENC(" ", "%20",0);
2951 ENC(" ", "+",1);
2952 ENC("\xff\xf0\xe0", "%FF%F0%E0",0);
2953 ENC("\x01\x19", "%01%19",1);
2954 ENC("htt
3010 #undef ENC macro
[all...]
/freebsd-current/contrib/libevent/test/
H A Dregress_http.c2912 #define ENC(from,want,plus) do { \ macro
2944 ENC("Hello", "Hello",0);
2945 ENC("99", "99",0);
2946 ENC("", "",0);
2947 ENC(
2950 ENC(" ", "%20",0);
2951 ENC(" ", "+",1);
2952 ENC("\xff\xf0\xe0", "%FF%F0%E0",0);
2953 ENC("\x01\x19", "%01%19",1);
2954 ENC("htt
3010 #undef ENC macro
[all...]
/freebsd-current/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl482 } elsif (/No PA-ENC-TIMESTAMP --/) {
/freebsd-current/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-current/contrib/libpcap/
H A Dpcap.c3190 DLT_CHOICE(ENC, "OpenBSD encapsulated IP"),
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c17785 #define ENC(db) ((db)->enc) macro
[all...]

Completed in 704 milliseconds