Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:open_utf8

1606   destination_file=open_utf8(destination,O_WRONLY | O_BINARY | O_CREAT,S_MODE);
1609 source_file=open_utf8(source,O_RDONLY | O_BINARY,0);