Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtgafile.cpp68 char msgtxt[2048]; in createtgafile() local
69 sprintf(msgtxt, "Cannot create %s for output!", name); in createtgafile()
70 rt_ui_message(MSG_ERR, msgtxt); in createtgafile()
106 char msgtxt[2048]; in opentgafile() local
107 sprintf(msgtxt, "Cannot open %s for output!", filename); in opentgafile()
108 rt_ui_message(MSG_ERR, msgtxt); in opentgafile()
142 char msgtxt[256]; in writetgaregion() local
143 sprintf(msgtxt, "File write problem, %d bytes written.", (int)numbytes); in writetgaregion()
144 rt_ui_message(MSG_ERR, msgtxt); in writetgaregion()
H A Dtrace_rest.cpp109 char msgtxt[2048]; in trace_region() local
110 sprintf(msgtxt, in trace_region()
117 rt_ui_message(MSG_0, msgtxt); in trace_region()
H A Dvol.cpp314 char msgtxt[2048]; in LoadVol() local
318 char msgtxt[2048]; in LoadVol() local
319 sprintf(msgtxt, "Vol: can't open %s for input!!! Aborting\n", vol->name); in LoadVol()
320 rt_ui_message(MSG_ERR, msgtxt); in LoadVol()
326 msgtxt, "loading %dx%dx%d volume set from %s", vol->xres, vol->yres, vol->zres, vol->name); in LoadVol()
327 rt_ui_message(MSG_0, msgtxt); in LoadVol()