Searched refs:a_mode (Results 1 – 1 of 1) sorted by relevance
56 int a_mode; in win32_file_open() local76 a_mode = ( SDL_strchr(mode,'a') != NULL ) ? OPEN_ALWAYS : 0; in win32_file_open()77 w_right = ( a_mode || SDL_strchr(mode,'+') || truncate ) ? GENERIC_WRITE : 0; in win32_file_open()101 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL); in win32_file_open()109 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL); in win32_file_open()122 context->hidden.win32io.append = a_mode; in win32_file_open()