Home
last modified time | relevance | path

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

/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c43 const char* PATHSEPARATOR = ":"; variable
190 size += strlen( PATHSEPARATOR ) + strlen( value ); in main()
205 strcat( envstr, PATHSEPARATOR ); in main()
215 size += strlen( PATHSEPARATOR ) + strlen( value ); in main()
220 strcat( envstr, PATHSEPARATOR); in main()
/trunk/main/cppuhelper/source/
H A Dfindsofficepath.c149 const char* PATHSEPARATOR = ":"; in platformSpecific() local
169 dir = strtok( str, PATHSEPARATOR ); in platformSpecific()
201 dir = strtok( NULL, PATHSEPARATOR ); in platformSpecific()
/trunk/main/odk/source/unoapploader/win/
H A Dunoapploader.c72 const char* PATHSEPARATOR = ";"; in WinMain() local
108 size += strlen( PATHSEPARATOR ) + strlen( value ); in WinMain()
115 strcat( envstr, PATHSEPARATOR ); in WinMain()

Completed in 21 milliseconds