Lines Matching defs:fp1
121 * read data from file fp1 and write
123 * fp1 -> file descriptor
130 ewrdata(fp1, fn)
131 FILE *fp1;
152 fd1 = fileno(fp1);
359 * read data from file fp1 and write on link
360 * fp1 -> file descriptor
367 twrdata(fp1, fn)
368 FILE *fp1;
381 fstat(fileno(fp1), &statbuf);
383 while ((len = read(fileno(fp1), bufr.t_data, TBUFSIZE)) > 0) {