Searched refs:GEN (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/kerberos5/lib/libgssapi_spnego/
H A DMakefile15 ${GEN:S/.x$/.c/:S/.hx$/.h/} \
18 GEN= asn1_ContextFlags.x \ macro
37 CLEANFILES= ${GEN} ${GEN:S/.x$/.c/:S/.hx$/.h/} \
40 .ORDER: ${GEN}
41 ${GEN:[2..-1]}: .NOMETA
42 ${GEN}: spnego.asn1 spnego.opt
/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_curve25519.c27 static const unsigned char GEN[] = { variable
45 GEN, sizeof GEN
H A Dec_c25519_i15.c77 static const unsigned char GEN[] = { variable
96 return GEN;
H A Dec_c25519_i31.c74 static const unsigned char GEN[] = { variable
93 return GEN;
H A Dec_c25519_m31.c566 static const unsigned char GEN[] = { variable
585 return GEN;
H A Dec_c25519_m62.c33 static const unsigned char GEN[] = { variable
52 return GEN;
H A Dec_c25519_m64.c33 static const unsigned char GEN[] = { variable
52 return GEN;
H A Dec_c25519_m15.c1244 static const unsigned char GEN[] = { variable
1263 return GEN;
/freebsd-12-stable/share/examples/sunrpc/msg/
H A DMakefile9 GEN = msg_clnt.c msg_svc.c msg.h macro
25 $(GEN): msg.x
39 rm -f $(GEN) *.o $(BIN)
/freebsd-12-stable/kerberos5/lib/libasn1/
H A DMakefile22 ${GEN:S/.x$/.c/:S/.hx$/.h/}
37 GEN+= ${GEN_RFC2459}
38 GEN+= ${GEN_CMS}
39 GEN+= ${GEN_K5}
40 GEN+= ${GEN_PKINIT}
41 GEN+= ${GEN_PKCS8}
42 GEN+= ${GEN_PKCS9}
43 GEN+= ${GEN_PKCS12}
44 GEN+= ${GEN_DIGEST}
45 GEN
[all...]
/freebsd-12-stable/share/examples/sunrpc/dir/
H A DMakefile9 GEN = dir_clnt.c dir_svc.c dir_xdr.c dir.h macro
15 $(GEN): dir.x
29 rm -f $(GEN) *.o $(BIN)
/freebsd-12-stable/kerberos5/lib/libhdb/
H A DMakefile57 ${GEN:S/.x$/.c/:S/.hx$/.h/}
66 GEN= asn1_Salt.x \ macro
86 CLEANFILES= ${GEN} ${GEN:S/.x$/.c/:S/.hx$/.h/} hdb_asn1_files \
89 .ORDER: ${GEN}
90 ${GEN:[2..-1]}: .NOMETA
91 ${GEN}: hdb.asn1
/freebsd-12-stable/share/examples/sunrpc/sort/
H A DMakefile9 GEN = sort_clnt.c sort_svc.c sort_xdr.c sort.h macro
38 rm -f $(GEN) *.o $(BIN)
/freebsd-12-stable/kerberos5/lib/libhx509/
H A DMakefile263 GEN+= ${GEN_OCSP}
264 GEN+= ${GEN_PKCS10}
265 GEN+= ${GEN_CRMF}
267 CLEANFILES= ${GEN} ${GEN:S/.x$/.c/:S/.hx$/.h/} ocsp_asn1_files \
/freebsd-12-stable/contrib/bc/
H A DMakefile.in50 GEN = %%GEN%%
51 GEN_EXEC = $(GEN_DIR)/$(GEN)
52 GEN_C = $(GEN_DIR)/$(GEN).c
H A Dconfigure881 COVERAGE_OUTPUT="$COVERAGE_OUTPUT;\$(RM) -f \$(GEN)*.gc*"
1066 GEN="strgen"
1074 GEN="strgen.sh"
1297 contents=$(replace "$contents" "GEN" "$GEN")
H A Dconfigure.sh881 COVERAGE_OUTPUT="$COVERAGE_OUTPUT;\$(RM) -f \$(GEN)*.gc*"
1066 GEN="strgen"
1074 GEN="strgen.sh"
1297 contents=$(replace "$contents" "GEN" "$GEN")
/freebsd-12-stable/sys/dev/ncr/
H A Dncrreg.h198 #define GEN 0x0200/* sta: timeout (general) */ macro
H A Dncr.c5301 !(sist & (GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5313 !(sist & (STO|GEN|HTH|SGE|UDC|RST|PAR)) &&
5325 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5342 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5407 !(sist & (STO|GEN|HTH|MA|SGE|RST|PAR)) &&
5420 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
5453 !(sist & (STO|GEN|HTH|MA|SGE|UDC|RST|PAR)) &&
6908 * Measure GEN timer delay in order
6930 while (!(INW(nc_sist) & GEN) && ms++ < 1000)
6942 printf ("\tDelay (GEN
[all...]
/freebsd-12-stable/sys/dev/sym/
H A Dsym_defs.h426 #define GEN 0x0200/* sta: timeout (general) */ macro
H A Dsym_hipd.c3891 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) &&
3922 if (!(sist & (GEN|HTH|SGE)) &&
3940 if ((sist & (GEN|HTH|SGE)) ||
6894 * Measure GEN timer delay in order
6915 while (!(INW(nc_sist) & GEN) && ms++ < 100000)
6931 printf ("%s: Delay (GEN=%d): %u msec, %u KHz\n",

Completed in 129 milliseconds