Home
last modified time | relevance | path

Searched refs:read_eintr (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dfileio.pro42 long read_eintr(int fd, void *buf, size_t bufsize);
/vim-8.2.3635/src/
H A Dfileio.c825 len = read_eintr(fd, firstline, 80); in readfile()
1289 size = read_eintr(fd, ptr, size); in readfile()
3873 while ((n = read_eintr(fd_in, buffer, WRITEBUFSIZE)) > 0) in vim_rename()
5630 read_eintr(int fd, void *buf, size_t bufsize) in read_eintr() function
H A Dbufwrite.c1475 while ((write_info.bw_len = read_eintr(fd, copybuf, in buf_write()
2332 while ((write_info.bw_len = read_eintr(fd, smallbuf, in buf_write()
H A Dmemline.c2116 if (read_eintr(fd, &b0, sizeof(b0)) == sizeof(b0)) in get_b0_dict()
2186 if (read_eintr(fd, &b0, sizeof(b0)) == sizeof(b0)) in swapfile_info()
2279 if (read_eintr(fd, &b0, sizeof(b0)) != sizeof(b0)) in swapfile_unchanged()
4935 if (read_eintr(fd, &b0, sizeof(b0)) == sizeof(b0)) in findswapname()
H A Dmemfile.c951 if ((unsigned)read_eintr(mfp->mf_fd, hp->bh_data, size) != size) in mf_read()
H A Dvim.h1764 # define read_eintr(fd, buf, count) vim_read((fd), (buf), (count)) macro
H A Dundo.c1650 len = read_eintr(fd, mbuf, UF_START_MAGIC_LEN); in u_write_undo()
H A Dgui.c355 bytes_read = read_eintr(fd, buffer, READ_BUFFER_SIZE - 1); in gui_read_child_pipe()
H A Dos_unix.c5167 len = read_eintr(fromshell_fd, buffer in mch_call_shell_fork()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt10847 Solution: Add read_eintr() and write_eintr().