read              153 global/literal.c 	if (read(f, buf, stb.st_size) < stb.st_size)
read               79 gtags-cscope/logdir.c 		i = read(pwf, line, OURBUFSIZ);
read              107 htags-refkit/htags_path2url.c 	if (read(fd, p, st.st_size) != st.st_size)
read             1014 htags/htags.c  	while ((size = read(ip, buf, sizeof(buf))) != 0) {
read              236 libdb/bt_open.c 		if ((nr = read(t->bt_fd, &m, sizeof(BTMETA))) < 0)
read              242 libdb/mpool.c  	if ((nr = read(mp->fd, bp->page, mp->pagesize)) != mp->pagesize) {
read               61 libutil/test.c 	size = read(ip, buf, sizeof(buf));