Home
last modified time | relevance | path

Searched refs:shfile_read (Results 1 – 5 of 5) sorted by relevance

/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dmiscbltin.c125 if (shfile_read(&psh->fdtab, 0, &c, 1) != 1) { in readcmd()
132 if (shfile_read(&psh->fdtab, 0, &c, 1) != 1) { in readcmd()
H A Dshfile.h140 long shfile_read(shfdtab *, int, void *, size_t);
H A Dinput.c201 nr = shfile_read(&psh->fdtab, psh->parsefile->fd, buf, bufsize); in preadfd_inner()
H A Dexpand.c446 while ((i = shfile_read(&psh->fdtab, in.fd, buf, sizeof buf)) < 0 && errno == EINTR); in expbackq()
H A Dshfile.c1396 long shfile_read(shfdtab *pfdtab, int fd, void *buf, size_t len) function