Home
last modified time | relevance | path

Searched refs:nout (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dioctl.c47 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 Dnohup.c75 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 Dsecure.c51 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 Dsavecore.c696 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 Dlp.cat.c400 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 Dhunt1.c248 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 Dstty.c687 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 Dnames.c209 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 Dusbser.c3436 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()