/plan9-contrib/sys/src/cmd/page/ |
H A D | filter.c | 9 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 D | gfx.c | 30 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 D | cipheraes.c | 50 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 D | cipherrc4.c | 28 encryptrc4(CipherState *cs, uchar *buf, int nbuf) in encryptrc4() 34 decryptrc4(CipherState *cs, uchar *buf, int nbuf) in decryptrc4()
|
H A D | cipher3des.c | 32 encrypt3des(CipherState *cs, uchar *buf, int nbuf) in encrypt3des() 38 decrypt3des(CipherState *cs, uchar *buf, int nbuf) in decrypt3des()
|
H A D | cipherblowfish.c | 46 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 D | convM2D.c | 5 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 D | convM2D.c | 6 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 D | convM2D.c | 6 statcheck(uchar *buf, uint nbuf) in statcheck() 33 convM2D(uchar *buf, uint nbuf, Dir *d, char *strs) in convM2D()
|
H A D | rerrstr.c | 5 rerrstr(char *buf, uint nbuf) in rerrstr()
|
H A D | getwd.c | 7 getwd(char *buf, int nbuf) in getwd()
|
H A D | convD2M.c | 25 convD2M(Dir *d, uchar *buf, uint nbuf) in convD2M()
|
/plan9-contrib/sys/src/cmd/gs/src/ |
H A D | ziodev.c | 161 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 D | cipherdes.c | 21 encryptdes(CipherState *cs, uchar *buf, int nbuf) in encryptdes() 27 decryptdes(CipherState *cs, uchar *buf, int nbuf) in decryptdes()
|
H A D | cipherblowfish.c | 21 encryptblowfish(CipherState *cs, uchar *buf, int nbuf) in encryptblowfish() 27 decryptblowfish(CipherState *cs, uchar *buf, int nbuf) in decryptblowfish()
|
H A D | cipherrc4.c | 26 encryptrc4(CipherState *cs, uchar *buf, int nbuf) in encryptrc4() 32 decryptrc4(CipherState *cs, uchar *buf, int nbuf) in decryptrc4()
|
H A D | cipher3des.c | 24 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 D | dirread.c | 8 statcheck(uchar *buf, uint nbuf) in statcheck() 98 uchar *buf, *nbuf; in _dirreadall() local
|
H A D | convM2D.c | 10 _convM2D(uchar *buf, uint nbuf, Dir *d, char *strs) in _convM2D()
|
H A D | convD2M.c | 7 _convD2M(Dir *d, uchar *buf, uint nbuf) in _convD2M()
|
/plan9-contrib/sys/src/ape/lib/ap/stdio/ |
H A D | vsnprintf.c | 6 int vsnprintf(char *buf, size_t nbuf, const char *fmt, va_list args){ in vsnprintf()
|
H A D | snprintf.c | 6 int snprintf(char *buf, size_t nbuf, const char *fmt, ...){ in snprintf()
|
/plan9-contrib/sys/src/libstdio/ |
H A D | vsnprintf.c | 5 int vsnprintf(char *buf, int nbuf, const char *fmt, va_list args){ in vsnprintf()
|
H A D | snprintf.c | 5 int snprintf(char *buf, int nbuf, const char *fmt, ...){ in snprintf()
|
/plan9-contrib/sys/src/cmd/aux/ |
H A D | olefs.c | 74 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()
|