Lines Matching defs:fp
167 struct file_entry *fp;
181 fp = (struct file_entry *)bp->b_un.b_buf;
182 err = verifytag(&fp->fe_tag, block, &fp->fe_tag, UD_FILE_ENTRY);
185 "tag=%d\n"), tagerrs[err], fp->fe_tag.tag_id);
195 struct file_entry *fp;
198 fp = (struct file_entry *)bp->b_un.b_buf;
199 maketag(&fp->fe_tag, &fp->fe_tag);
232 getaline(FILE *fp, char *loc, int32_t maxlen)
239 while ((n = getc(fp)) != '\n') {