Searched refs:is_cons (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dstdio.c432 int fd = 0,is_cons =0; local
445 is_cons = 1;
459 is_cons?NULL:&security,
475 if (is_cons) {
486 int fd,mode, is_cons=0; local
501 is_cons = 1;
574 if (is_cons) {
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_asn1.c765 int tag, tag_class, is_cons = 0; local
771 is_cons = 1;
780 is_cons = 2;
782 if((length = ossl_asn1_object_size(is_cons, RSTRING_LENINT(value), tag)) <= 0)
786 ossl_asn1_put_object(&p, is_cons, RSTRING_LENINT(value), tag, tag_class);

Completed in 118 milliseconds