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()
278 file = &nout[0]; in fd_cb()
547 if (pr_access(P, nout, R_OK | W_OK) != 0) { in do_pnohup()
617 if (getcwd(nout, sizeof (nout) - strlen("/nohup.out") - 1) != NULL) { in pnohup()
618 fname = &nout[strlen(nout)]; in pnohup()
626 if (snprintf(nout, sizeof (nout), 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.c697 int nout; member
922 s->nout = 0; in lzjbblock()
959 s->nout = 0; in lzjbblock()
1049 s->nout = 0; in bz2block()
1074 s->nout = 0; in bz2block()
1204 int nout = 0, tag, doflush; in decompress_pages() local
1268 nout = 0; in decompress_pages()
1273 out = dpage + PTOB(nout); in decompress_pages()
1288 if (nout == 0) in decompress_pages()
1297 isblkbnd(curpage + nout) || in decompress_pages()
[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/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/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/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()