Lines Matching full:mode2
5742 char mode2[10] = "";5766 strcat(mode2, writing ? "w" : "r" );5767 strcat(mode2,"b"); /* binary mode */5774 fp = fopen(path,mode2);5780 fp = fdopen(fd,mode2);