BIN_W
|| (fp = safe_fopen(file, BIN_W)) == 0) {
? safe_fopen(filename, BIN_W)
MyFP = fdopen(MyFD, BIN_W);
|| (MyFP = fdopen(MyFD, BIN_W)) == 0) {