Home
last modified time | relevance | path

Searched refs:compat_file_write (Results 1 – 9 of 9) sorted by relevance

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/compat/unix/
H A Dfile.c75 compat_file_write( compat_fd fd, const unsigned char *buffer, size_t length ) in compat_file_write() function
/dports/emulators/fuse/fuse-1.6.0/compat/unix/
H A Dfile.c87 compat_file_write( compat_fd fd, const unsigned char *buffer, size_t length ) in compat_file_write() function
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Dcompat.h126 int compat_file_write( compat_fd fd, const unsigned char *buffer,
H A Dutils.c361 if( compat_file_write( fd, buffer, length ) ) { in utils_write_file()
H A Dsettings.c3347 return compat_file_write( fd, (const unsigned char *)buffer, length ); in settings_file_write()
/dports/emulators/fuse/fuse-1.6.0/
H A Dcompat.h149 int compat_file_write( compat_fd fd, const unsigned char *buffer,
H A Dutils.c389 if( compat_file_write( fd, buffer, length ) ) { in utils_write_file()
H A Dsettings.c3842 return compat_file_write( fd, (const unsigned char *)buffer, length ); in settings_file_write()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/src/compat/
H A Dfile.c252 int compat_file_write(compat_fd cfd, const unsigned char *buffer, size_t length) in compat_file_write() function