Searched refs:ndef (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c78 * Top level i2d equivalents: the 'ndef' variant instructs the encoder to use
131 int i, seqcontlen, seqlen, ndef = 1; local
193 ndef = 2;
228 seqlen = ASN1_object_size(ndef, seqcontlen, tag);
232 ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
243 if (ndef == 2)
265 int i, ret, flags, ttag, tclass, ndef; local
300 /* if template and arguments require ndef, use it */
302 ndef = 2;
304 ndef
487 int ndef = 0; local
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A Drun.c228 int i, ncall, ndef; local
246 ndef = (int) fcn->fval; /* args in defn */
247 dprintf( ("calling %s, %d args (%d in defn), fp=%d\n", s, ncall, ndef, (int) (fp-frame)) );
248 if (ncall > ndef)
250 s, ncall, ndef);
251 if (ncall + ndef > NARGS)
252 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
267 for ( ; i < ndef; i++) { /* add null args for ones not provided */
282 fp->nargs = ndef; /* number defined with (excess are locals) */
289 for (i = 0; i < ndef;
[all...]
/freebsd-9.3-release/contrib/wpa/hostapd/
H A DMakefile319 OBJS += ../src/wps/ndef.o
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A DMakefile488 OBJS += ../src/wps/ndef.o

Completed in 109 milliseconds