Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c5134 size_t ldoc = (c - methods[i].ml_doc); in SWIG_Python_FixMethods() local
5136 char *ndoc = (char*)malloc(ldoc + lptr + 10); in SWIG_Python_FixMethods()
5141 strncpy(buff, methods[i].ml_doc, ldoc); in SWIG_Python_FixMethods()
5142 buff += ldoc; in SWIG_Python_FixMethods()