Searched refs:sendsys (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 830 char sendsys[MAXNAMESIZE]; local 1218 (void) snprintf(sendsys, sizeof (sendsys), "%s/%c", sysout, 1220 sendsys[MAXNAMESIZE-1] = '\0'; 1221 wfcommit(dfile, BASENAME(dfile, '/'), sendsys); 1222 wfcommit(cfile, BASENAME(cfile, '/'), sendsys); 1265 (void) snprintf(sendsys, sizeof (sendsys), "%s/%c", 1267 sendsys[MAXNAMESIZE-1] = '\0'; 1268 wfcommit(errDfile, BASENAME(errDfile, '/'), sendsys); 1269 wfcommit(cfile, BASENAME(cfile, '/'), sendsys);
|