maskprt - send mask to FRMPRT server
maskprt(fbfr) FBFR *fbfr;
The function maskprt() is used to print a fielded buffer according to a form definition. It could be used, for example, to get a hard copy of the form. maskprt() sends the formatted buffer to the TUXEDO System/T-supplied server called FRMPRT(5). The buffer must be of type FML, and must be obtained by a call to tpalloc(3c). FRMPRT() accepts the buffer, prints it into a UNIX text file, then calls a command to output the file.
maskprt() calls tpacall(3c) to send the message to FRMPRT(5). It fails [TPNOENT] if FRMPRT(5) is not an active server.
maskprt(xxxbuf);