Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c73 static char nout[PATH_MAX] = "nohup.out"; variable
82 if ((fd = open(nout, flags, NOHUP_PERM)) < 0) { in open_file()
86 if ((snprintf(nout, sizeof (nout), in open_file()
87 "%s/nohup.out", home) >= sizeof (nout)) || in open_file()
88 (fd = open(nout, flags, NOHUP_PERM)) < 0) { in open_file()
94 (void) fprintf(stderr, gettext("Sending output to %s\n"), nout); in open_file()
278 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 …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c49 static uint_t nout; /* number of chars in ucbuf */ variable
159 ucbuf[nout++] = c; in secure_putbyte()
160 if (nout == smaxqueue) { in secure_putbyte()
161 nout = 0; in secure_putbyte()
181 if (nout) in secure_flush()
182 if (ret = secure_putbuf(fd, ucbuf, nout)) in secure_flush()
184 return (secure_putbuf(fd, (uchar_t *)"", nout = 0)); in secure_flush()
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c717 int nout; member
942 s->nout = 0; in lzjbblock()
954 out = s->blkbuf + PTOB(s->nout); in lzjbblock()
966 if (s->nout == 0 && iszpage(out)) { in lzjbblock()
969 } else if (++s->nout >= BTOP(coreblksize) || in lzjbblock()
970 isblkbnd(s->curpage + s->nout)) { in lzjbblock()
978 putpage(corefd, s->blkbuf, s->curpage, s->nout); in lzjbblock()
979 s->nout = 0; in lzjbblock()
1069 s->nout = 0; in bz2block()
1074 out = s->blkbuf + PTOB(s->nout); in bz2block()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c688 int nout = 0; in pcol() local
699 nout += 2; in pcol()
704 nout++; in pcol()
708 nout++; in pcol()
712 nout++; in pcol()
715 nout++; in pcol()
718 while (nout < 7) { in pcol()
720 nout++; in pcol()
/illumos-gate/usr/src/cmd/refer/
H A Dhunt1.c246 int nout; in main() local
258 nout = findline(oldtagp, &bout, in main()
260 if (nout > 0) { in main()
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c210 int nout = 0; in outof() local
217 return (nout); in outof()
222 nout++; in outof()
369 return (nout); in outof()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3435 uint_t nout; in usbser_putchar() local
3438 (void) usb_console_write(console_output, cr, 2, &nout); in usbser_putchar()
3440 (void) usb_console_write(console_output, &c, 1, &nout); in usbser_putchar()