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

/illumos-gate/usr/src/cmd/bnu/
H A Duux.c73 FILE *fprx = NULL, *fpc = NULL, *fpd = NULL, *fp = NULL; local
358 if (fprx != NULL)
359 (void) fclose(fprx);
396 * rxfile is the X. file for the job, fprx is its stream ptr.
405 fprx = fdopen(ret = creat(rxfile, DFILEMODE), "w");
406 ASSERT(ret >= 0 && fprx != NULL, Ct_WRITE, rxfile, errno);
407 setbuf(fprx, CNULL);
408 clearerr(fprx);
410 (void) fprintf(fprx,"%c %s %s\n", X_USER, User, Myname);
412 (void) fprintf(fprx, "
[all...]

Completed in 68 milliseconds