Home | History | Annotate | Download | only in libxml2

Lines Matching full:fopen

617        fd = fopen(path, mode ? "wb" : "rb");
691 return fopen(path,mode ? "wb" : "rb");
931 fd = fopen(path, "r");
1004 fd = fopen(path, "wb");
2093 tst_file = fopen( buffer, "wb" );
2104 tst_file = fopen( buffer, "wb" );