Home | History | Annotate | Download | only in dist

Lines Matching defs:p_buf

58 static char	p_buf[MAXPATHLEN];		/* info working buffer */
514 info = (mb_info *)p_buf;
518 info. p_buf holds the required raw data and it *should*
637 hp = (a_hdr *)p_buf;;
760 info. p_buf holds the required raw data and it *should*
763 hp = (a_hdr *)p_buf;
779 memcpy(entries, (p_buf+A_HDR_SIZE), nentries*A_ENTRY_SIZE);
798 info = (FileInfo *)(p_buf + ntohl(ep->offset));
815 strncpy(name, (p_buf+ntohl(ep->offset)),
1376 if((p_num = read(p_fd, p_buf, sizeof(p_buf))) <= 0) {