Searched refs:read_eintr (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | fileio.pro | 42 long read_eintr(int fd, void *buf, size_t bufsize);
|
| /vim-8.2.3635/src/ |
| H A D | fileio.c | 825 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 D | bufwrite.c | 1475 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 D | memline.c | 2116 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 D | memfile.c | 951 if ((unsigned)read_eintr(mfp->mf_fd, hp->bh_data, size) != size) in mf_read()
|
| H A D | vim.h | 1764 # define read_eintr(fd, buf, count) vim_read((fd), (buf), (count)) macro
|
| H A D | undo.c | 1650 len = read_eintr(fd, mbuf, UF_START_MAGIC_LEN); in u_write_undo()
|
| H A D | gui.c | 355 bytes_read = read_eintr(fd, buffer, READ_BUFFER_SIZE - 1); in gui_read_child_pipe()
|
| H A D | os_unix.c | 5167 len = read_eintr(fromshell_fd, buffer in mch_call_shell_fork()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 10847 Solution: Add read_eintr() and write_eintr().
|