Lines Matching defs:fp
54 #define ACK(fp) { (void) fputc('\0', fp); (void) fflush(fp); }55 #define NACK(fp) { (void) fputc('\1', fp); (void) fflush(fp); }63 remote_host_name(FILE *fp)68 int fd = fileno(fp);98 fatal(FILE *fp, char *fmt, ...)104 vfprintf(fp, fmt, ap);