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

/haiku-buildtools/jam/
H A Dexecvms.c48 char tempnambuf[ L_tmpnam + 1 + 4 ] = {0}; variable
81 if( !*tempnambuf )
83 tempnambuf[0] = '@';
84 (void)tmpnam( tempnambuf + 1 );
85 strcat( tempnambuf, ".com" );
90 if( !( f = fopen( tempnambuf + 1, "w" ) ) )
141 status = system( tempnambuf ) & 0x07;
143 unlink( tempnambuf + 1 );

Completed in 30 milliseconds