Searched refs:newbase (Results 1 – 1 of 1) sorted by relevance
/trunk/main/odk/source/unoapploader/win/ |
H A D | unoapploader.c | 195 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 14 milliseconds