Searched refs:fprx (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | uux.c | 73 FILE *fprx = NULL, *fpc = NULL, *fpd = NULL, *fp = NULL; local 358 if (fprx != NULL) 359 (void) fclose(fprx); 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, "%c return status on success\n", 414 (void) fprintf(fprx,"%c\n", X_SENDZERO); [all …]
|