HomeSort by: relevance | last modified time | path
    Searched defs:tell (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_main.c 445 long tell; local in function:c_output
458 tell = ftell(fout);
462 if (extend && tell == ftell(fout)) {
560 long tell; local in function:h_output
584 tell = ftell(fout);
602 if (extend && tell == ftell(fout)) {
766 long tell; local in function:svc_output
782 tell = ftell(fout);
786 if (extend && tell == ftell(fout)) {
800 long tell; local in function:clnt_output
    [all...]
rpc_main.c 445 long tell; local in function:c_output
458 tell = ftell(fout);
462 if (extend && tell == ftell(fout)) {
560 long tell; local in function:h_output
584 tell = ftell(fout);
602 if (extend && tell == ftell(fout)) {
766 long tell; local in function:svc_output
782 tell = ftell(fout);
786 if (extend && tell == ftell(fout)) {
800 long tell; local in function:clnt_output
    [all...]

Completed in 27 milliseconds