Searched refs:HFLAG_APPENDING (Results 1 – 1 of 1) sorted by relevance
89 #define HFLAG_APPENDING 0x08U /* Handle was opened in append mode. */ macro1539 if( ( ret == 0 ) && ( ( pHandle->bFlags & HFLAG_APPENDING ) != 0U ) ) in red_write()2565 pHandle->bFlags |= HFLAG_APPENDING; in FildesOpen()
Completed in 9 milliseconds