Searched refs:wide_read (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.lex.c | 1563 wide_read(int fildes, Char *buf, size_t nchars, int use_fclens) in wide_read() function 1646 c = wide_read(SHIN, fbuf[0], BUFSIZE, 1); in bgetc() 1697 c = wide_read(SHIN, fbuf[buf] + off, roomleft, 0); in bgetc()
|
H A D | sh.decls.h | 249 extern ssize_t wide_read (int, Char *, size_t, int);
|
H A D | sh.glob.c | 831 icnt = wide_read(pvec[0], ibuf, BUFSIZE, 0); in backeval()
|
H A D | Fixes | 379 52. Be more conservative in wide_read PR#29
|