Home
last modified time | relevance | path

Searched refs:obj4 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c3915 PyObject * obj4 = 0 ; in _wrap_netpgp_encrypt_file() local
3917 …if (!PyArg_ParseTuple(args,(char *)"OOOOO:netpgp_encrypt_file",&obj0,&obj1,&obj2,&obj3,&obj4)) SWI… in _wrap_netpgp_encrypt_file()
3938 ecode5 = SWIG_AsVal_int(obj4, &val5); in _wrap_netpgp_encrypt_file()
4043 PyObject * obj4 = 0 ; in _wrap_netpgp_sign_file() local
4047 …if (!PyArg_ParseTuple(args,(char *)"OOOOOOO:netpgp_sign_file",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,… in _wrap_netpgp_sign_file()
4068 ecode5 = SWIG_AsVal_int(obj4, &val5); in _wrap_netpgp_sign_file()
4186 PyObject * obj4 = 0 ; in _wrap_netpgp_sign_memory() local
4191 …if (!PyArg_ParseTuple(args,(char *)"OOOOOOOO:netpgp_sign_memory",&obj0,&obj1,&obj2,&obj3,&obj4,&ob… in _wrap_netpgp_sign_memory()
4212 res5 = SWIG_AsCharPtrAndSize(obj4, &buf5, NULL, &alloc5); in _wrap_netpgp_sign_memory()
4269 PyObject * obj4 = 0 ; in _wrap_netpgp_verify_memory() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d2103 Rebindable!(const I) obj4;
2104 static assert(is(typeof(obj4.get) == const I));
2105 static assert(is(typeof(obj4.stripped) == I));
2106 static assert(is(typeof(obj4.foo()) == int));
2107 obj4 = new class I {};
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d2561 Rebindable!(const I) obj4;
2562 static assert(is(typeof(obj4.get) == const I));
2563 static assert(is(typeof(obj4.stripped) == I));
2564 static assert(is(typeof(obj4.foo()) == int));
2565 obj4 = new class I {};