Lines Matching refs:irstou

45     int irstou;  in Write_M2N()  local
197 int irstou; in Write_M2N_SolOnly() local
308 int irstou; in Write_M2N_Field() local
438 int irstou; in Write_M2N_PhAvg2() local
531 int irstou; in Write_Restart() local
639 int irstou; in Write_Error() local
712 int irstou; in Write_Displ() local
721 openfile(rfile,"append", &irstou); in Write_Displ()
728 writeheader( &irstou, "displacement", (void*)iarray, &nitems, &isize, "double", phasta_iotype ); in Write_Displ()
729 writedatablock( &irstou, "displacement", (void*)(array1), &isize, "double", phasta_iotype ); in Write_Displ()
731 closefile( &irstou, "append" ); in Write_Displ()
751 int irstou; in Write_Field() local
870 int irstou; in Write_PhAvg() local
886 openfile(rfile, fmode, &irstou); in Write_PhAvg()
897 writestring( &irstou,"# PHASTA Input File Version 2.0\n"); in Write_PhAvg()
898 writestring( &irstou, in Write_PhAvg()
904 writestring( &irstou, fname ); in Write_PhAvg()
908 writestring( &irstou,"# This result was produced on: "); in Write_PhAvg()
909 writestring( &irstou, fname ); in Write_PhAvg()
910 writestring( &irstou,"\n"); in Write_PhAvg()
914 writestring( &irstou, fname ); in Write_PhAvg()
919 writeheader( &irstou, "byteorder magic number ", in Write_PhAvg()
921 writedatablock( &irstou, "byteorder magic number ", in Write_PhAvg()
930 writeheader( &irstou, fieldlabel, (void*)iarray, &nitems, &isize, datatype, phasta_iotype ); in Write_PhAvg()
931 writedatablock( &irstou, fieldlabel, array, &isize, datatype, phasta_iotype ); in Write_PhAvg()
933 closefile( &irstou, fmode); in Write_PhAvg()
982 int irstou; in Write_PhAvg2() local