Home
last modified time | relevance | path

Searched defs:nbuf (Results 1 – 25 of 110) sorted by relevance

12345

/plan9-contrib/sys/src/cmd/page/
H A Dfilter.c9 initfilt(Biobuf *b, int argc, char **argv, uchar *buf, int nbuf, char *type, char *cmd, int docopy) in initfilt()
71 initdvi(Biobuf *b, int argc, char **argv, uchar *buf, int nbuf) in initdvi()
98 inittroff(Biobuf *b, int argc, char **argv, uchar *buf, int nbuf) in inittroff()
105 initmsdoc(Biobuf *b, int argc, char **argv, uchar *buf, int nbuf) in initmsdoc()
H A Dgfx.c30 int nbuf; member
96 initgfx(Biobuf*, int argc, char **argv, uchar *buf, int nbuf) in initgfx()
127 genaddpage(Document *doc, char *name, uchar *buf, int nbuf) in genaddpage()
/plan9-contrib/sys/src/cmd/ssh2/
H A Dcipheraes.c50 encryptaes(CipherState *cs, uchar *buf, int nbuf) in encryptaes()
60 encryptaesctr(CipherState *cs, uchar *buf, int nbuf) in encryptaesctr()
70 decryptaes(CipherState *cs, uchar *buf, int nbuf) in decryptaes()
80 decryptaesctr(CipherState *cs, uchar *buf, int nbuf) in decryptaesctr()
H A Dcipherrc4.c28 encryptrc4(CipherState *cs, uchar *buf, int nbuf) in encryptrc4()
34 decryptrc4(CipherState *cs, uchar *buf, int nbuf) in decryptrc4()
H A Dcipher3des.c32 encrypt3des(CipherState *cs, uchar *buf, int nbuf) in encrypt3des()
38 decrypt3des(CipherState *cs, uchar *buf, int nbuf) in decrypt3des()
H A Dcipherblowfish.c46 encryptblowfish(CipherState *cs, uchar *buf, int nbuf) in encryptblowfish()
52 decryptblowfish(CipherState *cs, uchar *buf, int nbuf) in decryptblowfish()
/plan9-contrib/sys/src/cmd/unix/u9fs/
H A DconvM2D.c5 statcheck(uchar *buf, uint nbuf) in statcheck()
29 convM2D(uchar *buf, uint nbuf, Dir *d, char *strs) in convM2D()
/plan9-contrib/sys/src/cmd/unix/drawterm/libc/
H A DconvM2D.c6 statcheck(uchar *buf, uint nbuf) in statcheck()
33 convM2D(uchar *buf, uint nbuf, Dir *d, char *strs) in convM2D()
/plan9-contrib/sys/src/libc/9sys/
H A DconvM2D.c6 statcheck(uchar *buf, uint nbuf) in statcheck()
33 convM2D(uchar *buf, uint nbuf, Dir *d, char *strs) in convM2D()
H A Drerrstr.c5 rerrstr(char *buf, uint nbuf) in rerrstr()
H A Dgetwd.c7 getwd(char *buf, int nbuf) in getwd()
H A DconvD2M.c25 convD2M(Dir *d, uchar *buf, uint nbuf) in convD2M()
/plan9-contrib/sys/src/cmd/gs/src/
H A Dziodev.c161 byte *nbuf = gs_resize_string(imemory, buf->data, buf->size, in zfilelineedit() local
195 byte *nbuf; in zfilelineedit() local
230 byte *nbuf; in zfilelineedit() local
/plan9-contrib/sys/src/cmd/ssh1/
H A Dcipherdes.c21 encryptdes(CipherState *cs, uchar *buf, int nbuf) in encryptdes()
27 decryptdes(CipherState *cs, uchar *buf, int nbuf) in decryptdes()
H A Dcipherblowfish.c21 encryptblowfish(CipherState *cs, uchar *buf, int nbuf) in encryptblowfish()
27 decryptblowfish(CipherState *cs, uchar *buf, int nbuf) in decryptblowfish()
H A Dcipherrc4.c26 encryptrc4(CipherState *cs, uchar *buf, int nbuf) in encryptrc4()
32 decryptrc4(CipherState *cs, uchar *buf, int nbuf) in decryptrc4()
H A Dcipher3des.c24 encrypt3des(CipherState *cs, uchar *buf, int nbuf) in encrypt3des()
32 decrypt3des(CipherState *cs, uchar *buf, int nbuf) in decrypt3des()
/plan9-contrib/sys/src/ape/lib/ap/plan9/
H A Ddirread.c8 statcheck(uchar *buf, uint nbuf) in statcheck()
98 uchar *buf, *nbuf; in _dirreadall() local
H A DconvM2D.c10 _convM2D(uchar *buf, uint nbuf, Dir *d, char *strs) in _convM2D()
H A DconvD2M.c7 _convD2M(Dir *d, uchar *buf, uint nbuf) in _convD2M()
/plan9-contrib/sys/src/ape/lib/ap/stdio/
H A Dvsnprintf.c6 int vsnprintf(char *buf, size_t nbuf, const char *fmt, va_list args){ in vsnprintf()
H A Dsnprintf.c6 int snprintf(char *buf, size_t nbuf, const char *fmt, ...){ in snprintf()
/plan9-contrib/sys/src/libstdio/
H A Dvsnprintf.c5 int vsnprintf(char *buf, int nbuf, const char *fmt, va_list args){ in vsnprintf()
H A Dsnprintf.c5 int snprintf(char *buf, int nbuf, const char *fmt, ...){ in snprintf()
/plan9-contrib/sys/src/cmd/aux/
H A Dolefs.c74 convM2OD(Odir *f, void *buf, int nbuf) in convM2OD()
112 oreadblock(Ofile *f, int block, ulong off, char *buf, int nbuf) in oreadblock()
160 oreadchain(Ofile *f, ulong block, int off, char *buf, int nbuf) in oreadchain()
172 oreadfile(Odir *d, int off, char *buf, int nbuf) in oreadfile()

12345