Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dpath.c41 static bool PathHasMoreNames( const char * pszPathIdx );
421 static bool PathHasMoreNames( const char * pszPathIdx ) in PathHasMoreNames() argument
425 if( pszPathIdx == NULL ) in PathHasMoreNames()
434 while( pszPathIdx[ ulIdx ] == REDCONF_PATH_SEPARATOR ) in PathHasMoreNames()
439 fRet = pszPathIdx[ ulIdx ] != '\0'; in PathHasMoreNames()

Completed in 4 milliseconds