Lines Matching refs:tell
406 long tell; in c_output() local
425 tell = ftell(fout); in c_output()
429 if (extend && tell == ftell(fout)) { in c_output()
514 long tell; in h_output() local
562 tell = ftell(fout); in h_output()
611 if (extend && tell == ftell(fout)) { in h_output()
780 long tell; in svc_output() local
802 tell = ftell(fout); in svc_output()
805 if (extend && tell == ftell(fout)) in svc_output()
816 long tell; in clnt_output() local
838 tell = ftell(fout); in clnt_output()
845 if (extend && tell == ftell(fout)) in clnt_output()