Searched refs:filepathname (Results 1 – 4 of 4) sorted by relevance
225 const char* filepathname ) in FT_Stream_Open() argument234 stream->pathname.pointer = (char*)filepathname; in FT_Stream_Open()240 file = ft_fopen( filepathname, "rb" ); in FT_Stream_Open()244 " could not open `%s'\n", filepathname )); in FT_Stream_Open()254 FT_ERROR(( " opened `%s' but zero-sized\n", filepathname )); in FT_Stream_Open()266 filepathname, stream->size )); in FT_Stream_Open()
2296 const char* filepathname ) in FT_Attach_File() argument2303 if ( !filepathname ) in FT_Attach_File()2308 open.pathname = (char*)filepathname; in FT_Attach_File()
1942 const char* filepathname,2064 const char* filepathname );
326 const char* filepathname );
Completed in 25 milliseconds