Home
last modified time | relevance | path

Searched refs:lk_open (Results 1 – 6 of 6) sorted by relevance

/dports/comms/tilp2/tilp2-1.18/src/
H A Dtilp_device.c226 static int lk_open = 0; /* keep status to avoid multiple error messages */ variable
235 if (lk_open) in tilp_device_open()
282 lk_open = ret ? 0 : 1; in tilp_device_open()
291 if (!lk_open) in tilp_device_close()
308 lk_open = 0; in tilp_device_close()
357 if (lk_open) in tilp_device_reset()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dfiles.h130 FILE *lk_open(const char *mode, const string &file);
H A Dfiles.cc2503 FILE *target = lk_open("wb", full_path); in _bones_permastore_file()
2621 FILE *backup_src = lk_open("rb", ghost_filename); in _backup_bones_for_upgrade()
2628 FILE *backup_target = lk_open("wb", upgrade_filename); in _backup_bones_for_upgrade()
3531 FILE *ghost_file = lk_open("wb", permastore_file); in _update_permastore()
3632 FILE *lk_open(const char *mode, const string &file) in lk_open() function
3694 if (!(handle = lk_open(mode, filename)) && die_on_fail) in file_lock()
H A Dhiscores.cc344 FILE* morgue = lk_open("r", morgue_path); in _show_morgue()
600 return lk_open(mode, scores); in _hs_open()
3029 if (FILE *fp = lk_open("a", milestone_file)) in mark_milestone()
/dports/editors/emacs-devel/emacs-4d1968b/lib-src/
H A DChangeLog.1269 * movemail.c (main, popmail): Use open/lk_open/mkostemp's O_BINARY
/dports/editors/emacs/emacs-27.2/lib-src/
H A DChangeLog.1269 * movemail.c (main, popmail): Use open/lk_open/mkostemp's O_BINARY