Searched refs:convwrite (Results 1 – 12 of 12) sorted by relevance
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/ |
H A D | test_makeencoding.py | 34 def convwrite(s): function 43 writer.write = convwrite
|
/dports/editors/vim/vim-8.2.3745/src/testdir/ |
H A D | test_makeencoding.py | 32 def convwrite(s): function 41 writer.write = convwrite
|
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/auth/factotum/ |
H A D | p9sk1.c | 52 if(convwrite(c, cchal, CHALLEN) < 0) in p9skclient() 127 if(convwrite(c, buf, TICKETLEN+AUTHENTLEN) < 0) in p9skclient() 187 if(convwrite(c, buf, TICKREQLEN) < 0) in p9skserver() 215 if(convwrite(c, buf, AUTHENTLEN) < 0) in p9skserver()
|
H A D | p9any.c | 74 if(convwrite(c, s, strlen(s)+1) < 0) in p9anyserver() 98 if(convwrite(c, "OK\0", 3) < 0) in p9anyserver() 228 if(convwrite(c, choice, strlen(choice)+1) < 0){ in p9anyclient()
|
H A D | conv.c | 193 convwrite(Conv *c, void *data, int count) in convwrite() function 217 ret = convwrite(c, s, strlen(s)); in convprint()
|
H A D | rsa.c | 78 convwrite(c, buf, n); in xrsadecrypt() 142 convwrite(c, sig, n); in xrsasign()
|
H A D | p9cr.c | 115 if(convwrite(c, resp, resplen) < 0) in p9crclient() 194 if(convwrite(c, chal, challen) < 0) in p9crserver()
|
H A D | httpdigest.c | 46 convwrite(c, resp, strlen(resp)); in hdclient()
|
H A D | dsa.c | 55 convwrite(c, sigblob, sizeof sigblob); in xdsasign()
|
H A D | chap.c | 177 if(convwrite(c, &cr, sizeof cr) < 0) in chapclient() 190 if(convwrite(c, &mscr, sizeof mscr) < 0) in chapclient()
|
H A D | dat.h | 163 extern int convwrite(Conv*, void*, int);
|
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/onigmo/ |
H A D | testpy.py | 320 def convwrite(s): function 329 writer.write = convwrite
|