Home
last modified time | relevance | path

Searched refs:fname_real (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dutil.c1933 IM_FREE( of->fname_real ); in ifile_close()
1949 of->fname_real = NULL; in ifile_build()
1986 of->fname_real, "r", NULL, NULL )) ) { in ifile_open_read()
1989 of->fname_real, g_strerror( errno ) ); in ifile_open_read()
2008 IM_SETSTR( of->fname_real, of->fname ); in ifile_open_read_stdin()
2009 if( !of->fname_real ) { in ifile_open_read_stdin()
2035 IM_SETSTR( of->fname_real, of->fname ); in ifile_open_write()
2036 if( !of->fname_real ) { in ifile_open_write()
2041 of->fname_real, "w", NULL, NULL )) ) { in ifile_open_write()
2044 of->fname_real, g_strerror( errno ) ); in ifile_open_write()
[all …]
H A Dtoolkit.c94 filemodel_set_filename( FILEMODEL( model ), of->fname_real ); in toolkit_load_text()
H A Dutil.h260 char *fname_real; /* File we opened (maybe after search) */ member
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/tests/python/
H A Dsync_test_base.py726 fname_real = os.path.join(self.app.local_folder_in, ffname)
728 self.file_create(fname_real, random.randint(10, 100))
730 logging.error("Failed to create file: %s (%s)" % (fname_real, e))