Searched refs:FA_SEEKEND (Results 1 – 1 of 1) sorted by relevance
59 #define FA_SEEKEND 0x20 /* Seek to end of the file on file open */ macro3298 …_READ | FA_WRITE | FA_CREATE_ALWAYS | FA_CREATE_NEW | FA_OPEN_ALWAYS | FA_OPEN_APPEND | FA_SEEKEND; in f_open()3462 …if ((mode & FA_SEEKEND) && fp->obj.objsize > 0) { /* Seek to end of file if FA_OPEN_APPEND is spec… in f_open()