Home | History | Annotate | Download | only in lib

Lines Matching refs:FOPEN_READTEXT

149   file = fopen(name, FOPEN_READTEXT); /* VMS */
205 return fopen(file, FOPEN_READTEXT); /* VMS */
208 return fopen(file, FOPEN_READTEXT, "rfm=stmlf", "ctx=stm");