Lines Matching refs:fr_fp
658 if (!fgets(buf, CSREAD_BUFSIZE, csinfo[idx].fr_fp)) in cs_cnt_matches()
660 if (feof(csinfo[idx].fr_fp)) in cs_cnt_matches()
948 if ((csinfo[i].fr_fp = fdopen(from_cs[0], "r")) == NULL) in cs_create_connection()
990 || ((csinfo[i].fr_fp = _fdopen(fd, "r")) == NULL)) in cs_create_connection()
1291 csinfo[i].fr_fp = NULL; in clear_csinfo()
1690 if (fgets(buf, bufsize, csinfo[cnumber].fr_fp) == NULL) in cs_parse_results()
1692 if (feof(csinfo[cnumber].fr_fp)) in cs_parse_results()
1703 while ((ch = getc(csinfo[cnumber].fr_fp)) != EOF && ch != '\n') in cs_parse_results()
2069 while ((ch = getc(csinfo[i].fr_fp)) != EOF && ch != CSCOPE_PROMPT[0]) in cs_read_prompt()
2103 ch = getc(csinfo[i].fr_fp); in cs_read_prompt()
2253 if (csinfo[i].fr_fp != NULL) in cs_release_csp()
2254 (void)fclose(csinfo[i].fr_fp); in cs_release_csp()