OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:netpgp_set_homedir
(Results
1 - 13
of
13
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgp.h
73
int
netpgp_set_homedir
(netpgp_t *, char *, const char *, const int);
netpgpperl.pm
62
*
netpgp_set_homedir
= *netpgpperlc::
netpgp_set_homedir
;
netpgpperl_wrap.c
2747
SWIG_croak("Usage:
netpgp_set_homedir
(netpgp_t *,char *,char const *,int const);");
2751
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "
netpgp_set_homedir
" "', argument " "1"" of type '" "netpgp_t *""'");
2756
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
netpgp_set_homedir
" "', argument " "2"" of type '" "char *""'");
2761
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
netpgp_set_homedir
" "', argument " "3"" of type '" "char const *""'");
2766
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "
netpgp_set_homedir
" "', argument " "4"" of type '" "int""'");
2769
result = (int)
netpgp_set_homedir
(arg1,arg2,(char const *)arg3,arg4);
3873
{"netpgpperlc::
netpgp_set_homedir
", _wrap_netpgp_set_homedir},
/src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgp.h
73
int
netpgp_set_homedir
(netpgp_t *, char *, const char *, const int);
netpgppython.py
100
netpgp_set_homedir
= _netpgppython.
netpgp_set_homedir
variable
netpgppython_wrap.c
3635
if (!PyArg_ParseTuple(args,(char *)"OOOO:
netpgp_set_homedir
",&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
3638
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "
netpgp_set_homedir
" "', argument " "1"" of type '" "netpgp_t *""'");
3643
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
netpgp_set_homedir
" "', argument " "2"" of type '" "char *""'");
3648
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
netpgp_set_homedir
" "', argument " "3"" of type '" "char const *""'");
3653
SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "
netpgp_set_homedir
" "', argument " "4"" of type '" "int""'");
3656
result = (int)
netpgp_set_homedir
(arg1,arg2,(char const *)arg3,arg4);
4612
{ (char *)"
netpgp_set_homedir
", _wrap_netpgp_set_homedir, METH_VARARGS, NULL},
/src/crypto/external/bsd/netpgp/dist/include/
netpgp.h
73
int
netpgp_set_homedir
(netpgp_t *, char *, const char *, const int);
/src/crypto/external/bsd/netpgp/dist/src/libpaa/
client.c
76
netpgp_set_homedir
(&netpgp, getenv("HOME"),
server.c
82
netpgp_set_homedir
(&netpgp, getenv("HOME"),
/src/crypto/external/bsd/netpgp/dist/src/pgp2ssh/
main.c
79
netpgp_set_homedir
(&netpgp, getenv("HOME"), "/.ssh", 1);
/src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/
netpgpkeys.c
300
netpgp_set_homedir
(netpgp, arg, NULL, 0);
454
netpgp_set_homedir
(&netpgp, getenv("HOME"),
/src/crypto/external/bsd/netpgp/dist/src/netpgp/
netpgp.c
418
netpgp_set_homedir
(netpgp, arg, NULL, 0);
593
netpgp_set_homedir
(&netpgp, getenv("HOME"),
/src/crypto/external/bsd/netpgp/dist/src/lib/
netpgp.c
1896
netpgp_set_homedir
(netpgp_t *netpgp, char *home, const char *subdir, const int quiet)
function
Completed in 54 milliseconds
Indexes created Thu May 21 00:25:23 UTC 2026