/titanic_41/usr/src/lib/efcode/fcdriver/ |
H A D | ioctl.c | 47 fc_run_priv(common_data_t *cdp, char *service, int nin, int nout, ...) in fc_run_priv() argument 60 if (nin + nout > FCC_MAX_CELLS) { in fc_run_priv() 62 service, nin, nout); in fc_run_priv() 64 nout = FCC_MAX_CELLS - nin; in fc_run_priv() 66 va_start(ap, nout); in fc_run_priv() 69 cip->nresults = fc_int2cell(nout); in fc_run_priv() 73 for (i = 0; i < nout; i++) { in fc_run_priv() 100 else if (nout) { in fc_run_priv() 102 for (i = 0; i < nout; i++) in fc_run_priv()
|
/titanic_41/usr/src/cmd/nohup/ |
H A D | nohup.c | 75 static char nout[PATH_MAX] = "nohup.out"; variable 84 if ((fd = open(nout, flags, NOHUP_PERM)) < 0) { in open_file() 88 if ((snprintf(nout, sizeof (nout), in open_file() 89 "%s/nohup.out", home) >= sizeof (nout)) || in open_file() 90 (fd = open(nout, flags, NOHUP_PERM)) < 0) { in open_file() 96 (void) fprintf(stderr, gettext("Sending output to %s\n"), nout); in open_file() 280 file = &nout[0]; in fd_cb() 549 if (pr_access(P, nout, R_OK | W_OK) != 0) { in do_pnohup() 551 "access %s: %s\n"), psp->pr_pid, nout, strerror(errno)); in do_pnohup() 619 if (getcwd(nout, sizeof (nout) - strlen("/nohup.out") - 1) != NULL) { in pnohup() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | secure.c | 51 static uint_t nout; /* number of chars in ucbuf */ variable 161 ucbuf[nout++] = c; in secure_putbyte() 162 if (nout == smaxqueue) { in secure_putbyte() 163 nout = 0; in secure_putbyte() 183 if (nout) in secure_flush() 184 if (ret = secure_putbuf(fd, ucbuf, nout)) in secure_flush() 186 return (secure_putbuf(fd, (uchar_t *)"", nout = 0)); in secure_flush()
|
/titanic_41/usr/src/cmd/savecore/ |
H A D | savecore.c | 696 int nout; member 921 s->nout = 0; in lzjbblock() 933 out = s->blkbuf + PTOB(s->nout); in lzjbblock() 945 if (s->nout == 0 && iszpage(out)) { in lzjbblock() 948 } else if (++s->nout >= BTOP(coreblksize) || in lzjbblock() 949 isblkbnd(s->curpage + s->nout)) { in lzjbblock() 957 putpage(corefd, s->blkbuf, s->curpage, s->nout); in lzjbblock() 958 s->nout = 0; in lzjbblock() 1048 s->nout = 0; in bz2block() 1053 out = s->blkbuf + PTOB(s->nout); in bz2block() [all …]
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 400 int nin, nout, effective_rate, max_delay = 0, n; in main() local 576 nout = write(1, ptr, nin); in main() 578 if (nout < 0) { in main() 589 nin -= nout; in main() 590 ptr += nout; in main()
|
/titanic_41/usr/src/cmd/refer/ |
H A D | hunt1.c | 248 int nout; in main() local 260 nout = findline(oldtagp, &bout, in main() 262 if (nout > 0) { in main()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | stty.c | 687 int nout = 0; in pcol() local 698 nout += 2; in pcol() 703 nout++; in pcol() 707 nout++; in pcol() 711 nout++; in pcol() 714 nout++; in pcol() 717 while (nout < 7) { in pcol() 719 nout++; in pcol()
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | names.c | 209 int nout = 0; in outof() local 216 return (nout); in outof() 221 nout++; in outof() 368 return (nout); in outof()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 3436 uint_t nout; in usbser_putchar() local 3439 (void) usb_console_write(console_output, cr, 2, &nout); in usbser_putchar() 3441 (void) usb_console_write(console_output, &c, 1, &nout); in usbser_putchar()
|