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

/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn-enc.c89 /* Top level i2d equivalents: the 'ndef' variant instructs the encoder
145 int i, seqcontlen, seqlen, ndef = 1; local
208 if (aclass & ASN1_TFLG_NDEF) ndef = 2;
245 seqlen = ASN1_object_size(ndef, seqcontlen, tag);
249 ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
261 if (ndef == 2)
283 int i, ret, flags, ttag, tclass, ndef; local
322 /* if template and arguments require ndef, use it */
324 ndef = 2;
325 else ndef
520 int ndef = 0; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_enc.c79 /* Top level i2d equivalents: the 'ndef' variant instructs the encoder
135 int i, seqcontlen, seqlen, ndef = 1; local
198 if (aclass & ASN1_TFLG_NDEF) ndef = 2;
235 seqlen = ASN1_object_size(ndef, seqcontlen, tag);
239 ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
251 if (ndef == 2)
273 int i, ret, flags, ttag, tclass, ndef; local
312 /* if template and arguments require ndef, use it */
314 ndef = 2;
315 else ndef
510 int ndef = 0; local
[all...]
/macosx-10.10.1/awk-20/src/
H A Drun.c227 int i, ncall, ndef; local
245 ndef = (int) fcn->fval; /* args in defn */
246 dprintf( ("calling %s, %d args (%d in defn), fp=%d\n", s, ncall, ndef, (int) (fp-frame)) );
247 if (ncall > ndef)
249 s, ncall, ndef);
250 if (ncall + ndef > NARGS)
251 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
266 for ( ; i < ndef; i++) { /* add null args for ones not provided */
281 fp->nargs = ndef; /* number defined with (excess are locals) */
288 for (i = 0; i < ndef;
[all...]

Completed in 94 milliseconds