Home
last modified time | relevance | path

Searched refs:pszName (Results 1 – 9 of 9) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/util/
A Dnamelen.c42 uint32_t RedNameLen( const char * pszName ) in RedNameLen() argument
46 if( pszName == NULL ) in RedNameLen()
52 while( ( pszName[ ulIdx ] != '\0' ) && ( pszName[ ulIdx ] != REDCONF_PATH_SEPARATOR ) ) in RedNameLen()
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredcoreapi.h65 const char * pszName,
71 const char * pszName,
76 const char * pszName );
80 const char * pszName,
116 char * pszName,
A Dredutils.h71 uint32_t RedNameLen( const char * pszName );
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Ddir.c82 const char * pszName,
113 const char * pszName, in RedDirEntryCreate() argument
128 uint32_t ulNameLen = RedNameLen( pszName ); in RedDirEntryCreate()
315 const char * pszName, in RedDirEntryLookup() argument
321 if( !CINODE_IS_MOUNTED( pPInode ) || ( pszName == NULL ) ) in RedDirEntryLookup()
331 uint32_t ulNameLen = RedNameLen( pszName ); in RedDirEntryLookup()
495 char * pszName, in RedDirEntryRead() argument
535 pszName[ REDCONF_NAME_MAX ] = '\0'; in RedDirEntryRead()
880 const char * pszName, in DirEntryWrite() argument
888 ( pszName == NULL ) || in DirEntryWrite()
[all …]
A Dcore.c44 const char * pszName,
50 const char * pszName,
55 const char * pszName );
688 const char * pszName, in RedCoreCreate() argument
763 const char * pszName, in CoreCreate() argument
862 const char * pszName, in RedCoreLink() argument
926 const char * pszName, in CoreLink() argument
1038 const char * pszName ) in RedCoreUnlink() argument
1052 ret = CoreUnlink( ulPInode, pszName ); in RedCoreUnlink()
1200 const char * pszName, in RedCoreLookup() argument
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dpath.c233 const char * pszName; in RedPathLookup() local
235 ret = RedPathToName( pszLocalPath, &ulPInode, &pszName ); in RedPathLookup()
239 ret = RedCoreLookup( ulPInode, pszName, pulInode ); in RedPathLookup()
A Dposix.c991 const char * pszName; in red_mkdir() local
994 ret = RedPathToName( pszLocalPath, &ulPInode, &pszName ); in red_mkdir()
1000 ret = RedCoreCreate( ulPInode, pszName, true, &ulInode ); in red_mkdir()
2318 const char * pszName; in UnlinkSub() local
2321 ret = RedPathToName( pszLocalPath, &ulPInode, &pszName ); in UnlinkSub()
2327 ret = RedCoreLookup( ulPInode, pszName, &ulInode ); in UnlinkSub()
2351 ret = RedCoreUnlink( ulPInode, pszName ); in UnlinkSub()
2462 const char * pszName; in FildesOpen() local
2464 ret = RedPathToName( pszLocalPath, &ulPInode, &pszName ); in FildesOpen()
2468 ret = RedCoreCreate( ulPInode, pszName, false, &ulInode ); in FildesOpen()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Dredcore.h271 const char * pszName,
279 const char * pszName,
285 char * pszName,
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dfsstress.c327 static const char * MakeFullPath( const char * pszName ) in MakeFullPath() argument
337 if( pszName[ 0U ] == '/' ) in MakeFullPath()
339 … iLen = RedSNPrintf( pszFullPath, sizeof( aszFullPath[ 0U ] ), "%s%s", pszVolume, pszName ); in MakeFullPath()
341 else if( strcmp( pszName, "." ) == 0U ) in MakeFullPath()
347 … iLen = RedSNPrintf( pszFullPath, sizeof( aszFullPath[ 0U ] ), "%s/%s", pszVolume, pszName ); in MakeFullPath()
351 …RedSNPrintf( pszFullPath, sizeof( aszFullPath[ 0U ] ), "%s%s/%s", pszVolume, szLocalCwd, pszName ); in MakeFullPath()

Completed in 31 milliseconds