Home
last modified time | relevance | path

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

/aoo42x/main/odk/source/unoapploader/win/
H A Dunoapploader.c195 char newbase[ _MAX_FNAME ]; in createCommandLine() local
203 strcpy( newbase, CMDPREFIX ); in createCommandLine()
204 strcat( newbase, base ); in createCommandLine()
205 _makepath( cmdname, drive, dir, newbase, ext ); in createCommandLine()
247 char newbase[ _MAX_FNAME ]; in getErrorFile() local
257 strcpy( newbase, base ); in getErrorFile()
258 strcat( newbase, BASEPOSTFIX ); in getErrorFile()
259 _makepath( fname, drive, dir, newbase, EXTENSION ); in getErrorFile()
266 strcat( fname, newbase ); in getErrorFile()

Completed in 12 milliseconds