Home
last modified time | relevance | path

Searched refs:find_open_file (Results 1 – 3 of 3) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dpathname.d6480 extern maygc void* find_open_file (struct file_id *fid, uintB flags);
6501 && find_open_file(&fi,flags)) in check_file_reopen()
H A Dstream.d8039 global maygc void* find_open_file (struct file_id *fid, uintB flags);
8040 global maygc void* find_open_file (struct file_id *fid, uintB flags) { in find_open_file() function
H A DChangeLog8321 * stream.d (find_open_file): add a cast to fix g++ compilation
8507 (add_to_open_streams, remove_from_open_streams, find_open_file): use
13011 (add_to_open_streams, find_open_file): use them
13078 * stream.d (find_open_file): second argument is uintB flags (this
13716 (find_open_file): use open_files_lock only in MT.
13729 (find_open_file): maygc. serialize calls via open_files_lock.
21632 * stream.d (find_open_file): fix compilation with gcc4
21642 * pathname.d (check_file_re_open): use with_file_id & &find_open_file
21645 (find_open_file): implement