Searched refs:EXE_EXTENSION (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dprocess.c270 #ifdef EXE_EXTENSION
274 if ( (G.zipfn = (char *)malloc(len+sizeof(EXE_EXTENSION))) !=
277 strcpy(G.zipfn+len, EXE_EXTENSION);
282 #endif /* EXE_EXTENSION */
H A Dunzpriv.h276 # define EXE_EXTENSION ".tos" macro
553 # define EXE_EXTENSION ".exe" /* just a guess... */ macro

Completed in 56 milliseconds