HomeSort by: relevance | last modified time | path
    Searched refs:netpgp_list_packets (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgp.h 64 int netpgp_list_packets(netpgp_t *, char *, int, char *);
netpgpperl.pm 57 *netpgp_list_packets = *netpgpperlc::netpgp_list_packets;
netpgpperl_wrap.c 2510 SWIG_croak("Usage: netpgp_list_packets(netpgp_t *,char *,int,char *);");
2514 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_list_packets" "', argument " "1"" of type '" "netpgp_t *""'");
2519 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "netpgp_list_packets" "', argument " "2"" of type '" "char *""'");
2524 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "netpgp_list_packets" "', argument " "3"" of type '" "int""'");
2529 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "netpgp_list_packets" "', argument " "4"" of type '" "char *""'");
2532 result = (int)netpgp_list_packets(arg1,arg2,arg3,arg4);
3868 {"netpgpperlc::netpgp_list_packets", _wrap_netpgp_list_packets},
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgp.h 64 int netpgp_list_packets(netpgp_t *, char *, int, char *);
netpgppython.py 95 netpgp_list_packets = _netpgppython.netpgp_list_packets variable
netpgppython_wrap.c 3423 if (!PyArg_ParseTuple(args,(char *)"OOOO:netpgp_list_packets",&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
3426 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_list_packets" "', argument " "1"" of type '" "netpgp_t *""'");
3431 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "netpgp_list_packets" "', argument " "2"" of type '" "char *""'");
3436 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "netpgp_list_packets" "', argument " "3"" of type '" "int""'");
3441 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "netpgp_list_packets" "', argument " "4"" of type '" "char *""'");
3444 result = (int)netpgp_list_packets(arg1,arg2,arg3,arg4);
4607 { (char *)"netpgp_list_packets", _wrap_netpgp_list_packets, METH_VARARGS, NULL},
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgp.h 64 int netpgp_list_packets(netpgp_t *, char *, int, char *);
netpgptcl_wrap.c 2373 if (SWIG_GetArgs(interp, objc, objv,"oooo:netpgp_list_packets netpgp_t * char * int char * ",(void *)0,(void *)0,(void *)0,(void *)0) == TCL_ERROR) SWIG_fail;
2376 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_list_packets" "', argument " "1"" of type '" "netpgp_t *""'");
2381 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "netpgp_list_packets" "', argument " "2"" of type '" "char *""'");
2386 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "netpgp_list_packets" "', argument " "3"" of type '" "int""'");
2391 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "netpgp_list_packets" "', argument " "4"" of type '" "char *""'");
2394 result = (int)netpgp_list_packets(arg1,arg2,arg3,arg4);
3099 { SWIG_prefix "netpgp_list_packets", (swig_wrapper_func) _wrap_netpgp_list_packets, NULL},
  /src/crypto/external/bsd/netpgp/dist/include/
netpgp.h 64 int netpgp_list_packets(netpgp_t *, char *, int, char *);
  /src/crypto/external/bsd/netpgp/dist/bindings/lua/
glue.c 299 ret = netpgp_list_packets(netpgp, __UNCONST(f), armour, NULL);
  /src/crypto/external/bsd/netpgp/dist/src/netpgp/
netpgp.c 335 return netpgp_list_packets(netpgp, f, p->armour, NULL);
  /src/crypto/external/bsd/netpgp/dist/src/lib/
netpgp.c 1773 netpgp_list_packets(netpgp_t *netpgp, char *f, int armor, char *pubringname) function
1799 (void) fprintf(io->errs, "netpgp_list_packets: bad alloc\n");

Completed in 23 milliseconds