Home
last modified time | relevance | path

Searched refs:try_open_file (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/mpv/mpv-0.34.1/demux/
H A Ddemux_null.c22 static int try_open_file(struct demuxer *demux, enum demux_check check) in try_open_file() function
34 .open = try_open_file,
H A Ddemux_cue.c265 static int try_open_file(struct demuxer *demuxer, enum demux_check check) in try_open_file() function
311 .open = try_open_file,
H A Ddemux_edl.c618 static int try_open_file(struct demuxer *demuxer, enum demux_check check) in try_open_file() function
649 .open = try_open_file,
/dports/science/mcstas/mcstas-2.5-src/src/
H A Dfile.c35 try_open_file(char *dir, char *name) in try_open_file() function
151 return generic_open_file_search(name, try_open_file); in open_file_search()
165 return try_open_file(get_sys_dir(), name); in open_file_search_sys()
/dports/science/mcxtrace/mcxtrace-1.2-src/src/
H A Dfile.c36 try_open_file(char *dir, char *name) in try_open_file() function
152 return generic_open_file_search(name, try_open_file); in open_file_search()
166 return try_open_file(get_sys_dir(), name); in open_file_search_sys()
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtagger.cc671 try_open_file("SERIALISED_TAGGER", argv[optind], "rb"); in g_FILE_Tagger()
682 FILE *Input = try_open_file("INPUT", argv[optind + 1], "r"); in g_FILE_Tagger()
709 try_open_file("SERIALISED_TAGGER", ProbFn, "rb"); in r_FILE_Tagger()
729 try_open_file("SERIALISED_TAGGER", ProbFn, "wb"); in r_FILE_Tagger()
756 FILE *TaggedCorpus = try_open_file("TAGGED_CORPUS", TaggedFn, "r"); in s_FILE_Tagger()
773 try_open_file("SERIALISED_TAGGER", ProbFn, "wb"); in s_FILE_Tagger()
805 try_open_file("SERIALISED_TAGGER", ProbFn, "wb"); in t_FILE_Tagger()
H A Dshell_utils.cc65 FILE *try_open_file(const char *metavar, const char *filename, in try_open_file() function
78 FILE *f = try_open_file(metavar, filename, flags); in try_open_file_utf8()
H A Dshell_utils.h22 try_open_file(const char *metavar, const char *filename,
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dfilename.cpp376 static genfile try_open_file(const char *path, const char *root, in try_open_file() function
393 f = try_open_file(fc->path, AGTpSTD, "", filetype_info(ft, 0), 0); in findread()
397 f = try_open_file(fc->path, fc->shortname, fc->ext, filetype_info(ft, 0), 0); in findread()
399 f = try_open_file(fc->path, fc->shortname, extname[ft], filetype_info(ft, 0), 0); in findread()
423 f = try_open_file(fc->path, fc->shortname, extname[ft], filetype_info(ft, 0), 1); in fileexist()
/dports/devel/libsigrok/libsigrok-0.5.2/src/
H A Dresource.c123 static FILE *try_open_file(const char *datadir, const char *subdir, in try_open_file() function
165 file = try_open_file((const char *)(p->data), NULL, name); in resource_open_default()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/files/
H A DFileLoaderUtils.cpp40 Result<std::pair<FileFd, string>> try_open_file(CSlice name) { in try_open_file() function
125 auto r_pair = try_open_file(PSLICE() << dir << suggested_name); in search_file()
/dports/x11/fnott/fnott/
H A Dconfig.c102 try_open_file(path_components_t *components, const char *name) in try_open_file() function
153 if (try_open_file(&components, "fnott.ini")) in open_config()
163 if (try_open_file(&components, "fnottrc")) in open_config()
194 if (try_open_file(&components, "fnott.ini")) in open_config()
/dports/x11/foot/foot/
H A Dconfig.c342 try_open_file(path_components_t *components, const char *name) in try_open_file() function
392 if (try_open_file(&components, "foot.ini")) in open_config()
427 if (try_open_file(&components, "foot.ini")) in open_config()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_paths.c868 static int try_open_file (char *targ, const char *finddir, in try_open_file() function
949 found = try_open_file(fname, finddir, dname, flags); in find_in_subdir()