Lines Matching refs:to_fp
946 if ((csinfo[i].to_fp = fdopen(to_cs[1], "w")) == NULL) in cs_create_connection()
986 || ((csinfo[i].to_fp = _fdopen(fd, "w")) == NULL)) in cs_create_connection()
1143 if (csinfo[i].fname == NULL || csinfo[i].to_fp == NULL) in cs_find_common()
1147 (void)fprintf(csinfo[i].to_fp, "%s\n", cmd); in cs_find_common()
1148 (void)fflush(csinfo[i].to_fp); in cs_find_common()
1292 csinfo[i].to_fp = NULL; in clear_csinfo()
2090 (void)putc('\n', csinfo[i].to_fp); in cs_read_prompt()
2091 (void)fflush(csinfo[i].to_fp); in cs_read_prompt()
2153 if (csinfo[i].to_fp != NULL) in cs_release_csp()
2155 (void)fputs("q\n", csinfo[i].to_fp); in cs_release_csp()
2156 (void)fflush(csinfo[i].to_fp); in cs_release_csp()
2255 if (csinfo[i].to_fp != NULL) in cs_release_csp()
2256 (void)fclose(csinfo[i].to_fp); in cs_release_csp()