Searched refs:sendsys (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uuxqt.c | 832 char sendsys[MAXNAMESIZE]; local 1220 (void) snprintf(sendsys, sizeof (sendsys), "%s/%c", sysout, 1222 sendsys[MAXNAMESIZE-1] = '\0'; 1223 wfcommit(dfile, BASENAME(dfile, '/'), sendsys); 1224 wfcommit(cfile, BASENAME(cfile, '/'), sendsys); 1267 (void) snprintf(sendsys, sizeof (sendsys), "%s/%c", 1269 sendsys[MAXNAMESIZE-1] = '\0'; 1270 wfcommit(errDfile, BASENAME(errDfile, '/'), sendsys); [all...] |
Completed in 529 milliseconds