Home
last modified time | relevance | path

Searched refs:RED_O_EXCL (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredposix.h73 #define RED_O_EXCL 0x00000020U macro
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dredposixcompat.h55 #define O_EXCL RED_O_EXCL
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c84 … RED_O_RDONLY | RED_O_WRONLY | RED_O_RDWR | RED_O_APPEND | RED_O_CREAT | RED_O_EXCL | RED_O_TRUNC )
844 …( ( ( ulOpenMode & ( RED_O_TRUNC | RED_O_CREAT | RED_O_EXCL ) ) != 0U ) && ( ( ulOpenMode & RED_O_… in red_open()
845 … ( ( ( ulOpenMode & RED_O_EXCL ) != 0U ) && ( ( ulOpenMode & RED_O_CREAT ) == 0U ) ) ) in red_open()
2474 … else if( ( ret == -RED_EEXIST ) && ( ( ulOpenMode & RED_O_EXCL ) == 0U ) ) in FildesOpen()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/
A DFile-Related-CLI-commands.c815 lDestinationFildes = red_open( pcDestinationFile, RED_O_CREAT | RED_O_EXCL | RED_O_WRONLY ); in prvCOPYCommand()
867 lFildes = red_open( pcParameter, RED_O_CREAT | RED_O_EXCL | RED_O_RDWR ); in prvCREATECommand()

Completed in 20 milliseconds