Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.lex.c1563 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 Dsh.decls.h249 extern ssize_t wide_read (int, Char *, size_t, int);
H A Dsh.glob.c831 icnt = wide_read(pvec[0], ibuf, BUFSIZE, 0); in backeval()
H A DFixes379 52. Be more conservative in wide_read PR#29