Searched defs:rxfile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duux.c88 char rxfile[NAMESIZE]; /* file for X_ commands */ local
396 * rxfile is the X. file for the job, fprx is its stream ptr.
397 * if the command is to be executed locally, rxfile becomes
402 gename(DATAPRE, xsys, 'X', rxfile);
403 DEBUG(9, "rxfile = %s\n", rxfile);
404 ASSERT(access(rxfile, 0) != 0, Fl_EXISTS, rxfile, errno);
405 fprx = fdopen(ret = creat(rxfile, DFILEMODE), "w");
406 ASSERT(ret >= 0 && fprx != NULL, Ct_WRITE, rxfile, errn
887 ASSERT(fflush(fprx) != EOF && ferror(fprx) == 0, Ct_WRITE, rxfile, errno); local
[all...]

Completed in 56 milliseconds