Searched refs:file_exist (Results 1 – 1 of 1) sorted by relevance
2698 #define file_exist(name) (_access(name, 0) != -1) macro2705 #define file_exist(name) (access(name, F_OK) != -1) macro2740 if (file_exist(command)) // If the file exists in U14LdCmd()2780 bGotIt = (BOOL)file_exist(filnam); // See if file exists in U14LdCmd()2797 bGotIt = (BOOL)file_exist(filnam); // Got this one? in U14LdCmd()2806 bGotIt = file_exist(filnam); // Got this one? in U14LdCmd()