Searched defs:mch_fopen (Results 1 – 3 of 3) sorted by relevance
160 # define mch_fopen(n, p) fopen(vms_fixfilename(n), (p)) macro
7116 mch_fopen(const char *name, const char *mode) in mch_fopen() function
2275 # define mch_fopen(n, p) fopen((n), (p)) macro